VMwareVirtualMachineDetails interface

VMware provider specific settings.

Extends

Properties

agentGeneratedId

The ID generated by the InMage agent after it gets installed on guest. This is the ID to be used during InMage CreateProtection.

agentInstalled

The value indicating if InMage scout agent is installed on guest.

agentVersion

The agent version.

discoveryType

A value indicating the discovery type of the machine. Value can be vCenter or physical.

diskDetails

The disk details.

instanceType

Polymorphic discriminator, which specifies the different types this object can be

ipAddress

The IP address.

osType

The OsType installed on VM.

poweredOn

The value indicating whether VM is powered on.

validationErrors

The validation errors.

vCenterInfrastructureId

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

The disk details.

diskDetails?: InMageDiskDetails[]

Property Value

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

The validation errors.

validationErrors?: HealthError[]

Property Value

vCenterInfrastructureId

The VCenter infrastructure Id.

vCenterInfrastructureId?: string

Property Value

string