| Package | Description |
|---|---|
| com.vmware.vcenter |
The
com.vmware.vcenter package provides interfaces for managing VMware
vSphere environments. |
| com.vmware.vcenter.vm |
The
com.vmware.vcenter.vm package provides interfaces for managing
virtual machines. |
| Modifier and Type | Method and Description |
|---|---|
PowerTypes.State |
VMTypes.Info.getPowerState()
Power state of the virtual machine.
|
PowerTypes.State |
VMTypes.Summary.getPowerState()
Power state of the virtual machine.
|
| Modifier and Type | Method and Description |
|---|---|
Set<PowerTypes.State> |
VMTypes.FilterSpec.getPowerStates()
Power states that a virtual machine must be in to match the filter (see
PowerTypes.Info.getState(). |
| Modifier and Type | Method and Description |
|---|---|
void |
VMTypes.Info.setPowerState(PowerTypes.State powerState)
Power state of the virtual machine.
|
void |
VMTypes.Summary.setPowerState(PowerTypes.State powerState)
Power state of the virtual machine.
|
| Modifier and Type | Method and Description |
|---|---|
void |
VMTypes.FilterSpec.setPowerStates(Set<PowerTypes.State> powerStates)
Power states that a virtual machine must be in to match the filter (see
PowerTypes.Info.getState(). |
VMTypes.FilterSpec.Builder |
VMTypes.FilterSpec.Builder.setPowerStates(Set<PowerTypes.State> powerStates)
Power states that a virtual machine must be in to match the filter (see
PowerTypes.Info.getState(). |
| Constructor and Description |
|---|
VMTypes.Info.Builder(GuestOS guestOS,
String name,
PowerTypes.State powerState,
HardwareTypes.Info hardware,
BootTypes.Info boot,
List<DeviceTypes.Entry> bootDevices,
CpuTypes.Info cpu,
MemoryTypes.Info memory,
Map<String,DiskTypes.Info> disks,
Map<String,EthernetTypes.Info> nics,
Map<String,CdromTypes.Info> cdroms,
Map<String,FloppyTypes.Info> floppies,
Map<String,ParallelTypes.Info> parallelPorts,
Map<String,SerialTypes.Info> serialPorts,
Map<String,SataTypes.Info> sataAdapters,
Map<String,ScsiTypes.Info> scsiAdapters)
Constructor with parameters for the required properties of
VMTypes.Info. |
VMTypes.Summary.Builder(String vm,
String name,
PowerTypes.State powerState)
Constructor with parameters for the required properties of
VMTypes.Summary. |
| Modifier and Type | Field and Description |
|---|---|
static PowerTypes.State |
PowerTypes.State.POWERED_OFF
The virtual machine is powered off.
|
static PowerTypes.State |
PowerTypes.State.POWERED_ON
The virtual machine is powered on.
|
static PowerTypes.State |
PowerTypes.State.SUSPENDED
The virtual machine is suspended.
|
| Modifier and Type | Method and Description |
|---|---|
PowerTypes.State |
PowerTypes.Info.getState()
Power state of the virtual machine.
|
static PowerTypes.State |
PowerTypes.State.valueOf(String name)
Returns the enumeration constant for the specified name.
|
static PowerTypes.State[] |
PowerTypes.State.values()
Retrieve all enumeration constants pre-defined by this enumeration class.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PowerTypes.Info.setState(PowerTypes.State state)
Power state of the virtual machine.
|
| Constructor and Description |
|---|
PowerTypes.Info.Builder(PowerTypes.State state)
Constructor with parameters for the required properties of
PowerTypes.Info. |
Copyright © 2016. All Rights Reserved.