UpdateIngressGatewayRouteTableDetails¶
-
class
oci.service_mesh.models.
UpdateIngressGatewayRouteTableDetails
(**kwargs)¶ Bases:
object
The information to be updated.
Methods
__init__
(**kwargs)Initializes a new UpdateIngressGatewayRouteTableDetails object with values from keyword arguments. Attributes
defined_tags
Gets the defined_tags of this UpdateIngressGatewayRouteTableDetails. description
Gets the description of this UpdateIngressGatewayRouteTableDetails. freeform_tags
Gets the freeform_tags of this UpdateIngressGatewayRouteTableDetails. priority
Gets the priority of this UpdateIngressGatewayRouteTableDetails. route_rules
Gets the route_rules of this UpdateIngressGatewayRouteTableDetails. -
__init__
(**kwargs)¶ Initializes a new UpdateIngressGatewayRouteTableDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - description (str) – The value to assign to the description property of this UpdateIngressGatewayRouteTableDetails.
- priority (int) – The value to assign to the priority property of this UpdateIngressGatewayRouteTableDetails.
- route_rules (list[oci.service_mesh.models.IngressGatewayTrafficRouteRuleDetails]) – The value to assign to the route_rules property of this UpdateIngressGatewayRouteTableDetails.
- freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this UpdateIngressGatewayRouteTableDetails.
- defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this UpdateIngressGatewayRouteTableDetails.
Gets the defined_tags of this UpdateIngressGatewayRouteTableDetails. 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 UpdateIngressGatewayRouteTableDetails. Return type: dict(str, dict(str, object))
-
description
¶ Gets the description of this UpdateIngressGatewayRouteTableDetails. Description of the resource. It can be changed after creation. Avoid entering confidential information.
Example: This is my new resource
Returns: The description of this UpdateIngressGatewayRouteTableDetails. Return type: str
Gets the freeform_tags of this UpdateIngressGatewayRouteTableDetails. 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 UpdateIngressGatewayRouteTableDetails. Return type: dict(str, str)
-
priority
¶ Gets the priority of this UpdateIngressGatewayRouteTableDetails. The priority of the route table. Lower value means higher priority. The routes are declared based on the priority.
Returns: The priority of this UpdateIngressGatewayRouteTableDetails. Return type: int
-
route_rules
¶ Gets the route_rules of this UpdateIngressGatewayRouteTableDetails. The route rules for the ingress gateway.
Returns: The route_rules of this UpdateIngressGatewayRouteTableDetails. Return type: list[oci.service_mesh.models.IngressGatewayTrafficRouteRuleDetails]
-