Class SapDiskConfiguration
java.lang.Object
com.azure.resourcemanager.workloads.models.SapDiskConfiguration
The SAP Disk Configuration.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the diskCount property: The disk count.Get the diskIopsReadWrite property: The disk Iops.Get the diskMBpsReadWrite property: The disk provisioned throughput in MBps.Get the diskSizeGB property: The disk size in GB.Get the diskStorageType property: The disk storage type.diskType()
Get the diskType property: The disk type.void
validate()
Validates the instance.volume()
Get the volume property: The volume name.withDiskCount
(Long diskCount) Set the diskCount property: The disk count.withDiskIopsReadWrite
(Long diskIopsReadWrite) Set the diskIopsReadWrite property: The disk Iops.withDiskMBpsReadWrite
(Long diskMBpsReadWrite) Set the diskMBpsReadWrite property: The disk provisioned throughput in MBps.withDiskSizeGB
(Long diskSizeGB) Set the diskSizeGB property: The disk size in GB.withDiskStorageType
(String diskStorageType) Set the diskStorageType property: The disk storage type.withDiskType
(String diskType) Set the diskType property: The disk type.withVolume
(String volume) Set the volume property: The volume name.
-
Constructor Details
-
SapDiskConfiguration
public SapDiskConfiguration()
-
-
Method Details
-
volume
Get the volume property: The volume name.- Returns:
- the volume value.
-
withVolume
Set the volume property: The volume name.- Parameters:
volume
- the volume value to set.- Returns:
- the SapDiskConfiguration object itself.
-
diskType
Get the diskType property: The disk type.- Returns:
- the diskType value.
-
withDiskType
Set the diskType property: The disk type.- Parameters:
diskType
- the diskType value to set.- Returns:
- the SapDiskConfiguration object itself.
-
diskCount
Get the diskCount property: The disk count.- Returns:
- the diskCount value.
-
withDiskCount
Set the diskCount property: The disk count.- Parameters:
diskCount
- the diskCount value to set.- Returns:
- the SapDiskConfiguration object itself.
-
diskSizeGB
Get the diskSizeGB property: The disk size in GB.- Returns:
- the diskSizeGB value.
-
withDiskSizeGB
Set the diskSizeGB property: The disk size in GB.- Parameters:
diskSizeGB
- the diskSizeGB value to set.- Returns:
- the SapDiskConfiguration object itself.
-
diskIopsReadWrite
Get the diskIopsReadWrite property: The disk Iops.- Returns:
- the diskIopsReadWrite value.
-
withDiskIopsReadWrite
Set the diskIopsReadWrite property: The disk Iops.- Parameters:
diskIopsReadWrite
- the diskIopsReadWrite value to set.- Returns:
- the SapDiskConfiguration object itself.
-
diskMBpsReadWrite
Get the diskMBpsReadWrite property: The disk provisioned throughput in MBps.- Returns:
- the diskMBpsReadWrite value.
-
withDiskMBpsReadWrite
Set the diskMBpsReadWrite property: The disk provisioned throughput in MBps.- Parameters:
diskMBpsReadWrite
- the diskMBpsReadWrite value to set.- Returns:
- the SapDiskConfiguration object itself.
-
diskStorageType
Get the diskStorageType property: The disk storage type.- Returns:
- the diskStorageType value.
-
withDiskStorageType
Set the diskStorageType property: The disk storage type.- Parameters:
diskStorageType
- the diskStorageType value to set.- Returns:
- the SapDiskConfiguration object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-