Class: Google::Container::V1::GetServerConfigRequest

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#nameString

Returns The name (project and location) of the server config to get, specified in the format projects/*/locations/*.

Returns:

  • (String)

    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_idString

Returns Deprecated. The Google Developers Console project ID or project number. This field has been deprecated and replaced by the name field.

Returns:

  • (String)

    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

#zoneString

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.

Returns:

  • (String)

    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