opentelekomcloud 1.36.37 published on Thursday, Apr 24, 2025 by opentelekomcloud
opentelekomcloud.getRtsSoftwareConfigV1
Explore with Pulumi AI
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:
getRtsSoftwareConfigV1 Result
The following output properties are available:
- Config string
- Group string
- Input
Values List<ImmutableDictionary<string, string>> - Options Dictionary<string, string>
- Output
Values List<ImmutableDictionary<string, string>> - Region string
- Id string
- Name string
- Config string
- Group string
- Input
Values []map[string]string - Options map[string]string
- Output
Values []map[string]string - Region string
- Id string
- Name string
- config String
- group String
- input
Values List<Map<String,String>> - options Map<String,String>
- output
Values List<Map<String,String>> - region String
- id String
- name String
- config string
- group string
- input
Values {[key: string]: string}[] - options {[key: string]: string}
- output
Values {[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
- input
Values List<Map<String>> - options Map<String>
- output
Values 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 1.36.37 published on Thursday, Apr 24, 2025 by opentelekomcloud