Package version:

AVS disk/volume information

interface AvsDiskDetails {
    avsStorageContainerResourceId: string;
    avsVmInternalId: string;
    avsVmName: string;
    avsVmResourceId: string;
    diskId: string;
    diskName: string;
    folder: string;
}

Properties

avsStorageContainerResourceId: string

Azure resource ID of the AVS storage container containing this disk/volume

avsVmInternalId: string

VMware ID assigned to the disk/volume

avsVmName: string

Name of the AVS VM connected to this disk/volume

avsVmResourceId: string

Azure resource ID of the AVS VM connected to this disk/volume

diskId: string

VMware ID of the disk/volume

diskName: string

VMware name of the disk/volume

folder: string

Name of the top-level folder in the datastore that contains the disk/volume