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