Package version:

InMageRcm discovered protected VM details.

interface InMageRcmDiscoveredProtectedVmDetails {
    createdTimestamp?: any;
    datastores?: string[];
    ipAddresses?: string[];
    isDeleted?: boolean;
    lastDiscoveryTimeInUtc?: any;
    osName?: string;
    powerStatus?: string;
    updatedTimestamp?: any;
    vCenterFqdn?: string;
    vCenterId?: string;
    vmFqdn?: string;
    vmwareToolsStatus?: string;
}

Properties

createdTimestamp?: any

The SDS created timestamp. NOTE: This property will not be serialized. It can only be populated by the server.

datastores?: string[]

The list of datastores. NOTE: This property will not be serialized. It can only be populated by the server.

ipAddresses?: string[]

The list of IP addresses. NOTE: This property will not be serialized. It can only be populated by the server.

isDeleted?: boolean

A value indicating whether the VM is deleted. NOTE: This property will not be serialized. It can only be populated by the server.

lastDiscoveryTimeInUtc?: any

The last time when SDS information discovered in SRS. NOTE: This property will not be serialized. It can only be populated by the server.

osName?: string

The VM's OS name. NOTE: This property will not be serialized. It can only be populated by the server.

powerStatus?: string

The VM power status. NOTE: This property will not be serialized. It can only be populated by the server.

updatedTimestamp?: any

The SDS updated timestamp. NOTE: This property will not be serialized. It can only be populated by the server.

vCenterFqdn?: string

The VCenter fqdn. NOTE: This property will not be serialized. It can only be populated by the server.

vCenterId?: string

The VCenter Id. NOTE: This property will not be serialized. It can only be populated by the server.

vmFqdn?: string

The VM fqdn. NOTE: This property will not be serialized. It can only be populated by the server.

vmwareToolsStatus?: string

The VMware tools status. NOTE: This property will not be serialized. It can only be populated by the server.