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