Class: Google::Container::V1::SetMaintenancePolicyRequest
- Inherits:
-
Object
- Object
- Google::Container::V1::SetMaintenancePolicyRequest
- Defined in:
- lib/google/cloud/container/v1/doc/google/container/v1/cluster_service.rb
Overview
SetMaintenancePolicyRequest sets the maintenance policy for a cluster.
Instance Attribute Summary collapse
-
#cluster_id ⇒ String
The name of the cluster to update.
-
#maintenance_policy ⇒ Google::Container::V1::MaintenancePolicy
The maintenance policy to be set for the cluster.
-
#project_id ⇒ String
The Google Developers Console project ID or project number.
-
#zone ⇒ String
The name of the Google Compute Engine zone in which the cluster resides.
Instance Attribute Details
#cluster_id ⇒ String
Returns The name of the cluster to update.
1490 |
# File 'lib/google/cloud/container/v1/doc/google/container/v1/cluster_service.rb', line 1490 class SetMaintenancePolicyRequest; end |
#maintenance_policy ⇒ Google::Container::V1::MaintenancePolicy
Returns The maintenance policy to be set for the cluster. An empty field clears the existing maintenance policy.
1490 |
# File 'lib/google/cloud/container/v1/doc/google/container/v1/cluster_service.rb', line 1490 class SetMaintenancePolicyRequest; end |
#project_id ⇒ String
Returns The Google Developers Console project ID or project number.
1490 |
# File 'lib/google/cloud/container/v1/doc/google/container/v1/cluster_service.rb', line 1490 class SetMaintenancePolicyRequest; end |
#zone ⇒ String
Returns The name of the Google Compute Engine zone in which the cluster resides.
1490 |
# File 'lib/google/cloud/container/v1/doc/google/container/v1/cluster_service.rb', line 1490 class SetMaintenancePolicyRequest; end |