Class: Google::Container::V1::UpdateMasterRequest
- Inherits:
-
Object
- Object
- Google::Container::V1::UpdateMasterRequest
- Defined in:
- lib/google/cloud/container/v1/doc/google/container/v1/cluster_service.rb
Overview
UpdateMasterRequest updates the master of the cluster.
Instance Attribute Summary collapse
-
#cluster_id ⇒ String
Deprecated.
-
#master_version ⇒ String
Required.
-
#name ⇒ String
The name (project, location, cluster) of the cluster to update.
-
#project_id ⇒ String
Deprecated.
-
#zone ⇒ String
Deprecated.
Instance Attribute Details
#cluster_id ⇒ String
1297 |
# File 'lib/google/cloud/container/v1/doc/google/container/v1/cluster_service.rb', line 1297 class UpdateMasterRequest; end |
#master_version ⇒ String
1297 |
# File 'lib/google/cloud/container/v1/doc/google/container/v1/cluster_service.rb', line 1297 class UpdateMasterRequest; end |
#name ⇒ String
1297 |
# File 'lib/google/cloud/container/v1/doc/google/container/v1/cluster_service.rb', line 1297 class UpdateMasterRequest; end |
#project_id ⇒ String
1297 |
# File 'lib/google/cloud/container/v1/doc/google/container/v1/cluster_service.rb', line 1297 class UpdateMasterRequest; end |
#zone ⇒ String
1297 |
# File 'lib/google/cloud/container/v1/doc/google/container/v1/cluster_service.rb', line 1297 class UpdateMasterRequest; end |