public class VirtualMachineDeviceRuntimeInfo extends DynamicData
Java class for VirtualMachineDeviceRuntimeInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="VirtualMachineDeviceRuntimeInfo">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="runtimeState" type="{urn:vim25}VirtualMachineDeviceRuntimeInfoDeviceRuntimeState"/>
<element name="key" type="{http://www.w3.org/2001/XMLSchema}int"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected int |
key |
protected VirtualMachineDeviceRuntimeInfoDeviceRuntimeState |
runtimeState |
| Constructor and Description |
|---|
VirtualMachineDeviceRuntimeInfo() |
| Modifier and Type | Method and Description |
|---|---|
int |
getKey()
Gets the value of the key property.
|
VirtualMachineDeviceRuntimeInfoDeviceRuntimeState |
getRuntimeState()
Gets the value of the runtimeState property.
|
void |
setKey(int value)
Sets the value of the key property.
|
void |
setRuntimeState(VirtualMachineDeviceRuntimeInfoDeviceRuntimeState value)
Sets the value of the runtimeState property.
|
protected VirtualMachineDeviceRuntimeInfoDeviceRuntimeState runtimeState
protected int key
public VirtualMachineDeviceRuntimeInfoDeviceRuntimeState getRuntimeState()
VirtualMachineDeviceRuntimeInfoDeviceRuntimeStatepublic void setRuntimeState(VirtualMachineDeviceRuntimeInfoDeviceRuntimeState value)
value - allowed object is
VirtualMachineDeviceRuntimeInfoDeviceRuntimeStatepublic int getKey()
public void setKey(int value)
Copyright © 2018. All rights reserved.