Compute Engine v1 API - Class SimulateMaintenanceEventInstanceRequest (2.6.0)

public sealed class SimulateMaintenanceEventInstanceRequest : IMessage<SimulateMaintenanceEventInstanceRequest>, IEquatable<SimulateMaintenanceEventInstanceRequest>, IDeepCloneable<SimulateMaintenanceEventInstanceRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the Compute Engine v1 API class SimulateMaintenanceEventInstanceRequest.

A request message for Instances.SimulateMaintenanceEvent. See the method description for details.

Inheritance

Object > SimulateMaintenanceEventInstanceRequest

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Constructors

SimulateMaintenanceEventInstanceRequest()

public SimulateMaintenanceEventInstanceRequest()

SimulateMaintenanceEventInstanceRequest(SimulateMaintenanceEventInstanceRequest)

public SimulateMaintenanceEventInstanceRequest(SimulateMaintenanceEventInstanceRequest other)
Parameter
NameDescription
otherSimulateMaintenanceEventInstanceRequest

Properties

Instance

public string Instance { get; set; }

Name of the instance scoping this request.

Property Value
TypeDescription
String

Project

public string Project { get; set; }

Project ID for this request.

Property Value
TypeDescription
String

Zone

public string Zone { get; set; }

The name of the zone for this request.

Property Value
TypeDescription
String