Show / Hide Table of Contents

Class CccInfrastructureRoutingDynamicDetails

Dynamic routing information for the Compute Cloud@Customer infrastructure.

Inheritance
object
CccInfrastructureRoutingDynamicDetails
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.ComputecloudatcustomerService.Models
Assembly: OCI.DotNetSDK.Computecloudatcustomer.dll
Syntax
public class CccInfrastructureRoutingDynamicDetails

Properties

BgpTopology

Declaration
[JsonProperty(PropertyName = "bgpTopology")]
[JsonConverter(typeof(ResponseEnumConverter))]
public CccInfrastructureRoutingDynamicDetails.BgpTopologyEnum? BgpTopology { get; set; }
Property Value
Type Description
CccInfrastructureRoutingDynamicDetails.BgpTopologyEnum?

The topology in use for the Border Gateway Protocol (BGP) configuration.

OracleAsn

Declaration
[JsonProperty(PropertyName = "oracleAsn")]
public int? OracleAsn { get; set; }
Property Value
Type Description
int?

The Oracle Autonomous System Number (ASN) to control routing and exchange information within the dynamic routing configuration.

PeerInformation

Declaration
[JsonProperty(PropertyName = "peerInformation")]
public List<PeerInformation> PeerInformation { get; set; }
Property Value
Type Description
List<PeerInformation>

The list of peer devices in the dynamic routing configuration.

In this article
Back to top