hpegl 0.4.18 published on Friday, Apr 18, 2025 by hpe
hpegl.getCaasClusterBlueprint
Explore with Pulumi AI
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 dictionaryThe following arguments are supported:
getCaasClusterBlueprint Result
The following output properties are available:
- ClusterProvider string
- CreatedDate string
- DefaultStorage stringClass 
- Id string
- The ID of this resource.
- KubernetesVersion string
- LastUpdate stringDate 
- MachineSets List<GetCaas Cluster Blueprint Machine Set> 
- Name string
- SiteId string
- ClusterProvider string
- CreatedDate string
- DefaultStorage stringClass 
- Id string
- The ID of this resource.
- KubernetesVersion string
- LastUpdate stringDate 
- MachineSets []GetCaas Cluster Blueprint Machine Set 
- Name string
- SiteId string
- clusterProvider String
- createdDate String
- defaultStorage StringClass 
- id String
- The ID of this resource.
- kubernetesVersion String
- lastUpdate StringDate 
- machineSets List<GetCaas Cluster Blueprint Machine Set> 
- name String
- siteId String
- clusterProvider string
- createdDate string
- defaultStorage stringClass 
- id string
- The ID of this resource.
- kubernetesVersion string
- lastUpdate stringDate 
- machineSets GetCaas Cluster Blueprint Machine Set[] 
- name string
- siteId string
- cluster_provider str
- created_date str
- default_storage_ strclass 
- id str
- The ID of this resource.
- kubernetes_version str
- last_update_ strdate 
- machine_sets Sequence[GetCaas Cluster Blueprint Machine Set] 
- name str
- site_id str
- clusterProvider String
- createdDate String
- defaultStorage StringClass 
- id String
- The ID of this resource.
- kubernetesVersion String
- lastUpdate StringDate 
- machineSets List<Property Map>
- name String
- siteId String
Supporting Types
GetCaasClusterBlueprintMachineSet     
- MachineBlueprint stringId 
- MaxSize double
- MinSize double
- Name string
- MachineBlueprint stringId 
- MaxSize float64
- MinSize float64
- Name string
- machineBlueprint StringId 
- maxSize Double
- minSize Double
- name String
- machineBlueprint stringId 
- maxSize number
- minSize number
- name string
- machine_blueprint_ strid 
- max_size float
- min_size float
- name str
- machineBlueprint StringId 
- maxSize Number
- minSize Number
- name String
Package Details
- Repository
- hpegl hpe/terraform-provider-hpegl
- License
- Notes
- This Pulumi package is based on the hpeglTerraform Provider.