Struct google_dataproc1::api::NodeGroup
source · pub struct NodeGroup {
pub labels: Option<HashMap<String, String>>,
pub name: Option<String>,
pub node_group_config: Option<InstanceGroupConfig>,
pub roles: Option<Vec<String>>,
}Expand description
Dataproc Node Group. The Dataproc NodeGroup resource is not related to the Dataproc NodeGroupAffinity resource.
§Activities
This type is used in activities, which are methods you may call on this type or where this type is involved in. The list links the activity name, along with information about where it is used (one of request and response).
- regions clusters node groups create projects (request)
- regions clusters node groups get projects (response)
Fields§
§labels: Option<HashMap<String, String>>Optional. Node group labels. Label keys must consist of from 1 to 63 characters and conform to RFC 1035 (https://www.ietf.org/rfc/rfc1035.txt). Label values can be empty. If specified, they must consist of from 1 to 63 characters and conform to RFC 1035 (https://www.ietf.org/rfc/rfc1035.txt). The node group must have no more than 32 labelsn.
name: Option<String>The Node group resource name (https://aip.dev/122).
node_group_config: Option<InstanceGroupConfig>Optional. The node group instance group configuration.
roles: Option<Vec<String>>Required. Node group roles.