Uses of Class
com.oracle.bmc.vnmonitoring.model.CrossConnectGroup.LifecycleState
-
Packages that use CrossConnectGroup.LifecycleState Package Description com.oracle.bmc.vnmonitoring.model -
-
Uses of CrossConnectGroup.LifecycleState in com.oracle.bmc.vnmonitoring.model
Methods in com.oracle.bmc.vnmonitoring.model that return CrossConnectGroup.LifecycleState Modifier and Type Method Description static CrossConnectGroup.LifecycleState
CrossConnectGroup.LifecycleState. create(String key)
CrossConnectGroup.LifecycleState
CrossConnectGroup. getLifecycleState()
The cross-connect group’s current state.static CrossConnectGroup.LifecycleState
CrossConnectGroup.LifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static CrossConnectGroup.LifecycleState[]
CrossConnectGroup.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 CrossConnectGroup.LifecycleState Modifier and Type Method Description CrossConnectGroup.Builder
CrossConnectGroup.Builder. lifecycleState(CrossConnectGroup.LifecycleState lifecycleState)
The cross-connect group’s current state.Constructors in com.oracle.bmc.vnmonitoring.model with parameters of type CrossConnectGroup.LifecycleState Constructor Description CrossConnectGroup(String compartmentId, Map<String,Map<String,Object>> definedTags, String displayName, Map<String,String> freeformTags, String id, CrossConnectGroup.LifecycleState lifecycleState, String customerReferenceName, Date timeCreated, MacsecProperties macsecProperties, String ociPhysicalDeviceName, String ociLogicalDeviceName)
Deprecated.
-