Uses of Class
com.oracle.bmc.vnmonitoring.model.Vtap.LifecycleStateDetails
-
Packages that use Vtap.LifecycleStateDetails Package Description com.oracle.bmc.vnmonitoring.model -
-
Uses of Vtap.LifecycleStateDetails in com.oracle.bmc.vnmonitoring.model
Methods in com.oracle.bmc.vnmonitoring.model that return Vtap.LifecycleStateDetails Modifier and Type Method Description static Vtap.LifecycleStateDetails
Vtap.LifecycleStateDetails. create(String key)
Vtap.LifecycleStateDetails
Vtap. getLifecycleStateDetails()
The VTAP’s current running state.static Vtap.LifecycleStateDetails
Vtap.LifecycleStateDetails. valueOf(String name)
Returns the enum constant of this type with the specified name.static Vtap.LifecycleStateDetails[]
Vtap.LifecycleStateDetails. 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.LifecycleStateDetails Modifier and Type Method Description Vtap.Builder
Vtap.Builder. lifecycleStateDetails(Vtap.LifecycleStateDetails lifecycleStateDetails)
The VTAP’s current running state.Constructors in com.oracle.bmc.vnmonitoring.model with parameters of type Vtap.LifecycleStateDetails 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.
-