public class ClusterDasFailoverLevelAdvancedRuntimeInfoHostSlots extends DynamicData
Java class for ClusterDasFailoverLevelAdvancedRuntimeInfoHostSlots complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ClusterDasFailoverLevelAdvancedRuntimeInfoHostSlots">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="host" 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 ManagedObjectReference |
host |
protected int |
slots |
| Constructor and Description |
|---|
ClusterDasFailoverLevelAdvancedRuntimeInfoHostSlots() |
| Modifier and Type | Method and Description |
|---|---|
ManagedObjectReference |
getHost()
Gets the value of the host property.
|
int |
getSlots()
Gets the value of the slots property.
|
void |
setHost(ManagedObjectReference value)
Sets the value of the host property.
|
void |
setSlots(int value)
Sets the value of the slots property.
|
protected ManagedObjectReference host
protected int slots
public ClusterDasFailoverLevelAdvancedRuntimeInfoHostSlots()
public ManagedObjectReference getHost()
ManagedObjectReferencepublic void setHost(ManagedObjectReference value)
value - allowed object is
ManagedObjectReferencepublic int getSlots()
public void setSlots(int value)
Copyright © 2018. All rights reserved.