InMageRcmFailbackDiscoveredProtectedVmDetailsResponse

data class InMageRcmFailbackDiscoveredProtectedVmDetailsResponse(val createdTimestamp: String, val datastores: List<String>, val ipAddresses: List<String>, val isDeleted: Boolean, val lastDiscoveryTimeInUtc: String, val osName: String, val powerStatus: String, val updatedTimestamp: String, val vCenterFqdn: String, val vCenterId: String, val vmFqdn: String, val vmwareToolsStatus: String)

InMageRcmFailback discovered VM details.

Constructors

constructor(createdTimestamp: String, datastores: List<String>, ipAddresses: List<String>, isDeleted: Boolean, lastDiscoveryTimeInUtc: String, osName: String, powerStatus: String, updatedTimestamp: String, vCenterFqdn: String, vCenterId: String, vmFqdn: String, vmwareToolsStatus: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The SDS created timestamp.

Link copied to clipboard

The list of datastores.

Link copied to clipboard

The list of IP addresses.

Link copied to clipboard

A value indicating whether the VM is deleted.

Link copied to clipboard

The last time when SDS information discovered in SRS.

Link copied to clipboard

The VM's OS name.

Link copied to clipboard

The VM power status.

Link copied to clipboard

The SDS updated timestamp.

Link copied to clipboard

The VCenter fqdn.

Link copied to clipboard

The VCenter Id.

Link copied to clipboard

The VM fqdn.

Link copied to clipboard

The VMware tools status.