OnPremCluster class
OnPremCluster contains information specific to GKE On-Prem clusters.
Constructors
- OnPremCluster({bool? adminCluster, bool? clusterMissing, String? clusterType, String? resourceLink})
- OnPremCluster.fromJson(Map json_)
Properties
- adminCluster ↔ bool?
-
Whether the cluster is an admin cluster.
getter/setter pair
- clusterMissing ↔ bool?
-
If cluster_missing is set then it denotes that
API(gkeonprem.googleapis.com) resource for this GKE On-Prem cluster no
longer exists.
getter/setter pair
- clusterType ↔ String?
-
The on prem cluster's type.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- resourceLink ↔ String?
-
Self-link of the Google Cloud resource for the GKE On-Prem cluster.
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