Uses of Class
com.vmware.nsx_policy.model.PolicyGroupPodCidrCluster.Builder
-
Packages that use PolicyGroupPodCidrCluster.Builder Package Description com.vmware.nsx_policy.model -
-
Uses of PolicyGroupPodCidrCluster.Builder in com.vmware.nsx_policy.model
Methods in com.vmware.nsx_policy.model that return PolicyGroupPodCidrCluster.Builder Modifier and Type Method Description PolicyGroupPodCidrCluster.Builder
PolicyGroupPodCidrCluster.Builder. setDisplayName(java.lang.String displayName)
The name of kubernetes cluster This property may be present in responses from the server, but if it is present in a request to server it will be ignored.PolicyGroupPodCidrCluster.Builder
PolicyGroupPodCidrCluster.Builder. setExternalId(java.lang.String externalId)
The id of kubernetes cluster This property may be present in responses from the server, but if it is present in a request to server it will be ignored.PolicyGroupPodCidrCluster.Builder
PolicyGroupPodCidrCluster.Builder. setKubernetesNodes(java.util.List<PolicyKubernetesNodePodCidr> kubernetesNodes)
Kubernetes nodes
-