Uses of Class
com.oracle.bmc.vnmonitoring.model.DrgAttachment.LifecycleState
-
Packages that use DrgAttachment.LifecycleState Package Description com.oracle.bmc.vnmonitoring.model -
-
Uses of DrgAttachment.LifecycleState in com.oracle.bmc.vnmonitoring.model
Methods in com.oracle.bmc.vnmonitoring.model that return DrgAttachment.LifecycleState Modifier and Type Method Description static DrgAttachment.LifecycleState
DrgAttachment.LifecycleState. create(String key)
DrgAttachment.LifecycleState
DrgAttachment. getLifecycleState()
The DRG attachment’s current state.static DrgAttachment.LifecycleState
DrgAttachment.LifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static DrgAttachment.LifecycleState[]
DrgAttachment.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 DrgAttachment.LifecycleState Modifier and Type Method Description DrgAttachment.Builder
DrgAttachment.Builder. lifecycleState(DrgAttachment.LifecycleState lifecycleState)
The DRG attachment’s current state.Constructors in com.oracle.bmc.vnmonitoring.model with parameters of type DrgAttachment.LifecycleState Constructor Description DrgAttachment(String compartmentId, String displayName, String drgId, String id, DrgAttachment.LifecycleState lifecycleState, Date timeCreated, String drgRouteTableId, DrgAttachmentNetworkDetails networkDetails, Map<String,Map<String,Object>> definedTags, Map<String,String> freeformTags, String routeTableId, String vcnId, String exportDrgRouteDistributionId, Boolean isCrossTenancy)
Deprecated.
-