| Package | Description |
|---|---|
| com.vmware.nsx_policy.model |
| Modifier and Type | Method and Description |
|---|---|
static CommonAgentEndpointInfo |
CommonAgentEndpointInfo._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 CommonAgentEndpointInfo |
CommonAgentEndpointInfo._newInstance2(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism. |
CommonAgentEndpointInfo |
CommonAgentEndpointInfo.Builder.build() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<CommonAgentEndpointInfo> |
CommonAgentHostConfigurationInfo.getIngressEndpoint()
List of NSX Application Platform ingress endpoints that host nodes contact
initially.
|
java.util.List<CommonAgentEndpointInfo> |
CommonAgentHostConfigurationInfo.getKafkaEndpoint()
List of NSX Application Platform broker endpoints that host nodes contact
initially.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CommonAgentHostConfigurationInfo.setIngressEndpoint(java.util.List<CommonAgentEndpointInfo> ingressEndpoint)
List of NSX Application Platform ingress endpoints that host nodes contact
initially.
|
CommonAgentHostConfigurationInfo.Builder |
CommonAgentHostConfigurationInfo.Builder.setIngressEndpoint(java.util.List<CommonAgentEndpointInfo> ingressEndpoint)
List of NSX Application Platform ingress endpoints that host nodes contact
initially.
|
void |
CommonAgentHostConfigurationInfo.setKafkaEndpoint(java.util.List<CommonAgentEndpointInfo> kafkaEndpoint)
List of NSX Application Platform broker endpoints that host nodes contact
initially.
|
CommonAgentHostConfigurationInfo.Builder |
CommonAgentHostConfigurationInfo.Builder.setKafkaEndpoint(java.util.List<CommonAgentEndpointInfo> kafkaEndpoint)
List of NSX Application Platform broker endpoints that host nodes contact
initially.
|