Show / Hide Table of Contents

Class ResourcePolicyVmMaintenancePolicy

Inheritance
object
ResourcePolicyVmMaintenancePolicy
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
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
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

IDirectResponseSchema
In this article
Back to top Generated by DocFX