1. Packages
  2. Gcore Provider
  3. API Docs
  4. getCloudVolume
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

    Volumes are block storage devices that can be attached to instances as boot or data disks, with support for resizing and type changes.

    Example Usage

    import * as pulumi from "@pulumi/pulumi";
    import * as gcore from "@pulumi/gcore";
    
    const exampleCloudVolume = gcore.getCloudVolume({
        projectId: 1,
        regionId: 1,
        volumeId: "726ecfcc-7fd0-4e30-a86e-7892524aa483",
    });
    
    import pulumi
    import pulumi_gcore as gcore
    
    example_cloud_volume = gcore.get_cloud_volume(project_id=1,
        region_id=1,
        volume_id="726ecfcc-7fd0-4e30-a86e-7892524aa483")
    
    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.LookupCloudVolume(ctx, &gcore.LookupCloudVolumeArgs{
    			ProjectId: pulumi.Float64Ref(1),
    			RegionId:  pulumi.Float64Ref(1),
    			VolumeId:  pulumi.StringRef("726ecfcc-7fd0-4e30-a86e-7892524aa483"),
    		}, 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 exampleCloudVolume = Gcore.GetCloudVolume.Invoke(new()
        {
            ProjectId = 1,
            RegionId = 1,
            VolumeId = "726ecfcc-7fd0-4e30-a86e-7892524aa483",
        });
    
    });
    
    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.GetCloudVolumeArgs;
    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 exampleCloudVolume = GcoreFunctions.getCloudVolume(GetCloudVolumeArgs.builder()
                .projectId(1)
                .regionId(1)
                .volumeId("726ecfcc-7fd0-4e30-a86e-7892524aa483")
                .build());
    
        }
    }
    
    variables:
      exampleCloudVolume:
        fn::invoke:
          function: gcore:getCloudVolume
          arguments:
            projectId: 1
            regionId: 1
            volumeId: 726ecfcc-7fd0-4e30-a86e-7892524aa483
    

    Using getCloudVolume

    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 getCloudVolume(args: GetCloudVolumeArgs, opts?: InvokeOptions): Promise<GetCloudVolumeResult>
    function getCloudVolumeOutput(args: GetCloudVolumeOutputArgs, opts?: InvokeOptions): Output<GetCloudVolumeResult>
    def get_cloud_volume(find_one_by: Optional[GetCloudVolumeFindOneBy] = None,
                         project_id: Optional[float] = None,
                         region_id: Optional[float] = None,
                         volume_id: Optional[str] = None,
                         opts: Optional[InvokeOptions] = None) -> GetCloudVolumeResult
    def get_cloud_volume_output(find_one_by: Optional[pulumi.Input[GetCloudVolumeFindOneByArgs]] = None,
                         project_id: Optional[pulumi.Input[float]] = None,
                         region_id: Optional[pulumi.Input[float]] = None,
                         volume_id: Optional[pulumi.Input[str]] = None,
                         opts: Optional[InvokeOptions] = None) -> Output[GetCloudVolumeResult]
    func LookupCloudVolume(ctx *Context, args *LookupCloudVolumeArgs, opts ...InvokeOption) (*LookupCloudVolumeResult, error)
    func LookupCloudVolumeOutput(ctx *Context, args *LookupCloudVolumeOutputArgs, opts ...InvokeOption) LookupCloudVolumeResultOutput

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

    public static class GetCloudVolume 
    {
        public static Task<GetCloudVolumeResult> InvokeAsync(GetCloudVolumeArgs args, InvokeOptions? opts = null)
        public static Output<GetCloudVolumeResult> Invoke(GetCloudVolumeInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetCloudVolumeResult> getCloudVolume(GetCloudVolumeArgs args, InvokeOptions options)
    public static Output<GetCloudVolumeResult> getCloudVolume(GetCloudVolumeArgs args, InvokeOptions options)
    
    fn::invoke:
      function: gcore:index/getCloudVolume:getCloudVolume
      arguments:
        # arguments dictionary

    The following arguments are supported:

    FindOneBy GetCloudVolumeFindOneBy
    ProjectId double
    Project ID
    RegionId double
    Region ID
    VolumeId string
    Volume ID
    FindOneBy GetCloudVolumeFindOneBy
    ProjectId float64
    Project ID
    RegionId float64
    Region ID
    VolumeId string
    Volume ID
    findOneBy GetCloudVolumeFindOneBy
    projectId Double
    Project ID
    regionId Double
    Region ID
    volumeId String
    Volume ID
    findOneBy GetCloudVolumeFindOneBy
    projectId number
    Project ID
    regionId number
    Region ID
    volumeId string
    Volume ID
    find_one_by GetCloudVolumeFindOneBy
    project_id float
    Project ID
    region_id float
    Region ID
    volume_id str
    Volume ID
    findOneBy Property Map
    projectId Number
    Project ID
    regionId Number
    Region ID
    volumeId String
    Volume ID

    getCloudVolume Result

    The following output properties are available:

    Attachments List<GetCloudVolumeAttachment>
    List of attachments associated with the volume.
    Bootable bool
    Indicates whether the volume is bootable.
    CreatedAt string
    The date and time when the volume was created.
    CreatorTaskId string
    The ID of the task that created this volume.
    Id string
    Volume ID
    IsRootVolume bool
    Indicates whether this is a root volume.
    LimiterStats GetCloudVolumeLimiterStats
    Schema representing the Quality of Service (QoS) parameters for a volume.
    Name string
    The name of the volume.
    Region string
    The region where the volume is located.
    Size double
    The size of the volume in gibibytes (GiB).
    SnapshotIds List<string>
    List of snapshot IDs associated with this volume.
    Status string
    The current status of the volume. Available values: "attaching", "available", "awaiting-transfer", "backing-up", "creating", "deleting", "detaching", "downloading", "error", "errorbacking-up", "errordeleting", "errorextending", "errorrestoring", "extending", "in-use", "maintenance", "reserved", "restoring-backup", "retyping", "reverting", "uploading".
    Tags List<GetCloudVolumeTag>
    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
    The date and time when the volume was last updated.
    VolumeImageMetadata Dictionary<string, string>
    Image metadata for volumes created from an image.
    VolumeType string
    The type of volume storage.
    FindOneBy GetCloudVolumeFindOneBy
    ProjectId double
    Project ID
    RegionId double
    Region ID
    VolumeId string
    Volume ID
    Attachments []GetCloudVolumeAttachment
    List of attachments associated with the volume.
    Bootable bool
    Indicates whether the volume is bootable.
    CreatedAt string
    The date and time when the volume was created.
    CreatorTaskId string
    The ID of the task that created this volume.
    Id string
    Volume ID
    IsRootVolume bool
    Indicates whether this is a root volume.
    LimiterStats GetCloudVolumeLimiterStats
    Schema representing the Quality of Service (QoS) parameters for a volume.
    Name string
    The name of the volume.
    Region string
    The region where the volume is located.
    Size float64
    The size of the volume in gibibytes (GiB).
    SnapshotIds []string
    List of snapshot IDs associated with this volume.
    Status string
    The current status of the volume. Available values: "attaching", "available", "awaiting-transfer", "backing-up", "creating", "deleting", "detaching", "downloading", "error", "errorbacking-up", "errordeleting", "errorextending", "errorrestoring", "extending", "in-use", "maintenance", "reserved", "restoring-backup", "retyping", "reverting", "uploading".
    Tags []GetCloudVolumeTag
    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
    The date and time when the volume was last updated.
    VolumeImageMetadata map[string]string
    Image metadata for volumes created from an image.
    VolumeType string
    The type of volume storage.
    FindOneBy GetCloudVolumeFindOneBy
    ProjectId float64
    Project ID
    RegionId float64
    Region ID
    VolumeId string
    Volume ID
    attachments List<GetCloudVolumeAttachment>
    List of attachments associated with the volume.
    bootable Boolean
    Indicates whether the volume is bootable.
    createdAt String
    The date and time when the volume was created.
    creatorTaskId String
    The ID of the task that created this volume.
    id String
    Volume ID
    isRootVolume Boolean
    Indicates whether this is a root volume.
    limiterStats GetCloudVolumeLimiterStats
    Schema representing the Quality of Service (QoS) parameters for a volume.
    name String
    The name of the volume.
    region String
    The region where the volume is located.
    size Double
    The size of the volume in gibibytes (GiB).
    snapshotIds List<String>
    List of snapshot IDs associated with this volume.
    status String
    The current status of the volume. Available values: "attaching", "available", "awaiting-transfer", "backing-up", "creating", "deleting", "detaching", "downloading", "error", "errorbacking-up", "errordeleting", "errorextending", "errorrestoring", "extending", "in-use", "maintenance", "reserved", "restoring-backup", "retyping", "reverting", "uploading".
    tags List<GetCloudVolumeTag>
    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
    The date and time when the volume was last updated.
    volumeImageMetadata Map<String,String>
    Image metadata for volumes created from an image.
    volumeType String
    The type of volume storage.
    findOneBy GetCloudVolumeFindOneBy
    projectId Double
    Project ID
    regionId Double
    Region ID
    volumeId String
    Volume ID
    attachments GetCloudVolumeAttachment[]
    List of attachments associated with the volume.
    bootable boolean
    Indicates whether the volume is bootable.
    createdAt string
    The date and time when the volume was created.
    creatorTaskId string
    The ID of the task that created this volume.
    id string
    Volume ID
    isRootVolume boolean
    Indicates whether this is a root volume.
    limiterStats GetCloudVolumeLimiterStats
    Schema representing the Quality of Service (QoS) parameters for a volume.
    name string
    The name of the volume.
    region string
    The region where the volume is located.
    size number
    The size of the volume in gibibytes (GiB).
    snapshotIds string[]
    List of snapshot IDs associated with this volume.
    status string
    The current status of the volume. Available values: "attaching", "available", "awaiting-transfer", "backing-up", "creating", "deleting", "detaching", "downloading", "error", "errorbacking-up", "errordeleting", "errorextending", "errorrestoring", "extending", "in-use", "maintenance", "reserved", "restoring-backup", "retyping", "reverting", "uploading".
    tags GetCloudVolumeTag[]
    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
    The date and time when the volume was last updated.
    volumeImageMetadata {[key: string]: string}
    Image metadata for volumes created from an image.
    volumeType string
    The type of volume storage.
    findOneBy GetCloudVolumeFindOneBy
    projectId number
    Project ID
    regionId number
    Region ID
    volumeId string
    Volume ID
    attachments Sequence[GetCloudVolumeAttachment]
    List of attachments associated with the volume.
    bootable bool
    Indicates whether the volume is bootable.
    created_at str
    The date and time when the volume was created.
    creator_task_id str
    The ID of the task that created this volume.
    id str
    Volume ID
    is_root_volume bool
    Indicates whether this is a root volume.
    limiter_stats GetCloudVolumeLimiterStats
    Schema representing the Quality of Service (QoS) parameters for a volume.
    name str
    The name of the volume.
    region str
    The region where the volume is located.
    size float
    The size of the volume in gibibytes (GiB).
    snapshot_ids Sequence[str]
    List of snapshot IDs associated with this volume.
    status str
    The current status of the volume. Available values: "attaching", "available", "awaiting-transfer", "backing-up", "creating", "deleting", "detaching", "downloading", "error", "errorbacking-up", "errordeleting", "errorextending", "errorrestoring", "extending", "in-use", "maintenance", "reserved", "restoring-backup", "retyping", "reverting", "uploading".
    tags Sequence[GetCloudVolumeTag]
    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
    The date and time when the volume was last updated.
    volume_image_metadata Mapping[str, str]
    Image metadata for volumes created from an image.
    volume_type str
    The type of volume storage.
    find_one_by GetCloudVolumeFindOneBy
    project_id float
    Project ID
    region_id float
    Region ID
    volume_id str
    Volume ID
    attachments List<Property Map>
    List of attachments associated with the volume.
    bootable Boolean
    Indicates whether the volume is bootable.
    createdAt String
    The date and time when the volume was created.
    creatorTaskId String
    The ID of the task that created this volume.
    id String
    Volume ID
    isRootVolume Boolean
    Indicates whether this is a root volume.
    limiterStats Property Map
    Schema representing the Quality of Service (QoS) parameters for a volume.
    name String
    The name of the volume.
    region String
    The region where the volume is located.
    size Number
    The size of the volume in gibibytes (GiB).
    snapshotIds List<String>
    List of snapshot IDs associated with this volume.
    status String
    The current status of the volume. Available values: "attaching", "available", "awaiting-transfer", "backing-up", "creating", "deleting", "detaching", "downloading", "error", "errorbacking-up", "errordeleting", "errorextending", "errorrestoring", "extending", "in-use", "maintenance", "reserved", "restoring-backup", "retyping", "reverting", "uploading".
    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
    The date and time when the volume was last updated.
    volumeImageMetadata Map<String>
    Image metadata for volumes created from an image.
    volumeType String
    The type of volume storage.
    findOneBy Property Map
    projectId Number
    Project ID
    regionId Number
    Region ID
    volumeId String
    Volume ID

    Supporting Types

    GetCloudVolumeAttachment

    AttachedAt string
    The date and time when the attachment was created.
    AttachmentId string
    The unique identifier of the attachment object.
    Device string
    The block device name inside the guest instance.
    FlavorId string
    The flavor ID of the instance.
    InstanceName string
    The name of the instance if attached and the server name is known.
    ServerId string
    The unique identifier of the instance.
    VolumeId string
    The unique identifier of the attached volume.
    AttachedAt string
    The date and time when the attachment was created.
    AttachmentId string
    The unique identifier of the attachment object.
    Device string
    The block device name inside the guest instance.
    FlavorId string
    The flavor ID of the instance.
    InstanceName string
    The name of the instance if attached and the server name is known.
    ServerId string
    The unique identifier of the instance.
    VolumeId string
    The unique identifier of the attached volume.
    attachedAt String
    The date and time when the attachment was created.
    attachmentId String
    The unique identifier of the attachment object.
    device String
    The block device name inside the guest instance.
    flavorId String
    The flavor ID of the instance.
    instanceName String
    The name of the instance if attached and the server name is known.
    serverId String
    The unique identifier of the instance.
    volumeId String
    The unique identifier of the attached volume.
    attachedAt string
    The date and time when the attachment was created.
    attachmentId string
    The unique identifier of the attachment object.
    device string
    The block device name inside the guest instance.
    flavorId string
    The flavor ID of the instance.
    instanceName string
    The name of the instance if attached and the server name is known.
    serverId string
    The unique identifier of the instance.
    volumeId string
    The unique identifier of the attached volume.
    attached_at str
    The date and time when the attachment was created.
    attachment_id str
    The unique identifier of the attachment object.
    device str
    The block device name inside the guest instance.
    flavor_id str
    The flavor ID of the instance.
    instance_name str
    The name of the instance if attached and the server name is known.
    server_id str
    The unique identifier of the instance.
    volume_id str
    The unique identifier of the attached volume.
    attachedAt String
    The date and time when the attachment was created.
    attachmentId String
    The unique identifier of the attachment object.
    device String
    The block device name inside the guest instance.
    flavorId String
    The flavor ID of the instance.
    instanceName String
    The name of the instance if attached and the server name is known.
    serverId String
    The unique identifier of the instance.
    volumeId String
    The unique identifier of the attached volume.

    GetCloudVolumeFindOneBy

    Bootable bool
    Filter by bootable field
    ClusterId string
    Filter volumes by k8s cluster ID
    HasAttachments bool
    Filter by the presence of attachments
    IdPart string
    Filter the volume list result by the ID part of the volume
    InstanceId string
    Filter volumes by instance ID
    NamePart string
    Filter volumes by name_part inclusion in volume name.Any substring can be used and volumes will be returned with names containing the substring.
    TagKeyValue string
    Optional. Filter by tag key-value pairs.
    TagKeys List<string>
    Optional. Filter by tag keys. ?tag_key=key1&tag_key=key2
    Bootable bool
    Filter by bootable field
    ClusterId string
    Filter volumes by k8s cluster ID
    HasAttachments bool
    Filter by the presence of attachments
    IdPart string
    Filter the volume list result by the ID part of the volume
    InstanceId string
    Filter volumes by instance ID
    NamePart string
    Filter volumes by name_part inclusion in volume name.Any substring can be used and volumes will be returned with names containing the substring.
    TagKeyValue string
    Optional. Filter by tag key-value pairs.
    TagKeys []string
    Optional. Filter by tag keys. ?tag_key=key1&tag_key=key2
    bootable Boolean
    Filter by bootable field
    clusterId String
    Filter volumes by k8s cluster ID
    hasAttachments Boolean
    Filter by the presence of attachments
    idPart String
    Filter the volume list result by the ID part of the volume
    instanceId String
    Filter volumes by instance ID
    namePart String
    Filter volumes by name_part inclusion in volume name.Any substring can be used and volumes will be returned with names containing the substring.
    tagKeyValue String
    Optional. Filter by tag key-value pairs.
    tagKeys List<String>
    Optional. Filter by tag keys. ?tag_key=key1&tag_key=key2
    bootable boolean
    Filter by bootable field
    clusterId string
    Filter volumes by k8s cluster ID
    hasAttachments boolean
    Filter by the presence of attachments
    idPart string
    Filter the volume list result by the ID part of the volume
    instanceId string
    Filter volumes by instance ID
    namePart string
    Filter volumes by name_part inclusion in volume name.Any substring can be used and volumes will be returned with names containing the substring.
    tagKeyValue string
    Optional. Filter by tag key-value pairs.
    tagKeys string[]
    Optional. Filter by tag keys. ?tag_key=key1&tag_key=key2
    bootable bool
    Filter by bootable field
    cluster_id str
    Filter volumes by k8s cluster ID
    has_attachments bool
    Filter by the presence of attachments
    id_part str
    Filter the volume list result by the ID part of the volume
    instance_id str
    Filter volumes by instance ID
    name_part str
    Filter volumes by name_part inclusion in volume name.Any substring can be used and volumes will be returned with names containing the substring.
    tag_key_value str
    Optional. Filter by tag key-value pairs.
    tag_keys Sequence[str]
    Optional. Filter by tag keys. ?tag_key=key1&tag_key=key2
    bootable Boolean
    Filter by bootable field
    clusterId String
    Filter volumes by k8s cluster ID
    hasAttachments Boolean
    Filter by the presence of attachments
    idPart String
    Filter the volume list result by the ID part of the volume
    instanceId String
    Filter volumes by instance ID
    namePart String
    Filter volumes by name_part inclusion in volume name.Any substring can be used and volumes will be returned with names containing the substring.
    tagKeyValue String
    Optional. Filter by tag key-value pairs.
    tagKeys List<String>
    Optional. Filter by tag keys. ?tag_key=key1&tag_key=key2

    GetCloudVolumeLimiterStats

    IopsBaseLimit double
    The sustained IOPS (Input/Output Operations Per Second) limit.
    IopsBurstLimit double
    The burst IOPS limit.
    MBpsBaseLimit double
    The sustained bandwidth limit in megabytes per second (MBps).
    MBpsBurstLimit double
    The burst bandwidth limit in megabytes per second (MBps).
    IopsBaseLimit float64
    The sustained IOPS (Input/Output Operations Per Second) limit.
    IopsBurstLimit float64
    The burst IOPS limit.
    MBpsBaseLimit float64
    The sustained bandwidth limit in megabytes per second (MBps).
    MBpsBurstLimit float64
    The burst bandwidth limit in megabytes per second (MBps).
    iopsBaseLimit Double
    The sustained IOPS (Input/Output Operations Per Second) limit.
    iopsBurstLimit Double
    The burst IOPS limit.
    mBpsBaseLimit Double
    The sustained bandwidth limit in megabytes per second (MBps).
    mBpsBurstLimit Double
    The burst bandwidth limit in megabytes per second (MBps).
    iopsBaseLimit number
    The sustained IOPS (Input/Output Operations Per Second) limit.
    iopsBurstLimit number
    The burst IOPS limit.
    mBpsBaseLimit number
    The sustained bandwidth limit in megabytes per second (MBps).
    mBpsBurstLimit number
    The burst bandwidth limit in megabytes per second (MBps).
    iops_base_limit float
    The sustained IOPS (Input/Output Operations Per Second) limit.
    iops_burst_limit float
    The burst IOPS limit.
    m_bps_base_limit float
    The sustained bandwidth limit in megabytes per second (MBps).
    m_bps_burst_limit float
    The burst bandwidth limit in megabytes per second (MBps).
    iopsBaseLimit Number
    The sustained IOPS (Input/Output Operations Per Second) limit.
    iopsBurstLimit Number
    The burst IOPS limit.
    mBpsBaseLimit Number
    The sustained bandwidth limit in megabytes per second (MBps).
    mBpsBurstLimit Number
    The burst bandwidth limit in megabytes per second (MBps).

    GetCloudVolumeTag

    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.