| Package | Description |
|---|---|
| com.vmware.vcenter.vm.hardware.adapter |
The
com.vmware.vcenter.vm.hardware.adapter package provides interfaces
for managing the configuration and state of the virtual adapters belonging to a
virtual machine. |
| Modifier and Type | Field and Description |
|---|---|
static ScsiTypes.Sharing |
ScsiTypes.Sharing.NONE
The virtual SCSI bus is not shared.
|
static ScsiTypes.Sharing |
ScsiTypes.Sharing.PHYSICAL
The virtual SCSI bus is shared between two or more virtual machines residing on
different physical hosts.
|
static ScsiTypes.Sharing |
ScsiTypes.Sharing.VIRTUAL
The virtual SCSI bus is shared between two or more virtual machines.
|
| Modifier and Type | Method and Description |
|---|---|
ScsiTypes.Sharing |
ScsiTypes.Info.getSharing()
Bus sharing mode.
|
ScsiTypes.Sharing |
ScsiTypes.CreateSpec.getSharing()
Bus sharing mode.
|
ScsiTypes.Sharing |
ScsiTypes.UpdateSpec.getSharing()
Bus sharing mode.
|
static ScsiTypes.Sharing |
ScsiTypes.Sharing.valueOf(String name)
Returns the enumeration constant for the specified name.
|
static ScsiTypes.Sharing[] |
ScsiTypes.Sharing.values()
Retrieve all enumeration constants pre-defined by this enumeration class.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ScsiTypes.Info.setSharing(ScsiTypes.Sharing sharing)
Bus sharing mode.
|
void |
ScsiTypes.CreateSpec.setSharing(ScsiTypes.Sharing sharing)
Bus sharing mode.
|
ScsiTypes.CreateSpec.Builder |
ScsiTypes.CreateSpec.Builder.setSharing(ScsiTypes.Sharing sharing)
Bus sharing mode.
|
void |
ScsiTypes.UpdateSpec.setSharing(ScsiTypes.Sharing sharing)
Bus sharing mode.
|
ScsiTypes.UpdateSpec.Builder |
ScsiTypes.UpdateSpec.Builder.setSharing(ScsiTypes.Sharing sharing)
Bus sharing mode.
|
| Constructor and Description |
|---|
ScsiTypes.Info.Builder(String label,
ScsiTypes.Type type,
ScsiAddressInfo scsi,
ScsiTypes.Sharing sharing)
Constructor with parameters for the required properties of
ScsiTypes.Info. |
Copyright © 2016. All Rights Reserved.