public sealed class SimulateMaintenanceEventInstanceRequest : IMessage<SimulateMaintenanceEventInstanceRequest>, IEquatable<SimulateMaintenanceEventInstanceRequest>, IDeepCloneable<SimulateMaintenanceEventInstanceRequest>, IBufferMessage, IMessageA request message for Instances.SimulateMaintenanceEvent. See the method description for details.
Implements
IMessage<SimulateMaintenanceEventInstanceRequest>, IEquatable<SimulateMaintenanceEventInstanceRequest>, IDeepCloneable<SimulateMaintenanceEventInstanceRequest>, IBufferMessage, IMessageNamespace
Google.Cloud.Compute.V1Assembly
Google.Cloud.Compute.V1.dll
Constructors
SimulateMaintenanceEventInstanceRequest()
public SimulateMaintenanceEventInstanceRequest()SimulateMaintenanceEventInstanceRequest(SimulateMaintenanceEventInstanceRequest)
public SimulateMaintenanceEventInstanceRequest(SimulateMaintenanceEventInstanceRequest other)| Parameter | |
|---|---|
| Name | Description | 
other | 
        SimulateMaintenanceEventInstanceRequest | 
      
Properties
Instance
public string Instance { get; set; }Name of the instance scoping this request.
| Property Value | |
|---|---|
| Type | Description | 
String | 
        |
Project
public string Project { get; set; }Project ID for this request.
| Property Value | |
|---|---|
| Type | Description | 
String | 
        |
Zone
public string Zone { get; set; }The name of the zone for this request.
| Property Value | |
|---|---|
| Type | Description | 
String | 
        |