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.BuilderIpPoolRange.Builder. setEnd(java.lang.String end)The end IP Address of the IP Range.IpPoolRange.BuilderIpPoolRange.Builder. setLinks(java.util.List<ResourceLink> links)The server will populate this field when returing the resource.IpPoolRange.BuilderIpPoolRange.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.BuilderIpPoolRange.Builder. setSelf(SelfResourceLink self)IpPoolRange.BuilderIpPoolRange.Builder. setStart(java.lang.String start)The start IP Address of the IP Range.
-