Class: Google::Container::V1beta1::GetServerConfigRequest
- Inherits:
-
Object
- Object
- Google::Container::V1beta1::GetServerConfigRequest
- Defined in:
- lib/google/cloud/container/v1beta1/doc/google/container/v1beta1/cluster_service.rb
Overview
Gets the current Kubernetes Engine service configuration.
Instance Attribute Summary collapse
-
#name ⇒ String
The name (project and location) of the server config to get Specified in the format 'projects//locations/'.
-
#project_id ⇒ String
Deprecated.
-
#zone ⇒ String
Deprecated.
Instance Attribute Details
#name ⇒ String
Returns The name (project and location) of the server config to get Specified in the format 'projects//locations/'.
1529 |
# File 'lib/google/cloud/container/v1beta1/doc/google/container/v1beta1/cluster_service.rb', line 1529 class GetServerConfigRequest; end |
#project_id ⇒ String
Returns Deprecated. The Google Developers Console project ID or project number. This field has been deprecated and replaced by the name field.
1529 |
# File 'lib/google/cloud/container/v1beta1/doc/google/container/v1beta1/cluster_service.rb', line 1529 class GetServerConfigRequest; end |
#zone ⇒ String
Returns Deprecated. The name of the Google Compute Engine zone to return operations for. This field has been deprecated and replaced by the name field.
1529 |
# File 'lib/google/cloud/container/v1beta1/doc/google/container/v1beta1/cluster_service.rb', line 1529 class GetServerConfigRequest; end |