Kubernetes Engine V1 API - Class Google::Cloud::Container::V1::FetchNodePoolUpgradeInfoRequest (v1.8.0)

Reference documentation and code samples for the Kubernetes Engine V1 API class Google::Cloud::Container::V1::FetchNodePoolUpgradeInfoRequest.

FetchNodePoolUpgradeInfoRequest fetches the upgrade information of a nodepool.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#name

def name() -> ::String
Returns
  • (::String) — Required. The name (project, location, cluster, nodepool) of the nodepool to get. Specified in the format projects/*/locations/*/clusters/*/nodePools/* or projects/*/zones/*/clusters/*/nodePools/*.

#name=

def name=(value) -> ::String
Parameter
  • value (::String) — Required. The name (project, location, cluster, nodepool) of the nodepool to get. Specified in the format projects/*/locations/*/clusters/*/nodePools/* or projects/*/zones/*/clusters/*/nodePools/*.
Returns
  • (::String) — Required. The name (project, location, cluster, nodepool) of the nodepool to get. Specified in the format projects/*/locations/*/clusters/*/nodePools/* or projects/*/zones/*/clusters/*/nodePools/*.

#version

def version() -> ::String
Returns
  • (::String) — API request version that initiates this operation.

#version=

def version=(value) -> ::String
Parameter
  • value (::String) — API request version that initiates this operation.
Returns
  • (::String) — API request version that initiates this operation.