Uses of Class
com.oracle.bmc.vnmonitoring.model.RemotePeeringConnection.PeeringStatus
-
Packages that use RemotePeeringConnection.PeeringStatus Package Description com.oracle.bmc.vnmonitoring.model -
-
Uses of RemotePeeringConnection.PeeringStatus in com.oracle.bmc.vnmonitoring.model
Methods in com.oracle.bmc.vnmonitoring.model that return RemotePeeringConnection.PeeringStatus Modifier and Type Method Description static RemotePeeringConnection.PeeringStatus
RemotePeeringConnection.PeeringStatus. create(String key)
RemotePeeringConnection.PeeringStatus
RemotePeeringConnection. getPeeringStatus()
Whether the RPC is peered with another RPC.static RemotePeeringConnection.PeeringStatus
RemotePeeringConnection.PeeringStatus. valueOf(String name)
Returns the enum constant of this type with the specified name.static RemotePeeringConnection.PeeringStatus[]
RemotePeeringConnection.PeeringStatus. 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.PeeringStatus Modifier and Type Method Description RemotePeeringConnection.Builder
RemotePeeringConnection.Builder. peeringStatus(RemotePeeringConnection.PeeringStatus peeringStatus)
Whether the RPC is peered with another RPC.Constructors in com.oracle.bmc.vnmonitoring.model with parameters of type RemotePeeringConnection.PeeringStatus 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.
-