Uses of Class
com.oracle.bmc.vnmonitoring.model.FlexTunnel.LifecycleState
-
Packages that use FlexTunnel.LifecycleState Package Description com.oracle.bmc.vnmonitoring.model -
-
Uses of FlexTunnel.LifecycleState in com.oracle.bmc.vnmonitoring.model
Methods in com.oracle.bmc.vnmonitoring.model that return FlexTunnel.LifecycleState Modifier and Type Method Description static FlexTunnel.LifecycleStateFlexTunnel.LifecycleState. create(String key)FlexTunnel.LifecycleStateFlexTunnel. getLifecycleState()The current state of the flex tunnel.FlexTunnel.LifecycleStateFlexTunnelSummary. getLifecycleState()The current state of the flex tunnel.static FlexTunnel.LifecycleStateFlexTunnel.LifecycleState. valueOf(String name)Returns the enum constant of this type with the specified name.static FlexTunnel.LifecycleState[]FlexTunnel.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 FlexTunnel.LifecycleState Modifier and Type Method Description FlexTunnel.BuilderFlexTunnel.Builder. lifecycleState(FlexTunnel.LifecycleState lifecycleState)The current state of the flex tunnel.FlexTunnelSummary.BuilderFlexTunnelSummary.Builder. lifecycleState(FlexTunnel.LifecycleState lifecycleState)The current state of the flex tunnel.Constructors in com.oracle.bmc.vnmonitoring.model with parameters of type FlexTunnel.LifecycleState Constructor Description FlexTunnel(String id, String compartmentId, String displayName, Date timeCreated, FlexTunnel.LifecycleState lifecycleState, String drgId, String transportAttachmentId, FlexTunnelConfiguration flexTunnelConfiguration, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)Deprecated.FlexTunnelSummary(String id, String compartmentId, String displayName, Date timeCreated, FlexTunnel.LifecycleState lifecycleState, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)Deprecated.
-