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