| Package | Description |
|---|---|
| com.vmware.nsx.model |
| Modifier and Type | Method and Description |
|---|---|
ContainerIpPool.Builder |
ContainerIpPool.Builder.setContainerClusterId(java.lang.String containerClusterId)
Specifies identifier of the container cluster this container ip pool belongs to.
|
ContainerIpPool.Builder |
ContainerIpPool.Builder.setDescription(java.lang.String description)
Description of this resource
|
ContainerIpPool.Builder |
ContainerIpPool.Builder.setDisplayName(java.lang.String displayName)
Defaults to ID if not set
|
ContainerIpPool.Builder |
ContainerIpPool.Builder.setExternalId(java.lang.String externalId)
Specifies identifier of the container ip pool.
|
ContainerIpPool.Builder |
ContainerIpPool.Builder.setIpRanges(java.util.List<SubnetIpRange> ipRanges)
Specifies list of SubnetIpRange, which is a set of contiguous IP addresses,
represented by a CIDR or a pair of start and end IPs, along with subnet
definition.
|
ContainerIpPool.Builder |
ContainerIpPool.Builder.setIpVersion(java.lang.Long ipVersion)
Possible values are:
ContainerIpPool.IP_VERSION_4 ContainerIpPool.IP_VERSION_6 Specifies IP
version of container IP pool. |
ContainerIpPool.Builder |
ContainerIpPool.Builder.setLastSyncTime(java.lang.Long lastSyncTime)
Timestamp of last modification format: int64
This property may be present in responses from the server, but if it is present
in a request to server it will be ignored.
|
ContainerIpPool.Builder |
ContainerIpPool.Builder.setLinks(java.util.List<ResourceLink> links)
The server will populate this field when returing the resource.
|
ContainerIpPool.Builder |
ContainerIpPool.Builder.setOriginProperties(java.util.List<KeyValuePair> originProperties)
Array of additional specific properties of container ip pool in key-value
format.
|
ContainerIpPool.Builder |
ContainerIpPool.Builder.setResourceType(java.lang.String resourceType)
The type of this resource.
|
ContainerIpPool.Builder |
ContainerIpPool.Builder.setSchema(java.lang.String schema)
Schema for this 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.
|
ContainerIpPool.Builder |
ContainerIpPool.Builder.setScope(java.util.List<DiscoveredResourceScope> scope)
Specifies list of scope of discovered resource.
|
ContainerIpPool.Builder |
ContainerIpPool.Builder.setSelf(SelfResourceLink self) |
ContainerIpPool.Builder |
ContainerIpPool.Builder.setSpec(java.lang.String spec)
This specifies yaml definition of ContainerIpPool resource.
|
ContainerIpPool.Builder |
ContainerIpPool.Builder.setTags(java.util.List<Tag> tags)
Opaque identifiers meaningful to the API user
|