| Package | Description |
|---|---|
| com.vmware.nsx.model |
| Modifier and Type | Method and Description |
|---|---|
ServiceInsertionServiceProfile.Builder |
ServiceInsertionServiceProfile.Builder.setAttributes(java.util.List<Attribute> attributes)
List of attributes specific to a partner for which the service is created.
|
ServiceInsertionServiceProfile.Builder |
ServiceInsertionServiceProfile.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.
|
ServiceInsertionServiceProfile.Builder |
ServiceInsertionServiceProfile.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.
|
ServiceInsertionServiceProfile.Builder |
ServiceInsertionServiceProfile.Builder.setDescription(java.lang.String description)
Description of this resource
|
ServiceInsertionServiceProfile.Builder |
ServiceInsertionServiceProfile.Builder.setDisplayName(java.lang.String displayName)
Defaults to ID if not set
|
ServiceInsertionServiceProfile.Builder |
ServiceInsertionServiceProfile.Builder.setId(java.lang.String id)
Unique identifier of this resource
|
ServiceInsertionServiceProfile.Builder |
ServiceInsertionServiceProfile.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.
|
ServiceInsertionServiceProfile.Builder |
ServiceInsertionServiceProfile.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.
|
ServiceInsertionServiceProfile.Builder |
ServiceInsertionServiceProfile.Builder.setLinks(java.util.List<ResourceLink> links)
The server will populate this field when returing the resource.
|
ServiceInsertionServiceProfile.Builder |
ServiceInsertionServiceProfile.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.
|
ServiceInsertionServiceProfile.Builder |
ServiceInsertionServiceProfile.Builder.setRedirectionAction(java.lang.String redirectionAction)
Possible values are:
ServiceInsertionServiceProfile.REDIRECTION_ACTION_PUNT
ServiceInsertionServiceProfile.REDIRECTION_ACTION_COPY
The redirection action represents if the packet is exclusively redirected
to the service, or if a copy is forwarded to the service. |
ServiceInsertionServiceProfile.Builder |
ServiceInsertionServiceProfile.Builder.setRevision(java.lang.Long revision)
The _revision property describes the current revision of the resource.
|
ServiceInsertionServiceProfile.Builder |
ServiceInsertionServiceProfile.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.
|
ServiceInsertionServiceProfile.Builder |
ServiceInsertionServiceProfile.Builder.setSelf(SelfResourceLink self) |
ServiceInsertionServiceProfile.Builder |
ServiceInsertionServiceProfile.Builder.setServiceId(java.lang.String serviceId)
The service to which the service profile belongs.
|
ServiceInsertionServiceProfile.Builder |
ServiceInsertionServiceProfile.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.
|
ServiceInsertionServiceProfile.Builder |
ServiceInsertionServiceProfile.Builder.setTags(java.util.List<Tag> tags)
Opaque identifiers meaningful to the API user
|
ServiceInsertionServiceProfile.Builder |
ServiceInsertionServiceProfile.Builder.setVendorTemplateId(java.lang.String vendorTemplateId)
Id of the vendor template to be used by the servive profile.
|