Class: Google::Container::V1beta1::GetServerConfigRequest

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

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/'.



1591
# File 'lib/google/cloud/container/v1beta1/doc/google/container/v1beta1/cluster_service.rb', line 1591

class GetServerConfigRequest; end

#project_idString

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

Returns:

  • (String)

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



1591
# File 'lib/google/cloud/container/v1beta1/doc/google/container/v1beta1/cluster_service.rb', line 1591

class GetServerConfigRequest; end

#zoneString

Returns Required. 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)

    Required. Deprecated. The name of the Google Compute Engine zone to return operations for. This field has been deprecated and replaced by the name field.



1591
# File 'lib/google/cloud/container/v1beta1/doc/google/container/v1beta1/cluster_service.rb', line 1591

class GetServerConfigRequest; end