NodeGroupAffinity class
Node Group Affinity for clusters using sole-tenant node groups.
The Dataproc NodeGroupAffinity resource is not related to the Dataproc NodeGroup resource.
Constructors
- NodeGroupAffinity({String? nodeGroupUri})
- NodeGroupAffinity.fromJson(Map json_)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- nodeGroupUri ↔ String?
-
The URI of a sole-tenant node group resource
(https://cloud.google.com/compute/docs/reference/rest/v1/nodeGroups) that
the cluster will be created on.A full URL, partial URI, or node group name
are valid.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited