public class HostProxySwitchSpec extends DynamicData
Java class for HostProxySwitchSpec complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="HostProxySwitchSpec">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="backing" type="{urn:vim25}DistributedVirtualSwitchHostMemberBacking" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected DistributedVirtualSwitchHostMemberBacking |
backing |
| Constructor and Description |
|---|
HostProxySwitchSpec() |
| Modifier and Type | Method and Description |
|---|---|
DistributedVirtualSwitchHostMemberBacking |
getBacking()
Gets the value of the backing property.
|
void |
setBacking(DistributedVirtualSwitchHostMemberBacking value)
Sets the value of the backing property.
|
protected DistributedVirtualSwitchHostMemberBacking backing
public DistributedVirtualSwitchHostMemberBacking getBacking()
DistributedVirtualSwitchHostMemberBackingpublic void setBacking(DistributedVirtualSwitchHostMemberBacking value)
value - allowed object is
DistributedVirtualSwitchHostMemberBackingCopyright © 2018. All rights reserved.