Class ReservationsBlocksPerformMaintenanceRequest
Implements
Inherited Members
Namespace: Google.Apis.Compute.alpha.Data
Assembly: Google.Apis.Compute.alpha.dll
Syntax
public class ReservationsBlocksPerformMaintenanceRequest : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
MaintenanceScope
Specifies if all, running or unused hosts are in scope for this request.
Declaration
[JsonProperty("maintenanceScope")]
public virtual string MaintenanceScope { get; set; }
Property Value
Type | Description |
---|---|
string |