UpdateDrgRouteTableDetails¶
-
class
oci.core.models.
UpdateDrgRouteTableDetails
(**kwargs)¶ Bases:
object
Details used in a request to update a DRG route table.
You can’t assign a table to a virtual circuit or IPSec tunnel attachment if there is a static route rule for an RPC attachment.
Methods
__init__
(**kwargs)Initializes a new UpdateDrgRouteTableDetails object with values from keyword arguments. Attributes
defined_tags
Gets the defined_tags of this UpdateDrgRouteTableDetails. display_name
Gets the display_name of this UpdateDrgRouteTableDetails. freeform_tags
Gets the freeform_tags of this UpdateDrgRouteTableDetails. import_drg_route_distribution_id
Gets the import_drg_route_distribution_id of this UpdateDrgRouteTableDetails. is_ecmp_enabled
Gets the is_ecmp_enabled of this UpdateDrgRouteTableDetails. -
__init__
(**kwargs)¶ Initializes a new UpdateDrgRouteTableDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this UpdateDrgRouteTableDetails.
- display_name (str) – The value to assign to the display_name property of this UpdateDrgRouteTableDetails.
- freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this UpdateDrgRouteTableDetails.
- import_drg_route_distribution_id (str) – The value to assign to the import_drg_route_distribution_id property of this UpdateDrgRouteTableDetails.
- is_ecmp_enabled (bool) – The value to assign to the is_ecmp_enabled property of this UpdateDrgRouteTableDetails.
Gets the defined_tags of this UpdateDrgRouteTableDetails. Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
Example: {“Operations”: {“CostCenter”: “42”}}
Returns: The defined_tags of this UpdateDrgRouteTableDetails. Return type: dict(str, dict(str, object))
-
display_name
¶ Gets the display_name of this UpdateDrgRouteTableDetails. A user-friendly name. Does not have to be unique, and it’s changeable. Avoid entering confidential information.
Returns: The display_name of this UpdateDrgRouteTableDetails. Return type: str
Gets the freeform_tags of this UpdateDrgRouteTableDetails. Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags.
Example: {“Department”: “Finance”}
Returns: The freeform_tags of this UpdateDrgRouteTableDetails. Return type: dict(str, str)
-
import_drg_route_distribution_id
¶ Gets the import_drg_route_distribution_id of this UpdateDrgRouteTableDetails. The OCID of the import route distribution used to specify how incoming route advertisements through referenced attachements are inserted into the DRG route table.
Returns: The import_drg_route_distribution_id of this UpdateDrgRouteTableDetails. Return type: str
-
is_ecmp_enabled
¶ Gets the is_ecmp_enabled of this UpdateDrgRouteTableDetails. If you want traffic to be routed using ECMP across your virtual circuits or IPSec tunnels to your on-prem networks, set this value to true on the route table.
Returns: The is_ecmp_enabled of this UpdateDrgRouteTableDetails. Return type: bool
-