1. Packages
  2. Gcore Provider
  3. API Docs
  4. getCloudGpuVirtualClusters
Viewing docs for gcore 2.0.0-alpha.2
published on Tuesday, Mar 24, 2026 by g-core
gcore logo
Viewing docs for gcore 2.0.0-alpha.2
published on Tuesday, Mar 24, 2026 by g-core

    GPU virtual clusters provide managed virtual GPU servers with auto-scaling for parallel computation workloads.

    Example Usage

    import * as pulumi from "@pulumi/pulumi";
    import * as gcore from "@pulumi/gcore";
    
    const exampleCloudGpuVirtualClusters = gcore.getCloudGpuVirtualClusters({
        projectId: 1,
        regionId: 7,
    });
    
    import pulumi
    import pulumi_gcore as gcore
    
    example_cloud_gpu_virtual_clusters = gcore.get_cloud_gpu_virtual_clusters(project_id=1,
        region_id=7)
    
    package main
    
    import (
    	"github.com/pulumi/pulumi-terraform-provider/sdks/go/gcore/v2/gcore"
    	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
    )
    
    func main() {
    	pulumi.Run(func(ctx *pulumi.Context) error {
    		_, err := gcore.GetCloudGpuVirtualClusters(ctx, &gcore.GetCloudGpuVirtualClustersArgs{
    			ProjectId: pulumi.Float64Ref(1),
    			RegionId:  pulumi.Float64Ref(7),
    		}, nil)
    		if err != nil {
    			return err
    		}
    		return nil
    	})
    }
    
    using System.Collections.Generic;
    using System.Linq;
    using Pulumi;
    using Gcore = Pulumi.Gcore;
    
    return await Deployment.RunAsync(() => 
    {
        var exampleCloudGpuVirtualClusters = Gcore.GetCloudGpuVirtualClusters.Invoke(new()
        {
            ProjectId = 1,
            RegionId = 7,
        });
    
    });
    
    package generated_program;
    
    import com.pulumi.Context;
    import com.pulumi.Pulumi;
    import com.pulumi.core.Output;
    import com.pulumi.gcore.GcoreFunctions;
    import com.pulumi.gcore.inputs.GetCloudGpuVirtualClustersArgs;
    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 exampleCloudGpuVirtualClusters = GcoreFunctions.getCloudGpuVirtualClusters(GetCloudGpuVirtualClustersArgs.builder()
                .projectId(1)
                .regionId(7)
                .build());
    
        }
    }
    
    variables:
      exampleCloudGpuVirtualClusters:
        fn::invoke:
          function: gcore:getCloudGpuVirtualClusters
          arguments:
            projectId: 1
            regionId: 7
    

    Using getCloudGpuVirtualClusters

    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 getCloudGpuVirtualClusters(args: GetCloudGpuVirtualClustersArgs, opts?: InvokeOptions): Promise<GetCloudGpuVirtualClustersResult>
    function getCloudGpuVirtualClustersOutput(args: GetCloudGpuVirtualClustersOutputArgs, opts?: InvokeOptions): Output<GetCloudGpuVirtualClustersResult>
    def get_cloud_gpu_virtual_clusters(max_items: Optional[float] = None,
                                       project_id: Optional[float] = None,
                                       region_id: Optional[float] = None,
                                       opts: Optional[InvokeOptions] = None) -> GetCloudGpuVirtualClustersResult
    def get_cloud_gpu_virtual_clusters_output(max_items: Optional[pulumi.Input[float]] = None,
                                       project_id: Optional[pulumi.Input[float]] = None,
                                       region_id: Optional[pulumi.Input[float]] = None,
                                       opts: Optional[InvokeOptions] = None) -> Output[GetCloudGpuVirtualClustersResult]
    func GetCloudGpuVirtualClusters(ctx *Context, args *GetCloudGpuVirtualClustersArgs, opts ...InvokeOption) (*GetCloudGpuVirtualClustersResult, error)
    func GetCloudGpuVirtualClustersOutput(ctx *Context, args *GetCloudGpuVirtualClustersOutputArgs, opts ...InvokeOption) GetCloudGpuVirtualClustersResultOutput

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

    public static class GetCloudGpuVirtualClusters 
    {
        public static Task<GetCloudGpuVirtualClustersResult> InvokeAsync(GetCloudGpuVirtualClustersArgs args, InvokeOptions? opts = null)
        public static Output<GetCloudGpuVirtualClustersResult> Invoke(GetCloudGpuVirtualClustersInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetCloudGpuVirtualClustersResult> getCloudGpuVirtualClusters(GetCloudGpuVirtualClustersArgs args, InvokeOptions options)
    public static Output<GetCloudGpuVirtualClustersResult> getCloudGpuVirtualClusters(GetCloudGpuVirtualClustersArgs args, InvokeOptions options)
    
    fn::invoke:
      function: gcore:index/getCloudGpuVirtualClusters:getCloudGpuVirtualClusters
      arguments:
        # arguments dictionary

    The following arguments are supported:

    MaxItems double
    Max items to fetch, default: 1000
    ProjectId double
    Project ID
    RegionId double
    Region ID
    MaxItems float64
    Max items to fetch, default: 1000
    ProjectId float64
    Project ID
    RegionId float64
    Region ID
    maxItems Double
    Max items to fetch, default: 1000
    projectId Double
    Project ID
    regionId Double
    Region ID
    maxItems number
    Max items to fetch, default: 1000
    projectId number
    Project ID
    regionId number
    Region ID
    max_items float
    Max items to fetch, default: 1000
    project_id float
    Project ID
    region_id float
    Region ID
    maxItems Number
    Max items to fetch, default: 1000
    projectId Number
    Project ID
    regionId Number
    Region ID

    getCloudGpuVirtualClusters Result

    The following output properties are available:

    Id string
    The provider-assigned unique ID for this managed resource.
    Items List<GetCloudGpuVirtualClustersItem>
    The items returned by the data source
    MaxItems double
    Max items to fetch, default: 1000
    ProjectId double
    Project ID
    RegionId double
    Region ID
    Id string
    The provider-assigned unique ID for this managed resource.
    Items []GetCloudGpuVirtualClustersItem
    The items returned by the data source
    MaxItems float64
    Max items to fetch, default: 1000
    ProjectId float64
    Project ID
    RegionId float64
    Region ID
    id String
    The provider-assigned unique ID for this managed resource.
    items List<GetCloudGpuVirtualClustersItem>
    The items returned by the data source
    maxItems Double
    Max items to fetch, default: 1000
    projectId Double
    Project ID
    regionId Double
    Region ID
    id string
    The provider-assigned unique ID for this managed resource.
    items GetCloudGpuVirtualClustersItem[]
    The items returned by the data source
    maxItems number
    Max items to fetch, default: 1000
    projectId number
    Project ID
    regionId number
    Region ID
    id str
    The provider-assigned unique ID for this managed resource.
    items Sequence[GetCloudGpuVirtualClustersItem]
    The items returned by the data source
    max_items float
    Max items to fetch, default: 1000
    project_id float
    Project ID
    region_id float
    Region ID
    id String
    The provider-assigned unique ID for this managed resource.
    items List<Property Map>
    The items returned by the data source
    maxItems Number
    Max items to fetch, default: 1000
    projectId Number
    Project ID
    regionId Number
    Region ID

    Supporting Types

    GetCloudGpuVirtualClustersItem

    CreatedAt string
    Cluster creation date time
    Flavor string
    Cluster flavor name
    Id string
    Cluster unique identifier
    Name string
    Cluster name
    ServersCount double
    Cluster servers count
    ServersIds List<string>
    List of cluster nodes
    ServersSettings GetCloudGpuVirtualClustersItemServersSettings
    Status string
    Cluster status Available values: "active", "creating", "degraded", "deleting", "error", "rebooting", "rebuilding", "resizing", "shutoff".
    Tags List<GetCloudGpuVirtualClustersItemTag>
    List of key-value tags associated with the resource. A tag is a key-value pair that can be associated with a resource, enabling efficient filtering and grouping for better organization and management. Some tags are read-only and cannot be modified by the user. Tags are also integrated with cost reports, allowing cost data to be filtered based on tag keys or values.
    UpdatedAt string
    Cluster update date time
    CreatedAt string
    Cluster creation date time
    Flavor string
    Cluster flavor name
    Id string
    Cluster unique identifier
    Name string
    Cluster name
    ServersCount float64
    Cluster servers count
    ServersIds []string
    List of cluster nodes
    ServersSettings GetCloudGpuVirtualClustersItemServersSettings
    Status string
    Cluster status Available values: "active", "creating", "degraded", "deleting", "error", "rebooting", "rebuilding", "resizing", "shutoff".
    Tags []GetCloudGpuVirtualClustersItemTag
    List of key-value tags associated with the resource. A tag is a key-value pair that can be associated with a resource, enabling efficient filtering and grouping for better organization and management. Some tags are read-only and cannot be modified by the user. Tags are also integrated with cost reports, allowing cost data to be filtered based on tag keys or values.
    UpdatedAt string
    Cluster update date time
    createdAt String
    Cluster creation date time
    flavor String
    Cluster flavor name
    id String
    Cluster unique identifier
    name String
    Cluster name
    serversCount Double
    Cluster servers count
    serversIds List<String>
    List of cluster nodes
    serversSettings GetCloudGpuVirtualClustersItemServersSettings
    status String
    Cluster status Available values: "active", "creating", "degraded", "deleting", "error", "rebooting", "rebuilding", "resizing", "shutoff".
    tags List<GetCloudGpuVirtualClustersItemTag>
    List of key-value tags associated with the resource. A tag is a key-value pair that can be associated with a resource, enabling efficient filtering and grouping for better organization and management. Some tags are read-only and cannot be modified by the user. Tags are also integrated with cost reports, allowing cost data to be filtered based on tag keys or values.
    updatedAt String
    Cluster update date time
    createdAt string
    Cluster creation date time
    flavor string
    Cluster flavor name
    id string
    Cluster unique identifier
    name string
    Cluster name
    serversCount number
    Cluster servers count
    serversIds string[]
    List of cluster nodes
    serversSettings GetCloudGpuVirtualClustersItemServersSettings
    status string
    Cluster status Available values: "active", "creating", "degraded", "deleting", "error", "rebooting", "rebuilding", "resizing", "shutoff".
    tags GetCloudGpuVirtualClustersItemTag[]
    List of key-value tags associated with the resource. A tag is a key-value pair that can be associated with a resource, enabling efficient filtering and grouping for better organization and management. Some tags are read-only and cannot be modified by the user. Tags are also integrated with cost reports, allowing cost data to be filtered based on tag keys or values.
    updatedAt string
    Cluster update date time
    created_at str
    Cluster creation date time
    flavor str
    Cluster flavor name
    id str
    Cluster unique identifier
    name str
    Cluster name
    servers_count float
    Cluster servers count
    servers_ids Sequence[str]
    List of cluster nodes
    servers_settings GetCloudGpuVirtualClustersItemServersSettings
    status str
    Cluster status Available values: "active", "creating", "degraded", "deleting", "error", "rebooting", "rebuilding", "resizing", "shutoff".
    tags Sequence[GetCloudGpuVirtualClustersItemTag]
    List of key-value tags associated with the resource. A tag is a key-value pair that can be associated with a resource, enabling efficient filtering and grouping for better organization and management. Some tags are read-only and cannot be modified by the user. Tags are also integrated with cost reports, allowing cost data to be filtered based on tag keys or values.
    updated_at str
    Cluster update date time
    createdAt String
    Cluster creation date time
    flavor String
    Cluster flavor name
    id String
    Cluster unique identifier
    name String
    Cluster name
    serversCount Number
    Cluster servers count
    serversIds List<String>
    List of cluster nodes
    serversSettings Property Map
    status String
    Cluster status Available values: "active", "creating", "degraded", "deleting", "error", "rebooting", "rebuilding", "resizing", "shutoff".
    tags List<Property Map>
    List of key-value tags associated with the resource. A tag is a key-value pair that can be associated with a resource, enabling efficient filtering and grouping for better organization and management. Some tags are read-only and cannot be modified by the user. Tags are also integrated with cost reports, allowing cost data to be filtered based on tag keys or values.
    updatedAt String
    Cluster update date time

    GetCloudGpuVirtualClustersItemServersSettings

    fileShares List<Property Map>
    List of file shares mounted across the cluster.
    interfaces List<Property Map>
    securityGroups List<Property Map>
    Security groups
    sshKeyName String
    SSH key name
    userData String
    Optional custom user data
    volumes List<Property Map>
    List of volumes

    GetCloudGpuVirtualClustersItemServersSettingsFileShare

    Id string
    Unique identifier of the file share in UUID format.
    MountPath string
    Absolute mount path inside the system where the file share will be mounted.
    Id string
    Unique identifier of the file share in UUID format.
    MountPath string
    Absolute mount path inside the system where the file share will be mounted.
    id String
    Unique identifier of the file share in UUID format.
    mountPath String
    Absolute mount path inside the system where the file share will be mounted.
    id string
    Unique identifier of the file share in UUID format.
    mountPath string
    Absolute mount path inside the system where the file share will be mounted.
    id str
    Unique identifier of the file share in UUID format.
    mount_path str
    Absolute mount path inside the system where the file share will be mounted.
    id String
    Unique identifier of the file share in UUID format.
    mountPath String
    Absolute mount path inside the system where the file share will be mounted.

    GetCloudGpuVirtualClustersItemServersSettingsInterface

    FloatingIp GetCloudGpuVirtualClustersItemServersSettingsInterfaceFloatingIp
    Floating IP config for this subnet attachment
    IpAddress string
    Fixed IP address
    IpFamily string
    Which subnets should be selected: IPv4, IPv6, or use dual stack. Available values: "dual", "ipv4", "ipv6".
    Name string
    Interface name
    NetworkId string
    Network ID the subnet belongs to. Port will be plugged in this network
    SubnetId string
    Port is assigned an IP address from this subnet
    Type string
    Available values: "external", "subnet", <span pulumi-lang-nodejs=""anySubnet"" pulumi-lang-dotnet=""AnySubnet"" pulumi-lang-go=""anySubnet"" pulumi-lang-python=""any_subnet"" pulumi-lang-yaml=""anySubnet"" pulumi-lang-java=""anySubnet"">"any_subnet".
    FloatingIp GetCloudGpuVirtualClustersItemServersSettingsInterfaceFloatingIp
    Floating IP config for this subnet attachment
    IpAddress string
    Fixed IP address
    IpFamily string
    Which subnets should be selected: IPv4, IPv6, or use dual stack. Available values: "dual", "ipv4", "ipv6".
    Name string
    Interface name
    NetworkId string
    Network ID the subnet belongs to. Port will be plugged in this network
    SubnetId string
    Port is assigned an IP address from this subnet
    Type string
    Available values: "external", "subnet", <span pulumi-lang-nodejs=""anySubnet"" pulumi-lang-dotnet=""AnySubnet"" pulumi-lang-go=""anySubnet"" pulumi-lang-python=""any_subnet"" pulumi-lang-yaml=""anySubnet"" pulumi-lang-java=""anySubnet"">"any_subnet".
    floatingIp GetCloudGpuVirtualClustersItemServersSettingsInterfaceFloatingIp
    Floating IP config for this subnet attachment
    ipAddress String
    Fixed IP address
    ipFamily String
    Which subnets should be selected: IPv4, IPv6, or use dual stack. Available values: "dual", "ipv4", "ipv6".
    name String
    Interface name
    networkId String
    Network ID the subnet belongs to. Port will be plugged in this network
    subnetId String
    Port is assigned an IP address from this subnet
    type String
    Available values: "external", "subnet", <span pulumi-lang-nodejs=""anySubnet"" pulumi-lang-dotnet=""AnySubnet"" pulumi-lang-go=""anySubnet"" pulumi-lang-python=""any_subnet"" pulumi-lang-yaml=""anySubnet"" pulumi-lang-java=""anySubnet"">"any_subnet".
    floatingIp GetCloudGpuVirtualClustersItemServersSettingsInterfaceFloatingIp
    Floating IP config for this subnet attachment
    ipAddress string
    Fixed IP address
    ipFamily string
    Which subnets should be selected: IPv4, IPv6, or use dual stack. Available values: "dual", "ipv4", "ipv6".
    name string
    Interface name
    networkId string
    Network ID the subnet belongs to. Port will be plugged in this network
    subnetId string
    Port is assigned an IP address from this subnet
    type string
    Available values: "external", "subnet", <span pulumi-lang-nodejs=""anySubnet"" pulumi-lang-dotnet=""AnySubnet"" pulumi-lang-go=""anySubnet"" pulumi-lang-python=""any_subnet"" pulumi-lang-yaml=""anySubnet"" pulumi-lang-java=""anySubnet"">"any_subnet".
    floating_ip GetCloudGpuVirtualClustersItemServersSettingsInterfaceFloatingIp
    Floating IP config for this subnet attachment
    ip_address str
    Fixed IP address
    ip_family str
    Which subnets should be selected: IPv4, IPv6, or use dual stack. Available values: "dual", "ipv4", "ipv6".
    name str
    Interface name
    network_id str
    Network ID the subnet belongs to. Port will be plugged in this network
    subnet_id str
    Port is assigned an IP address from this subnet
    type str
    Available values: "external", "subnet", <span pulumi-lang-nodejs=""anySubnet"" pulumi-lang-dotnet=""AnySubnet"" pulumi-lang-go=""anySubnet"" pulumi-lang-python=""any_subnet"" pulumi-lang-yaml=""anySubnet"" pulumi-lang-java=""anySubnet"">"any_subnet".
    floatingIp Property Map
    Floating IP config for this subnet attachment
    ipAddress String
    Fixed IP address
    ipFamily String
    Which subnets should be selected: IPv4, IPv6, or use dual stack. Available values: "dual", "ipv4", "ipv6".
    name String
    Interface name
    networkId String
    Network ID the subnet belongs to. Port will be plugged in this network
    subnetId String
    Port is assigned an IP address from this subnet
    type String
    Available values: "external", "subnet", <span pulumi-lang-nodejs=""anySubnet"" pulumi-lang-dotnet=""AnySubnet"" pulumi-lang-go=""anySubnet"" pulumi-lang-python=""any_subnet"" pulumi-lang-yaml=""anySubnet"" pulumi-lang-java=""anySubnet"">"any_subnet".

    GetCloudGpuVirtualClustersItemServersSettingsInterfaceFloatingIp

    Source string
    Available values: "new".
    Source string
    Available values: "new".
    source String
    Available values: "new".
    source string
    Available values: "new".
    source str
    Available values: "new".
    source String
    Available values: "new".

    GetCloudGpuVirtualClustersItemServersSettingsSecurityGroup

    Id string
    Security group ID
    Name string
    Security group name
    Id string
    Security group ID
    Name string
    Security group name
    id String
    Security group ID
    name String
    Security group name
    id string
    Security group ID
    name string
    Security group name
    id str
    Security group ID
    name str
    Security group name
    id String
    Security group ID
    name String
    Security group name

    GetCloudGpuVirtualClustersItemServersSettingsVolume

    BootIndex double
    Boot index of the volume
    DeleteOnTermination bool
    Flag indicating whether the volume is deleted on instance termination
    ImageId string
    Image ID for the volume
    Name string
    Volume name
    Size double
    Volume size in GiB
    Tags List<GetCloudGpuVirtualClustersItemServersSettingsVolumeTag>
    List of key-value tags associated with the resource. A tag is a key-value pair that can be associated with a resource, enabling efficient filtering and grouping for better organization and management. Some tags are read-only and cannot be modified by the user. Tags are also integrated with cost reports, allowing cost data to be filtered based on tag keys or values.
    Type string
    Volume type Available values: "cold", "ssdhiiops", "ssdlocal", <span pulumi-lang-nodejs=""ssdLowlatency"" pulumi-lang-dotnet=""SsdLowlatency"" pulumi-lang-go=""ssdLowlatency"" pulumi-lang-python=""ssd_lowlatency"" pulumi-lang-yaml=""ssdLowlatency"" pulumi-lang-java=""ssdLowlatency"">"ssd_lowlatency", "standard", "ultra".
    BootIndex float64
    Boot index of the volume
    DeleteOnTermination bool
    Flag indicating whether the volume is deleted on instance termination
    ImageId string
    Image ID for the volume
    Name string
    Volume name
    Size float64
    Volume size in GiB
    Tags []GetCloudGpuVirtualClustersItemServersSettingsVolumeTag
    List of key-value tags associated with the resource. A tag is a key-value pair that can be associated with a resource, enabling efficient filtering and grouping for better organization and management. Some tags are read-only and cannot be modified by the user. Tags are also integrated with cost reports, allowing cost data to be filtered based on tag keys or values.
    Type string
    Volume type Available values: "cold", "ssdhiiops", "ssdlocal", <span pulumi-lang-nodejs=""ssdLowlatency"" pulumi-lang-dotnet=""SsdLowlatency"" pulumi-lang-go=""ssdLowlatency"" pulumi-lang-python=""ssd_lowlatency"" pulumi-lang-yaml=""ssdLowlatency"" pulumi-lang-java=""ssdLowlatency"">"ssd_lowlatency", "standard", "ultra".
    bootIndex Double
    Boot index of the volume
    deleteOnTermination Boolean
    Flag indicating whether the volume is deleted on instance termination
    imageId String
    Image ID for the volume
    name String
    Volume name
    size Double
    Volume size in GiB
    tags List<GetCloudGpuVirtualClustersItemServersSettingsVolumeTag>
    List of key-value tags associated with the resource. A tag is a key-value pair that can be associated with a resource, enabling efficient filtering and grouping for better organization and management. Some tags are read-only and cannot be modified by the user. Tags are also integrated with cost reports, allowing cost data to be filtered based on tag keys or values.
    type String
    Volume type Available values: "cold", "ssdhiiops", "ssdlocal", <span pulumi-lang-nodejs=""ssdLowlatency"" pulumi-lang-dotnet=""SsdLowlatency"" pulumi-lang-go=""ssdLowlatency"" pulumi-lang-python=""ssd_lowlatency"" pulumi-lang-yaml=""ssdLowlatency"" pulumi-lang-java=""ssdLowlatency"">"ssd_lowlatency", "standard", "ultra".
    bootIndex number
    Boot index of the volume
    deleteOnTermination boolean
    Flag indicating whether the volume is deleted on instance termination
    imageId string
    Image ID for the volume
    name string
    Volume name
    size number
    Volume size in GiB
    tags GetCloudGpuVirtualClustersItemServersSettingsVolumeTag[]
    List of key-value tags associated with the resource. A tag is a key-value pair that can be associated with a resource, enabling efficient filtering and grouping for better organization and management. Some tags are read-only and cannot be modified by the user. Tags are also integrated with cost reports, allowing cost data to be filtered based on tag keys or values.
    type string
    Volume type Available values: "cold", "ssdhiiops", "ssdlocal", <span pulumi-lang-nodejs=""ssdLowlatency"" pulumi-lang-dotnet=""SsdLowlatency"" pulumi-lang-go=""ssdLowlatency"" pulumi-lang-python=""ssd_lowlatency"" pulumi-lang-yaml=""ssdLowlatency"" pulumi-lang-java=""ssdLowlatency"">"ssd_lowlatency", "standard", "ultra".
    boot_index float
    Boot index of the volume
    delete_on_termination bool
    Flag indicating whether the volume is deleted on instance termination
    image_id str
    Image ID for the volume
    name str
    Volume name
    size float
    Volume size in GiB
    tags Sequence[GetCloudGpuVirtualClustersItemServersSettingsVolumeTag]
    List of key-value tags associated with the resource. A tag is a key-value pair that can be associated with a resource, enabling efficient filtering and grouping for better organization and management. Some tags are read-only and cannot be modified by the user. Tags are also integrated with cost reports, allowing cost data to be filtered based on tag keys or values.
    type str
    Volume type Available values: "cold", "ssdhiiops", "ssdlocal", <span pulumi-lang-nodejs=""ssdLowlatency"" pulumi-lang-dotnet=""SsdLowlatency"" pulumi-lang-go=""ssdLowlatency"" pulumi-lang-python=""ssd_lowlatency"" pulumi-lang-yaml=""ssdLowlatency"" pulumi-lang-java=""ssdLowlatency"">"ssd_lowlatency", "standard", "ultra".
    bootIndex Number
    Boot index of the volume
    deleteOnTermination Boolean
    Flag indicating whether the volume is deleted on instance termination
    imageId String
    Image ID for the volume
    name String
    Volume name
    size Number
    Volume size in GiB
    tags List<Property Map>
    List of key-value tags associated with the resource. A tag is a key-value pair that can be associated with a resource, enabling efficient filtering and grouping for better organization and management. Some tags are read-only and cannot be modified by the user. Tags are also integrated with cost reports, allowing cost data to be filtered based on tag keys or values.
    type String
    Volume type Available values: "cold", "ssdhiiops", "ssdlocal", <span pulumi-lang-nodejs=""ssdLowlatency"" pulumi-lang-dotnet=""SsdLowlatency"" pulumi-lang-go=""ssdLowlatency"" pulumi-lang-python=""ssd_lowlatency"" pulumi-lang-yaml=""ssdLowlatency"" pulumi-lang-java=""ssdLowlatency"">"ssd_lowlatency", "standard", "ultra".

    GetCloudGpuVirtualClustersItemServersSettingsVolumeTag

    Key string
    Tag key. Maximum 255 characters. Cannot contain spaces, tabs, newlines, empty string or '=' character.
    ReadOnly bool
    If true, the tag is read-only and cannot be modified by the user
    Value string
    Tag value. Maximum 255 characters. Cannot contain spaces, tabs, newlines, empty string or '=' character.
    Key string
    Tag key. Maximum 255 characters. Cannot contain spaces, tabs, newlines, empty string or '=' character.
    ReadOnly bool
    If true, the tag is read-only and cannot be modified by the user
    Value string
    Tag value. Maximum 255 characters. Cannot contain spaces, tabs, newlines, empty string or '=' character.
    key String
    Tag key. Maximum 255 characters. Cannot contain spaces, tabs, newlines, empty string or '=' character.
    readOnly Boolean
    If true, the tag is read-only and cannot be modified by the user
    value String
    Tag value. Maximum 255 characters. Cannot contain spaces, tabs, newlines, empty string or '=' character.
    key string
    Tag key. Maximum 255 characters. Cannot contain spaces, tabs, newlines, empty string or '=' character.
    readOnly boolean
    If true, the tag is read-only and cannot be modified by the user
    value string
    Tag value. Maximum 255 characters. Cannot contain spaces, tabs, newlines, empty string or '=' character.
    key str
    Tag key. Maximum 255 characters. Cannot contain spaces, tabs, newlines, empty string or '=' character.
    read_only bool
    If true, the tag is read-only and cannot be modified by the user
    value str
    Tag value. Maximum 255 characters. Cannot contain spaces, tabs, newlines, empty string or '=' character.
    key String
    Tag key. Maximum 255 characters. Cannot contain spaces, tabs, newlines, empty string or '=' character.
    readOnly Boolean
    If true, the tag is read-only and cannot be modified by the user
    value String
    Tag value. Maximum 255 characters. Cannot contain spaces, tabs, newlines, empty string or '=' character.

    GetCloudGpuVirtualClustersItemTag

    Key string
    Tag key. Maximum 255 characters. Cannot contain spaces, tabs, newlines, empty string or '=' character.
    ReadOnly bool
    If true, the tag is read-only and cannot be modified by the user
    Value string
    Tag value. Maximum 255 characters. Cannot contain spaces, tabs, newlines, empty string or '=' character.
    Key string
    Tag key. Maximum 255 characters. Cannot contain spaces, tabs, newlines, empty string or '=' character.
    ReadOnly bool
    If true, the tag is read-only and cannot be modified by the user
    Value string
    Tag value. Maximum 255 characters. Cannot contain spaces, tabs, newlines, empty string or '=' character.
    key String
    Tag key. Maximum 255 characters. Cannot contain spaces, tabs, newlines, empty string or '=' character.
    readOnly Boolean
    If true, the tag is read-only and cannot be modified by the user
    value String
    Tag value. Maximum 255 characters. Cannot contain spaces, tabs, newlines, empty string or '=' character.
    key string
    Tag key. Maximum 255 characters. Cannot contain spaces, tabs, newlines, empty string or '=' character.
    readOnly boolean
    If true, the tag is read-only and cannot be modified by the user
    value string
    Tag value. Maximum 255 characters. Cannot contain spaces, tabs, newlines, empty string or '=' character.
    key str
    Tag key. Maximum 255 characters. Cannot contain spaces, tabs, newlines, empty string or '=' character.
    read_only bool
    If true, the tag is read-only and cannot be modified by the user
    value str
    Tag value. Maximum 255 characters. Cannot contain spaces, tabs, newlines, empty string or '=' character.
    key String
    Tag key. Maximum 255 characters. Cannot contain spaces, tabs, newlines, empty string or '=' character.
    readOnly Boolean
    If true, the tag is read-only and cannot be modified by the user
    value String
    Tag value. Maximum 255 characters. Cannot contain spaces, tabs, newlines, empty string or '=' character.

    Package Details

    Repository
    gcore g-core/terraform-provider-gcore
    License
    Notes
    This Pulumi package is based on the gcore Terraform Provider.
    gcore logo
    Viewing docs for gcore 2.0.0-alpha.2
    published on Tuesday, Mar 24, 2026 by g-core
      Try Pulumi Cloud free. Your team will thank you.