Class ResourcePolicyVmMaintenancePolicy
Inheritance
System.Object
ResourcePolicyVmMaintenancePolicy
Implements
Google.Apis.Requests.IDirectResponseSchema
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.Compute.alpha.Data
Assembly: Google.Apis.Compute.alpha.dll
Syntax
public class ResourcePolicyVmMaintenancePolicy : IDirectResponseSchema
Properties
ConcurrencyControlGroup
Declaration
[JsonProperty("concurrencyControlGroup")]
public virtual ResourcePolicyVmMaintenancePolicyConcurrencyControl ConcurrencyControlGroup { get; set; }
Property Value
| Type | Description |
|---|---|
| ResourcePolicyVmMaintenancePolicyConcurrencyControl |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
MaintenanceWindow
Maintenance windows that are applied to VMs covered by this policy.
Declaration
[JsonProperty("maintenanceWindow")]
public virtual ResourcePolicyVmMaintenancePolicyMaintenanceWindow MaintenanceWindow { get; set; }
Property Value
| Type | Description |
|---|---|
| ResourcePolicyVmMaintenancePolicyMaintenanceWindow |
Implements
Google.Apis.Requests.IDirectResponseSchema