1. Packages
  2. Hcloud Provider
  3. API Docs
  4. getServerTypes
Hetzner Cloud v1.22.0 published on Wednesday, Feb 26, 2025 by Pulumi

hcloud.getServerTypes

Explore with Pulumi AI

hcloud logo
Hetzner Cloud v1.22.0 published on Wednesday, Feb 26, 2025 by Pulumi

    Provides a list of available Hetzner Cloud Server Types.

    Example Usage

    import * as pulumi from "@pulumi/pulumi";
    import * as hcloud from "@pulumi/hcloud";
    
    const all = hcloud.getServerTypes({});
    
    import pulumi
    import pulumi_hcloud as hcloud
    
    all = hcloud.get_server_types()
    
    package main
    
    import (
    	"github.com/pulumi/pulumi-hcloud/sdk/go/hcloud"
    	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
    )
    
    func main() {
    	pulumi.Run(func(ctx *pulumi.Context) error {
    		_, err := hcloud.GetServerTypes(ctx, map[string]interface{}{}, nil)
    		if err != nil {
    			return err
    		}
    		return nil
    	})
    }
    
    using System.Collections.Generic;
    using System.Linq;
    using Pulumi;
    using HCloud = Pulumi.HCloud;
    
    return await Deployment.RunAsync(() => 
    {
        var all = HCloud.GetServerTypes.Invoke();
    
    });
    
    package generated_program;
    
    import com.pulumi.Context;
    import com.pulumi.Pulumi;
    import com.pulumi.core.Output;
    import com.pulumi.hcloud.HcloudFunctions;
    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 all = HcloudFunctions.getServerTypes();
    
        }
    }
    
    variables:
      all:
        fn::invoke:
          function: hcloud:getServerTypes
          arguments: {}
    

    Using getServerTypes

    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 getServerTypes(opts?: InvokeOptions): Promise<GetServerTypesResult>
    function getServerTypesOutput(opts?: InvokeOptions): Output<GetServerTypesResult>
    def get_server_types(opts: Optional[InvokeOptions] = None) -> GetServerTypesResult
    def get_server_types_output(opts: Optional[InvokeOptions] = None) -> Output[GetServerTypesResult]
    func GetServerTypes(ctx *Context, opts ...InvokeOption) (*GetServerTypesResult, error)
    func GetServerTypesOutput(ctx *Context, opts ...InvokeOption) GetServerTypesResultOutput

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

    public static class GetServerTypes 
    {
        public static Task<GetServerTypesResult> InvokeAsync(InvokeOptions? opts = null)
        public static Output<GetServerTypesResult> Invoke(InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetServerTypesResult> getServerTypes(InvokeOptions options)
    public static Output<GetServerTypesResult> getServerTypes(InvokeOptions options)
    
    fn::invoke:
      function: hcloud:index/getServerTypes:getServerTypes
      arguments:
        # arguments dictionary

    getServerTypes Result

    The following output properties are available:

    Descriptions List<string>

    Deprecated: Use server_types list instead

    Id string
    The ID of this resource.
    Names List<string>

    Deprecated: Use server_types list instead

    ServerTypeIds List<string>

    Deprecated: Use server_types list instead

    ServerTypes List<Pulumi.HCloud.Outputs.GetServerTypesServerType>
    Descriptions []string

    Deprecated: Use server_types list instead

    Id string
    The ID of this resource.
    Names []string

    Deprecated: Use server_types list instead

    ServerTypeIds []string

    Deprecated: Use server_types list instead

    ServerTypes []GetServerTypesServerType
    descriptions List<String>

    Deprecated: Use server_types list instead

    id String
    The ID of this resource.
    names List<String>

    Deprecated: Use server_types list instead

    serverTypeIds List<String>

    Deprecated: Use server_types list instead

    serverTypes List<GetServerTypesServerType>
    descriptions string[]

    Deprecated: Use server_types list instead

    id string
    The ID of this resource.
    names string[]

    Deprecated: Use server_types list instead

    serverTypeIds string[]

    Deprecated: Use server_types list instead

    serverTypes GetServerTypesServerType[]
    descriptions Sequence[str]

    Deprecated: Use server_types list instead

    id str
    The ID of this resource.
    names Sequence[str]

    Deprecated: Use server_types list instead

    server_type_ids Sequence[str]

    Deprecated: Use server_types list instead

    server_types Sequence[GetServerTypesServerType]
    descriptions List<String>

    Deprecated: Use server_types list instead

    id String
    The ID of this resource.
    names List<String>

    Deprecated: Use server_types list instead

    serverTypeIds List<String>

    Deprecated: Use server_types list instead

    serverTypes List<Property Map>

    Supporting Types

    GetServerTypesServerType

    Architecture string
    Architecture of the cpu for a Server of this type.
    Cores double
    Number of cpu cores for a Server of this type.
    CpuType string
    Type of cpu for a Server of this type.
    DeprecationAnnounced string
    Date of the Server Type deprecation announcement.
    Description string
    Description of the Server Type.
    Disk double
    Disk size in GB for a Server of this type.
    Id int
    ID of the Server Type.
    IncludedTraffic int

    Deprecated: The field is deprecated and will always report 0 after 2024-08-05.

    IsDeprecated bool
    Whether the Server Type is deprecated.
    Memory double
    Memory in GB for a Server of this type.
    Name string
    Name of the Server Type.
    StorageType string
    Type of boot drive for a Server of this type.
    UnavailableAfter string
    Date of the Server Type removal. After this date, the Server Type cannot be used anymore.
    Architecture string
    Architecture of the cpu for a Server of this type.
    Cores float64
    Number of cpu cores for a Server of this type.
    CpuType string
    Type of cpu for a Server of this type.
    DeprecationAnnounced string
    Date of the Server Type deprecation announcement.
    Description string
    Description of the Server Type.
    Disk float64
    Disk size in GB for a Server of this type.
    Id int
    ID of the Server Type.
    IncludedTraffic int

    Deprecated: The field is deprecated and will always report 0 after 2024-08-05.

    IsDeprecated bool
    Whether the Server Type is deprecated.
    Memory float64
    Memory in GB for a Server of this type.
    Name string
    Name of the Server Type.
    StorageType string
    Type of boot drive for a Server of this type.
    UnavailableAfter string
    Date of the Server Type removal. After this date, the Server Type cannot be used anymore.
    architecture String
    Architecture of the cpu for a Server of this type.
    cores Double
    Number of cpu cores for a Server of this type.
    cpuType String
    Type of cpu for a Server of this type.
    deprecationAnnounced String
    Date of the Server Type deprecation announcement.
    description String
    Description of the Server Type.
    disk Double
    Disk size in GB for a Server of this type.
    id Integer
    ID of the Server Type.
    includedTraffic Integer

    Deprecated: The field is deprecated and will always report 0 after 2024-08-05.

    isDeprecated Boolean
    Whether the Server Type is deprecated.
    memory Double
    Memory in GB for a Server of this type.
    name String
    Name of the Server Type.
    storageType String
    Type of boot drive for a Server of this type.
    unavailableAfter String
    Date of the Server Type removal. After this date, the Server Type cannot be used anymore.
    architecture string
    Architecture of the cpu for a Server of this type.
    cores number
    Number of cpu cores for a Server of this type.
    cpuType string
    Type of cpu for a Server of this type.
    deprecationAnnounced string
    Date of the Server Type deprecation announcement.
    description string
    Description of the Server Type.
    disk number
    Disk size in GB for a Server of this type.
    id number
    ID of the Server Type.
    includedTraffic number

    Deprecated: The field is deprecated and will always report 0 after 2024-08-05.

    isDeprecated boolean
    Whether the Server Type is deprecated.
    memory number
    Memory in GB for a Server of this type.
    name string
    Name of the Server Type.
    storageType string
    Type of boot drive for a Server of this type.
    unavailableAfter string
    Date of the Server Type removal. After this date, the Server Type cannot be used anymore.
    architecture str
    Architecture of the cpu for a Server of this type.
    cores float
    Number of cpu cores for a Server of this type.
    cpu_type str
    Type of cpu for a Server of this type.
    deprecation_announced str
    Date of the Server Type deprecation announcement.
    description str
    Description of the Server Type.
    disk float
    Disk size in GB for a Server of this type.
    id int
    ID of the Server Type.
    included_traffic int

    Deprecated: The field is deprecated and will always report 0 after 2024-08-05.

    is_deprecated bool
    Whether the Server Type is deprecated.
    memory float
    Memory in GB for a Server of this type.
    name str
    Name of the Server Type.
    storage_type str
    Type of boot drive for a Server of this type.
    unavailable_after str
    Date of the Server Type removal. After this date, the Server Type cannot be used anymore.
    architecture String
    Architecture of the cpu for a Server of this type.
    cores Number
    Number of cpu cores for a Server of this type.
    cpuType String
    Type of cpu for a Server of this type.
    deprecationAnnounced String
    Date of the Server Type deprecation announcement.
    description String
    Description of the Server Type.
    disk Number
    Disk size in GB for a Server of this type.
    id Number
    ID of the Server Type.
    includedTraffic Number

    Deprecated: The field is deprecated and will always report 0 after 2024-08-05.

    isDeprecated Boolean
    Whether the Server Type is deprecated.
    memory Number
    Memory in GB for a Server of this type.
    name String
    Name of the Server Type.
    storageType String
    Type of boot drive for a Server of this type.
    unavailableAfter String
    Date of the Server Type removal. After this date, the Server Type cannot be used anymore.

    Package Details

    Repository
    Hetzner Cloud pulumi/pulumi-hcloud
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the hcloud Terraform Provider.
    hcloud logo
    Hetzner Cloud v1.22.0 published on Wednesday, Feb 26, 2025 by Pulumi