VCenterProperties interface
vCenter properties.
Properties
discovery |
The VCenter discovery status. |
fabric |
The ARM resource name of the fabric containing this VCenter. |
friendly |
Friendly name of the vCenter. |
health |
The health errors for this VCenter. |
infrastructure |
The infrastructure Id of vCenter. |
internal |
VCenter internal ID. |
ip |
The IP address of the vCenter. |
last |
The time when the last heartbeat was received by vCenter. |
port | The port number for discovery. |
process |
The process server Id. |
run |
The account Id which has privileges to discover the vCenter. |
Property Details
discoveryStatus
The VCenter discovery status.
discoveryStatus?: string
Property Value
string
fabricArmResourceName
The ARM resource name of the fabric containing this VCenter.
fabricArmResourceName?: string
Property Value
string
friendlyName
Friendly name of the vCenter.
friendlyName?: string
Property Value
string
healthErrors
infrastructureId
The infrastructure Id of vCenter.
infrastructureId?: string
Property Value
string
internalId
VCenter internal ID.
internalId?: string
Property Value
string
ipAddress
The IP address of the vCenter.
ipAddress?: string
Property Value
string
lastHeartbeat
The time when the last heartbeat was received by vCenter.
lastHeartbeat?: Date
Property Value
Date
port
The port number for discovery.
port?: string
Property Value
string
processServerId
The process server Id.
processServerId?: string
Property Value
string
runAsAccountId
The account Id which has privileges to discover the vCenter.
runAsAccountId?: string
Property Value
string