Get Cluster Result
data class GetClusterResult(val azureApiVersion: String, val customResourceName: String, val datastoreIds: List<String>, val extendedLocation: ExtendedLocationResponse? = null, val id: String, val inventoryItemId: String? = null, val kind: String? = null, val location: String, val moName: String, val moRefId: String? = null, val name: String, val networkIds: List<String>, val provisioningState: String, val statuses: List<ResourceStatusResponse>, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val totalCpuMHz: Double, val totalMemoryGB: Double, val type: String, val usedCpuMHz: Double, val usedMemoryGB: Double, val uuid: String, val vCenterId: String? = null)
Define the cluster.
Constructors
Link copied to clipboard
constructor(azureApiVersion: String, customResourceName: String, datastoreIds: List<String>, extendedLocation: ExtendedLocationResponse? = null, id: String, inventoryItemId: String? = null, kind: String? = null, location: String, moName: String, moRefId: String? = null, name: String, networkIds: List<String>, provisioningState: String, statuses: List<ResourceStatusResponse>, systemData: SystemDataResponse, tags: Map<String, String>? = null, totalCpuMHz: Double, totalMemoryGB: Double, type: String, usedCpuMHz: Double, usedMemoryGB: Double, uuid: String, vCenterId: String? = null)
Properties
Link copied to clipboard
The Azure API version of the resource.
Link copied to clipboard
Gets the name of the corresponding resource in Kubernetes.
Link copied to clipboard
Gets the datastore ARM ids.
Link copied to clipboard
Gets or sets the extended location.
Link copied to clipboard
Gets or sets the inventory Item ID for the cluster.
Link copied to clipboard
Gets the network ARM ids.
Link copied to clipboard
Gets the provisioning state.
Link copied to clipboard
The resource status information.
Link copied to clipboard
The system data.
Link copied to clipboard
Gets the max CPU usage across all cores on the cluster in MHz.
Link copied to clipboard
Gets the total amount of physical memory on the cluster in GB.
Link copied to clipboard
Gets the used CPU usage across all cores on the cluster in MHz.
Link copied to clipboard
Gets the used physical memory on the cluster in GB.