DataDisk Class
- java.
lang. Object - com.
microsoft. azure. batch. protocol. models. DataDisk
- com.
public class DataDisk
Settings which will be used by the data disks associated to compute nodes in the pool.
Method Summary
Modifier and Type | Method and Description |
---|---|
Caching |
caching()
Get the default value for caching is readwrite. For information about the caching options see: https://blogs.msdn.microsoft.com/windowsazurestorage/2012/06/27/exploring-windows-azure-drives-disks-and-images/. Possible values include: 'none', 'readOnly', 'readWrite'. |
int |
diskSizeGB()
Get the diskSizeGB value. |
int |
lun()
Get the lun is used to uniquely identify each data disk. If attaching multiple disks, each should have a distinct lun. |
Storage |
storageAccountType()
Get if omitted, the default is "standard_lrs". Possible values include: 'StandardLRS', 'PremiumLRS'. |
Data |
withCaching(CachingType caching)
Set the default value for caching is readwrite. For information about the caching options see: https://blogs.msdn.microsoft.com/windowsazurestorage/2012/06/27/exploring-windows-azure-drives-disks-and-images/. Possible values include: 'none', 'readOnly', 'readWrite'. |
Data |
withDiskSizeGB(int diskSizeGB)
Set the diskSizeGB value. |
Data |
withLun(int lun)
Set the lun is used to uniquely identify each data disk. If attaching multiple disks, each should have a distinct lun. |
Data |
withStorageAccountType(StorageAccountType storageAccountType)
Set if omitted, the default is "standard_lrs". Possible values include: 'StandardLRS', 'PremiumLRS'. |
Method Details
caching
public CachingType caching()
Get the default value for caching is readwrite. For information about the caching options see: https://blogs.msdn.microsoft.com/windowsazurestorage/2012/06/27/exploring-windows-azure-drives-disks-and-images/. Possible values include: 'none', 'readOnly', 'readWrite'.
Returns:
diskSizeGB
public int diskSizeGB()
Get the diskSizeGB value.
Returns:
lun
public int lun()
Get the lun is used to uniquely identify each data disk. If attaching multiple disks, each should have a distinct lun.
Returns:
storageAccountType
public StorageAccountType storageAccountType()
Get if omitted, the default is "standard_lrs". Possible values include: 'StandardLRS', 'PremiumLRS'.
Returns:
withCaching
public DataDisk withCaching(CachingType caching)
Set the default value for caching is readwrite. For information about the caching options see: https://blogs.msdn.microsoft.com/windowsazurestorage/2012/06/27/exploring-windows-azure-drives-disks-and-images/. Possible values include: 'none', 'readOnly', 'readWrite'.
Parameters:
Returns:
withDiskSizeGB
public DataDisk withDiskSizeGB(int diskSizeGB)
Set the diskSizeGB value.
Parameters:
Returns:
withLun
public DataDisk withLun(int lun)
Set the lun is used to uniquely identify each data disk. If attaching multiple disks, each should have a distinct lun.
Parameters:
Returns:
withStorageAccountType
public DataDisk withStorageAccountType(StorageAccountType storageAccountType)
Set if omitted, the default is "standard_lrs". Possible values include: 'StandardLRS', 'PremiumLRS'.
Parameters:
Returns: