Package | Description |
---|---|
com.oracle.bmc.computecloudatcustomer.model |
Modifier and Type | Method and Description |
---|---|
static CccInfrastructureRoutingDynamicDetails.BgpTopology |
CccInfrastructureRoutingDynamicDetails.BgpTopology.create(String key) |
CccInfrastructureRoutingDynamicDetails.BgpTopology |
CccInfrastructureRoutingDynamicDetails.getBgpTopology()
The topology in use for the Border Gateway Protocol (BGP) configuration.
|
static CccInfrastructureRoutingDynamicDetails.BgpTopology |
CccInfrastructureRoutingDynamicDetails.BgpTopology.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CccInfrastructureRoutingDynamicDetails.BgpTopology[] |
CccInfrastructureRoutingDynamicDetails.BgpTopology.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
CccInfrastructureRoutingDynamicDetails.Builder |
CccInfrastructureRoutingDynamicDetails.Builder.bgpTopology(CccInfrastructureRoutingDynamicDetails.BgpTopology bgpTopology)
The topology in use for the Border Gateway Protocol (BGP) configuration.
|
Constructor and Description |
---|
CccInfrastructureRoutingDynamicDetails(List<PeerInformation> peerInformation,
Integer oracleAsn,
CccInfrastructureRoutingDynamicDetails.BgpTopology bgpTopology)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.