Package | Description |
---|---|
com.oracle.bmc.vnmonitoring.model |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
RemotePeeringConnection.Builder |
RemotePeeringConnection.Builder.peeringStatus(RemotePeeringConnection.PeeringStatus peeringStatus)
Whether the RPC is peered with another RPC.
|
Constructor and 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.
|
Copyright © 2016–2024. All rights reserved.