Class: Google::Container::V1::GetServerConfigRequest
- Inherits:
-
Object
- Object
- Google::Container::V1::GetServerConfigRequest
- Defined in:
- lib/google/cloud/container/v1/doc/google/container/v1/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/*
.
1483 |
# File 'lib/google/cloud/container/v1/doc/google/container/v1/cluster_service.rb', line 1483 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.
1483 |
# File 'lib/google/cloud/container/v1/doc/google/container/v1/cluster_service.rb', line 1483 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.
1483 |
# File 'lib/google/cloud/container/v1/doc/google/container/v1/cluster_service.rb', line 1483 class GetServerConfigRequest; end |