UpdateVirtualServiceRouteTableDetails

class oci.service_mesh.models.UpdateVirtualServiceRouteTableDetails(**kwargs)

Bases: object

The information to be updated.

Methods

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

Attributes

defined_tags Gets the defined_tags of this UpdateVirtualServiceRouteTableDetails.
description Gets the description of this UpdateVirtualServiceRouteTableDetails.
freeform_tags Gets the freeform_tags of this UpdateVirtualServiceRouteTableDetails.
priority Gets the priority of this UpdateVirtualServiceRouteTableDetails.
route_rules Gets the route_rules of this UpdateVirtualServiceRouteTableDetails.
__init__(**kwargs)

Initializes a new UpdateVirtualServiceRouteTableDetails 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 UpdateVirtualServiceRouteTableDetails.
  • priority (int) – The value to assign to the priority property of this UpdateVirtualServiceRouteTableDetails.
  • route_rules (list[oci.service_mesh.models.VirtualServiceTrafficRouteRuleDetails]) – The value to assign to the route_rules property of this UpdateVirtualServiceRouteTableDetails.
  • freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this UpdateVirtualServiceRouteTableDetails.
  • defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this UpdateVirtualServiceRouteTableDetails.
defined_tags

Gets the defined_tags of this UpdateVirtualServiceRouteTableDetails. 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 UpdateVirtualServiceRouteTableDetails.
Return type:dict(str, dict(str, object))
description

Gets the description of this UpdateVirtualServiceRouteTableDetails. 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 UpdateVirtualServiceRouteTableDetails.
Return type:str
freeform_tags

Gets the freeform_tags of this UpdateVirtualServiceRouteTableDetails. 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 UpdateVirtualServiceRouteTableDetails.
Return type:dict(str, str)
priority

Gets the priority of this UpdateVirtualServiceRouteTableDetails. The priority of the route table. Lower value means higher priority. The routes are declared based on the priority.

Returns:The priority of this UpdateVirtualServiceRouteTableDetails.
Return type:int
route_rules

Gets the route_rules of this UpdateVirtualServiceRouteTableDetails. The route rules for the virtual service.

Returns:The route_rules of this UpdateVirtualServiceRouteTableDetails.
Return type:list[oci.service_mesh.models.VirtualServiceTrafficRouteRuleDetails]