| Package | Description |
|---|---|
| com.vmware.nsx.model |
| Modifier and Type | Method and Description |
|---|---|
ServiceChain.Builder |
ServiceChain.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.
|
ServiceChain.Builder |
ServiceChain.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.
|
ServiceChain.Builder |
ServiceChain.Builder.setDescription(java.lang.String description)
Description of this resource
|
ServiceChain.Builder |
ServiceChain.Builder.setDisplayName(java.lang.String displayName)
Defaults to ID if not set
|
ServiceChain.Builder |
ServiceChain.Builder.setForwardPathServiceProfiles(java.util.List<ResourceReference> forwardPathServiceProfiles)
List of ServiceInsertionServiceProfiles that constitutes the the service chain.
|
ServiceChain.Builder |
ServiceChain.Builder.setId(java.lang.String id)
Unique identifier of this resource
|
ServiceChain.Builder |
ServiceChain.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.
|
ServiceChain.Builder |
ServiceChain.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.
|
ServiceChain.Builder |
ServiceChain.Builder.setLinks(java.util.List<ResourceLink> links)
The server will populate this field when returing the resource.
|
ServiceChain.Builder |
ServiceChain.Builder.setOnFailurePolicy(java.lang.String onFailurePolicy)
Possible values are:
ServiceChain.ON_FAILURE_POLICY_ALLOW ServiceChain.ON_FAILURE_POLICY_BLOCK Failure
policy for the service tells datapath, the action to take i.e to allow or block
traffic during failure scenarios. |
ServiceChain.Builder |
ServiceChain.Builder.setPathSelectionPolicy(java.lang.String pathSelectionPolicy)
Possible values are:
ServiceChain.PATH_SELECTION_POLICY_ANY ServiceChain.PATH_SELECTION_POLICY_LOCAL ServiceChain.PATH_SELECTION_POLICY_REMOTE Path
selection policy can be - ANY - Service Insertion is free to redirect to any
service path regardless of any load balancing considerations or flow pinning. |
ServiceChain.Builder |
ServiceChain.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.
|
ServiceChain.Builder |
ServiceChain.Builder.setResourceType(java.lang.String resourceType)
The type of this resource.
|
ServiceChain.Builder |
ServiceChain.Builder.setReversePathServiceProfiles(java.util.List<ResourceReference> reversePathServiceProfiles)
List of ServiceInsertionServiceProfiles id.
|
ServiceChain.Builder |
ServiceChain.Builder.setRevision(java.lang.Long revision)
The _revision property describes the current revision of the resource.
|
ServiceChain.Builder |
ServiceChain.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.
|
ServiceChain.Builder |
ServiceChain.Builder.setSelf(SelfResourceLink self) |
ServiceChain.Builder |
ServiceChain.Builder.setServiceAttachments(java.util.List<ResourceReference> serviceAttachments)
Service attachment specifies the scope i.e Service plane at which the SVMs are
deployed.
|
ServiceChain.Builder |
ServiceChain.Builder.setServiceChainId(java.lang.String serviceChainId)
A unique id generated for every service chain.
|
ServiceChain.Builder |
ServiceChain.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.
|
ServiceChain.Builder |
ServiceChain.Builder.setTags(java.util.List<Tag> tags)
Opaque identifiers meaningful to the API user
|