Package | Description |
---|---|
com.oracle.bmc.vnmonitoring.model |
Modifier and Type | Method and Description |
---|---|
static UpdateVtapDetails.Builder |
UpdateVtapDetails.builder()
Create a new builder.
|
UpdateVtapDetails.Builder |
UpdateVtapDetails.Builder.captureFilterId(String captureFilterId)
The capture filter’s Oracle ID
(OCID).
|
UpdateVtapDetails.Builder |
UpdateVtapDetails.Builder.copy(UpdateVtapDetails model) |
UpdateVtapDetails.Builder |
UpdateVtapDetails.Builder.definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource.
|
UpdateVtapDetails.Builder |
UpdateVtapDetails.Builder.displayName(String displayName)
A user-friendly name.
|
UpdateVtapDetails.Builder |
UpdateVtapDetails.Builder.encapsulationProtocol(UpdateVtapDetails.EncapsulationProtocol encapsulationProtocol)
Defines an encapsulation header type for the VTAP’s mirrored traffic.
|
UpdateVtapDetails.Builder |
UpdateVtapDetails.Builder.freeformTags(Map<String,String> freeformTags)
Simple key-value pair that is applied without any predefined name, type or scope.
|
UpdateVtapDetails.Builder |
UpdateVtapDetails.Builder.isVtapEnabled(Boolean isVtapEnabled)
Used to start or stop a
Vtap resource. |
UpdateVtapDetails.Builder |
UpdateVtapDetails.Builder.maxPacketSize(Integer maxPacketSize)
The maximum size of the packets to be included in the filter.
|
UpdateVtapDetails.Builder |
UpdateVtapDetails.Builder.sourceId(String sourceId)
The OCID
of the source point where packets are captured.
|
UpdateVtapDetails.Builder |
UpdateVtapDetails.Builder.sourcePrivateEndpointIp(String sourcePrivateEndpointIp)
The IP Address of the source private endpoint.
|
UpdateVtapDetails.Builder |
UpdateVtapDetails.Builder.sourcePrivateEndpointSubnetId(String sourcePrivateEndpointSubnetId)
The OCID
of the subnet that source private endpoint belongs to.
|
UpdateVtapDetails.Builder |
UpdateVtapDetails.Builder.sourceType(UpdateVtapDetails.SourceType sourceType)
The source type for the VTAP.
|
UpdateVtapDetails.Builder |
UpdateVtapDetails.Builder.targetId(String targetId)
The OCID
of the destination resource where mirrored packets are sent.
|
UpdateVtapDetails.Builder |
UpdateVtapDetails.Builder.targetIp(String targetIp)
The IP address of the destination resource where mirrored packets are sent.
|
UpdateVtapDetails.Builder |
UpdateVtapDetails.Builder.targetType(UpdateVtapDetails.TargetType targetType)
The target type for the VTAP.
|
UpdateVtapDetails.Builder |
UpdateVtapDetails.toBuilder() |
UpdateVtapDetails.Builder |
UpdateVtapDetails.Builder.trafficMode(UpdateVtapDetails.TrafficMode trafficMode)
Used to control the priority of traffic.
|
UpdateVtapDetails.Builder |
UpdateVtapDetails.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.