Cloud Dataproc V1 API - Class Google::Cloud::Dataproc::V1::NodeGroup (v0.14.0)

Reference documentation and code samples for the Cloud Dataproc V1 API class Google::Cloud::Dataproc::V1::NodeGroup.

Dataproc Node Group. The Dataproc NodeGroup resource is not related to the Dataproc NodeGroupAffinity resource.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#labels

deflabels()->::Google::Protobuf::Map{::String=>::String}
Returns
  • (::Google::Protobuf::Map{::String => ::String}) —

    Optional. Node group labels.

    • Label keys must consist of from 1 to 63 characters and conform to RFC 1035.
    • Label values can be empty. If specified, they must consist of from 1 to 63 characters and conform to RFC 1035.
    • The node group must have no more than 32 labels.

#labels=

deflabels=(value)->::Google::Protobuf::Map{::String=>::String}
Parameter
  • value (::Google::Protobuf::Map{::String => ::String}) —

    Optional. Node group labels.

    • Label keys must consist of from 1 to 63 characters and conform to RFC 1035.
    • Label values can be empty. If specified, they must consist of from 1 to 63 characters and conform to RFC 1035.
    • The node group must have no more than 32 labels.
Returns
  • (::Google::Protobuf::Map{::String => ::String}) —

    Optional. Node group labels.

    • Label keys must consist of from 1 to 63 characters and conform to RFC 1035.
    • Label values can be empty. If specified, they must consist of from 1 to 63 characters and conform to RFC 1035.
    • The node group must have no more than 32 labels.

#name

defname()->::String
Returns

#name=

defname=(value)->::String
Parameter
Returns

#node_group_config

defnode_group_config()->::Google::Cloud::Dataproc::V1::InstanceGroupConfig
Returns

#node_group_config=

defnode_group_config=(value)->::Google::Cloud::Dataproc::V1::InstanceGroupConfig
Parameter
Returns

#roles

defroles()->::Array<::Google::Cloud::Dataproc::V1::NodeGroup::Role>
Returns

#roles=

defroles=(value)->::Array<::Google::Cloud::Dataproc::V1::NodeGroup::Role>
Parameter
Returns

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年10月30日 UTC.