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

hpegl.getCaasClusterBlueprint

Explore with Pulumi AI

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

    Cluster Blueprint data source allows reading cluster blueprint data based on blueprint name and space ID. Required inputs are name and space_id

    Using getCaasClusterBlueprint

    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 getCaasClusterBlueprint(args: GetCaasClusterBlueprintArgs, opts?: InvokeOptions): Promise<GetCaasClusterBlueprintResult>
    function getCaasClusterBlueprintOutput(args: GetCaasClusterBlueprintOutputArgs, opts?: InvokeOptions): Output<GetCaasClusterBlueprintResult>
    def get_caas_cluster_blueprint(id: Optional[str] = None,
                                   name: Optional[str] = None,
                                   site_id: Optional[str] = None,
                                   opts: Optional[InvokeOptions] = None) -> GetCaasClusterBlueprintResult
    def get_caas_cluster_blueprint_output(id: Optional[pulumi.Input[str]] = None,
                                   name: Optional[pulumi.Input[str]] = None,
                                   site_id: Optional[pulumi.Input[str]] = None,
                                   opts: Optional[InvokeOptions] = None) -> Output[GetCaasClusterBlueprintResult]
    func LookupCaasClusterBlueprint(ctx *Context, args *LookupCaasClusterBlueprintArgs, opts ...InvokeOption) (*LookupCaasClusterBlueprintResult, error)
    func LookupCaasClusterBlueprintOutput(ctx *Context, args *LookupCaasClusterBlueprintOutputArgs, opts ...InvokeOption) LookupCaasClusterBlueprintResultOutput

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

    public static class GetCaasClusterBlueprint 
    {
        public static Task<GetCaasClusterBlueprintResult> InvokeAsync(GetCaasClusterBlueprintArgs args, InvokeOptions? opts = null)
        public static Output<GetCaasClusterBlueprintResult> Invoke(GetCaasClusterBlueprintInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetCaasClusterBlueprintResult> getCaasClusterBlueprint(GetCaasClusterBlueprintArgs args, InvokeOptions options)
    public static Output<GetCaasClusterBlueprintResult> getCaasClusterBlueprint(GetCaasClusterBlueprintArgs args, InvokeOptions options)
    
    fn::invoke:
      function: hpegl:index/getCaasClusterBlueprint:getCaasClusterBlueprint
      arguments:
        # arguments dictionary

    The following arguments are supported:

    Name string
    SiteId string
    Id string
    The ID of this resource.
    Name string
    SiteId string
    Id string
    The ID of this resource.
    name String
    siteId String
    id String
    The ID of this resource.
    name string
    siteId string
    id string
    The ID of this resource.
    name str
    site_id str
    id str
    The ID of this resource.
    name String
    siteId String
    id String
    The ID of this resource.

    getCaasClusterBlueprint Result

    The following output properties are available:

    clusterProvider String
    createdDate String
    defaultStorageClass String
    id String
    The ID of this resource.
    kubernetesVersion String
    lastUpdateDate String
    machineSets List<Property Map>
    name String
    siteId String

    Supporting Types

    GetCaasClusterBlueprintMachineSet

    MachineBlueprintId string
    MaxSize double
    MinSize double
    Name string
    MachineBlueprintId string
    MaxSize float64
    MinSize float64
    Name string
    machineBlueprintId String
    maxSize Double
    minSize Double
    name String
    machineBlueprintId string
    maxSize number
    minSize number
    name string
    machineBlueprintId String
    maxSize Number
    minSize Number
    name 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