/// <summary>Constructs a new ResetInstance request.</summary>
 public ResetInstanceRequest(Google.Apis.Services.IClientService service, Google.Apis.Baremetalsolution.v1.Data.ResetInstanceRequest body, string instance) : base(service)
 {
     Instance = instance;
     Body     = body;
     InitParameters();
 }
 /// <summary>
 /// Perform an ungraceful, hard reset on a machine (equivalent to shutting the power off, and then
 /// turning it back on).
 /// </summary>
 /// <param name="body">The body of the request.</param>
 /// <param name="instance">Required. Name of the instance to reset.</param>
 public virtual ResetInstanceRequest ResetInstance(Google.Apis.Baremetalsolution.v1.Data.ResetInstanceRequest body, string instance)
 {
     return(new ResetInstanceRequest(service, body, instance));
 }