Uses of Class
com.oracle.bmc.vnmonitoring.model.Vtap.LifecycleState
-
Packages that use Vtap.LifecycleState Package Description com.oracle.bmc.vnmonitoring.model -
-
Uses of Vtap.LifecycleState in com.oracle.bmc.vnmonitoring.model
Methods in com.oracle.bmc.vnmonitoring.model that return Vtap.LifecycleState Modifier and Type Method Description static Vtap.LifecycleState
Vtap.LifecycleState. create(String key)
Vtap.LifecycleState
Vtap. getLifecycleState()
The VTAP’s administrative lifecycle state.static Vtap.LifecycleState
Vtap.LifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static Vtap.LifecycleState[]
Vtap.LifecycleState. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.vnmonitoring.model with parameters of type Vtap.LifecycleState Modifier and Type Method Description Vtap.Builder
Vtap.Builder. lifecycleState(Vtap.LifecycleState lifecycleState)
The VTAP’s administrative lifecycle state.Constructors in com.oracle.bmc.vnmonitoring.model with parameters of type Vtap.LifecycleState Constructor Description Vtap(String compartmentId, String vcnId, Map<String,Map<String,Object>> definedTags, String displayName, Map<String,String> freeformTags, String id, Vtap.LifecycleState lifecycleState, Vtap.LifecycleStateDetails lifecycleStateDetails, Date timeCreated, String sourceId, String targetId, String targetIp, String captureFilterId, Vtap.EncapsulationProtocol encapsulationProtocol, Long vxlanNetworkIdentifier, Boolean isVtapEnabled, Vtap.SourceType sourceType, Vtap.TrafficMode trafficMode, Integer maxPacketSize, Vtap.TargetType targetType, String sourcePrivateEndpointIp, String sourcePrivateEndpointSubnetId)
Deprecated.
-