Uses of Class
com.oracle.bmc.core.model.UpdateVtapDetails.SourceType
-
Packages that use UpdateVtapDetails.SourceType Package Description com.oracle.bmc.core.model -
-
Uses of UpdateVtapDetails.SourceType in com.oracle.bmc.core.model
Methods in com.oracle.bmc.core.model that return UpdateVtapDetails.SourceType Modifier and Type Method Description static UpdateVtapDetails.SourceTypeUpdateVtapDetails.SourceType. create(String key)UpdateVtapDetails.SourceTypeUpdateVtapDetails. getSourceType()The source type for the VTAP.static UpdateVtapDetails.SourceTypeUpdateVtapDetails.SourceType. valueOf(String name)Returns the enum constant of this type with the specified name.static UpdateVtapDetails.SourceType[]UpdateVtapDetails.SourceType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.core.model with parameters of type UpdateVtapDetails.SourceType Modifier and Type Method Description UpdateVtapDetails.BuilderUpdateVtapDetails.Builder. sourceType(UpdateVtapDetails.SourceType sourceType)The source type for the VTAP.Constructors in com.oracle.bmc.core.model with parameters of type UpdateVtapDetails.SourceType Constructor Description UpdateVtapDetails(Map<String,Map<String,Object>> definedTags, String displayName, Map<String,String> freeformTags, String sourceId, String targetId, String targetIp, String captureFilterId, UpdateVtapDetails.EncapsulationProtocol encapsulationProtocol, Long vxlanNetworkIdentifier, Boolean isVtapEnabled, UpdateVtapDetails.TrafficMode trafficMode, Integer maxPacketSize, String sourcePrivateEndpointIp, String sourcePrivateEndpointSubnetId, UpdateVtapDetails.TargetType targetType, UpdateVtapDetails.SourceType sourceType)Deprecated.
-