public static final class ServiceAttachment.Builder
extends java.lang.Object
ServiceAttachment.| Constructor and Description |
|---|
Builder()
Constructor with parameters for the required properties of
ServiceAttachment. |
| Modifier and Type | Method and Description |
|---|---|
ServiceAttachment |
build() |
ServiceAttachment.Builder |
setAttachmentStatus(java.lang.String attachmentStatus)
Possible values are:
ServiceAttachment.ATTACHMENT_STATUS_UP ServiceAttachment.ATTACHMENT_STATUS_DOWN UP - A
Service Attachment will have its Service Port - UP and with a configured IP
address. |
ServiceAttachment.Builder |
setCreateTime(java.lang.Long createTime)
Timestamp of resource creation 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.
|
ServiceAttachment.Builder |
setCreateUser(java.lang.String createUser)
ID of the user who created 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.
|
ServiceAttachment.Builder |
setDeployedTo(ResourceReference deployedTo) |
ServiceAttachment.Builder |
setDescription(java.lang.String description)
Description of this resource
|
ServiceAttachment.Builder |
setDisplayName(java.lang.String displayName)
Defaults to ID if not set
|
ServiceAttachment.Builder |
setId(java.lang.String id)
Unique identifier of this resource
|
ServiceAttachment.Builder |
setLastModifiedTime(java.lang.Long lastModifiedTime)
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.
|
ServiceAttachment.Builder |
setLastModifiedUser(java.lang.String lastModifiedUser)
ID of the user who last modified 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.
|
ServiceAttachment.Builder |
setLinks(java.util.List<ResourceLink> links)
The server will populate this field when returing the resource.
|
ServiceAttachment.Builder |
setLocalIps(java.util.List<IPInfo> localIps)
Local IPs associated with this Service Attachment.
|
ServiceAttachment.Builder |
setLogicalRouters(java.util.List<ResourceReference> logicalRouters)
List of LogicalRouters to be connected to the ServicePlane logical switch via a
ServiceLink.
|
ServiceAttachment.Builder |
setLogicalSwitch(ResourceReference logicalSwitch) |
ServiceAttachment.Builder |
setProtection(java.lang.String protection)
Protection status is one of the following: PROTECTED - the client who retrieved
the entity is not allowed to modify it.
|
ServiceAttachment.Builder |
setResourceType(java.lang.String resourceType)
The type of this resource.
|
ServiceAttachment.Builder |
setRevision(java.lang.Long revision)
The _revision property describes the current revision of the resource.
|
ServiceAttachment.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.
|
ServiceAttachment.Builder |
setSelf(SelfResourceLink self) |
ServiceAttachment.Builder |
setServicePort(ResourceReference servicePort) |
ServiceAttachment.Builder |
setSystemOwned(java.lang.Boolean systemOwned)
Indicates system owned 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.
|
ServiceAttachment.Builder |
setTags(java.util.List<Tag> tags)
Opaque identifiers meaningful to the API user
|
public Builder()
ServiceAttachment.public ServiceAttachment.Builder setLinks(java.util.List<ResourceLink> links)
links - New value for the property.public ServiceAttachment.Builder setSchema(java.lang.String schema)
schema - New value for the property.public ServiceAttachment.Builder setSelf(SelfResourceLink self)
self - New value for the property.public ServiceAttachment.Builder setRevision(java.lang.Long revision)
revision - New value for the property.public ServiceAttachment.Builder setCreateTime(java.lang.Long createTime)
createTime - New value for the property.public ServiceAttachment.Builder setCreateUser(java.lang.String createUser)
createUser - New value for the property.public ServiceAttachment.Builder setLastModifiedTime(java.lang.Long lastModifiedTime)
lastModifiedTime - New value for the property.public ServiceAttachment.Builder setLastModifiedUser(java.lang.String lastModifiedUser)
lastModifiedUser - New value for the property.public ServiceAttachment.Builder setProtection(java.lang.String protection)
protection - New value for the property.public ServiceAttachment.Builder setSystemOwned(java.lang.Boolean systemOwned)
systemOwned - New value for the property.public ServiceAttachment.Builder setDescription(java.lang.String description)
description - New value for the property.public ServiceAttachment.Builder setDisplayName(java.lang.String displayName)
displayName - New value for the property.public ServiceAttachment.Builder setId(java.lang.String id)
id - New value for the property.public ServiceAttachment.Builder setResourceType(java.lang.String resourceType)
resourceType - New value for the property.public ServiceAttachment.Builder setTags(java.util.List<Tag> tags)
tags - New value for the property.public ServiceAttachment.Builder setAttachmentStatus(java.lang.String attachmentStatus)
attachmentStatus - New value for the property.public ServiceAttachment.Builder setDeployedTo(ResourceReference deployedTo)
deployedTo - New value for the property.public ServiceAttachment.Builder setLocalIps(java.util.List<IPInfo> localIps)
localIps - New value for the property.public ServiceAttachment.Builder setLogicalRouters(java.util.List<ResourceReference> logicalRouters)
logicalRouters - New value for the property.public ServiceAttachment.Builder setLogicalSwitch(ResourceReference logicalSwitch)
logicalSwitch - New value for the property.public ServiceAttachment.Builder setServicePort(ResourceReference servicePort)
servicePort - New value for the property.public ServiceAttachment build()