Package | Description |
---|---|
com.oracle.bmc.vnmonitoring.model |
Modifier and Type | Method and Description |
---|---|
static Vtap.Builder |
Vtap.builder()
Create a new builder.
|
Vtap.Builder |
Vtap.Builder.captureFilterId(String captureFilterId)
The capture filter’s Oracle ID
(OCID).
|
Vtap.Builder |
Vtap.Builder.compartmentId(String compartmentId)
The OCID
of the compartment containing the
Vtap resource. |
Vtap.Builder |
Vtap.Builder.copy(Vtap model) |
Vtap.Builder |
Vtap.Builder.definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource.
|
Vtap.Builder |
Vtap.Builder.displayName(String displayName)
A user-friendly name.
|
Vtap.Builder |
Vtap.Builder.encapsulationProtocol(Vtap.EncapsulationProtocol encapsulationProtocol)
Defines an encapsulation header type for the VTAP’s mirrored traffic.
|
Vtap.Builder |
Vtap.Builder.freeformTags(Map<String,String> freeformTags)
Simple key-value pair that is applied without any predefined name, type or scope.
|
Vtap.Builder |
Vtap.Builder.id(String id)
The VTAP’s Oracle ID
(OCID).
|
Vtap.Builder |
Vtap.Builder.isVtapEnabled(Boolean isVtapEnabled)
Used to start or stop a
Vtap resource. |
Vtap.Builder |
Vtap.Builder.lifecycleState(Vtap.LifecycleState lifecycleState)
The VTAP’s administrative lifecycle state.
|
Vtap.Builder |
Vtap.Builder.lifecycleStateDetails(Vtap.LifecycleStateDetails lifecycleStateDetails)
The VTAP’s current running state.
|
Vtap.Builder |
Vtap.Builder.maxPacketSize(Integer maxPacketSize)
The maximum size of the packets to be included in the filter.
|
Vtap.Builder |
Vtap.Builder.sourceId(String sourceId)
The OCID
of the source point where packets are captured.
|
Vtap.Builder |
Vtap.Builder.sourcePrivateEndpointIp(String sourcePrivateEndpointIp)
The IP Address of the source private endpoint.
|
Vtap.Builder |
Vtap.Builder.sourcePrivateEndpointSubnetId(String sourcePrivateEndpointSubnetId)
The OCID
of the subnet that source private endpoint belongs to.
|
Vtap.Builder |
Vtap.Builder.sourceType(Vtap.SourceType sourceType)
The source type for the VTAP.
|
Vtap.Builder |
Vtap.Builder.targetId(String targetId)
The OCID
of the destination resource where mirrored packets are sent.
|
Vtap.Builder |
Vtap.Builder.targetIp(String targetIp)
The IP address of the destination resource where mirrored packets are sent.
|
Vtap.Builder |
Vtap.Builder.targetType(Vtap.TargetType targetType)
The target type for the VTAP.
|
Vtap.Builder |
Vtap.Builder.timeCreated(Date timeCreated)
The date and time the VTAP was created, in the format defined by
RFC3339.
|
Vtap.Builder |
Vtap.toBuilder() |
Vtap.Builder |
Vtap.Builder.trafficMode(Vtap.TrafficMode trafficMode)
Used to control the priority of traffic.
|
Vtap.Builder |
Vtap.Builder.vcnId(String vcnId)
The OCID
of the VCN containing the
Vtap resource. |
Vtap.Builder |
Vtap.Builder.vxlanNetworkIdentifier(Long vxlanNetworkIdentifier)
The virtual extensible LAN (VXLAN) network identifier (or VXLAN segment ID) that uniquely
identifies the VXLAN.
|
Copyright © 2016–2024. All rights reserved.