GetVCenterResult

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)

Types

Link copied to clipboard
object Companion

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 FQDN/IPAddress of the vCenter.

Link copied to clipboard
val id: String

Gets or sets the Id.

Link copied to clipboard

Gets or sets the instance UUID of the vCenter.

Link copied to clipboard
val kind: String? = null

Metadata used by portal/tooling/etc to render different UX experiences for resources of the same type; e.g. ApiApps are a kind of Microsoft.Web/sites type. If supported, the resource provider must validate and persist this value.

Link copied to clipboard

Gets or sets the location.

Link copied to clipboard

Gets or sets the name.

Link copied to clipboard
val port: Int? = null

Gets or sets the port 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.

Link copied to clipboard
val tags: Map<String, String>? = null

Gets or sets the Resource tags.

Link copied to clipboard

Gets or sets the type of the resource.

Link copied to clipboard

Gets or sets a unique identifier for this resource.

Link copied to clipboard

Gets or sets the version of the vCenter.