UpdateDrgAttachmentDetails¶
-
class
oci.core.models.
UpdateDrgAttachmentDetails
(**kwargs)¶ Bases:
object
UpdateDrgAttachmentDetails model.
Methods
__init__
(**kwargs)Initializes a new UpdateDrgAttachmentDetails object with values from keyword arguments. Attributes
display_name
Gets the display_name 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.
- route_table_id (str) – The value to assign to the route_table_id property of this UpdateDrgAttachmentDetails.
-
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
-
route_table_id
¶ Gets the route_table_id of this UpdateDrgAttachmentDetails. The OCID of the route table the DRG attachment will use.
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
-