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

gcorelabs.getLaasStatus

Explore with Pulumi AI

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

    Represent LaaS hosts

    Using getLaasStatus

    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 getLaasStatus(args: GetLaasStatusArgs, opts?: InvokeOptions): Promise<GetLaasStatusResult>
    function getLaasStatusOutput(args: GetLaasStatusOutputArgs, opts?: InvokeOptions): Output<GetLaasStatusResult>
    def get_laas_status(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) -> GetLaasStatusResult
    def get_laas_status_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[GetLaasStatusResult]
    func GetLaasStatus(ctx *Context, args *GetLaasStatusArgs, opts ...InvokeOption) (*GetLaasStatusResult, error)
    func GetLaasStatusOutput(ctx *Context, args *GetLaasStatusOutputArgs, opts ...InvokeOption) GetLaasStatusResultOutput

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

    public static class GetLaasStatus 
    {
        public static Task<GetLaasStatusResult> InvokeAsync(GetLaasStatusArgs args, InvokeOptions? opts = null)
        public static Output<GetLaasStatusResult> Invoke(GetLaasStatusInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetLaasStatusResult> getLaasStatus(GetLaasStatusArgs args, InvokeOptions options)
    public static Output<GetLaasStatusResult> getLaasStatus(GetLaasStatusArgs args, InvokeOptions options)
    
    fn::invoke:
      function: gcorelabs:index/getLaasStatus:getLaasStatus
      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

    getLaasStatus Result

    The following output properties are available:

    Id string
    The ID of this resource.
    IsInitialized bool
    Namespace string
    ProjectId double
    ProjectName string
    RegionId double
    RegionName string
    Id string
    The ID of this resource.
    IsInitialized bool
    Namespace string
    ProjectId float64
    ProjectName string
    RegionId float64
    RegionName string
    id String
    The ID of this resource.
    isInitialized Boolean
    namespace String
    projectId Double
    projectName String
    regionId Double
    regionName String
    id string
    The ID of this resource.
    isInitialized boolean
    namespace string
    projectId number
    projectName string
    regionId number
    regionName string
    id str
    The ID of this resource.
    is_initialized bool
    namespace str
    project_id float
    project_name str
    region_id float
    region_name str
    id String
    The ID of this resource.
    isInitialized Boolean
    namespace 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