VMwareVirtualMachineDetails interface
VMware provider specific settings.
- Extends
Properties
agent |
The ID generated by the InMage agent after it gets installed on guest. This is the ID to be used during InMage CreateProtection. |
agent |
The value indicating if InMage scout agent is installed on guest. |
agent |
The agent version. |
discovery |
A value indicating the discovery type of the machine. Value can be vCenter or physical. |
disk |
The disk details. |
instance |
Polymorphic discriminator, which specifies the different types this object can be |
ip |
The IP address. |
os |
The OsType installed on VM. |
powered |
The value indicating whether VM is powered on. |
validation |
The validation errors. |
v |
The VCenter infrastructure Id. |
Property Details
agentGeneratedId
The ID generated by the InMage agent after it gets installed on guest. This is the ID to be used during InMage CreateProtection.
agentGeneratedId?: string
Property Value
string
agentInstalled
The value indicating if InMage scout agent is installed on guest.
agentInstalled?: string
Property Value
string
agentVersion
The agent version.
agentVersion?: string
Property Value
string
discoveryType
A value indicating the discovery type of the machine. Value can be vCenter or physical.
discoveryType?: string
Property Value
string
diskDetails
instanceType
Polymorphic discriminator, which specifies the different types this object can be
instanceType: "VMwareVirtualMachine"
Property Value
"VMwareVirtualMachine"
ipAddress
The IP address.
ipAddress?: string
Property Value
string
osType
The OsType installed on VM.
osType?: string
Property Value
string
poweredOn
The value indicating whether VM is powered on.
poweredOn?: string
Property Value
string
validationErrors
vCenterInfrastructureId
The VCenter infrastructure Id.
vCenterInfrastructureId?: string
Property Value
string