UpdateDrgAttachmentDetails

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

Bases: object

UpdateDrgAttachmentDetails model.

Methods

__init__(**kwargs) Initializes a new UpdateDrgAttachmentDetails object with values from keyword arguments.

Attributes

defined_tags Gets the defined_tags of this UpdateDrgAttachmentDetails.
display_name Gets the display_name of this UpdateDrgAttachmentDetails.
drg_route_table_id Gets the drg_route_table_id of this UpdateDrgAttachmentDetails.
export_drg_route_distribution_id Gets the export_drg_route_distribution_id of this UpdateDrgAttachmentDetails.
freeform_tags Gets the freeform_tags of this UpdateDrgAttachmentDetails.
network_details Gets the network_details of this UpdateDrgAttachmentDetails.
route_table_id Gets the route_table_id of this UpdateDrgAttachmentDetails.
__init__(**kwargs)

Initializes a new UpdateDrgAttachmentDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • display_name (str) – The value to assign to the display_name property of this UpdateDrgAttachmentDetails.
  • drg_route_table_id (str) – The value to assign to the drg_route_table_id property of this UpdateDrgAttachmentDetails.
  • network_details (oci.vn_monitoring.models.DrgAttachmentNetworkUpdateDetails) – The value to assign to the network_details property of this UpdateDrgAttachmentDetails.
  • defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this UpdateDrgAttachmentDetails.
  • freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this UpdateDrgAttachmentDetails.
  • export_drg_route_distribution_id (str) – The value to assign to the export_drg_route_distribution_id property of this UpdateDrgAttachmentDetails.
  • route_table_id (str) – The value to assign to the route_table_id property of this UpdateDrgAttachmentDetails.
defined_tags

Gets the defined_tags of this UpdateDrgAttachmentDetails. Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {“foo-namespace”: {“bar-key”: “value”}}

Returns:The defined_tags of this UpdateDrgAttachmentDetails.
Return type:dict(str, dict(str, object))
display_name

Gets the display_name of this UpdateDrgAttachmentDetails. A user-friendly name. Does not have to be unique, and it’s changeable. Avoid entering confidential information.

Returns:The display_name of this UpdateDrgAttachmentDetails.
Return type:str
drg_route_table_id

Gets the drg_route_table_id of this UpdateDrgAttachmentDetails. The OCID of the DRG route table that is assigned to this attachment.

The DRG route table manages traffic inside the DRG.

You can’t remove a DRG route table from a DRG attachment, but you can reassign which DRG route table it uses.

Returns:The drg_route_table_id of this UpdateDrgAttachmentDetails.
Return type:str
export_drg_route_distribution_id

Gets the export_drg_route_distribution_id of this UpdateDrgAttachmentDetails. The OCID of the export route distribution used to specify how routes in the assigned DRG route table are advertised out through the attachment. If this value is null, no routes are advertised through this attachment.

Returns:The export_drg_route_distribution_id of this UpdateDrgAttachmentDetails.
Return type:str
freeform_tags

Gets the freeform_tags of this UpdateDrgAttachmentDetails. Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {“bar-key”: “value”}

Returns:The freeform_tags of this UpdateDrgAttachmentDetails.
Return type:dict(str, str)
network_details

Gets the network_details of this UpdateDrgAttachmentDetails.

Returns:The network_details of this UpdateDrgAttachmentDetails.
Return type:oci.vn_monitoring.models.DrgAttachmentNetworkUpdateDetails
route_table_id

Gets the route_table_id of this UpdateDrgAttachmentDetails. This is the OCID of the route table that is used to route the traffic as it enters a VCN through this attachment.

For information about why you would associate a route table with a DRG attachment, see:

Returns:The route_table_id of this UpdateDrgAttachmentDetails.
Return type:str