Class CccInfrastructureRoutingDynamicDetails.Builder
- java.lang.Object
-
- com.oracle.bmc.computecloudatcustomer.model.CccInfrastructureRoutingDynamicDetails.Builder
-
- Enclosing class:
- CccInfrastructureRoutingDynamicDetails
public static class CccInfrastructureRoutingDynamicDetails.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CccInfrastructureRoutingDynamicDetails.Builder
bgpTopology(CccInfrastructureRoutingDynamicDetails.BgpTopology bgpTopology)
The topology in use for the Border Gateway Protocol (BGP) configuration.CccInfrastructureRoutingDynamicDetails
build()
CccInfrastructureRoutingDynamicDetails.Builder
copy(CccInfrastructureRoutingDynamicDetails model)
CccInfrastructureRoutingDynamicDetails.Builder
oracleAsn(Integer oracleAsn)
The Oracle Autonomous System Number (ASN) to control routing and exchange information within the dynamic routing configuration.CccInfrastructureRoutingDynamicDetails.Builder
peerInformation(List<PeerInformation> peerInformation)
The list of peer devices in the dynamic routing configuration.
-
-
-
Method Detail
-
peerInformation
public CccInfrastructureRoutingDynamicDetails.Builder peerInformation(List<PeerInformation> peerInformation)
The list of peer devices in the dynamic routing configuration.- Parameters:
peerInformation
- the value to set- Returns:
- this builder
-
oracleAsn
public CccInfrastructureRoutingDynamicDetails.Builder oracleAsn(Integer oracleAsn)
The Oracle Autonomous System Number (ASN) to control routing and exchange information within the dynamic routing configuration.- Parameters:
oracleAsn
- the value to set- Returns:
- this builder
-
bgpTopology
public CccInfrastructureRoutingDynamicDetails.Builder bgpTopology(CccInfrastructureRoutingDynamicDetails.BgpTopology bgpTopology)
The topology in use for the Border Gateway Protocol (BGP) configuration.- Parameters:
bgpTopology
- the value to set- Returns:
- this builder
-
build
public CccInfrastructureRoutingDynamicDetails build()
-
copy
public CccInfrastructureRoutingDynamicDetails.Builder copy(CccInfrastructureRoutingDynamicDetails model)
-
-