public static final class VtepLabelRange.Builder
extends java.lang.Object
VtepLabelRange.| Constructor and Description |
|---|
Builder()
Constructor with parameters for the required properties of
VtepLabelRange. |
| Modifier and Type | Method and Description |
|---|---|
VtepLabelRange |
build() |
VtepLabelRange.Builder |
setEnd(java.lang.Long end)
End value for virtual tunnel endpoint label range format: int64
|
VtepLabelRange.Builder |
setLinks(java.util.List<ResourceLink> links)
The server will populate this field when returing the resource.
|
VtepLabelRange.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.
|
VtepLabelRange.Builder |
setSelf(SelfResourceLink self) |
VtepLabelRange.Builder |
setStart(java.lang.Long start)
Start value for virtual tunnel endpoint label range format: int64
|
public Builder()
VtepLabelRange.public VtepLabelRange.Builder setLinks(java.util.List<ResourceLink> links)
links - New value for the property.public VtepLabelRange.Builder setSchema(java.lang.String schema)
schema - New value for the property.public VtepLabelRange.Builder setSelf(SelfResourceLink self)
self - New value for the property.public VtepLabelRange.Builder setEnd(java.lang.Long end)
end - New value for the property.public VtepLabelRange.Builder setStart(java.lang.Long start)
start - New value for the property.public VtepLabelRange build()