public class DistributedVirtualSwitchHostMemberConfigInfo extends DynamicData
| Modifier and Type | Field and Description |
|---|---|
DistributedVirtualSwitchHostMemberBacking |
backing |
ManagedObjectReference |
host |
int |
maxProxySwitchPorts |
DistributedVirtualSwitchKeyedOpaqueBlob[] |
vendorSpecificConfig |
dynamicProperty, dynamicType| Constructor and Description |
|---|
DistributedVirtualSwitchHostMemberConfigInfo() |
| Modifier and Type | Method and Description |
|---|---|
DistributedVirtualSwitchHostMemberBacking |
getBacking() |
ManagedObjectReference |
getHost() |
int |
getMaxProxySwitchPorts() |
DistributedVirtualSwitchKeyedOpaqueBlob[] |
getVendorSpecificConfig() |
void |
setBacking(DistributedVirtualSwitchHostMemberBacking backing) |
void |
setHost(ManagedObjectReference host) |
void |
setMaxProxySwitchPorts(int maxProxySwitchPorts) |
void |
setVendorSpecificConfig(DistributedVirtualSwitchKeyedOpaqueBlob[] vendorSpecificConfig) |
getDynamicProperty, getDynamicType, setDynamicProperty, setDynamicTypepublic ManagedObjectReference host
public int maxProxySwitchPorts
public DistributedVirtualSwitchKeyedOpaqueBlob[] vendorSpecificConfig
public DistributedVirtualSwitchHostMemberBacking backing
public DistributedVirtualSwitchHostMemberConfigInfo()
public ManagedObjectReference getHost()
public int getMaxProxySwitchPorts()
public DistributedVirtualSwitchKeyedOpaqueBlob[] getVendorSpecificConfig()
public DistributedVirtualSwitchHostMemberBacking getBacking()
public void setHost(ManagedObjectReference host)
public void setMaxProxySwitchPorts(int maxProxySwitchPorts)
public void setVendorSpecificConfig(DistributedVirtualSwitchKeyedOpaqueBlob[] vendorSpecificConfig)
public void setBacking(DistributedVirtualSwitchHostMemberBacking backing)
Copyright © 2011-2012. All Rights Reserved.