Uses of Class
com.oracle.bmc.computecloudatcustomer.model.PeerInformation
-
Packages that use PeerInformation Package Description com.oracle.bmc.computecloudatcustomer.model -
-
Uses of PeerInformation in com.oracle.bmc.computecloudatcustomer.model
Methods in com.oracle.bmc.computecloudatcustomer.model that return PeerInformation Modifier and Type Method Description PeerInformation
PeerInformation.Builder. build()
Methods in com.oracle.bmc.computecloudatcustomer.model that return types with arguments of type PeerInformation Modifier and Type Method Description List<PeerInformation>
CccInfrastructureRoutingDynamicDetails. getPeerInformation()
The list of peer devices in the dynamic routing configuration.Methods in com.oracle.bmc.computecloudatcustomer.model with parameters of type PeerInformation Modifier and Type Method Description PeerInformation.Builder
PeerInformation.Builder. copy(PeerInformation model)
Method parameters in com.oracle.bmc.computecloudatcustomer.model with type arguments of type PeerInformation Modifier and Type Method Description CccInfrastructureRoutingDynamicDetails.Builder
CccInfrastructureRoutingDynamicDetails.Builder. peerInformation(List<PeerInformation> peerInformation)
The list of peer devices in the dynamic routing configuration.Constructor parameters in com.oracle.bmc.computecloudatcustomer.model with type arguments of type PeerInformation Constructor Description CccInfrastructureRoutingDynamicDetails(List<PeerInformation> peerInformation, Integer oracleAsn, CccInfrastructureRoutingDynamicDetails.BgpTopology bgpTopology)
Deprecated.
-