Package | Description |
---|---|
com.vmware.nsx_policy.model |
Modifier and Type | Method and Description |
---|---|
static EndpointRule |
EndpointRule._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 EndpointRule |
EndpointRule._newInstance2(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism. |
EndpointRule |
EndpointRule.Builder.build() |
EndpointRule |
ChildEndpointRule.getEndpointRule() |
Modifier and Type | Method and Description |
---|---|
java.util.List<EndpointRule> |
EndpointPolicy.getEndpointRules()
Endpoint Rules that are a part of this EndpointPolicy
|
Modifier and Type | Method and Description |
---|---|
void |
ChildEndpointRule.setEndpointRule(EndpointRule endpointRule) |
ChildEndpointRule.Builder |
ChildEndpointRule.Builder.setEndpointRule(EndpointRule endpointRule) |
Modifier and Type | Method and Description |
---|---|
void |
EndpointPolicy.setEndpointRules(java.util.List<EndpointRule> endpointRules)
Endpoint Rules that are a part of this EndpointPolicy
|
EndpointPolicy.Builder |
EndpointPolicy.Builder.setEndpointRules(java.util.List<EndpointRule> endpointRules)
Endpoint Rules that are a part of this EndpointPolicy
|