Package | Description |
---|---|
com.oracle.bmc.vnmonitoring.model |
Modifier and Type | Method and Description |
---|---|
static LocalPeeringGateway.PeeringStatus |
LocalPeeringGateway.PeeringStatus.create(String key) |
LocalPeeringGateway.PeeringStatus |
LocalPeeringGateway.getPeeringStatus()
Whether the LPG is peered with another LPG.
|
static LocalPeeringGateway.PeeringStatus |
LocalPeeringGateway.PeeringStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LocalPeeringGateway.PeeringStatus[] |
LocalPeeringGateway.PeeringStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
LocalPeeringGateway.Builder |
LocalPeeringGateway.Builder.peeringStatus(LocalPeeringGateway.PeeringStatus peeringStatus)
Whether the LPG is peered with another LPG.
|
Constructor and Description |
---|
LocalPeeringGateway(String compartmentId,
Map<String,Map<String,Object>> definedTags,
String displayName,
Map<String,String> freeformTags,
String id,
Boolean isCrossTenancyPeering,
LocalPeeringGateway.LifecycleState lifecycleState,
String peerAdvertisedCidr,
List<String> peerAdvertisedCidrDetails,
LocalPeeringGateway.PeeringStatus peeringStatus,
String peeringStatusDetails,
String peerId,
String routeTableId,
Date timeCreated,
String vcnId)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.