static CreateVtapDetails.Builder |
CreateVtapDetails.builder() |
Create a new builder.
|
CreateVtapDetails.Builder |
CreateVtapDetails.Builder.captureFilterId(String captureFilterId) |
The capture filter’s Oracle ID
( OCID).
|
CreateVtapDetails.Builder |
CreateVtapDetails.Builder.compartmentId(String compartmentId) |
The OCID of the
compartment containing the Vtap resource.
|
CreateVtapDetails.Builder |
CreateVtapDetails.Builder.copy(CreateVtapDetails model) |
|
CreateVtapDetails.Builder |
CreateVtapDetails.Builder.definedTags(Map<String,Map<String,Object>> definedTags) |
Defined tags for this resource.
|
CreateVtapDetails.Builder |
CreateVtapDetails.Builder.displayName(String displayName) |
A user-friendly name.
|
CreateVtapDetails.Builder |
CreateVtapDetails.Builder.encapsulationProtocol(CreateVtapDetails.EncapsulationProtocol encapsulationProtocol) |
Defines an encapsulation header type for the VTAP’s mirrored traffic.
|
CreateVtapDetails.Builder |
CreateVtapDetails.Builder.freeformTags(Map<String,String> freeformTags) |
Simple key-value pair that is applied without any predefined name, type or scope.
|
CreateVtapDetails.Builder |
CreateVtapDetails.Builder.isVtapEnabled(Boolean isVtapEnabled) |
Used to start or stop a Vtap resource.
|
CreateVtapDetails.Builder |
CreateVtapDetails.Builder.maxPacketSize(Integer maxPacketSize) |
The maximum size of the packets to be included in the filter.
|
CreateVtapDetails.Builder |
CreateVtapDetails.Builder.sourceId(String sourceId) |
The OCID of the
source point where packets are captured.
|
CreateVtapDetails.Builder |
CreateVtapDetails.Builder.sourcePrivateEndpointIp(String sourcePrivateEndpointIp) |
The IP Address of the source private endpoint.
|
CreateVtapDetails.Builder |
CreateVtapDetails.Builder.sourcePrivateEndpointSubnetId(String sourcePrivateEndpointSubnetId) |
The OCID of the
subnet that source private endpoint belongs to.
|
CreateVtapDetails.Builder |
CreateVtapDetails.Builder.sourceType(CreateVtapDetails.SourceType sourceType) |
The source type for the VTAP.
|
CreateVtapDetails.Builder |
CreateVtapDetails.Builder.targetId(String targetId) |
The OCID of the
destination resource where mirrored packets are sent.
|
CreateVtapDetails.Builder |
CreateVtapDetails.Builder.targetIp(String targetIp) |
The IP address of the destination resource where mirrored packets are sent.
|
CreateVtapDetails.Builder |
CreateVtapDetails.Builder.targetType(CreateVtapDetails.TargetType targetType) |
The target type for the VTAP.
|
CreateVtapDetails.Builder |
CreateVtapDetails.toBuilder() |
|
CreateVtapDetails.Builder |
CreateVtapDetails.Builder.trafficMode(CreateVtapDetails.TrafficMode trafficMode) |
Used to control the priority of traffic.
|
CreateVtapDetails.Builder |
CreateVtapDetails.Builder.vcnId(String vcnId) |
The OCID of the
VCN containing the Vtap resource.
|
CreateVtapDetails.Builder |
CreateVtapDetails.Builder.vxlanNetworkIdentifier(Long vxlanNetworkIdentifier) |
The virtual extensible LAN (VXLAN) network identifier (or VXLAN segment ID) that uniquely
identifies the VXLAN.
|