gcorelabs 0.3.63 published on Monday, Apr 14, 2025 by g-core
gcorelabs.getLaasStatus
Explore with Pulumi AI
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.
- Project
Id double - Project
Name string - Region
Id double - Region
Name string
- Id string
- The ID of this resource.
- Project
Id float64 - Project
Name string - Region
Id float64 - Region
Name string
- id String
- The ID of this resource.
- project
Id Double - project
Name String - region
Id Double - region
Name String
- id string
- The ID of this resource.
- project
Id number - project
Name string - region
Id number - region
Name 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.
- project
Id Number - project
Name String - region
Id Number - region
Name String
getLaasStatus Result
The following output properties are available:
- Id string
- The ID of this resource.
- Is
Initialized bool - Namespace string
- Project
Id double - Project
Name string - Region
Id double - Region
Name string
- Id string
- The ID of this resource.
- Is
Initialized bool - Namespace string
- Project
Id float64 - Project
Name string - Region
Id float64 - Region
Name string
- id String
- The ID of this resource.
- is
Initialized Boolean - namespace String
- project
Id Double - project
Name String - region
Id Double - region
Name String
- id string
- The ID of this resource.
- is
Initialized boolean - namespace string
- project
Id number - project
Name string - region
Id number - region
Name 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.
- is
Initialized Boolean - namespace String
- project
Id Number - project
Name String - region
Id Number - region
Name String
Package Details
- Repository
- gcorelabs g-core/terraform-provider-gcorelabs
- License
- Notes
- This Pulumi package is based on the
gcorelabs
Terraform Provider.