Package com.vmware.nsx_policy.model
Class IpPoolRange.Builder
- java.lang.Object
-
- com.vmware.nsx_policy.model.IpPoolRange.Builder
-
- Enclosing class:
- IpPoolRange
public static final class IpPoolRange.Builder extends java.lang.Object
Builder class forIpPoolRange
.
-
-
Constructor Summary
Constructors Constructor Description Builder()
Constructor with parameters for the required properties ofIpPoolRange
.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IpPoolRange
build()
IpPoolRange.Builder
setEnd(java.lang.String end)
The end IP Address of the IP Range.IpPoolRange.Builder
setLinks(java.util.List<ResourceLink> links)
The server will populate this field when returing the resource.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
setSelf(SelfResourceLink self)
IpPoolRange.Builder
setStart(java.lang.String start)
The start IP Address of the IP Range.
-
-
-
Constructor Detail
-
Builder
public Builder()
Constructor with parameters for the required properties ofIpPoolRange
.
-
-
Method Detail
-
setLinks
public IpPoolRange.Builder setLinks(java.util.List<ResourceLink> links)
The server will populate this field when returing the resource. Ignored on PUT and POST. This property may be present in responses from the server, but if it is present in a request to server it will be ignored.- Parameters:
links
- New value for the property.
-
setSchema
public 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.- Parameters:
schema
- New value for the property.
-
setSelf
public IpPoolRange.Builder setSelf(SelfResourceLink self)
- Parameters:
self
- New value for the property.
-
setEnd
public IpPoolRange.Builder setEnd(java.lang.String end)
The end IP Address of the IP Range. format: ip- Parameters:
end
- New value for the property.
-
setStart
public IpPoolRange.Builder setStart(java.lang.String start)
The start IP Address of the IP Range. format: ip- Parameters:
start
- New value for the property.
-
build
public IpPoolRange build()
-
-