VCenterPropertiesResponse

data class VCenterPropertiesResponse(val discoveryStatus: String? = null, val fabricArmResourceName: String? = null, val friendlyName: String? = null, val healthErrors: List<HealthErrorResponse>? = null, val infrastructureId: String? = null, val internalId: String? = null, val ipAddress: String? = null, val lastHeartbeat: String? = null, val port: String? = null, val processServerId: String? = null, val runAsAccountId: String? = null)

vCenter properties.

Constructors

Link copied to clipboard
constructor(discoveryStatus: String? = null, fabricArmResourceName: String? = null, friendlyName: String? = null, healthErrors: List<HealthErrorResponse>? = null, infrastructureId: String? = null, internalId: String? = null, ipAddress: String? = null, lastHeartbeat: String? = null, port: String? = null, processServerId: String? = null, runAsAccountId: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val discoveryStatus: String? = null

The VCenter discovery status.

Link copied to clipboard

The ARM resource name of the fabric containing this VCenter.

Link copied to clipboard
val friendlyName: String? = null

Friendly name of the vCenter.

Link copied to clipboard

The health errors for this VCenter.

Link copied to clipboard

The infrastructure Id of vCenter.

Link copied to clipboard
val internalId: String? = null

VCenter internal ID.

Link copied to clipboard
val ipAddress: String? = null

The IP address of the vCenter.

Link copied to clipboard
val lastHeartbeat: String? = null

The time when the last heartbeat was received by vCenter.

Link copied to clipboard
val port: String? = null

The port number for discovery.

Link copied to clipboard
val processServerId: String? = null

The process server Id.

Link copied to clipboard
val runAsAccountId: String? = null

The account Id which has privileges to discover the vCenter.