Class GoogleCloudSaasacceleratorManagementProvidersV1MaintenanceSettings
Maintenance settings associated with instance. Allows service producers and end users to assign settings that controls maintenance on this instance.
Implements
Inherited Members
Namespace: Google.Apis.ManagedServiceforMicrosoftActiveDirectoryConsumerAPI.v1beta1.Data
Assembly: Google.Apis.ManagedServiceforMicrosoftActiveDirectoryConsumerAPI.v1beta1.dll
Syntax
public class GoogleCloudSaasacceleratorManagementProvidersV1MaintenanceSettings : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Exclude
Optional. Exclude instance from maintenance. When true, rollout service will not attempt maintenance on the instance. Rollout service will include the instance in reported rollout progress as not attempted.
Declaration
[JsonProperty("exclude")]
public virtual bool? Exclude { get; set; }
Property Value
Type | Description |
---|---|
bool? |
IsRollback
Optional. If the update call is triggered from rollback, set the value as true.
Declaration
[JsonProperty("isRollback")]
public virtual bool? IsRollback { get; set; }
Property Value
Type | Description |
---|---|
bool? |
MaintenancePolicies
Optional. The MaintenancePolicies that have been attached to the instance. The key must be of the type name of the oneof policy name defined in MaintenancePolicy, and the embedded policy must define the same policy type. For details, please refer to go/mr-user-guide. Should not be set if maintenance_policy_names is set. If only the name is needed, then only populate MaintenancePolicy.name.
Declaration
[JsonProperty("maintenancePolicies")]
public virtual IDictionary<string, MaintenancePolicy> MaintenancePolicies { get; set; }
Property Value
Type | Description |
---|---|
IDictionary<string, MaintenancePolicy> |