Package version:

VMware provider specific settings.

interface VMwareVirtualMachineDetails {
    agentGeneratedId?: string;
    agentInstalled?: string;
    agentVersion?: string;
    discoveryType?: string;
    diskDetails?: InMageDiskDetails[];
    instanceType: "VMwareVirtualMachine";
    ipAddress?: string;
    osType?: string;
    poweredOn?: string;
    validationErrors?: HealthError[];
    vCenterInfrastructureId?: string;
}

Hierarchy (view full)

Properties

agentGeneratedId?: string

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

agentInstalled?: string

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

agentVersion?: string

The agent version.

discoveryType?: string

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

diskDetails?: InMageDiskDetails[]

The disk details.

instanceType

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

ipAddress?: string

The IP address.

osType?: string

The OsType installed on VM.

poweredOn?: string

The value indicating whether VM is powered on.

validationErrors?: HealthError[]

The validation errors.

vCenterInfrastructureId?: string

The VCenter infrastructure Id.