1. Packages
  2. Gcorelabs Provider
  3. API Docs
  4. getLaasHosts
gcorelabs 0.3.63 published on Monday, Apr 14, 2025 by g-core

gcorelabs.getLaasHosts

Explore with Pulumi AI

gcorelabs logo
gcorelabs 0.3.63 published on Monday, Apr 14, 2025 by g-core

    Represent LaaS hosts

    Using getLaasHosts

    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 getLaasHosts(args: GetLaasHostsArgs, opts?: InvokeOptions): Promise<GetLaasHostsResult>
    function getLaasHostsOutput(args: GetLaasHostsOutputArgs, opts?: InvokeOptions): Output<GetLaasHostsResult>
    def get_laas_hosts(id: Optional[str] = None,
                       project_id: Optional[float] = None,
                       project_name: Optional[str] = None,
                       region_id: Optional[float] = None,
                       region_name: Optional[str] = None,
                       opts: Optional[InvokeOptions] = None) -> GetLaasHostsResult
    def get_laas_hosts_output(id: Optional[pulumi.Input[str]] = None,
                       project_id: Optional[pulumi.Input[float]] = None,
                       project_name: Optional[pulumi.Input[str]] = None,
                       region_id: Optional[pulumi.Input[float]] = None,
                       region_name: Optional[pulumi.Input[str]] = None,
                       opts: Optional[InvokeOptions] = None) -> Output[GetLaasHostsResult]
    func GetLaasHosts(ctx *Context, args *GetLaasHostsArgs, opts ...InvokeOption) (*GetLaasHostsResult, error)
    func GetLaasHostsOutput(ctx *Context, args *GetLaasHostsOutputArgs, opts ...InvokeOption) GetLaasHostsResultOutput

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

    public static class GetLaasHosts 
    {
        public static Task<GetLaasHostsResult> InvokeAsync(GetLaasHostsArgs args, InvokeOptions? opts = null)
        public static Output<GetLaasHostsResult> Invoke(GetLaasHostsInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetLaasHostsResult> getLaasHosts(GetLaasHostsArgs args, InvokeOptions options)
    public static Output<GetLaasHostsResult> getLaasHosts(GetLaasHostsArgs args, InvokeOptions options)
    
    fn::invoke:
      function: gcorelabs:index/getLaasHosts:getLaasHosts
      arguments:
        # arguments dictionary

    The following arguments are supported:

    Id string
    The ID of this resource.
    ProjectId double
    ProjectName string
    RegionId double
    RegionName string
    Id string
    The ID of this resource.
    ProjectId float64
    ProjectName string
    RegionId float64
    RegionName string
    id String
    The ID of this resource.
    projectId Double
    projectName String
    regionId Double
    regionName String
    id string
    The ID of this resource.
    projectId number
    projectName string
    regionId number
    regionName string
    id str
    The ID of this resource.
    project_id float
    project_name str
    region_id float
    region_name str
    id String
    The ID of this resource.
    projectId Number
    projectName String
    regionId Number
    regionName String

    getLaasHosts Result

    The following output properties are available:

    Id string
    The ID of this resource.
    Kafkas List<string>
    Opensearches List<string>
    ProjectId double
    ProjectName string
    RegionId double
    RegionName string
    Id string
    The ID of this resource.
    Kafkas []string
    Opensearches []string
    ProjectId float64
    ProjectName string
    RegionId float64
    RegionName string
    id String
    The ID of this resource.
    kafkas List<String>
    opensearches List<String>
    projectId Double
    projectName String
    regionId Double
    regionName String
    id string
    The ID of this resource.
    kafkas string[]
    opensearches string[]
    projectId number
    projectName string
    regionId number
    regionName string
    id str
    The ID of this resource.
    kafkas Sequence[str]
    opensearches Sequence[str]
    project_id float
    project_name str
    region_id float
    region_name str
    id String
    The ID of this resource.
    kafkas List<String>
    opensearches List<String>
    projectId Number
    projectName String
    regionId Number
    regionName String

    Package Details

    Repository
    gcorelabs g-core/terraform-provider-gcorelabs
    License
    Notes
    This Pulumi package is based on the gcorelabs Terraform Provider.
    gcorelabs logo
    gcorelabs 0.3.63 published on Monday, Apr 14, 2025 by g-core