1. Packages
  2. Opentelekomcloud Provider
  3. API Docs
  4. getRtsSoftwareConfigV1
opentelekomcloud 1.36.37 published on Thursday, Apr 24, 2025 by opentelekomcloud

opentelekomcloud.getRtsSoftwareConfigV1

Explore with Pulumi AI

opentelekomcloud logo
opentelekomcloud 1.36.37 published on Thursday, Apr 24, 2025 by opentelekomcloud

    Using getRtsSoftwareConfigV1

    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 getRtsSoftwareConfigV1(args: GetRtsSoftwareConfigV1Args, opts?: InvokeOptions): Promise<GetRtsSoftwareConfigV1Result>
    function getRtsSoftwareConfigV1Output(args: GetRtsSoftwareConfigV1OutputArgs, opts?: InvokeOptions): Output<GetRtsSoftwareConfigV1Result>
    def get_rts_software_config_v1(id: Optional[str] = None,
                                   name: Optional[str] = None,
                                   region: Optional[str] = None,
                                   opts: Optional[InvokeOptions] = None) -> GetRtsSoftwareConfigV1Result
    def get_rts_software_config_v1_output(id: Optional[pulumi.Input[str]] = None,
                                   name: Optional[pulumi.Input[str]] = None,
                                   region: Optional[pulumi.Input[str]] = None,
                                   opts: Optional[InvokeOptions] = None) -> Output[GetRtsSoftwareConfigV1Result]
    func LookupRtsSoftwareConfigV1(ctx *Context, args *LookupRtsSoftwareConfigV1Args, opts ...InvokeOption) (*LookupRtsSoftwareConfigV1Result, error)
    func LookupRtsSoftwareConfigV1Output(ctx *Context, args *LookupRtsSoftwareConfigV1OutputArgs, opts ...InvokeOption) LookupRtsSoftwareConfigV1ResultOutput

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

    public static class GetRtsSoftwareConfigV1 
    {
        public static Task<GetRtsSoftwareConfigV1Result> InvokeAsync(GetRtsSoftwareConfigV1Args args, InvokeOptions? opts = null)
        public static Output<GetRtsSoftwareConfigV1Result> Invoke(GetRtsSoftwareConfigV1InvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetRtsSoftwareConfigV1Result> getRtsSoftwareConfigV1(GetRtsSoftwareConfigV1Args args, InvokeOptions options)
    public static Output<GetRtsSoftwareConfigV1Result> getRtsSoftwareConfigV1(GetRtsSoftwareConfigV1Args args, InvokeOptions options)
    
    fn::invoke:
      function: opentelekomcloud:index/getRtsSoftwareConfigV1:getRtsSoftwareConfigV1
      arguments:
        # arguments dictionary

    The following arguments are supported:

    Id string
    Name string
    Region string
    Id string
    Name string
    Region string
    id String
    name String
    region String
    id string
    name string
    region string
    id str
    name str
    region str
    id String
    name String
    region String

    getRtsSoftwareConfigV1 Result

    The following output properties are available:

    Config string
    Group string
    InputValues List<ImmutableDictionary<string, string>>
    Options Dictionary<string, string>
    OutputValues List<ImmutableDictionary<string, string>>
    Region string
    Id string
    Name string
    Config string
    Group string
    InputValues []map[string]string
    Options map[string]string
    OutputValues []map[string]string
    Region string
    Id string
    Name string
    config String
    group String
    inputValues List<Map<String,String>>
    options Map<String,String>
    outputValues List<Map<String,String>>
    region String
    id String
    name String
    config string
    group string
    inputValues {[key: string]: string}[]
    options {[key: string]: string}
    outputValues {[key: string]: string}[]
    region string
    id string
    name string
    config str
    group str
    input_values Sequence[Mapping[str, str]]
    options Mapping[str, str]
    output_values Sequence[Mapping[str, str]]
    region str
    id str
    name str
    config String
    group String
    inputValues List<Map<String>>
    options Map<String>
    outputValues List<Map<String>>
    region String
    id String
    name String

    Package Details

    Repository
    opentelekomcloud opentelekomcloud/terraform-provider-opentelekomcloud
    License
    Notes
    This Pulumi package is based on the opentelekomcloud Terraform Provider.
    opentelekomcloud logo
    opentelekomcloud 1.36.37 published on Thursday, Apr 24, 2025 by opentelekomcloud