public class ClusterDasFailoverLevelAdvancedRuntimeInfoVmSlots extends DynamicData
Java class for ClusterDasFailoverLevelAdvancedRuntimeInfoVmSlots complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ClusterDasFailoverLevelAdvancedRuntimeInfoVmSlots">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="vm" type="{urn:vim25}ManagedObjectReference"/>
<element name="slots" type="{http://www.w3.org/2001/XMLSchema}int"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected int |
slots |
protected ManagedObjectReference |
vm |
| Constructor and Description |
|---|
ClusterDasFailoverLevelAdvancedRuntimeInfoVmSlots() |
| Modifier and Type | Method and Description |
|---|---|
int |
getSlots()
Gets the value of the slots property.
|
ManagedObjectReference |
getVm()
Gets the value of the vm property.
|
void |
setSlots(int value)
Sets the value of the slots property.
|
void |
setVm(ManagedObjectReference value)
Sets the value of the vm property.
|
protected ManagedObjectReference vm
protected int slots
public ClusterDasFailoverLevelAdvancedRuntimeInfoVmSlots()
public ManagedObjectReference getVm()
ManagedObjectReferencepublic void setVm(ManagedObjectReference value)
value - allowed object is
ManagedObjectReferencepublic int getSlots()
public void setSlots(int value)
Copyright © 2018. All rights reserved.