hpegl 0.4.18 published on Friday, Apr 18, 2025 by hpe
hpegl.getCaasSite
Explore with Pulumi AI
Appliance data source allows reading appliance data based on name and space ID. Required inputs are name and space_id
Using getCaasSite
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 getCaasSite(args: GetCaasSiteArgs, opts?: InvokeOptions): Promise<GetCaasSiteResult>
function getCaasSiteOutput(args: GetCaasSiteOutputArgs, opts?: InvokeOptions): Output<GetCaasSiteResult>
def get_caas_site(name: Optional[str] = None,
space_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetCaasSiteResult
def get_caas_site_output(name: Optional[pulumi.Input[str]] = None,
space_id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetCaasSiteResult]
func GetCaasSite(ctx *Context, args *GetCaasSiteArgs, opts ...InvokeOption) (*GetCaasSiteResult, error)
func GetCaasSiteOutput(ctx *Context, args *GetCaasSiteOutputArgs, opts ...InvokeOption) GetCaasSiteResultOutput
> Note: This function is named GetCaasSite
in the Go SDK.
public static class GetCaasSite
{
public static Task<GetCaasSiteResult> InvokeAsync(GetCaasSiteArgs args, InvokeOptions? opts = null)
public static Output<GetCaasSiteResult> Invoke(GetCaasSiteInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetCaasSiteResult> getCaasSite(GetCaasSiteArgs args, InvokeOptions options)
public static Output<GetCaasSiteResult> getCaasSite(GetCaasSiteArgs args, InvokeOptions options)
fn::invoke:
function: hpegl:index/getCaasSite:getCaasSite
arguments:
# arguments dictionary
The following arguments are supported:
getCaasSite Result
The following output properties are available:
- Created
Date string - Id string
- The ID of this resource.
- Last
Update stringDate - Name string
- Space
Id string
- Created
Date string - Id string
- The ID of this resource.
- Last
Update stringDate - Name string
- Space
Id string
- created
Date String - id String
- The ID of this resource.
- last
Update StringDate - name String
- space
Id String
- created
Date string - id string
- The ID of this resource.
- last
Update stringDate - name string
- space
Id string
- created_
date str - id str
- The ID of this resource.
- last_
update_ strdate - name str
- space_
id str
- created
Date String - id String
- The ID of this resource.
- last
Update StringDate - name String
- space
Id String
Package Details
- Repository
- hpegl hpe/terraform-provider-hpegl
- License
- Notes
- This Pulumi package is based on the
hpegl
Terraform Provider.