VirtualDiskController Class
- java.
lang. Object - com.
azure. resourcemanager. vmwarecloudsimple. models. VirtualDiskController
- com.
Implements
public final class VirtualDiskController
implements JsonSerializable<VirtualDiskController>
Virtual disk controller model.
Constructor Summary
| Constructor | Description |
|---|---|
| VirtualDiskController() |
Creates an instance of Virtual |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Virtual |
fromJson(JsonReader jsonReader)
Reads an instance of Virtual |
| String |
id()
Get the id property: Controller's id. |
| String |
name()
Get the name property: The display name of Controller. |
| String |
subType()
Get the sub |
|
Json |
toJson(JsonWriter jsonWriter) |
| String |
type()
Get the type property: disk controller type (SCSI). |
| void |
validate()
Validates the instance. |
Methods inherited from java.lang.Object
Constructor Details
VirtualDiskController
public VirtualDiskController()
Creates an instance of VirtualDiskController class.
Method Details
fromJson
public static VirtualDiskController fromJson(JsonReader jsonReader)
Reads an instance of VirtualDiskController from the JsonReader.
Parameters:
Returns:
Throws:
id
public String id()
Get the id property: Controller's id.
Returns:
name
public String name()
Get the name property: The display name of Controller.
Returns:
subType
public String subType()
Get the subType property: dik controller subtype (VMWARE_PARAVIRTUAL, BUS_PARALLEL, LSI_PARALLEL, LSI_SAS).
Returns:
toJson
type
public String type()
Get the type property: disk controller type (SCSI).
Returns:
validate
public void validate()
Validates the instance.