Uses of Class
com.oracle.bmc.computecloudatcustomer.model.CccInfrastructureRoutingDynamicDetails.BgpTopology
-
Packages that use CccInfrastructureRoutingDynamicDetails.BgpTopology Package Description com.oracle.bmc.computecloudatcustomer.model -
-
Uses of CccInfrastructureRoutingDynamicDetails.BgpTopology in com.oracle.bmc.computecloudatcustomer.model
Methods in com.oracle.bmc.computecloudatcustomer.model that return CccInfrastructureRoutingDynamicDetails.BgpTopology Modifier and Type Method 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.Methods in com.oracle.bmc.computecloudatcustomer.model with parameters of type CccInfrastructureRoutingDynamicDetails.BgpTopology Modifier and Type Method Description CccInfrastructureRoutingDynamicDetails.Builder
CccInfrastructureRoutingDynamicDetails.Builder. bgpTopology(CccInfrastructureRoutingDynamicDetails.BgpTopology bgpTopology)
The topology in use for the Border Gateway Protocol (BGP) configuration.Constructors in com.oracle.bmc.computecloudatcustomer.model with parameters of type CccInfrastructureRoutingDynamicDetails.BgpTopology Constructor Description CccInfrastructureRoutingDynamicDetails(List<PeerInformation> peerInformation, Integer oracleAsn, CccInfrastructureRoutingDynamicDetails.BgpTopology bgpTopology)
Deprecated.
-