| Package | Description |
|---|---|
| com.vmware.nsx.model |
| Modifier and Type | Method and Description |
|---|---|
PortMirroringSession.Builder |
PortMirroringSession.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.
|
PortMirroringSession.Builder |
PortMirroringSession.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.
|
PortMirroringSession.Builder |
PortMirroringSession.Builder.setDescription(java.lang.String description)
Description of this resource
|
PortMirroringSession.Builder |
PortMirroringSession.Builder.setDirection(java.lang.String direction)
Possible values are:
PortMirroringSession.DIRECTION_INGRESS PortMirroringSession.DIRECTION_EGRESS PortMirroringSession.DIRECTION_BIDIRECTIONAL
Port mirroring session direction |
PortMirroringSession.Builder |
PortMirroringSession.Builder.setDisplayName(java.lang.String displayName)
Defaults to ID if not set
|
PortMirroringSession.Builder |
PortMirroringSession.Builder.setEncapsulationVlanId(java.lang.Long encapsulationVlanId)
Only for Remote SPAN Port Mirror.
|
PortMirroringSession.Builder |
PortMirroringSession.Builder.setId(java.lang.String id)
Unique identifier of this resource
|
PortMirroringSession.Builder |
PortMirroringSession.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.
|
PortMirroringSession.Builder |
PortMirroringSession.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.
|
PortMirroringSession.Builder |
PortMirroringSession.Builder.setLinks(java.util.List<ResourceLink> links)
The server will populate this field when returing the resource.
|
PortMirroringSession.Builder |
PortMirroringSession.Builder.setMirrorDestination(com.vmware.vapi.bindings.Structure mirrorDestination) |
PortMirroringSession.Builder |
PortMirroringSession.Builder.setMirrorSources(java.util.List<com.vmware.vapi.bindings.Structure> mirrorSources)
Mirror sources
|
PortMirroringSession.Builder |
PortMirroringSession.Builder.setPortMirroringFilters(java.util.List<PortMirroringFilter> portMirroringFilters)
An array of 5-tuples used to filter packets for the mirror session, if not
provided, all the packets will be mirrored.
|
PortMirroringSession.Builder |
PortMirroringSession.Builder.setPreserveOriginalVlan(java.lang.Boolean preserveOriginalVlan)
Only for Remote SPAN Port Mirror.
|
PortMirroringSession.Builder |
PortMirroringSession.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.
|
PortMirroringSession.Builder |
PortMirroringSession.Builder.setResourceType(java.lang.String resourceType)
The type of this resource.
|
PortMirroringSession.Builder |
PortMirroringSession.Builder.setRevision(java.lang.Long revision)
The _revision property describes the current revision of the resource.
|
PortMirroringSession.Builder |
PortMirroringSession.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.
|
PortMirroringSession.Builder |
PortMirroringSession.Builder.setSelf(SelfResourceLink self) |
PortMirroringSession.Builder |
PortMirroringSession.Builder.setSessionType(java.lang.String sessionType)
Possible values are:
PortMirroringSession.SESSION_TYPE_LOGICALPORTMIRRORSESSION
PortMirroringSession.SESSION_TYPE_UPLINKPORTMIRRORSESSION
PortMirroringSession.SESSION_TYPE_RSPANSRCMIRRORSESSION
PortMirroringSession.SESSION_TYPE_RSPANDSTMIRRORSESSION
PortMirroringSession.SESSION_TYPE_LOCALPORTMIRRORSESSION
PortMirroringSession.SESSION_TYPE_LOGICALLOCALPORTMIRRORSESSION
PortMirroringSession.SESSION_TYPE_L3PORTMIRRORSESSION
If this property is unset, this session will be treated as
LocalPortMirrorSession. |
PortMirroringSession.Builder |
PortMirroringSession.Builder.setSnapLength(java.lang.Long snapLength)
If this property is set, the packet will be truncated to the provided length.
|
PortMirroringSession.Builder |
PortMirroringSession.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.
|
PortMirroringSession.Builder |
PortMirroringSession.Builder.setTags(java.util.List<Tag> tags)
Opaque identifiers meaningful to the API user
|
PortMirroringSession.Builder |
PortMirroringSession.Builder.setTcpIpStack(java.lang.String tcpIpStack)
Possible values are:
PortMirroringSession.TCP_IP_STACK_DEFAULT PortMirroringSession.TCP_IP_STACK_MIRROR If set
to mirror, mirror packet will be sent via dedicated mirror stack to destination;
If set to default, mirror packet will be sent via default stack; So far, the
value mirror can only be chosen in L3PortMirrorSession. |