GoogleApi.Memcache.V1beta2.Model.GoogleCloudSaasacceleratorManagementProvidersV1MaintenanceSettings (google_api_memcache v0.16.0) View Source
Maintenance settings associated with instance. Allows service producers and end users to assign settings that controls maintenance on this instance.
Attributes
-
exclude
(type:boolean()
, default:nil
) - 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. -
isRollback
(type:boolean()
, default:nil
) - Optional. If the update call is triggered from rollback, set the value as true. -
maintenancePolicies
(type:%{optional(String.t) => GoogleApi.Memcache.V1beta2.Model.MaintenancePolicy.t}
, default:nil
) - 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 complete details of MaintenancePolicy, please refer to go/cloud-saas-mw-ug. If only the name is needed (like in the deprecated Instance.maintenance_policy_names field) then only populate MaintenancePolicy.name.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.Memcache.V1beta2.Model.GoogleCloudSaasacceleratorManagementProvidersV1MaintenanceSettings{ exclude: boolean() | nil, isRollback: boolean() | nil, maintenancePolicies: %{ optional(String.t()) => GoogleApi.Memcache.V1beta2.Model.MaintenancePolicy.t() } | nil }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.