Get Hyperv Cluster Controller Cluster Result
data class GetHypervClusterControllerClusterResult(val azureApiVersion: String, val createdTimestamp: String, val errors: List<HealthErrorDetailsResponse>, val fqdn: String? = null, val functionalLevel: Int, val hostFqdnList: List<String>? = null, val id: String, val name: String, val provisioningState: String? = null, val runAsAccountId: String? = null, val status: String, val systemData: SystemDataResponse, val type: String, val updatedTimestamp: String)
A cluster resource belonging to a site resource.
Constructors
Link copied to clipboard
constructor(azureApiVersion: String, createdTimestamp: String, errors: List<HealthErrorDetailsResponse>, fqdn: String? = null, functionalLevel: Int, hostFqdnList: List<String>? = null, id: String, name: String, provisioningState: String? = null, runAsAccountId: String? = null, status: String, systemData: SystemDataResponse, type: String, updatedTimestamp: String)
Properties
Link copied to clipboard
The Azure API version of the resource.
Link copied to clipboard
Gets the timestamp marking Hyper-V cluster creation.
Link copied to clipboard
Gets the errors.
Link copied to clipboard
Gets the functional level of the Hyper-V cluster.
Link copied to clipboard
Gets or sets list of hosts (FQDN) currently being tracked by the cluster.
Link copied to clipboard
The status of the last operation.
Link copied to clipboard
Gets or sets Run as account ID of the Hyper-V cluster.
Link copied to clipboard
Azure Resource Manager metadata containing createdBy and modifiedBy information.
Link copied to clipboard
Gets the timestamp marking last updated on the Hyper-V cluster.