public class VAppIPAssignmentInfo extends DynamicData
| Modifier and Type | Field and Description |
|---|---|
String |
ipAllocationPolicy |
String |
ipProtocol |
String[] |
supportedAllocationScheme |
String[] |
supportedIpProtocol |
dynamicProperty, dynamicType| Constructor and Description |
|---|
VAppIPAssignmentInfo() |
| Modifier and Type | Method and Description |
|---|---|
String |
getIpAllocationPolicy() |
String |
getIpProtocol() |
String[] |
getSupportedAllocationScheme() |
String[] |
getSupportedIpProtocol() |
void |
setIpAllocationPolicy(String ipAllocationPolicy) |
void |
setIpProtocol(String ipProtocol) |
void |
setSupportedAllocationScheme(String[] supportedAllocationScheme) |
void |
setSupportedIpProtocol(String[] supportedIpProtocol) |
getDynamicProperty, getDynamicType, setDynamicProperty, setDynamicTypepublic String[] supportedAllocationScheme
public String ipAllocationPolicy
public String[] supportedIpProtocol
public String ipProtocol
public String[] getSupportedAllocationScheme()
public String getIpAllocationPolicy()
public String[] getSupportedIpProtocol()
public String getIpProtocol()
public void setSupportedAllocationScheme(String[] supportedAllocationScheme)
public void setIpAllocationPolicy(String ipAllocationPolicy)
public void setSupportedIpProtocol(String[] supportedIpProtocol)
public void setIpProtocol(String ipProtocol)
Copyright © 2011-2012. All Rights Reserved.