1. Packages
  2. Volcengine
  3. API Docs
  4. escloud_v2
  5. getEscloudNodeAvailableSpecs
Volcengine v0.0.34 published on Wednesday, Jul 2, 2025 by Volcengine

volcengine.escloud_v2.getEscloudNodeAvailableSpecs

Explore with Pulumi AI

volcengine logo
Volcengine v0.0.34 published on Wednesday, Jul 2, 2025 by Volcengine

    Use this data source to query detailed information of escloud node available specs

    Example Usage

    import * as pulumi from "@pulumi/pulumi";
    import * as volcengine from "@pulumi/volcengine";
    
    const foo = volcengine.escloud_v2.getEscloudNodeAvailableSpecs({});
    
    import pulumi
    import pulumi_volcengine as volcengine
    
    foo = volcengine.escloud_v2.get_escloud_node_available_specs()
    
    package main
    
    import (
    	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
    	"github.com/volcengine/pulumi-volcengine/sdk/go/volcengine/escloud_v2"
    )
    
    func main() {
    	pulumi.Run(func(ctx *pulumi.Context) error {
    		_, err := escloud_v2.GetEscloudNodeAvailableSpecs(ctx, nil, nil)
    		if err != nil {
    			return err
    		}
    		return nil
    	})
    }
    
    using System.Collections.Generic;
    using System.Linq;
    using Pulumi;
    using Volcengine = Pulumi.Volcengine;
    
    return await Deployment.RunAsync(() => 
    {
        var foo = Volcengine.Escloud_v2.GetEscloudNodeAvailableSpecs.Invoke();
    
    });
    
    package generated_program;
    
    import com.pulumi.Context;
    import com.pulumi.Pulumi;
    import com.pulumi.core.Output;
    import com.pulumi.volcengine.escloud_v2.Escloud_v2Functions;
    import com.pulumi.volcengine.escloud_v2.inputs.GetEscloudNodeAvailableSpecsArgs;
    import java.util.List;
    import java.util.ArrayList;
    import java.util.Map;
    import java.io.File;
    import java.nio.file.Files;
    import java.nio.file.Paths;
    
    public class App {
        public static void main(String[] args) {
            Pulumi.run(App::stack);
        }
    
        public static void stack(Context ctx) {
            final var foo = Escloud_v2Functions.getEscloudNodeAvailableSpecs();
    
        }
    }
    
    variables:
      foo:
        fn::invoke:
          Function: volcengine:escloud_v2:getEscloudNodeAvailableSpecs
          Arguments: {}
    

    Using getEscloudNodeAvailableSpecs

    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 getEscloudNodeAvailableSpecs(args: GetEscloudNodeAvailableSpecsArgs, opts?: InvokeOptions): Promise<GetEscloudNodeAvailableSpecsResult>
    function getEscloudNodeAvailableSpecsOutput(args: GetEscloudNodeAvailableSpecsOutputArgs, opts?: InvokeOptions): Output<GetEscloudNodeAvailableSpecsResult>
    def get_escloud_node_available_specs(instance_id: Optional[str] = None,
                                         output_file: Optional[str] = None,
                                         opts: Optional[InvokeOptions] = None) -> GetEscloudNodeAvailableSpecsResult
    def get_escloud_node_available_specs_output(instance_id: Optional[pulumi.Input[str]] = None,
                                         output_file: Optional[pulumi.Input[str]] = None,
                                         opts: Optional[InvokeOptions] = None) -> Output[GetEscloudNodeAvailableSpecsResult]
    func GetEscloudNodeAvailableSpecs(ctx *Context, args *GetEscloudNodeAvailableSpecsArgs, opts ...InvokeOption) (*GetEscloudNodeAvailableSpecsResult, error)
    func GetEscloudNodeAvailableSpecsOutput(ctx *Context, args *GetEscloudNodeAvailableSpecsOutputArgs, opts ...InvokeOption) GetEscloudNodeAvailableSpecsResultOutput

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

    public static class GetEscloudNodeAvailableSpecs 
    {
        public static Task<GetEscloudNodeAvailableSpecsResult> InvokeAsync(GetEscloudNodeAvailableSpecsArgs args, InvokeOptions? opts = null)
        public static Output<GetEscloudNodeAvailableSpecsResult> Invoke(GetEscloudNodeAvailableSpecsInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetEscloudNodeAvailableSpecsResult> getEscloudNodeAvailableSpecs(GetEscloudNodeAvailableSpecsArgs args, InvokeOptions options)
    public static Output<GetEscloudNodeAvailableSpecsResult> getEscloudNodeAvailableSpecs(GetEscloudNodeAvailableSpecsArgs args, InvokeOptions options)
    
    fn::invoke:
      function: volcengine:escloud_v2/getEscloudNodeAvailableSpecs:getEscloudNodeAvailableSpecs
      arguments:
        # arguments dictionary

    The following arguments are supported:

    InstanceId string
    The id of the instance.
    OutputFile string
    File name where to save data source results.
    InstanceId string
    The id of the instance.
    OutputFile string
    File name where to save data source results.
    instanceId String
    The id of the instance.
    outputFile String
    File name where to save data source results.
    instanceId string
    The id of the instance.
    outputFile string
    File name where to save data source results.
    instance_id str
    The id of the instance.
    output_file str
    File name where to save data source results.
    instanceId String
    The id of the instance.
    outputFile String
    File name where to save data source results.

    getEscloudNodeAvailableSpecs Result

    The following output properties are available:

    Id string
    The provider-assigned unique ID for this managed resource.
    NodeSpecs List<GetEscloudNodeAvailableSpecsNodeSpec>
    The collection of query.
    TotalCount int
    The total count of query.
    InstanceId string
    OutputFile string
    Id string
    The provider-assigned unique ID for this managed resource.
    NodeSpecs []GetEscloudNodeAvailableSpecsNodeSpec
    The collection of query.
    TotalCount int
    The total count of query.
    InstanceId string
    OutputFile string
    id String
    The provider-assigned unique ID for this managed resource.
    nodeSpecs List<GetEscloudNodeAvailableSpecsNodeSpec>
    The collection of query.
    totalCount Integer
    The total count of query.
    instanceId String
    outputFile String
    id string
    The provider-assigned unique ID for this managed resource.
    nodeSpecs GetEscloudNodeAvailableSpecsNodeSpec[]
    The collection of query.
    totalCount number
    The total count of query.
    instanceId string
    outputFile string
    id str
    The provider-assigned unique ID for this managed resource.
    node_specs Sequence[GetEscloudNodeAvailableSpecsNodeSpec]
    The collection of query.
    total_count int
    The total count of query.
    instance_id str
    output_file str
    id String
    The provider-assigned unique ID for this managed resource.
    nodeSpecs List<Property Map>
    The collection of query.
    totalCount Number
    The total count of query.
    instanceId String
    outputFile String

    Supporting Types

    GetEscloudNodeAvailableSpecsNodeSpec

    azAvailableSpecsSoldOut Map<String>
    The available specs sold out.
    configurationCode String
    The configuration code.
    networkSpecs List<Property Map>
    The network specs.
    nodeAvailableSpecs List<Property Map>
    The node available specs.
    resourceSpecs List<Property Map>
    The resource specs.
    storageSpecs List<Property Map>
    The storage specs.

    GetEscloudNodeAvailableSpecsNodeSpecNetworkSpec

    NetworkRole string
    The network role.
    SpecName string
    The spec name.
    NetworkRole string
    The network role.
    SpecName string
    The spec name.
    networkRole String
    The network role.
    specName String
    The spec name.
    networkRole string
    The network role.
    specName string
    The spec name.
    network_role str
    The network role.
    spec_name str
    The spec name.
    networkRole String
    The network role.
    specName String
    The spec name.

    GetEscloudNodeAvailableSpecsNodeSpecNodeAvailableSpec

    ResourceSpecNames List<string>
    The resource spec names of node.
    StorageSpecNames List<string>
    The storage spec names of node.
    Type string
    The type of node.
    ResourceSpecNames []string
    The resource spec names of node.
    StorageSpecNames []string
    The storage spec names of node.
    Type string
    The type of node.
    resourceSpecNames List<String>
    The resource spec names of node.
    storageSpecNames List<String>
    The storage spec names of node.
    type String
    The type of node.
    resourceSpecNames string[]
    The resource spec names of node.
    storageSpecNames string[]
    The storage spec names of node.
    type string
    The type of node.
    resource_spec_names Sequence[str]
    The resource spec names of node.
    storage_spec_names Sequence[str]
    The storage spec names of node.
    type str
    The type of node.
    resourceSpecNames List<String>
    The resource spec names of node.
    storageSpecNames List<String>
    The storage spec names of node.
    type String
    The type of node.

    GetEscloudNodeAvailableSpecsNodeSpecResourceSpec

    Cpu int
    The cpu of resource spec. Unit: Core.
    Description string
    The description of storage spec.
    DisplayName string
    The display name of storage spec.
    Memory int
    The memory of resource spec. Unit: GiB.
    Name string
    The name of storage spec.
    Cpu int
    The cpu of resource spec. Unit: Core.
    Description string
    The description of storage spec.
    DisplayName string
    The display name of storage spec.
    Memory int
    The memory of resource spec. Unit: GiB.
    Name string
    The name of storage spec.
    cpu Integer
    The cpu of resource spec. Unit: Core.
    description String
    The description of storage spec.
    displayName String
    The display name of storage spec.
    memory Integer
    The memory of resource spec. Unit: GiB.
    name String
    The name of storage spec.
    cpu number
    The cpu of resource spec. Unit: Core.
    description string
    The description of storage spec.
    displayName string
    The display name of storage spec.
    memory number
    The memory of resource spec. Unit: GiB.
    name string
    The name of storage spec.
    cpu int
    The cpu of resource spec. Unit: Core.
    description str
    The description of storage spec.
    display_name str
    The display name of storage spec.
    memory int
    The memory of resource spec. Unit: GiB.
    name str
    The name of storage spec.
    cpu Number
    The cpu of resource spec. Unit: Core.
    description String
    The description of storage spec.
    displayName String
    The display name of storage spec.
    memory Number
    The memory of resource spec. Unit: GiB.
    name String
    The name of storage spec.

    GetEscloudNodeAvailableSpecsNodeSpecStorageSpec

    Description string
    The description of storage spec.
    DisplayName string
    The display name of storage spec.
    MaxSize int
    The max size of storage spec. Unit: GiB.
    MinSize int
    The min size of storage spec. Unit: GiB.
    Name string
    The name of storage spec.
    Size int
    The size of storage spec.
    Description string
    The description of storage spec.
    DisplayName string
    The display name of storage spec.
    MaxSize int
    The max size of storage spec. Unit: GiB.
    MinSize int
    The min size of storage spec. Unit: GiB.
    Name string
    The name of storage spec.
    Size int
    The size of storage spec.
    description String
    The description of storage spec.
    displayName String
    The display name of storage spec.
    maxSize Integer
    The max size of storage spec. Unit: GiB.
    minSize Integer
    The min size of storage spec. Unit: GiB.
    name String
    The name of storage spec.
    size Integer
    The size of storage spec.
    description string
    The description of storage spec.
    displayName string
    The display name of storage spec.
    maxSize number
    The max size of storage spec. Unit: GiB.
    minSize number
    The min size of storage spec. Unit: GiB.
    name string
    The name of storage spec.
    size number
    The size of storage spec.
    description str
    The description of storage spec.
    display_name str
    The display name of storage spec.
    max_size int
    The max size of storage spec. Unit: GiB.
    min_size int
    The min size of storage spec. Unit: GiB.
    name str
    The name of storage spec.
    size int
    The size of storage spec.
    description String
    The description of storage spec.
    displayName String
    The display name of storage spec.
    maxSize Number
    The max size of storage spec. Unit: GiB.
    minSize Number
    The min size of storage spec. Unit: GiB.
    name String
    The name of storage spec.
    size Number
    The size of storage spec.

    Package Details

    Repository
    volcengine volcengine/pulumi-volcengine
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the volcengine Terraform Provider.
    volcengine logo
    Volcengine v0.0.34 published on Wednesday, Jul 2, 2025 by Volcengine