Uses of Class
com.vmware.nsx_policy.model.PolicyKubernetesServiceLoadBalancerIngressPortStatus.Builder
-
Packages that use PolicyKubernetesServiceLoadBalancerIngressPortStatus.Builder Package Description com.vmware.nsx_policy.model -
-
Uses of PolicyKubernetesServiceLoadBalancerIngressPortStatus.Builder in com.vmware.nsx_policy.model
Methods in com.vmware.nsx_policy.model that return PolicyKubernetesServiceLoadBalancerIngressPortStatus.Builder Modifier and Type Method Description PolicyKubernetesServiceLoadBalancerIngressPortStatus.BuilderPolicyKubernetesServiceLoadBalancerIngressPortStatus.Builder. setPort(java.lang.Long port)Specifies port of service point.PolicyKubernetesServiceLoadBalancerIngressPortStatus.BuilderPolicyKubernetesServiceLoadBalancerIngressPortStatus.Builder. setProtocol(java.lang.String protocol)Possible values are:PolicyKubernetesServiceLoadBalancerIngressPortStatus.PROTOCOL_TCPPolicyKubernetesServiceLoadBalancerIngressPortStatus.PROTOCOL_UDPPolicyKubernetesServiceLoadBalancerIngressPortStatus.PROTOCOL_SCTPSpecifies protocol of service point.
-