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 dictionaryThe following arguments are supported:
getCaasSite Result
The following output properties are available:
- CreatedDate string
- Id string
- The ID of this resource.
- LastUpdate stringDate 
- Name string
- SpaceId string
- CreatedDate string
- Id string
- The ID of this resource.
- LastUpdate stringDate 
- Name string
- SpaceId string
- createdDate String
- id String
- The ID of this resource.
- lastUpdate StringDate 
- name String
- spaceId String
- createdDate string
- id string
- The ID of this resource.
- lastUpdate stringDate 
- name string
- spaceId string
- created_date str
- id str
- The ID of this resource.
- last_update_ strdate 
- name str
- space_id str
- createdDate String
- id String
- The ID of this resource.
- lastUpdate StringDate 
- name String
- spaceId String
Package Details
- Repository
- hpegl hpe/terraform-provider-hpegl
- License
- Notes
- This Pulumi package is based on the hpeglTerraform Provider.