Uses of Class
com.vmware.nsx_policy.model.PolicyKubernetesServiceNodePortLocalEndpoint.Builder
-
Packages that use PolicyKubernetesServiceNodePortLocalEndpoint.Builder Package Description com.vmware.nsx_policy.model -
-
Uses of PolicyKubernetesServiceNodePortLocalEndpoint.Builder in com.vmware.nsx_policy.model
Methods in com.vmware.nsx_policy.model that return PolicyKubernetesServiceNodePortLocalEndpoint.Builder Modifier and Type Method Description PolicyKubernetesServiceNodePortLocalEndpoint.BuilderPolicyKubernetesServiceNodePortLocalEndpoint.Builder. setNodeIp(java.lang.String nodeIp)The node ip of kubernetes service resource This property may be present in responses from the server, but if it is present in a request to server it will be ignored.PolicyKubernetesServiceNodePortLocalEndpoint.BuilderPolicyKubernetesServiceNodePortLocalEndpoint.Builder. setNodePort(java.lang.String nodePort)The node port of kubernetes service resource This property may be present in responses from the server, but if it is present in a request to server it will be ignored.PolicyKubernetesServiceNodePortLocalEndpoint.BuilderPolicyKubernetesServiceNodePortLocalEndpoint.Builder. setProtocol(java.lang.String protocol)Possible values are:PolicyKubernetesServiceNodePortLocalEndpoint.PROTOCOL_TCPPolicyKubernetesServiceNodePortLocalEndpoint.PROTOCOL_UDPPolicyKubernetesServiceNodePortLocalEndpoint.PROTOCOL_SCTPProtocol of endpoint
-