RemotePeeringConnectionDrgAttachmentNetworkDetails¶
-
class
oci.vn_monitoring.models.RemotePeeringConnectionDrgAttachmentNetworkDetails(**kwargs)¶ Bases:
oci.vn_monitoring.models.drg_attachment_network_details.DrgAttachmentNetworkDetailsSpecifies the DRG attachment to another DRG.
Attributes
TYPE_FLEX_TUNNELstr(object=’’) -> str TYPE_INTERNETstr(object=’’) -> str TYPE_IPSEC_TUNNELstr(object=’’) -> str TYPE_LOOPBACKstr(object=’’) -> str TYPE_REMOTE_PEERING_CONNECTIONstr(object=’’) -> str TYPE_VCNstr(object=’’) -> str TYPE_VIRTUAL_CIRCUITstr(object=’’) -> str export_route_targetGets the export_route_target of this RemotePeeringConnectionDrgAttachmentNetworkDetails. idGets the id of this DrgAttachmentNetworkDetails. import_route_targetGets the import_route_target of this RemotePeeringConnectionDrgAttachmentNetworkDetails. ingress_vipGets the ingress_vip of this RemotePeeringConnectionDrgAttachmentNetworkDetails. mpls_labelGets the mpls_label of this RemotePeeringConnectionDrgAttachmentNetworkDetails. peer_attachment_route_targetGets the peer_attachment_route_target of this RemotePeeringConnectionDrgAttachmentNetworkDetails. peer_region_nameGets the peer_region_name of this RemotePeeringConnectionDrgAttachmentNetworkDetails. regional_oci_asnGets the regional_oci_asn of this RemotePeeringConnectionDrgAttachmentNetworkDetails. type[Required] Gets the type of this DrgAttachmentNetworkDetails. Methods
__init__(**kwargs)Initializes a new RemotePeeringConnectionDrgAttachmentNetworkDetails 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 RemotePeeringConnectionDrgAttachmentNetworkDetails object with values from keyword arguments. The default value of the
typeattribute of this class isREMOTE_PEERING_CONNECTIONand 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 RemotePeeringConnectionDrgAttachmentNetworkDetails. 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 RemotePeeringConnectionDrgAttachmentNetworkDetails.
- peer_region_name (str) – The value to assign to the peer_region_name property of this RemotePeeringConnectionDrgAttachmentNetworkDetails.
- peer_attachment_route_target (str) – The value to assign to the peer_attachment_route_target property of this RemotePeeringConnectionDrgAttachmentNetworkDetails.
- import_route_target (str) – The value to assign to the import_route_target property of this RemotePeeringConnectionDrgAttachmentNetworkDetails.
- export_route_target (str) – The value to assign to the export_route_target property of this RemotePeeringConnectionDrgAttachmentNetworkDetails.
- mpls_label (int) – The value to assign to the mpls_label property of this RemotePeeringConnectionDrgAttachmentNetworkDetails.
- regional_oci_asn (str) – The value to assign to the regional_oci_asn property of this RemotePeeringConnectionDrgAttachmentNetworkDetails.
- ingress_vip (str) – The value to assign to the ingress_vip property of this RemotePeeringConnectionDrgAttachmentNetworkDetails.
-
export_route_target¶ Gets the export_route_target of this RemotePeeringConnectionDrgAttachmentNetworkDetails. 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 RemotePeeringConnectionDrgAttachmentNetworkDetails. 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 RemotePeeringConnectionDrgAttachmentNetworkDetails. 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 RemotePeeringConnectionDrgAttachmentNetworkDetails. Return type: str
-
ingress_vip¶ Gets the ingress_vip of this RemotePeeringConnectionDrgAttachmentNetworkDetails. IPv4 address used to encapsulate ingress traffic to the DRG through this attachment
Returns: The ingress_vip of this RemotePeeringConnectionDrgAttachmentNetworkDetails. Return type: str
-
mpls_label¶ Gets the mpls_label of this RemotePeeringConnectionDrgAttachmentNetworkDetails. The MPLS label of the DRG attachment.
Returns: The mpls_label of this RemotePeeringConnectionDrgAttachmentNetworkDetails. Return type: int
-
peer_attachment_route_target¶ Gets the peer_attachment_route_target of this RemotePeeringConnectionDrgAttachmentNetworkDetails. The attachment route target.
Returns: The peer_attachment_route_target of this RemotePeeringConnectionDrgAttachmentNetworkDetails. Return type: str
-
peer_region_name¶ Gets the peer_region_name of this RemotePeeringConnectionDrgAttachmentNetworkDetails. The remote Oracle Cloud Infrastructure region name.
Returns: The peer_region_name of this RemotePeeringConnectionDrgAttachmentNetworkDetails. Return type: str
-
regional_oci_asn¶ Gets the regional_oci_asn of this RemotePeeringConnectionDrgAttachmentNetworkDetails. The BGP ASN to use for the IPSec connection’s route target.
Returns: The regional_oci_asn of this RemotePeeringConnectionDrgAttachmentNetworkDetails. 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
-