Package | Description |
---|---|
com.google.api.services.dataproc.v1beta2.model |
Modifier and Type | Method and Description |
---|---|
GceClusterConfig |
GceClusterConfig.clone() |
GceClusterConfig |
ClusterConfig.getGceClusterConfig()
Optional.
|
GceClusterConfig |
GceClusterConfig.set(String fieldName,
Object value) |
GceClusterConfig |
GceClusterConfig.setInternalIpOnly(Boolean internalIpOnly)
Optional.
|
GceClusterConfig |
GceClusterConfig.setMetadata(Map<String,String> metadata)
The Compute Engine metadata entries to add to all instances (see Project and instance metadata
(https://cloud.google.com/compute/docs/storing-retrieving-
metadata#project_and_instance_metadata)).
|
GceClusterConfig |
GceClusterConfig.setNetworkUri(String networkUri)
Optional.
|
GceClusterConfig |
GceClusterConfig.setNodeGroupAffinity(NodeGroupAffinity nodeGroupAffinity)
Optional.
|
GceClusterConfig |
GceClusterConfig.setPrivateIpv6GoogleAccess(String privateIpv6GoogleAccess)
Optional.
|
GceClusterConfig |
GceClusterConfig.setReservationAffinity(ReservationAffinity reservationAffinity)
Optional.
|
GceClusterConfig |
GceClusterConfig.setServiceAccount(String serviceAccount)
Optional.
|
GceClusterConfig |
GceClusterConfig.setServiceAccountScopes(List<String> serviceAccountScopes)
Optional.
|
GceClusterConfig |
GceClusterConfig.setShieldedInstanceConfig(ShieldedInstanceConfig shieldedInstanceConfig)
Optional.
|
GceClusterConfig |
GceClusterConfig.setSubnetworkUri(String subnetworkUri)
Optional.
|
GceClusterConfig |
GceClusterConfig.setTags(List<String> tags)
The Compute Engine tags to add to all instances (see Tagging instances
(https://cloud.google.com/compute/docs/label-or-tag-resources#tags)).
|
GceClusterConfig |
GceClusterConfig.setZoneUri(String zoneUri)
Optional.
|
Modifier and Type | Method and Description |
---|---|
ClusterConfig |
ClusterConfig.setGceClusterConfig(GceClusterConfig gceClusterConfig)
Optional.
|
Copyright © 2011–2021 Google. All rights reserved.