Package | Description |
---|---|
com.vmware.vcenter.namespace_management.networks |
Modifier and Type | Field and Description |
---|---|
static IPAssignment.Assignment |
IPAssignment.Assignment.NODE
NODE
represents IP ranges that is allocated to nodes for both the control plane and
Tanzu Kubernetes Grid Clusters. |
static IPAssignment.Assignment |
IPAssignment.Assignment.POD
POD
represents the IP address that is allocatable to Kubernetes Pods. |
static IPAssignment.Assignment |
IPAssignment.Assignment.SERVICE
SERVICE
represents the IP ranges that Kubernetes can use for its cluster IP addresses. |
Modifier and Type | Method and Description |
---|---|
IPAssignment.Assignment |
IPAssignment.getAssignee()
IPAssignment.getAssignee() is
the role assignee for the given IP Ranges. |
static IPAssignment.Assignment |
IPAssignment.Assignment.valueOf(java.lang.String name)
Returns the enumeration constant for the specified name.
|
static IPAssignment.Assignment[] |
IPAssignment.Assignment.values()
Retrieve all enumeration constants pre-defined by this enumeration class.
|
Modifier and Type | Method and Description |
---|---|
void |
IPAssignment.setAssignee(IPAssignment.Assignment assignee)
IPAssignment.getAssignee() is
the role assignee for the given IP Ranges. |
IPAssignment.Builder |
IPAssignment.Builder.setAssignee(IPAssignment.Assignment assignee)
IPAssignment.getAssignee() is
the role assignee for the given IP Ranges. |