Uses of Class
com.vmware.nsx_policy.model.CommonAgentEndpointInfo
-
Packages that use CommonAgentEndpointInfo Package Description com.vmware.nsx_policy.model -
-
Uses of CommonAgentEndpointInfo in com.vmware.nsx_policy.model
Methods in com.vmware.nsx_policy.model that return CommonAgentEndpointInfo Modifier and Type Method Description static CommonAgentEndpointInfoCommonAgentEndpointInfo. _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 CommonAgentEndpointInfoCommonAgentEndpointInfo. _newInstance2(com.vmware.vapi.data.StructValue structValue)WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism.CommonAgentEndpointInfoCommonAgentEndpointInfo.Builder. build()Methods in com.vmware.nsx_policy.model that return types with arguments of type CommonAgentEndpointInfo Modifier and Type Method 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.Method parameters in com.vmware.nsx_policy.model with type arguments of type CommonAgentEndpointInfo Modifier and Type Method Description CommonAgentHostConfigurationInfo.BuilderCommonAgentHostConfigurationInfo.Builder. setIngressEndpoint(java.util.List<CommonAgentEndpointInfo> ingressEndpoint)List of NSX Application Platform ingress endpoints that host nodes contact initially.voidCommonAgentHostConfigurationInfo. setIngressEndpoint(java.util.List<CommonAgentEndpointInfo> ingressEndpoint)List of NSX Application Platform ingress endpoints that host nodes contact initially.CommonAgentHostConfigurationInfo.BuilderCommonAgentHostConfigurationInfo.Builder. setKafkaEndpoint(java.util.List<CommonAgentEndpointInfo> kafkaEndpoint)List of NSX Application Platform broker endpoints that host nodes contact initially.voidCommonAgentHostConfigurationInfo. setKafkaEndpoint(java.util.List<CommonAgentEndpointInfo> kafkaEndpoint)List of NSX Application Platform broker endpoints that host nodes contact initially.
-