Reference documentation and code samples for the Kubernetes Engine V1beta1 API class Google::Cloud::Container::V1beta1::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/*
orprojects/*/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/*
orprojects/*/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/*
orprojects/*/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.