Get Vcenter Controller Result
data class GetVcenterControllerResult(val createdTimestamp: String, val errors: List<HealthErrorDetailsResponse>, val fqdn: String? = null, val friendlyName: String? = null, val id: String, val instanceUuid: String, val name: String, val perfStatisticsLevel: String, val port: String? = null, val provisioningState: String? = null, val runAsAccountId: String? = null, val systemData: SystemDataResponse, val type: String, val updatedTimestamp: String, val version: String)
A vcenter resource belonging to a site resource.
Constructors
Link copied to clipboard
constructor(createdTimestamp: String, errors: List<HealthErrorDetailsResponse>, fqdn: String? = null, friendlyName: String? = null, id: String, instanceUuid: String, name: String, perfStatisticsLevel: String, port: String? = null, provisioningState: String? = null, runAsAccountId: String? = null, systemData: SystemDataResponse, type: String, updatedTimestamp: String, version: String)
Properties
Link copied to clipboard
Gets the timestamp marking vCenter creation.
Link copied to clipboard
Gets the errors.
Link copied to clipboard
Gets or sets the friendly name of the vCenter.
Link copied to clipboard
Gets the instance UUID of the vCenter.
Link copied to clipboard
Gets the performance statistics enabled on the vCenter.
Link copied to clipboard
The status of the last operation.
Link copied to clipboard
Gets or sets the run as account ID of the vCenter.
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 vCenter.