Class VirtualCircuit
For use with Oracle Cloud Infrastructure FastConnect.
A virtual circuit is an isolated network path that runs over one or more physical
network connections to provide a single, logical connection between the edge router
on the customer's existing network and Oracle Cloud Infrastructure. Private
virtual circuits support private peering, and public virtual circuits support
public peering. For more information, see FastConnect Overview.
Each virtual circuit is made up of information shared between a customer, Oracle,
and a provider (if the customer is using FastConnect via a provider). Who fills in
a given property of a virtual circuit depends on whether the BGP session related to
that virtual circuit goes from the customer's edge router to Oracle, or from the provider's
edge router to Oracle. Also, in the case where the customer is using a provider, values
for some of the properties may not be present immediately, but may get filled in as the
provider and Oracle each do their part to provision the virtual circuit.
To use any of the API operations, you must be authorized in an IAM policy. If you're not authorized,
talk to an administrator. If you're an administrator who needs to write policies to give users access, see
Getting Started with Policies.
Inherited Members
Namespace: Oci.VnmonitoringService.Models
Assembly: OCI.DotNetSDK.Vnmonitoring.dll
Syntax
public class VirtualCircuit
Properties
BandwidthShapeName
Declaration
[JsonProperty(PropertyName = "bandwidthShapeName")]
public string BandwidthShapeName { get; set; }
Property Value
| Type | Description |
|---|---|
| string | The provisioned data rate of the connection. To get a list of the
available bandwidth levels (that is, shapes), see
{@link #listFastConnectProviderVirtualCircuitBandwidthShapes(ListFastConnectProviderVirtualCircuitBandwidthShapesRequest) listFastConnectProviderVirtualCircuitBandwidthShapes}.
|
BgpManagement
Declaration
[JsonProperty(PropertyName = "bgpManagement")]
[JsonConverter(typeof(StringEnumConverter))]
public VirtualCircuit.BgpManagementEnum? BgpManagement { get; set; }
Property Value
| Type | Description |
|---|---|
| VirtualCircuit.BgpManagementEnum? | BGP management option. |
BgpSessionState
Declaration
[JsonProperty(PropertyName = "bgpSessionState")]
[JsonConverter(typeof(StringEnumConverter))]
public VirtualCircuit.BgpSessionStateEnum? BgpSessionState { get; set; }
Property Value
| Type | Description |
|---|---|
| VirtualCircuit.BgpSessionStateEnum? | The state of the BGP session associated with the virtual circuit. |
CompartmentId
Declaration
[JsonProperty(PropertyName = "compartmentId")]
public string CompartmentId { get; set; }
Property Value
| Type | Description |
|---|---|
| string | The OCID of the compartment containing the virtual circuit. |
CrossConnectMappings
Declaration
[JsonProperty(PropertyName = "crossConnectMappings")]
public List<CrossConnectMapping> CrossConnectMappings { get; set; }
Property Value
| Type | Description |
|---|---|
| List<CrossConnectMapping> | An array of mappings, each containing properties for a cross-connect or cross-connect group that is associated with this virtual circuit. |
CustomerBgpAsn
Declaration
[JsonProperty(PropertyName = "customerBgpAsn")]
public int? CustomerBgpAsn { get; set; }
Property Value
| Type | Description |
|---|---|
| int? | The BGP ASN of the network at the other end of the BGP session from Oracle. If the session is between the customer's edge router and Oracle, the value is the customer's ASN. If the BGP session is between the provider's edge router and Oracle, the value is the provider's ASN. |
DisplayName
Declaration
[JsonProperty(PropertyName = "displayName")]
public string DisplayName { get; set; }
Property Value
| Type | Description |
|---|---|
| string | A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information. |
GatewayId
Declaration
[JsonProperty(PropertyName = "gatewayId")]
public string GatewayId { get; set; }
Property Value
| Type | Description |
|---|---|
| string | The OCID of the customer's {@link Drg} that this virtual circuit uses. Applicable only to private virtual circuits. |
Id
Declaration
[JsonProperty(PropertyName = "id")]
public string Id { get; set; }
Property Value
| Type | Description |
|---|---|
| string | The virtual circuit's Oracle ID (OCID). |
IsTransportMode
Declaration
[JsonProperty(PropertyName = "isTransportMode")]
public bool? IsTransportMode { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? | Set to |
LifecycleState
Declaration
[JsonProperty(PropertyName = "lifecycleState")]
[JsonConverter(typeof(StringEnumConverter))]
public VirtualCircuit.LifecycleStateEnum? LifecycleState { get; set; }
Property Value
| Type | Description |
|---|---|
| VirtualCircuit.LifecycleStateEnum? | The virtual circuit's current state. For information about the different states, see FastConnect Overview. |
OracleBgpAsn
Declaration
[JsonProperty(PropertyName = "oracleBgpAsn")]
public int? OracleBgpAsn { get; set; }
Property Value
| Type | Description |
|---|---|
| int? | The Oracle BGP ASN. |
ProviderName
Declaration
[JsonProperty(PropertyName = "providerName")]
public string ProviderName { get; set; }
Property Value
| Type | Description |
|---|---|
| string | Deprecated. Instead use |
ProviderServiceId
Declaration
[JsonProperty(PropertyName = "providerServiceId")]
public string ProviderServiceId { get; set; }
Property Value
| Type | Description |
|---|---|
| string | The OCID of the service offered by the provider (if the customer is connecting via a provider). |
ProviderServiceName
Declaration
[JsonProperty(PropertyName = "providerServiceName")]
public string ProviderServiceName { get; set; }
Property Value
| Type | Description |
|---|---|
| string | Deprecated. Instead use |
ProviderState
Declaration
[JsonProperty(PropertyName = "providerState")]
[JsonConverter(typeof(StringEnumConverter))]
public VirtualCircuit.ProviderStateEnum? ProviderState { get; set; }
Property Value
| Type | Description |
|---|---|
| VirtualCircuit.ProviderStateEnum? | The provider's state in relation to this virtual circuit (if the customer is connecting via a provider). ACTIVE means the provider has provisioned the virtual circuit from their end. INACTIVE means the provider has not yet provisioned the virtual circuit, or has de-provisioned it. |
PublicPrefixes
Declaration
[JsonProperty(PropertyName = "publicPrefixes")]
public List<string> PublicPrefixes { get; set; }
Property Value
| Type | Description |
|---|---|
| List<string> | For a public virtual circuit. The public IP prefixes (CIDRs) the customer wants to advertise across the connection. All prefix sizes are allowed. |
ReferenceComment
Declaration
[JsonProperty(PropertyName = "referenceComment")]
public string ReferenceComment { get; set; }
Property Value
| Type | Description |
|---|---|
| string | Provider-supplied reference information about this virtual circuit (if the customer is connecting via a provider). |
Region
Declaration
[JsonProperty(PropertyName = "region")]
public string Region { get; set; }
Property Value
| Type | Description |
|---|---|
| string | The Oracle Cloud Infrastructure region where this virtual circuit is located. |
ServiceType
Declaration
[JsonProperty(PropertyName = "serviceType")]
[JsonConverter(typeof(StringEnumConverter))]
public VirtualCircuit.ServiceTypeEnum? ServiceType { get; set; }
Property Value
| Type | Description |
|---|---|
| VirtualCircuit.ServiceTypeEnum? | Provider service type. |
TimeCreated
Declaration
[JsonProperty(PropertyName = "timeCreated")]
public DateTime? TimeCreated { get; set; }
Property Value
| Type | Description |
|---|---|
| DateTime? | The date and time the virtual circuit was created,
in the format defined by RFC3339.
|
Type
Declaration
[JsonProperty(PropertyName = "type")]
[JsonConverter(typeof(StringEnumConverter))]
public VirtualCircuit.TypeEnum? Type { get; set; }
Property Value
| Type | Description |
|---|---|
| VirtualCircuit.TypeEnum? | Whether the virtual circuit supports private or public peering. For more information, see FastConnect Overview. |