Class StorageProfile
java.lang.Object
com.azure.resourcemanager.connectedvmware.models.StorageProfile
Defines the resource properties.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondisks()
Get the disks property: Gets or sets the list of virtual disks associated with the virtual machine.Get the scsiControllers property: Gets or sets the list of virtual SCSI controllers associated with the virtual machine.void
validate()
Validates the instance.withDisks
(List<VirtualDisk> disks) Set the disks property: Gets or sets the list of virtual disks associated with the virtual machine.
-
Constructor Details
-
StorageProfile
public StorageProfile()
-
-
Method Details
-
disks
Get the disks property: Gets or sets the list of virtual disks associated with the virtual machine.- Returns:
- the disks value.
-
withDisks
Set the disks property: Gets or sets the list of virtual disks associated with the virtual machine.- Parameters:
disks
- the disks value to set.- Returns:
- the StorageProfile object itself.
-
scsiControllers
Get the scsiControllers property: Gets or sets the list of virtual SCSI controllers associated with the virtual machine.- Returns:
- the scsiControllers value.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-