| Package | Description |
|---|---|
| com.vmware.nsx.model |
| Modifier and Type | Method and Description |
|---|---|
static AllocationRule |
AllocationRule._newInstance(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Returns new instance of this binding class and injects the provided data value. WARNING: The returned object is not fully initialized. |
static AllocationRule |
AllocationRule._newInstance2(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism. |
AllocationRule |
AllocationRule.Builder.build() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<AllocationRule> |
EdgeCluster.getAllocationRules()
Set of allocation rules and respected action for auto placement of logical
router, DHCP and MDProxy on edge cluster members.
|
| Modifier and Type | Method and Description |
|---|---|
void |
EdgeCluster.setAllocationRules(java.util.List<AllocationRule> allocationRules)
Set of allocation rules and respected action for auto placement of logical
router, DHCP and MDProxy on edge cluster members.
|
EdgeCluster.Builder |
EdgeCluster.Builder.setAllocationRules(java.util.List<AllocationRule> allocationRules)
Set of allocation rules and respected action for auto placement of logical
router, DHCP and MDProxy on edge cluster members.
|