public static class CccInfrastructureRoutingDynamicDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and 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.
|
public CccInfrastructureRoutingDynamicDetails.Builder peerInformation(List<PeerInformation> peerInformation)
The list of peer devices in the dynamic routing configuration.
peerInformation
- the value to setpublic CccInfrastructureRoutingDynamicDetails.Builder oracleAsn(Integer oracleAsn)
The Oracle Autonomous System Number (ASN) to control routing and exchange information within the dynamic routing configuration.
oracleAsn
- the value to setpublic CccInfrastructureRoutingDynamicDetails.Builder bgpTopology(CccInfrastructureRoutingDynamicDetails.BgpTopology bgpTopology)
The topology in use for the Border Gateway Protocol (BGP) configuration.
bgpTopology
- the value to setpublic CccInfrastructureRoutingDynamicDetails build()
public CccInfrastructureRoutingDynamicDetails.Builder copy(CccInfrastructureRoutingDynamicDetails model)
Copyright © 2016–2024. All rights reserved.