Uses of Class
com.oracle.bmc.vnmonitoring.model.RemotePeeringConnection.LifecycleState
-
Packages that use RemotePeeringConnection.LifecycleState Package Description com.oracle.bmc.vnmonitoring.model -
-
Uses of RemotePeeringConnection.LifecycleState in com.oracle.bmc.vnmonitoring.model
Methods in com.oracle.bmc.vnmonitoring.model that return RemotePeeringConnection.LifecycleState Modifier and Type Method Description static RemotePeeringConnection.LifecycleState
RemotePeeringConnection.LifecycleState. create(String key)
RemotePeeringConnection.LifecycleState
RemotePeeringConnection. getLifecycleState()
The RPC’s current lifecycle state.static RemotePeeringConnection.LifecycleState
RemotePeeringConnection.LifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static RemotePeeringConnection.LifecycleState[]
RemotePeeringConnection.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 RemotePeeringConnection.LifecycleState Modifier and Type Method Description RemotePeeringConnection.Builder
RemotePeeringConnection.Builder. lifecycleState(RemotePeeringConnection.LifecycleState lifecycleState)
The RPC’s current lifecycle state.Constructors in com.oracle.bmc.vnmonitoring.model with parameters of type RemotePeeringConnection.LifecycleState Constructor Description RemotePeeringConnection(String compartmentId, Map<String,Map<String,Object>> definedTags, String displayName, String drgId, Map<String,String> freeformTags, String id, Boolean isCrossTenancyPeering, RemotePeeringConnection.LifecycleState lifecycleState, String peerId, String peerRegionName, String peerTenancyId, RemotePeeringConnection.PeeringStatus peeringStatus, Date timeCreated)
Deprecated.
-