EnrollBareMetalNodePoolRequest class
Message for enrolling an existing bare metal node pool to the GKE on-prem API.
Constructors
- EnrollBareMetalNodePoolRequest({String? bareMetalNodePoolId, bool? validateOnly})
- EnrollBareMetalNodePoolRequest.fromJson(Map json_)
Properties
- bareMetalNodePoolId ↔ String?
-
User provided OnePlatform identifier that is used as part of the resource
name.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- validateOnly ↔ bool?
-
If set, only validate the request, but do not actually enroll the node
pool.
getter/setter pair
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