VMwareV2FabricSpecificDetailsResponse

data class VMwareV2FabricSpecificDetailsResponse(val instanceType: String, val migrationSolutionId: String, val physicalSiteId: String, val processServers: List<ProcessServerDetailsResponse>, val serviceContainerId: String, val serviceEndpoint: String, val serviceResourceId: String, val vmwareSiteId: String)

VMwareV2 fabric specific details.

Constructors

Link copied to clipboard
constructor(instanceType: String, migrationSolutionId: String, physicalSiteId: String, processServers: List<ProcessServerDetailsResponse>, serviceContainerId: String, serviceEndpoint: String, serviceResourceId: String, vmwareSiteId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Gets the class type. Overridden in derived classes. Expected value is 'VMwareV2'.

Link copied to clipboard

The Migration solution ARM Id.

Link copied to clipboard

The ARM Id of the physical site.

Link copied to clipboard

The list of process servers.

Link copied to clipboard

The service container Id.

Link copied to clipboard

The service endpoint.

Link copied to clipboard

The service resource Id.

Link copied to clipboard

The ARM Id of the VMware site.