Package version:

VMwareV2 fabric specific details.

interface VMwareV2FabricSpecificDetails {
    instanceType: "VMwareV2";
    migrationSolutionId?: string;
    physicalSiteId?: string;
    processServers?: ProcessServerDetails[];
    serviceContainerId?: string;
    serviceEndpoint?: string;
    serviceResourceId?: string;
    vmwareSiteId?: string;
}

Hierarchy (view full)

Properties

instanceType

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

migrationSolutionId?: string

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

physicalSiteId?: string

The ARM Id of the physical site. NOTE: This property will not be serialized. It can only be populated by the server.

processServers?: ProcessServerDetails[]

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

serviceContainerId?: string

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

serviceEndpoint?: string

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

serviceResourceId?: string

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

vmwareSiteId?: string

The ARM Id of the VMware site. NOTE: This property will not be serialized. It can only be populated by the server.