CreateDrgAttachmentDetails¶
-
class
oci.vn_monitoring.models.CreateDrgAttachmentDetails(**kwargs)¶ Bases:
objectCreateDrgAttachmentDetails model.
Methods
__init__(**kwargs)Initializes a new CreateDrgAttachmentDetails object with values from keyword arguments. Attributes
defined_tagsGets the defined_tags of this CreateDrgAttachmentDetails. display_nameGets the display_name of this CreateDrgAttachmentDetails. drg_id[Required] Gets the drg_id of this CreateDrgAttachmentDetails. drg_route_table_idGets the drg_route_table_id of this CreateDrgAttachmentDetails. freeform_tagsGets the freeform_tags of this CreateDrgAttachmentDetails. network_detailsGets the network_details of this CreateDrgAttachmentDetails. vcn_idGets the vcn_id of this CreateDrgAttachmentDetails. -
__init__(**kwargs)¶ Initializes a new CreateDrgAttachmentDetails 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 CreateDrgAttachmentDetails.
- drg_id (str) – The value to assign to the drg_id property of this CreateDrgAttachmentDetails.
- drg_route_table_id (str) – The value to assign to the drg_route_table_id property of this CreateDrgAttachmentDetails.
- network_details (oci.vn_monitoring.models.DrgAttachmentNetworkCreateDetails) – The value to assign to the network_details property of this CreateDrgAttachmentDetails.
- defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this CreateDrgAttachmentDetails.
- freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this CreateDrgAttachmentDetails.
- vcn_id (str) – The value to assign to the vcn_id property of this CreateDrgAttachmentDetails.
Gets the defined_tags of this CreateDrgAttachmentDetails. 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 CreateDrgAttachmentDetails. Return type: dict(str, dict(str, object))
-
display_name¶ Gets the display_name of this CreateDrgAttachmentDetails. A user-friendly name. Does not have to be unique, and it’s changeable. Avoid entering confidential information.
Returns: The display_name of this CreateDrgAttachmentDetails. Return type: str
-
drg_id¶ [Required] Gets the drg_id of this CreateDrgAttachmentDetails. The OCID of the DRG.
Returns: The drg_id of this CreateDrgAttachmentDetails. Return type: str
-
drg_route_table_id¶ Gets the drg_route_table_id of this CreateDrgAttachmentDetails. The OCID of the DRG route table that is assigned to this attachment.
The DRG route table manages traffic inside the DRG.
Returns: The drg_route_table_id of this CreateDrgAttachmentDetails. Return type: str
Gets the freeform_tags of this CreateDrgAttachmentDetails. 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 CreateDrgAttachmentDetails. Return type: dict(str, str)
-
network_details¶ Gets the network_details of this CreateDrgAttachmentDetails.
Returns: The network_details of this CreateDrgAttachmentDetails. Return type: oci.vn_monitoring.models.DrgAttachmentNetworkCreateDetails
-