Uses of Class
com.vmware.nsx_policy.model.IpPoolRange.Builder
-
Packages that use IpPoolRange.Builder Package Description com.vmware.nsx_policy.model -
-
Uses of IpPoolRange.Builder in com.vmware.nsx_policy.model
Methods in com.vmware.nsx_policy.model that return IpPoolRange.Builder Modifier and Type Method Description IpPoolRange.Builder
IpPoolRange.Builder. setEnd(java.lang.String end)
The end IP Address of the IP Range.IpPoolRange.Builder
IpPoolRange.Builder. setLinks(java.util.List<ResourceLink> links)
The server will populate this field when returing the resource.IpPoolRange.Builder
IpPoolRange.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.IpPoolRange.Builder
IpPoolRange.Builder. setSelf(SelfResourceLink self)
IpPoolRange.Builder
IpPoolRange.Builder. setStart(java.lang.String start)
The start IP Address of the IP Range.
-