1. Packages
  2. Hpegl Provider
  3. API Docs
  4. getCaasSite
hpegl 0.4.18 published on Friday, Apr 18, 2025 by hpe

hpegl.getCaasSite

Explore with Pulumi AI

hpegl logo
hpegl 0.4.18 published on Friday, Apr 18, 2025 by hpe

    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:

    Name string
    SpaceId string
    Name string
    SpaceId string
    name String
    spaceId String
    name string
    spaceId string
    name str
    space_id str
    name String
    spaceId String

    getCaasSite Result

    The following output properties are available:

    CreatedDate string
    Id string
    The ID of this resource.
    LastUpdateDate string
    Name string
    SpaceId string
    CreatedDate string
    Id string
    The ID of this resource.
    LastUpdateDate string
    Name string
    SpaceId string
    createdDate String
    id String
    The ID of this resource.
    lastUpdateDate String
    name String
    spaceId String
    createdDate string
    id string
    The ID of this resource.
    lastUpdateDate string
    name string
    spaceId string
    created_date str
    id str
    The ID of this resource.
    last_update_date str
    name str
    space_id str
    createdDate String
    id String
    The ID of this resource.
    lastUpdateDate String
    name String
    spaceId String

    Package Details

    Repository
    hpegl hpe/terraform-provider-hpegl
    License
    Notes
    This Pulumi package is based on the hpegl Terraform Provider.
    hpegl logo
    hpegl 0.4.18 published on Friday, Apr 18, 2025 by hpe