DiskPoolVolume Class

An iSCSI volume from Microsoft.StoragePool provider.

Variables are only populated by the server, and will be ignored when sending a request.

All required parameters must be populated in order to send to Azure.

Inheritance
DiskPoolVolume

Constructor

DiskPoolVolume(*, target_id: str, lun_name: str, mount_option: Optional[Union[str, azure.mgmt.avs.models._avs_client_enums.MountOptionEnum]] = 'MOUNT', **kwargs)

Parameters

target_id
str
Required

Required. Azure resource ID of the iSCSI target.

lun_name
str
Required

Required. Name of the LUN to be used for datastore.

mount_option
str or MountOptionEnum
Required

Mode that describes whether the LUN has to be mounted as a datastore or attached as a LUN. Possible values include: "MOUNT", "ATTACH". Default value: "MOUNT".

Variables

path
str

Device path.