FlexTunnelDrgAttachmentNetworkDetails

class oci.vn_monitoring.models.FlexTunnelDrgAttachmentNetworkDetails(**kwargs)

Bases: oci.vn_monitoring.models.drg_attachment_network_details.DrgAttachmentNetworkDetails

Specifies the flex tunnel attached to the DRG.

Attributes

TYPE_FLEX_TUNNEL str(object=’’) -> str
TYPE_INTERNET str(object=’’) -> str
TYPE_IPSEC_TUNNEL str(object=’’) -> str
TYPE_LOOPBACK str(object=’’) -> str
TYPE_REMOTE_PEERING_CONNECTION str(object=’’) -> str
TYPE_VCN str(object=’’) -> str
TYPE_VIRTUAL_CIRCUIT str(object=’’) -> str
export_route_target Gets the export_route_target of this FlexTunnelDrgAttachmentNetworkDetails.
id Gets the id of this DrgAttachmentNetworkDetails.
import_route_target Gets the import_route_target of this FlexTunnelDrgAttachmentNetworkDetails.
ingress_vip Gets the ingress_vip of this FlexTunnelDrgAttachmentNetworkDetails.
mpls_label Gets the mpls_label of this FlexTunnelDrgAttachmentNetworkDetails.
regional_oci_asn Gets the regional_oci_asn of this FlexTunnelDrgAttachmentNetworkDetails.
transport_attachment_id Gets the transport_attachment_id of this FlexTunnelDrgAttachmentNetworkDetails.
type [Required] Gets the type of this DrgAttachmentNetworkDetails.

Methods

__init__(**kwargs) Initializes a new FlexTunnelDrgAttachmentNetworkDetails object with values from keyword arguments.
get_subtype(object_dictionary) Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype.
TYPE_FLEX_TUNNEL = 'FLEX_TUNNEL'
TYPE_INTERNET = 'INTERNET'
TYPE_IPSEC_TUNNEL = 'IPSEC_TUNNEL'
TYPE_LOOPBACK = 'LOOPBACK'
TYPE_REMOTE_PEERING_CONNECTION = 'REMOTE_PEERING_CONNECTION'
TYPE_VCN = 'VCN'
TYPE_VIRTUAL_CIRCUIT = 'VIRTUAL_CIRCUIT'
__init__(**kwargs)

Initializes a new FlexTunnelDrgAttachmentNetworkDetails object with values from keyword arguments. The default value of the type attribute of this class is FLEX_TUNNEL and it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • type (str) – The value to assign to the type property of this FlexTunnelDrgAttachmentNetworkDetails. Allowed values for this property are: “VCN”, “IPSEC_TUNNEL”, “VIRTUAL_CIRCUIT”, “REMOTE_PEERING_CONNECTION”, “FLEX_TUNNEL”, “LOOPBACK”, “INTERNET”
  • id (str) – The value to assign to the id property of this FlexTunnelDrgAttachmentNetworkDetails.
  • transport_attachment_id (str) – The value to assign to the transport_attachment_id property of this FlexTunnelDrgAttachmentNetworkDetails.
  • regional_oci_asn (str) – The value to assign to the regional_oci_asn property of this FlexTunnelDrgAttachmentNetworkDetails.
  • import_route_target (str) – The value to assign to the import_route_target property of this FlexTunnelDrgAttachmentNetworkDetails.
  • export_route_target (str) – The value to assign to the export_route_target property of this FlexTunnelDrgAttachmentNetworkDetails.
  • mpls_label (int) – The value to assign to the mpls_label property of this FlexTunnelDrgAttachmentNetworkDetails.
  • ingress_vip (str) – The value to assign to the ingress_vip property of this FlexTunnelDrgAttachmentNetworkDetails.
export_route_target

Gets the export_route_target of this FlexTunnelDrgAttachmentNetworkDetails. Routes which are exported to the attachment are exported to the route reflectors with the route target set to the value of the attachment’s export route target.

Returns:The export_route_target of this FlexTunnelDrgAttachmentNetworkDetails.
Return type:str
static get_subtype(object_dictionary)

Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype.

id

Gets the id of this DrgAttachmentNetworkDetails. The OCID of the network attached to the DRG.

Returns:The id of this DrgAttachmentNetworkDetails.
Return type:str
import_route_target

Gets the import_route_target of this FlexTunnelDrgAttachmentNetworkDetails. Routes which may be imported from the attachment (subject to import policy) appear in the route reflectors tagged with the attachment’s import route target.

Returns:The import_route_target of this FlexTunnelDrgAttachmentNetworkDetails.
Return type:str
ingress_vip

Gets the ingress_vip of this FlexTunnelDrgAttachmentNetworkDetails. IPv4 address used to encapsulate ingress traffic to the DRG through this attachment

Returns:The ingress_vip of this FlexTunnelDrgAttachmentNetworkDetails.
Return type:str
mpls_label

Gets the mpls_label of this FlexTunnelDrgAttachmentNetworkDetails. The MPLS label of the DRG attachment.

Returns:The mpls_label of this FlexTunnelDrgAttachmentNetworkDetails.
Return type:int
regional_oci_asn

Gets the regional_oci_asn of this FlexTunnelDrgAttachmentNetworkDetails. The BGP ASN to use for the Flex Tunnel connection’s route target

Returns:The regional_oci_asn of this FlexTunnelDrgAttachmentNetworkDetails.
Return type:str
transport_attachment_id

Gets the transport_attachment_id of this FlexTunnelDrgAttachmentNetworkDetails. The OCID of the transport drg attachment of the flex tunnel.

Returns:The transport_attachment_id of this FlexTunnelDrgAttachmentNetworkDetails.
Return type:str
type

[Required] Gets the type of this DrgAttachmentNetworkDetails. Allowed values for this property are: “VCN”, “IPSEC_TUNNEL”, “VIRTUAL_CIRCUIT”, “REMOTE_PEERING_CONNECTION”, “FLEX_TUNNEL”, “LOOPBACK”, “INTERNET”

Returns:The type of this DrgAttachmentNetworkDetails.
Return type:str