Class UpdateVtapDetails.Builder
- java.lang.Object
- 
- com.oracle.bmc.vnmonitoring.model.UpdateVtapDetails.Builder
 
- 
- Enclosing class:
- UpdateVtapDetails
 
 public static class UpdateVtapDetails.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description UpdateVtapDetailsbuild()UpdateVtapDetails.BuildercaptureFilterId(String captureFilterId)The capture filter’s Oracle ID (OCID).UpdateVtapDetails.Buildercopy(UpdateVtapDetails model)UpdateVtapDetails.BuilderdefinedTags(Map<String,Map<String,Object>> definedTags)Defined tags for this resource.UpdateVtapDetails.BuilderdisplayName(String displayName)A user-friendly name.UpdateVtapDetails.BuilderencapsulationProtocol(UpdateVtapDetails.EncapsulationProtocol encapsulationProtocol)Defines an encapsulation header type for the VTAP’s mirrored traffic.UpdateVtapDetails.BuilderfreeformTags(Map<String,String> freeformTags)Simple key-value pair that is applied without any predefined name, type or scope.UpdateVtapDetails.BuilderisVtapEnabled(Boolean isVtapEnabled)Used to start or stop a Vtap resource.UpdateVtapDetails.BuildermaxPacketSize(Integer maxPacketSize)The maximum size of the packets to be included in the filter.UpdateVtapDetails.BuildersourceId(String sourceId)The OCID of the source point where packets are captured.UpdateVtapDetails.BuildersourcePrivateEndpointIp(String sourcePrivateEndpointIp)The IP Address of the source private endpoint.UpdateVtapDetails.BuildersourcePrivateEndpointSubnetId(String sourcePrivateEndpointSubnetId)The OCID of the subnet that source private endpoint belongs to.UpdateVtapDetails.BuildersourceType(UpdateVtapDetails.SourceType sourceType)The source type for the VTAP.UpdateVtapDetails.BuildertargetId(String targetId)The OCID of the destination resource where mirrored packets are sent.UpdateVtapDetails.BuildertargetIp(String targetIp)The IP address of the destination resource where mirrored packets are sent.UpdateVtapDetails.BuildertargetType(UpdateVtapDetails.TargetType targetType)The target type for the VTAP.UpdateVtapDetails.BuildertrafficMode(UpdateVtapDetails.TrafficMode trafficMode)Used to control the priority of traffic.UpdateVtapDetails.BuildervxlanNetworkIdentifier(Long vxlanNetworkIdentifier)The virtual extensible LAN (VXLAN) network identifier (or VXLAN segment ID) that uniquely identifies the VXLAN.
 
- 
- 
- 
Method Detail- 
definedTagspublic UpdateVtapDetails.Builder definedTags(Map<String,Map<String,Object>> definedTags) Defined tags for this resource.Each key is predefined and scoped to a namespace. Example: {“foo-namespace”: {“bar-key”: “value”}} - Parameters:
- definedTags- the value to set
- Returns:
- this builder
 
 - 
displayNamepublic UpdateVtapDetails.Builder displayName(String displayName) A user-friendly name.Does not have to be unique, and it’s changeable. Avoid entering confidential information. - Parameters:
- displayName- the value to set
- Returns:
- this builder
 
 - 
freeformTagspublic UpdateVtapDetails.Builder freeformTags(Map<String,String> freeformTags) Simple key-value pair that is applied without any predefined name, type or scope.Exists for cross-compatibility only. Example: {“bar-key”: “value”} - Parameters:
- freeformTags- the value to set
- Returns:
- this builder
 
 - 
sourceIdpublic UpdateVtapDetails.Builder sourceId(String sourceId) The OCID of the source point where packets are captured.- Parameters:
- sourceId- the value to set
- Returns:
- this builder
 
 - 
targetIdpublic UpdateVtapDetails.Builder targetId(String targetId) The OCID of the destination resource where mirrored packets are sent.- Parameters:
- targetId- the value to set
- Returns:
- this builder
 
 - 
targetIppublic UpdateVtapDetails.Builder targetIp(String targetIp) The IP address of the destination resource where mirrored packets are sent.- Parameters:
- targetIp- the value to set
- Returns:
- this builder
 
 - 
captureFilterIdpublic UpdateVtapDetails.Builder captureFilterId(String captureFilterId) The capture filter’s Oracle ID (OCID).- Parameters:
- captureFilterId- the value to set
- Returns:
- this builder
 
 - 
encapsulationProtocolpublic UpdateVtapDetails.Builder encapsulationProtocol(UpdateVtapDetails.EncapsulationProtocol encapsulationProtocol) Defines an encapsulation header type for the VTAP’s mirrored traffic.- Parameters:
- encapsulationProtocol- the value to set
- Returns:
- this builder
 
 - 
vxlanNetworkIdentifierpublic UpdateVtapDetails.Builder vxlanNetworkIdentifier(Long vxlanNetworkIdentifier) The virtual extensible LAN (VXLAN) network identifier (or VXLAN segment ID) that uniquely identifies the VXLAN.- Parameters:
- vxlanNetworkIdentifier- the value to set
- Returns:
- this builder
 
 - 
isVtapEnabledpublic UpdateVtapDetails.Builder isVtapEnabled(Boolean isVtapEnabled) Used to start or stop a Vtap resource.TRUE directs the VTAP to start mirroring traffic. * FALSE (Default) directs the VTAP to stop mirroring traffic. - Parameters:
- isVtapEnabled- the value to set
- Returns:
- this builder
 
 - 
trafficModepublic UpdateVtapDetails.Builder trafficMode(UpdateVtapDetails.TrafficMode trafficMode) Used to control the priority of traffic.It is an optional field. If it not passed, the value is DEFAULT - Parameters:
- trafficMode- the value to set
- Returns:
- this builder
 
 - 
maxPacketSizepublic UpdateVtapDetails.Builder maxPacketSize(Integer maxPacketSize) The maximum size of the packets to be included in the filter.- Parameters:
- maxPacketSize- the value to set
- Returns:
- this builder
 
 - 
sourcePrivateEndpointIppublic UpdateVtapDetails.Builder sourcePrivateEndpointIp(String sourcePrivateEndpointIp) The IP Address of the source private endpoint.- Parameters:
- sourcePrivateEndpointIp- the value to set
- Returns:
- this builder
 
 - 
sourcePrivateEndpointSubnetIdpublic UpdateVtapDetails.Builder sourcePrivateEndpointSubnetId(String sourcePrivateEndpointSubnetId) The OCID of the subnet that source private endpoint belongs to.- Parameters:
- sourcePrivateEndpointSubnetId- the value to set
- Returns:
- this builder
 
 - 
targetTypepublic UpdateVtapDetails.Builder targetType(UpdateVtapDetails.TargetType targetType) The target type for the VTAP.- Parameters:
- targetType- the value to set
- Returns:
- this builder
 
 - 
sourceTypepublic UpdateVtapDetails.Builder sourceType(UpdateVtapDetails.SourceType sourceType) The source type for the VTAP.- Parameters:
- sourceType- the value to set
- Returns:
- this builder
 
 - 
buildpublic UpdateVtapDetails build() 
 - 
copypublic UpdateVtapDetails.Builder copy(UpdateVtapDetails model) 
 
- 
 
-