oci.Core.getDrgRouteRule
This data source provides details about a specific Drg Route Table resource in Oracle Cloud Infrastructure Core service.
Gets the specified DRG route table’s information.
Example Usage
using System.Collections.Generic;
using Pulumi;
using Oci = Pulumi.Oci;
return await Deployment.RunAsync(() =>
{
var testDrgRouteTable = Oci.Core.GetDrgRouteRule.Invoke(new()
{
DrgRouteTableId = oci_core_drg_route_table.Test_drg_route_table.Id,
});
});
package main
import (
"github.com/pulumi/pulumi-oci/sdk/go/oci/Core"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := Core.GetDrgRouteRule(ctx, &core.GetDrgRouteRuleArgs{
DrgRouteTableId: oci_core_drg_route_table.Test_drg_route_table.Id,
}, nil)
if err != nil {
return err
}
return nil
})
}
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.oci.Core.CoreFunctions;
import com.pulumi.oci.Core.inputs.GetDrgRouteRuleArgs;
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 testDrgRouteTable = CoreFunctions.getDrgRouteRule(GetDrgRouteRuleArgs.builder()
.drgRouteTableId(oci_core_drg_route_table.test_drg_route_table().id())
.build());
}
}
import pulumi
import pulumi_oci as oci
test_drg_route_table = oci.Core.get_drg_route_rule(drg_route_table_id=oci_core_drg_route_table["test_drg_route_table"]["id"])
import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";
const testDrgRouteTable = oci.Core.getDrgRouteRule({
drgRouteTableId: oci_core_drg_route_table.test_drg_route_table.id,
});
variables:
testDrgRouteTable:
fn::invoke:
Function: oci:Core:getDrgRouteRule
Arguments:
drgRouteTableId: ${oci_core_drg_route_table.test_drg_route_table.id}
Using getDrgRouteRule
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 getDrgRouteRule(args: GetDrgRouteRuleArgs, opts?: InvokeOptions): Promise<GetDrgRouteRuleResult>
function getDrgRouteRuleOutput(args: GetDrgRouteRuleOutputArgs, opts?: InvokeOptions): Output<GetDrgRouteRuleResult>
def get_drg_route_rule(drg_route_table_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetDrgRouteRuleResult
def get_drg_route_rule_output(drg_route_table_id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetDrgRouteRuleResult]
func GetDrgRouteRule(ctx *Context, args *GetDrgRouteRuleArgs, opts ...InvokeOption) (*GetDrgRouteRuleResult, error)
func GetDrgRouteRuleOutput(ctx *Context, args *GetDrgRouteRuleOutputArgs, opts ...InvokeOption) GetDrgRouteRuleResultOutput
> Note: This function is named GetDrgRouteRule
in the Go SDK.
public static class GetDrgRouteRule
{
public static Task<GetDrgRouteRuleResult> InvokeAsync(GetDrgRouteRuleArgs args, InvokeOptions? opts = null)
public static Output<GetDrgRouteRuleResult> Invoke(GetDrgRouteRuleInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetDrgRouteRuleResult> getDrgRouteRule(GetDrgRouteRuleArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: oci:Core/getDrgRouteRule:getDrgRouteRule
arguments:
# arguments dictionary
The following arguments are supported:
- Drg
Route stringTable Id The OCID of the DRG route table.
- Drg
Route stringTable Id The OCID of the DRG route table.
- drg
Route StringTable Id The OCID of the DRG route table.
- drg
Route stringTable Id The OCID of the DRG route table.
- drg_
route_ strtable_ id The OCID of the DRG route table.
- drg
Route StringTable Id The OCID of the DRG route table.
getDrgRouteRule Result
The following output properties are available:
- Compartment
Id string The OCID of the compartment the DRG is in. The DRG route table is always in the same compartment as the DRG.
- Dictionary<string, object>
Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:
{"Operations.CostCenter": "42"}
- Display
Name string A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- Drg
Id string The OCID of the DRG the DRG that contains this route table.
- Drg
Route stringTable Id - Dictionary<string, object>
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"}
- Id string
The OCID of the DRG route table.
- Import
Drg stringRoute Distribution Id The OCID of the import route distribution used to specify how incoming route advertisements from referenced attachments are inserted into the DRG route table.
- Is
Ecmp boolEnabled If you want traffic to be routed using ECMP across your virtual circuits or IPSec tunnels to your on-premises network, enable ECMP on the DRG route table to which these attachments import routes.
- Remove
Import boolTrigger - State string
The DRG route table's current state.
- Time
Created string The date and time the DRG route table was created, in the format defined by RFC3339. Example:
2016-08-25T21:10:29.600Z
- Compartment
Id string The OCID of the compartment the DRG is in. The DRG route table is always in the same compartment as the DRG.
- map[string]interface{}
Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:
{"Operations.CostCenter": "42"}
- Display
Name string A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- Drg
Id string The OCID of the DRG the DRG that contains this route table.
- Drg
Route stringTable Id - map[string]interface{}
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"}
- Id string
The OCID of the DRG route table.
- Import
Drg stringRoute Distribution Id The OCID of the import route distribution used to specify how incoming route advertisements from referenced attachments are inserted into the DRG route table.
- Is
Ecmp boolEnabled If you want traffic to be routed using ECMP across your virtual circuits or IPSec tunnels to your on-premises network, enable ECMP on the DRG route table to which these attachments import routes.
- Remove
Import boolTrigger - State string
The DRG route table's current state.
- Time
Created string The date and time the DRG route table was created, in the format defined by RFC3339. Example:
2016-08-25T21:10:29.600Z
- compartment
Id String The OCID of the compartment the DRG is in. The DRG route table is always in the same compartment as the DRG.
- Map<String,Object>
Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:
{"Operations.CostCenter": "42"}
- display
Name String A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- drg
Id String The OCID of the DRG the DRG that contains this route table.
- drg
Route StringTable Id - Map<String,Object>
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"}
- id String
The OCID of the DRG route table.
- import
Drg StringRoute Distribution Id The OCID of the import route distribution used to specify how incoming route advertisements from referenced attachments are inserted into the DRG route table.
- is
Ecmp BooleanEnabled If you want traffic to be routed using ECMP across your virtual circuits or IPSec tunnels to your on-premises network, enable ECMP on the DRG route table to which these attachments import routes.
- remove
Import BooleanTrigger - state String
The DRG route table's current state.
- time
Created String The date and time the DRG route table was created, in the format defined by RFC3339. Example:
2016-08-25T21:10:29.600Z
- compartment
Id string The OCID of the compartment the DRG is in. The DRG route table is always in the same compartment as the DRG.
- {[key: string]: any}
Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:
{"Operations.CostCenter": "42"}
- display
Name string A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- drg
Id string The OCID of the DRG the DRG that contains this route table.
- drg
Route stringTable Id - {[key: string]: any}
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"}
- id string
The OCID of the DRG route table.
- import
Drg stringRoute Distribution Id The OCID of the import route distribution used to specify how incoming route advertisements from referenced attachments are inserted into the DRG route table.
- is
Ecmp booleanEnabled If you want traffic to be routed using ECMP across your virtual circuits or IPSec tunnels to your on-premises network, enable ECMP on the DRG route table to which these attachments import routes.
- remove
Import booleanTrigger - state string
The DRG route table's current state.
- time
Created string The date and time the DRG route table was created, in the format defined by RFC3339. Example:
2016-08-25T21:10:29.600Z
- compartment_
id str The OCID of the compartment the DRG is in. The DRG route table is always in the same compartment as the DRG.
- Mapping[str, Any]
Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:
{"Operations.CostCenter": "42"}
- display_
name str A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- drg_
id str The OCID of the DRG the DRG that contains this route table.
- drg_
route_ strtable_ id - Mapping[str, Any]
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"}
- id str
The OCID of the DRG route table.
- import_
drg_ strroute_ distribution_ id The OCID of the import route distribution used to specify how incoming route advertisements from referenced attachments are inserted into the DRG route table.
- is_
ecmp_ boolenabled If you want traffic to be routed using ECMP across your virtual circuits or IPSec tunnels to your on-premises network, enable ECMP on the DRG route table to which these attachments import routes.
- remove_
import_ booltrigger - state str
The DRG route table's current state.
- time_
created str The date and time the DRG route table was created, in the format defined by RFC3339. Example:
2016-08-25T21:10:29.600Z
- compartment
Id String The OCID of the compartment the DRG is in. The DRG route table is always in the same compartment as the DRG.
- Map<Any>
Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:
{"Operations.CostCenter": "42"}
- display
Name String A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- drg
Id String The OCID of the DRG the DRG that contains this route table.
- drg
Route StringTable Id - Map<Any>
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"}
- id String
The OCID of the DRG route table.
- import
Drg StringRoute Distribution Id The OCID of the import route distribution used to specify how incoming route advertisements from referenced attachments are inserted into the DRG route table.
- is
Ecmp BooleanEnabled If you want traffic to be routed using ECMP across your virtual circuits or IPSec tunnels to your on-premises network, enable ECMP on the DRG route table to which these attachments import routes.
- remove
Import BooleanTrigger - state String
The DRG route table's current state.
- time
Created String The date and time the DRG route table was created, in the format defined by RFC3339. Example:
2016-08-25T21:10:29.600Z
Package Details
- Repository
- oci pulumi/pulumi-oci
- License
- Apache-2.0
- Notes
This Pulumi package is based on the
oci
Terraform Provider.