GetVcenterControllerResult

data class GetVcenterControllerResult(val azureApiVersion: String, 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(azureApiVersion: String, 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)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Azure API version of the resource.

Link copied to clipboard

Gets the timestamp marking vCenter creation.

Link copied to clipboard

Gets the errors.

Link copied to clipboard
val fqdn: String? = null

Gets or sets the FQDN/IPAddress of the vCenter.

Link copied to clipboard
val friendlyName: String? = null

Gets or sets the friendly name of the vCenter.

Link copied to clipboard
val id: String

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

Link copied to clipboard

Gets the instance UUID of the vCenter.

Link copied to clipboard

The name of the resource

Link copied to clipboard

Gets the performance statistics enabled on the vCenter.

Link copied to clipboard
val port: String? = null

Gets or sets the port of the vCenter.

Link copied to clipboard

The status of the last operation.

Link copied to clipboard
val runAsAccountId: String? = null

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

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"

Link copied to clipboard

Gets the timestamp marking last updated on the vCenter.

Link copied to clipboard

Gets the version of the vCenter.