Get VCenter Result
data class GetVCenterResult(val azureApiVersion: String, val connectionStatus: String, val credentials: VICredentialResponse? = null, val customResourceName: String, val extendedLocation: ExtendedLocationResponse? = null, val fqdn: String, val id: String, val instanceUuid: String, val kind: String? = null, val location: String, val name: String, val port: Int? = null, val provisioningState: String, val statuses: List<ResourceStatusResponse>, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val type: String, val uuid: String, val version: String)
Defines the vCenter.
Constructors
Link copied to clipboard
constructor(azureApiVersion: String, connectionStatus: String, credentials: VICredentialResponse? = null, customResourceName: String, extendedLocation: ExtendedLocationResponse? = null, fqdn: String, id: String, instanceUuid: String, kind: String? = null, location: String, name: String, port: Int? = null, provisioningState: String, statuses: List<ResourceStatusResponse>, systemData: SystemDataResponse, tags: Map<String, String>? = null, type: String, uuid: String, version: String)
Properties
Link copied to clipboard
The Azure API version of the resource.
Link copied to clipboard
Gets or sets the connection status to the vCenter.
Link copied to clipboard
Username / Password Credentials to connect to vcenter.
Link copied to clipboard
Gets the name of the corresponding resource in Kubernetes.
Link copied to clipboard
Gets or sets the extended location.
Link copied to clipboard
Gets or sets the instance UUID of the vCenter.
Link copied to clipboard
Gets the provisioning state.
Link copied to clipboard
The resource status information.
Link copied to clipboard
The system data.