Reference documentation and code samples for the Distributed Cloud Edge Container V1 API class Google::Cloud::EdgeContainer::V1::CreateNodePoolRequest.
Creates a node pool.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#node_pool
def node_pool() -> ::Google::Cloud::EdgeContainer::V1::NodePool
Returns
- (::Google::Cloud::EdgeContainer::V1::NodePool) — Required. The node pool to create.
#node_pool=
def node_pool=(value) -> ::Google::Cloud::EdgeContainer::V1::NodePool
Parameter
- value (::Google::Cloud::EdgeContainer::V1::NodePool) — Required. The node pool to create.
Returns
- (::Google::Cloud::EdgeContainer::V1::NodePool) — Required. The node pool to create.
#node_pool_id
def node_pool_id() -> ::String
Returns
- (::String) — Required. A client-specified unique identifier for the node pool.
#node_pool_id=
def node_pool_id=(value) -> ::String
Parameter
- value (::String) — Required. A client-specified unique identifier for the node pool.
Returns
- (::String) — Required. A client-specified unique identifier for the node pool.
#parent
def parent() -> ::String
Returns
- (::String) — Required. The parent cluster where this node pool will be created.
#parent=
def parent=(value) -> ::String
Parameter
- value (::String) — Required. The parent cluster where this node pool will be created.
Returns
- (::String) — Required. The parent cluster where this node pool will be created.
#request_id
def request_id() -> ::String
Returns
-
(::String) — A unique identifier for this request. Restricted to 36 ASCII characters. A
random UUID is recommended. This request is only idempotent if
request_id
is provided.
#request_id=
def request_id=(value) -> ::String
Parameter
-
value (::String) — A unique identifier for this request. Restricted to 36 ASCII characters. A
random UUID is recommended. This request is only idempotent if
request_id
is provided.
Returns
-
(::String) — A unique identifier for this request. Restricted to 36 ASCII characters. A
random UUID is recommended. This request is only idempotent if
request_id
is provided.