| Package | Description |
|---|---|
| com.vmware.nsx.model |
| Modifier and Type | Method and Description |
|---|---|
static RedistributionRule |
RedistributionRule._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 RedistributionRule |
RedistributionRule._newInstance2(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism. |
RedistributionRule |
RedistributionRule.Builder.build() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<RedistributionRule> |
RedistributionRuleList.getRules()
List of redistribution rules.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RedistributionRuleList.setRules(java.util.List<RedistributionRule> rules)
List of redistribution rules.
|
RedistributionRuleList.Builder |
RedistributionRuleList.Builder.setRules(java.util.List<RedistributionRule> rules)
List of redistribution rules.
|