Data Source: oci_service_mesh_virtual_service_route_table
This data source provides details about a specific Virtual Service Route Table resource in Oracle Cloud Infrastructure Service Mesh service.
Gets a VirtualServiceRouteTable by identifier.
Example Usage
data "oci_service_mesh_virtual_service_route_table" "test_virtual_service_route_table" {
#Required
virtual_service_route_table_id = oci_service_mesh_virtual_service_route_table.test_virtual_service_route_table.id
}
Argument Reference
The following arguments are supported:
virtual_service_route_table_id
- (Required) Unique VirtualServiceRouteTable identifier.
Attributes Reference
The following attributes are exported:
compartment_id
- The OCID of the compartment.defined_tags
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:{"foo-namespace.bar-key": "value"}
description
- Description of the resource. It can be changed after creation. Avoid entering confidential information. Example:This is my new resource
freeform_tags
- Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example:{"bar-key": "value"}
id
- Unique identifier that is immutable on creation.lifecycle_details
- A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in a Failed state.name
- A user-friendly name. The name must be unique within the same virtual service and cannot be changed after creation. Avoid entering confidential information. Example:My unique resource name
priority
- The priority of the route table. Lower value means higher priority. The routes are declared based on the priority.route_rules
- The route rules for the virtual service.destinations
- The destination of the request.port
- Port on virtual deployment to target. If port is missing, the rule will target all ports on the virtual deployment.virtual_deployment_id
- The OCID of the virtual deployment where the request will be routed.weight
- Weight of traffic target.
is_grpc
- If true, the rule will check that the content-type header has a application/grpc or one of the various application/grpc+ values.path
- Route to matchpath_type
- Match type for the routerequest_timeout_in_ms
- The maximum duration in milliseconds for the target service to respond to a request. If provided, the timeout value overrides the default timeout of 15 seconds for the HTTP based route rules, and disabled (no timeout) when ‘isGrpc’ is true. The value 0 (zero) indicates that the timeout is disabled. For streaming responses from the target service, consider either keeping the timeout disabled or set a sufficiently high value.type
- Type of protocol.
state
- The current state of the Resource.system_tags
- Usage of system tag keys. These predefined keys are scoped to namespaces. Example:{"orcl-cloud.free-tier-retained": "true"}
time_created
- The time when this resource was created in an RFC3339 formatted datetime string.time_updated
- The time when this resource was updated in an RFC3339 formatted datetime string.virtual_service_id
- The OCID of the virtual service in which this virtual service route table is created.