OnPremCluster constructor

OnPremCluster({
  1. bool? adminCluster,
  2. bool? clusterMissing,
  3. String? clusterType,
  4. String? resourceLink,
})

Implementation

OnPremCluster({
  this.adminCluster,
  this.clusterMissing,
  this.clusterType,
  this.resourceLink,
});