1. Packages
  2. Oracle Cloud Infrastructure
  3. API Docs
  4. ServiceMesh
  5. getVirtualServiceRouteTables
Oracle Cloud Infrastructure v1.32.0 published on Thursday, Apr 18, 2024 by Pulumi

oci.ServiceMesh.getVirtualServiceRouteTables

Explore with Pulumi AI

oci logo
Oracle Cloud Infrastructure v1.32.0 published on Thursday, Apr 18, 2024 by Pulumi

    This data source provides the list of Virtual Service Route Tables in Oracle Cloud Infrastructure Service Mesh service.

    Returns a list of VirtualServiceRouteTable objects.

    Example Usage

    import * as pulumi from "@pulumi/pulumi";
    import * as oci from "@pulumi/oci";
    
    const testVirtualServiceRouteTables = oci.ServiceMesh.getVirtualServiceRouteTables({
        compartmentId: _var.compartment_id,
        id: _var.virtual_service_route_table_id,
        name: _var.virtual_service_route_table_name,
        state: _var.virtual_service_route_table_state,
        virtualServiceId: oci_service_mesh_virtual_service.test_virtual_service.id,
    });
    
    import pulumi
    import pulumi_oci as oci
    
    test_virtual_service_route_tables = oci.ServiceMesh.get_virtual_service_route_tables(compartment_id=var["compartment_id"],
        id=var["virtual_service_route_table_id"],
        name=var["virtual_service_route_table_name"],
        state=var["virtual_service_route_table_state"],
        virtual_service_id=oci_service_mesh_virtual_service["test_virtual_service"]["id"])
    
    package main
    
    import (
    	"github.com/pulumi/pulumi-oci/sdk/go/oci/ServiceMesh"
    	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
    )
    
    func main() {
    	pulumi.Run(func(ctx *pulumi.Context) error {
    		_, err := ServiceMesh.GetVirtualServiceRouteTables(ctx, &servicemesh.GetVirtualServiceRouteTablesArgs{
    			CompartmentId:    _var.Compartment_id,
    			Id:               pulumi.StringRef(_var.Virtual_service_route_table_id),
    			Name:             pulumi.StringRef(_var.Virtual_service_route_table_name),
    			State:            pulumi.StringRef(_var.Virtual_service_route_table_state),
    			VirtualServiceId: pulumi.StringRef(oci_service_mesh_virtual_service.Test_virtual_service.Id),
    		}, nil)
    		if err != nil {
    			return err
    		}
    		return nil
    	})
    }
    
    using System.Collections.Generic;
    using System.Linq;
    using Pulumi;
    using Oci = Pulumi.Oci;
    
    return await Deployment.RunAsync(() => 
    {
        var testVirtualServiceRouteTables = Oci.ServiceMesh.GetVirtualServiceRouteTables.Invoke(new()
        {
            CompartmentId = @var.Compartment_id,
            Id = @var.Virtual_service_route_table_id,
            Name = @var.Virtual_service_route_table_name,
            State = @var.Virtual_service_route_table_state,
            VirtualServiceId = oci_service_mesh_virtual_service.Test_virtual_service.Id,
        });
    
    });
    
    package generated_program;
    
    import com.pulumi.Context;
    import com.pulumi.Pulumi;
    import com.pulumi.core.Output;
    import com.pulumi.oci.ServiceMesh.ServiceMeshFunctions;
    import com.pulumi.oci.ServiceMesh.inputs.GetVirtualServiceRouteTablesArgs;
    import java.util.List;
    import java.util.ArrayList;
    import java.util.Map;
    import java.io.File;
    import java.nio.file.Files;
    import java.nio.file.Paths;
    
    public class App {
        public static void main(String[] args) {
            Pulumi.run(App::stack);
        }
    
        public static void stack(Context ctx) {
            final var testVirtualServiceRouteTables = ServiceMeshFunctions.getVirtualServiceRouteTables(GetVirtualServiceRouteTablesArgs.builder()
                .compartmentId(var_.compartment_id())
                .id(var_.virtual_service_route_table_id())
                .name(var_.virtual_service_route_table_name())
                .state(var_.virtual_service_route_table_state())
                .virtualServiceId(oci_service_mesh_virtual_service.test_virtual_service().id())
                .build());
    
        }
    }
    
    variables:
      testVirtualServiceRouteTables:
        fn::invoke:
          Function: oci:ServiceMesh:getVirtualServiceRouteTables
          Arguments:
            compartmentId: ${var.compartment_id}
            id: ${var.virtual_service_route_table_id}
            name: ${var.virtual_service_route_table_name}
            state: ${var.virtual_service_route_table_state}
            virtualServiceId: ${oci_service_mesh_virtual_service.test_virtual_service.id}
    

    Using getVirtualServiceRouteTables

    Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

    function getVirtualServiceRouteTables(args: GetVirtualServiceRouteTablesArgs, opts?: InvokeOptions): Promise<GetVirtualServiceRouteTablesResult>
    function getVirtualServiceRouteTablesOutput(args: GetVirtualServiceRouteTablesOutputArgs, opts?: InvokeOptions): Output<GetVirtualServiceRouteTablesResult>
    def get_virtual_service_route_tables(compartment_id: Optional[str] = None,
                                         filters: Optional[Sequence[_servicemesh.GetVirtualServiceRouteTablesFilter]] = None,
                                         id: Optional[str] = None,
                                         name: Optional[str] = None,
                                         state: Optional[str] = None,
                                         virtual_service_id: Optional[str] = None,
                                         opts: Optional[InvokeOptions] = None) -> GetVirtualServiceRouteTablesResult
    def get_virtual_service_route_tables_output(compartment_id: Optional[pulumi.Input[str]] = None,
                                         filters: Optional[pulumi.Input[Sequence[pulumi.Input[_servicemesh.GetVirtualServiceRouteTablesFilterArgs]]]] = None,
                                         id: Optional[pulumi.Input[str]] = None,
                                         name: Optional[pulumi.Input[str]] = None,
                                         state: Optional[pulumi.Input[str]] = None,
                                         virtual_service_id: Optional[pulumi.Input[str]] = None,
                                         opts: Optional[InvokeOptions] = None) -> Output[GetVirtualServiceRouteTablesResult]
    func GetVirtualServiceRouteTables(ctx *Context, args *GetVirtualServiceRouteTablesArgs, opts ...InvokeOption) (*GetVirtualServiceRouteTablesResult, error)
    func GetVirtualServiceRouteTablesOutput(ctx *Context, args *GetVirtualServiceRouteTablesOutputArgs, opts ...InvokeOption) GetVirtualServiceRouteTablesResultOutput

    > Note: This function is named GetVirtualServiceRouteTables in the Go SDK.

    public static class GetVirtualServiceRouteTables 
    {
        public static Task<GetVirtualServiceRouteTablesResult> InvokeAsync(GetVirtualServiceRouteTablesArgs args, InvokeOptions? opts = null)
        public static Output<GetVirtualServiceRouteTablesResult> Invoke(GetVirtualServiceRouteTablesInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetVirtualServiceRouteTablesResult> getVirtualServiceRouteTables(GetVirtualServiceRouteTablesArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: oci:ServiceMesh/getVirtualServiceRouteTables:getVirtualServiceRouteTables
      arguments:
        # arguments dictionary

    The following arguments are supported:

    CompartmentId string
    The ID of the compartment in which to list resources.
    Filters List<GetVirtualServiceRouteTablesFilter>
    Id string
    Unique VirtualServiceRouteTable identifier.
    Name string
    A filter to return only resources that match the entire name given.
    State string
    A filter to return only resources that match the life cycle state given.
    VirtualServiceId string
    Unique VirtualService identifier.
    CompartmentId string
    The ID of the compartment in which to list resources.
    Filters []GetVirtualServiceRouteTablesFilter
    Id string
    Unique VirtualServiceRouteTable identifier.
    Name string
    A filter to return only resources that match the entire name given.
    State string
    A filter to return only resources that match the life cycle state given.
    VirtualServiceId string
    Unique VirtualService identifier.
    compartmentId String
    The ID of the compartment in which to list resources.
    filters List<GetVirtualServiceRouteTablesFilter>
    id String
    Unique VirtualServiceRouteTable identifier.
    name String
    A filter to return only resources that match the entire name given.
    state String
    A filter to return only resources that match the life cycle state given.
    virtualServiceId String
    Unique VirtualService identifier.
    compartmentId string
    The ID of the compartment in which to list resources.
    filters GetVirtualServiceRouteTablesFilter[]
    id string
    Unique VirtualServiceRouteTable identifier.
    name string
    A filter to return only resources that match the entire name given.
    state string
    A filter to return only resources that match the life cycle state given.
    virtualServiceId string
    Unique VirtualService identifier.
    compartment_id str
    The ID of the compartment in which to list resources.
    filters Sequence[servicemesh.GetVirtualServiceRouteTablesFilter]
    id str
    Unique VirtualServiceRouteTable identifier.
    name str
    A filter to return only resources that match the entire name given.
    state str
    A filter to return only resources that match the life cycle state given.
    virtual_service_id str
    Unique VirtualService identifier.
    compartmentId String
    The ID of the compartment in which to list resources.
    filters List<Property Map>
    id String
    Unique VirtualServiceRouteTable identifier.
    name String
    A filter to return only resources that match the entire name given.
    state String
    A filter to return only resources that match the life cycle state given.
    virtualServiceId String
    Unique VirtualService identifier.

    getVirtualServiceRouteTables Result

    The following output properties are available:

    CompartmentId string
    The OCID of the compartment.
    VirtualServiceRouteTableCollections List<GetVirtualServiceRouteTablesVirtualServiceRouteTableCollection>
    The list of virtual_service_route_table_collection.
    Filters List<GetVirtualServiceRouteTablesFilter>
    Id string
    Unique identifier that is immutable on creation.
    Name string
    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
    State string
    The current state of the Resource.
    VirtualServiceId string
    The OCID of the virtual service in which this virtual service route table is created.
    CompartmentId string
    The OCID of the compartment.
    VirtualServiceRouteTableCollections []GetVirtualServiceRouteTablesVirtualServiceRouteTableCollection
    The list of virtual_service_route_table_collection.
    Filters []GetVirtualServiceRouteTablesFilter
    Id string
    Unique identifier that is immutable on creation.
    Name string
    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
    State string
    The current state of the Resource.
    VirtualServiceId string
    The OCID of the virtual service in which this virtual service route table is created.
    compartmentId String
    The OCID of the compartment.
    virtualServiceRouteTableCollections List<GetVirtualServiceRouteTablesVirtualServiceRouteTableCollection>
    The list of virtual_service_route_table_collection.
    filters List<GetVirtualServiceRouteTablesFilter>
    id String
    Unique identifier that is immutable on creation.
    name String
    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
    state String
    The current state of the Resource.
    virtualServiceId String
    The OCID of the virtual service in which this virtual service route table is created.
    compartmentId string
    The OCID of the compartment.
    virtualServiceRouteTableCollections GetVirtualServiceRouteTablesVirtualServiceRouteTableCollection[]
    The list of virtual_service_route_table_collection.
    filters GetVirtualServiceRouteTablesFilter[]
    id string
    Unique identifier that is immutable on creation.
    name string
    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
    state string
    The current state of the Resource.
    virtualServiceId string
    The OCID of the virtual service in which this virtual service route table is created.
    compartment_id str
    The OCID of the compartment.
    virtual_service_route_table_collections Sequence[servicemesh.GetVirtualServiceRouteTablesVirtualServiceRouteTableCollection]
    The list of virtual_service_route_table_collection.
    filters Sequence[servicemesh.GetVirtualServiceRouteTablesFilter]
    id str
    Unique identifier that is immutable on creation.
    name str
    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
    state str
    The current state of the Resource.
    virtual_service_id str
    The OCID of the virtual service in which this virtual service route table is created.
    compartmentId String
    The OCID of the compartment.
    virtualServiceRouteTableCollections List<Property Map>
    The list of virtual_service_route_table_collection.
    filters List<Property Map>
    id String
    Unique identifier that is immutable on creation.
    name String
    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
    state String
    The current state of the Resource.
    virtualServiceId String
    The OCID of the virtual service in which this virtual service route table is created.

    Supporting Types

    GetVirtualServiceRouteTablesFilter

    Name string
    A filter to return only resources that match the entire name given.
    Values List<string>
    Regex bool
    Name string
    A filter to return only resources that match the entire name given.
    Values []string
    Regex bool
    name String
    A filter to return only resources that match the entire name given.
    values List<String>
    regex Boolean
    name string
    A filter to return only resources that match the entire name given.
    values string[]
    regex boolean
    name str
    A filter to return only resources that match the entire name given.
    values Sequence[str]
    regex bool
    name String
    A filter to return only resources that match the entire name given.
    values List<String>
    regex Boolean

    GetVirtualServiceRouteTablesVirtualServiceRouteTableCollection

    GetVirtualServiceRouteTablesVirtualServiceRouteTableCollectionItem

    CompartmentId string
    The ID of the compartment in which to list resources.
    DefinedTags Dictionary<string, object>
    Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
    Description string
    Description of the resource. It can be changed after creation. Avoid entering confidential information. Example: This is my new resource
    FreeformTags Dictionary<string, object>
    Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {"bar-key": "value"}
    Id string
    Unique VirtualServiceRouteTable identifier.
    LifecycleDetails string
    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 string
    A filter to return only resources that match the entire name given.
    Priority int
    The priority of the route table. Lower value means higher priority. The routes are declared based on the priority.
    RouteRules List<GetVirtualServiceRouteTablesVirtualServiceRouteTableCollectionItemRouteRule>
    The route rules for the virtual service.
    State string
    A filter to return only resources that match the life cycle state given.
    SystemTags Dictionary<string, object>
    Usage of system tag keys. These predefined keys are scoped to namespaces. Example: {"orcl-cloud.free-tier-retained": "true"}
    TimeCreated string
    The time when this resource was created in an RFC3339 formatted datetime string.
    TimeUpdated string
    The time when this resource was updated in an RFC3339 formatted datetime string.
    VirtualServiceId string
    Unique VirtualService identifier.
    CompartmentId string
    The ID of the compartment in which to list resources.
    DefinedTags map[string]interface{}
    Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
    Description string
    Description of the resource. It can be changed after creation. Avoid entering confidential information. Example: This is my new resource
    FreeformTags map[string]interface{}
    Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {"bar-key": "value"}
    Id string
    Unique VirtualServiceRouteTable identifier.
    LifecycleDetails string
    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 string
    A filter to return only resources that match the entire name given.
    Priority int
    The priority of the route table. Lower value means higher priority. The routes are declared based on the priority.
    RouteRules []GetVirtualServiceRouteTablesVirtualServiceRouteTableCollectionItemRouteRule
    The route rules for the virtual service.
    State string
    A filter to return only resources that match the life cycle state given.
    SystemTags map[string]interface{}
    Usage of system tag keys. These predefined keys are scoped to namespaces. Example: {"orcl-cloud.free-tier-retained": "true"}
    TimeCreated string
    The time when this resource was created in an RFC3339 formatted datetime string.
    TimeUpdated string
    The time when this resource was updated in an RFC3339 formatted datetime string.
    VirtualServiceId string
    Unique VirtualService identifier.
    compartmentId String
    The ID of the compartment in which to list resources.
    definedTags Map<String,Object>
    Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
    description String
    Description of the resource. It can be changed after creation. Avoid entering confidential information. Example: This is my new resource
    freeformTags Map<String,Object>
    Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {"bar-key": "value"}
    id String
    Unique VirtualServiceRouteTable identifier.
    lifecycleDetails String
    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 String
    A filter to return only resources that match the entire name given.
    priority Integer
    The priority of the route table. Lower value means higher priority. The routes are declared based on the priority.
    routeRules List<GetVirtualServiceRouteTablesVirtualServiceRouteTableCollectionItemRouteRule>
    The route rules for the virtual service.
    state String
    A filter to return only resources that match the life cycle state given.
    systemTags Map<String,Object>
    Usage of system tag keys. These predefined keys are scoped to namespaces. Example: {"orcl-cloud.free-tier-retained": "true"}
    timeCreated String
    The time when this resource was created in an RFC3339 formatted datetime string.
    timeUpdated String
    The time when this resource was updated in an RFC3339 formatted datetime string.
    virtualServiceId String
    Unique VirtualService identifier.
    compartmentId string
    The ID of the compartment in which to list resources.
    definedTags {[key: string]: any}
    Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
    description string
    Description of the resource. It can be changed after creation. Avoid entering confidential information. Example: This is my new resource
    freeformTags {[key: string]: any}
    Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {"bar-key": "value"}
    id string
    Unique VirtualServiceRouteTable identifier.
    lifecycleDetails string
    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 string
    A filter to return only resources that match the entire name given.
    priority number
    The priority of the route table. Lower value means higher priority. The routes are declared based on the priority.
    routeRules GetVirtualServiceRouteTablesVirtualServiceRouteTableCollectionItemRouteRule[]
    The route rules for the virtual service.
    state string
    A filter to return only resources that match the life cycle state given.
    systemTags {[key: string]: any}
    Usage of system tag keys. These predefined keys are scoped to namespaces. Example: {"orcl-cloud.free-tier-retained": "true"}
    timeCreated string
    The time when this resource was created in an RFC3339 formatted datetime string.
    timeUpdated string
    The time when this resource was updated in an RFC3339 formatted datetime string.
    virtualServiceId string
    Unique VirtualService identifier.
    compartment_id str
    The ID of the compartment in which to list resources.
    defined_tags Mapping[str, Any]
    Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
    description str
    Description of the resource. It can be changed after creation. Avoid entering confidential information. Example: This is my new resource
    freeform_tags Mapping[str, Any]
    Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {"bar-key": "value"}
    id str
    Unique VirtualServiceRouteTable identifier.
    lifecycle_details str
    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 str
    A filter to return only resources that match the entire name given.
    priority int
    The priority of the route table. Lower value means higher priority. The routes are declared based on the priority.
    route_rules Sequence[servicemesh.GetVirtualServiceRouteTablesVirtualServiceRouteTableCollectionItemRouteRule]
    The route rules for the virtual service.
    state str
    A filter to return only resources that match the life cycle state given.
    system_tags Mapping[str, Any]
    Usage of system tag keys. These predefined keys are scoped to namespaces. Example: {"orcl-cloud.free-tier-retained": "true"}
    time_created str
    The time when this resource was created in an RFC3339 formatted datetime string.
    time_updated str
    The time when this resource was updated in an RFC3339 formatted datetime string.
    virtual_service_id str
    Unique VirtualService identifier.
    compartmentId String
    The ID of the compartment in which to list resources.
    definedTags Map<Any>
    Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
    description String
    Description of the resource. It can be changed after creation. Avoid entering confidential information. Example: This is my new resource
    freeformTags Map<Any>
    Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {"bar-key": "value"}
    id String
    Unique VirtualServiceRouteTable identifier.
    lifecycleDetails String
    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 String
    A filter to return only resources that match the entire name given.
    priority Number
    The priority of the route table. Lower value means higher priority. The routes are declared based on the priority.
    routeRules List<Property Map>
    The route rules for the virtual service.
    state String
    A filter to return only resources that match the life cycle state given.
    systemTags Map<Any>
    Usage of system tag keys. These predefined keys are scoped to namespaces. Example: {"orcl-cloud.free-tier-retained": "true"}
    timeCreated String
    The time when this resource was created in an RFC3339 formatted datetime string.
    timeUpdated String
    The time when this resource was updated in an RFC3339 formatted datetime string.
    virtualServiceId String
    Unique VirtualService identifier.

    GetVirtualServiceRouteTablesVirtualServiceRouteTableCollectionItemRouteRule

    Destinations List<GetVirtualServiceRouteTablesVirtualServiceRouteTableCollectionItemRouteRuleDestination>
    The destination of the request.
    IsGrpc bool
    If true, the rule will check that the content-type header has a application/grpc or one of the various application/grpc+ values.
    Path string
    Route to match
    PathType string
    Match type for the route
    RequestTimeoutInMs string
    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 string
    Type of protocol.
    Destinations []GetVirtualServiceRouteTablesVirtualServiceRouteTableCollectionItemRouteRuleDestination
    The destination of the request.
    IsGrpc bool
    If true, the rule will check that the content-type header has a application/grpc or one of the various application/grpc+ values.
    Path string
    Route to match
    PathType string
    Match type for the route
    RequestTimeoutInMs string
    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 string
    Type of protocol.
    destinations List<GetVirtualServiceRouteTablesVirtualServiceRouteTableCollectionItemRouteRuleDestination>
    The destination of the request.
    isGrpc Boolean
    If true, the rule will check that the content-type header has a application/grpc or one of the various application/grpc+ values.
    path String
    Route to match
    pathType String
    Match type for the route
    requestTimeoutInMs String
    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 String
    Type of protocol.
    destinations GetVirtualServiceRouteTablesVirtualServiceRouteTableCollectionItemRouteRuleDestination[]
    The destination of the request.
    isGrpc boolean
    If true, the rule will check that the content-type header has a application/grpc or one of the various application/grpc+ values.
    path string
    Route to match
    pathType string
    Match type for the route
    requestTimeoutInMs string
    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 string
    Type of protocol.
    destinations Sequence[servicemesh.GetVirtualServiceRouteTablesVirtualServiceRouteTableCollectionItemRouteRuleDestination]
    The destination of the request.
    is_grpc bool
    If true, the rule will check that the content-type header has a application/grpc or one of the various application/grpc+ values.
    path str
    Route to match
    path_type str
    Match type for the route
    request_timeout_in_ms str
    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 str
    Type of protocol.
    destinations List<Property Map>
    The destination of the request.
    isGrpc Boolean
    If true, the rule will check that the content-type header has a application/grpc or one of the various application/grpc+ values.
    path String
    Route to match
    pathType String
    Match type for the route
    requestTimeoutInMs String
    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 String
    Type of protocol.

    GetVirtualServiceRouteTablesVirtualServiceRouteTableCollectionItemRouteRuleDestination

    Port int
    Port on virtual deployment to target. If port is missing, the rule will target all ports on the virtual deployment.
    VirtualDeploymentId string
    The OCID of the virtual deployment where the request will be routed.
    Weight int
    Weight of traffic target.
    Port int
    Port on virtual deployment to target. If port is missing, the rule will target all ports on the virtual deployment.
    VirtualDeploymentId string
    The OCID of the virtual deployment where the request will be routed.
    Weight int
    Weight of traffic target.
    port Integer
    Port on virtual deployment to target. If port is missing, the rule will target all ports on the virtual deployment.
    virtualDeploymentId String
    The OCID of the virtual deployment where the request will be routed.
    weight Integer
    Weight of traffic target.
    port number
    Port on virtual deployment to target. If port is missing, the rule will target all ports on the virtual deployment.
    virtualDeploymentId string
    The OCID of the virtual deployment where the request will be routed.
    weight number
    Weight of traffic target.
    port int
    Port on virtual deployment to target. If port is missing, the rule will target all ports on the virtual deployment.
    virtual_deployment_id str
    The OCID of the virtual deployment where the request will be routed.
    weight int
    Weight of traffic target.
    port Number
    Port on virtual deployment to target. If port is missing, the rule will target all ports on the virtual deployment.
    virtualDeploymentId String
    The OCID of the virtual deployment where the request will be routed.
    weight Number
    Weight of traffic target.

    Package Details

    Repository
    oci pulumi/pulumi-oci
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the oci Terraform Provider.
    oci logo
    Oracle Cloud Infrastructure v1.32.0 published on Thursday, Apr 18, 2024 by Pulumi