1. Packages
  2. Opentelekomcloud Provider
  3. API Docs
  4. getEvsVolumesV2
opentelekomcloud 1.36.37 published on Thursday, Apr 24, 2025 by opentelekomcloud

opentelekomcloud.getEvsVolumesV2

Explore with Pulumi AI

opentelekomcloud logo
opentelekomcloud 1.36.37 published on Thursday, Apr 24, 2025 by opentelekomcloud

    Use this data source to query the detailed information list of the EVS disks within OpenTelekomCloud.

    Example Usage

    import * as pulumi from "@pulumi/pulumi";
    import * as opentelekomcloud from "@pulumi/opentelekomcloud";
    
    const config = new pulumi.Config();
    const targetServer = config.requireObject("targetServer");
    const test = opentelekomcloud.getEvsVolumesV2({
        serverId: targetServer,
    });
    
    import pulumi
    import pulumi_opentelekomcloud as opentelekomcloud
    
    config = pulumi.Config()
    target_server = config.require_object("targetServer")
    test = opentelekomcloud.get_evs_volumes_v2(server_id=target_server)
    
    package main
    
    import (
    	"github.com/pulumi/pulumi-terraform-provider/sdks/go/opentelekomcloud/opentelekomcloud"
    	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
    	"github.com/pulumi/pulumi/sdk/v3/go/pulumi/config"
    )
    
    func main() {
    	pulumi.Run(func(ctx *pulumi.Context) error {
    		cfg := config.New(ctx, "")
    		targetServer := cfg.RequireObject("targetServer")
    		_, err := opentelekomcloud.GetEvsVolumesV2(ctx, &opentelekomcloud.GetEvsVolumesV2Args{
    			ServerId: pulumi.StringRef(targetServer),
    		}, nil)
    		if err != nil {
    			return err
    		}
    		return nil
    	})
    }
    
    using System.Collections.Generic;
    using System.Linq;
    using Pulumi;
    using Opentelekomcloud = Pulumi.Opentelekomcloud;
    
    return await Deployment.RunAsync(() => 
    {
        var config = new Config();
        var targetServer = config.RequireObject<dynamic>("targetServer");
        var test = Opentelekomcloud.GetEvsVolumesV2.Invoke(new()
        {
            ServerId = targetServer,
        });
    
    });
    
    package generated_program;
    
    import com.pulumi.Context;
    import com.pulumi.Pulumi;
    import com.pulumi.core.Output;
    import com.pulumi.opentelekomcloud.OpentelekomcloudFunctions;
    import com.pulumi.opentelekomcloud.inputs.GetEvsVolumesV2Args;
    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 config = ctx.config();
            final var targetServer = config.get("targetServer");
            final var test = OpentelekomcloudFunctions.getEvsVolumesV2(GetEvsVolumesV2Args.builder()
                .serverId(targetServer)
                .build());
    
        }
    }
    
    configuration:
      targetServer:
        type: dynamic
    variables:
      test:
        fn::invoke:
          function: opentelekomcloud:getEvsVolumesV2
          arguments:
            serverId: ${targetServer}
    

    Using getEvsVolumesV2

    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 getEvsVolumesV2(args: GetEvsVolumesV2Args, opts?: InvokeOptions): Promise<GetEvsVolumesV2Result>
    function getEvsVolumesV2Output(args: GetEvsVolumesV2OutputArgs, opts?: InvokeOptions): Output<GetEvsVolumesV2Result>
    def get_evs_volumes_v2(availability_zone: Optional[str] = None,
                           id: Optional[str] = None,
                           name: Optional[str] = None,
                           server_id: Optional[str] = None,
                           shareable: Optional[bool] = None,
                           status: Optional[str] = None,
                           tags: Optional[Mapping[str, str]] = None,
                           volume_id: Optional[str] = None,
                           volume_type_id: Optional[str] = None,
                           opts: Optional[InvokeOptions] = None) -> GetEvsVolumesV2Result
    def get_evs_volumes_v2_output(availability_zone: Optional[pulumi.Input[str]] = None,
                           id: Optional[pulumi.Input[str]] = None,
                           name: Optional[pulumi.Input[str]] = None,
                           server_id: Optional[pulumi.Input[str]] = None,
                           shareable: Optional[pulumi.Input[bool]] = None,
                           status: Optional[pulumi.Input[str]] = None,
                           tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
                           volume_id: Optional[pulumi.Input[str]] = None,
                           volume_type_id: Optional[pulumi.Input[str]] = None,
                           opts: Optional[InvokeOptions] = None) -> Output[GetEvsVolumesV2Result]
    func GetEvsVolumesV2(ctx *Context, args *GetEvsVolumesV2Args, opts ...InvokeOption) (*GetEvsVolumesV2Result, error)
    func GetEvsVolumesV2Output(ctx *Context, args *GetEvsVolumesV2OutputArgs, opts ...InvokeOption) GetEvsVolumesV2ResultOutput

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

    public static class GetEvsVolumesV2 
    {
        public static Task<GetEvsVolumesV2Result> InvokeAsync(GetEvsVolumesV2Args args, InvokeOptions? opts = null)
        public static Output<GetEvsVolumesV2Result> Invoke(GetEvsVolumesV2InvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetEvsVolumesV2Result> getEvsVolumesV2(GetEvsVolumesV2Args args, InvokeOptions options)
    public static Output<GetEvsVolumesV2Result> getEvsVolumesV2(GetEvsVolumesV2Args args, InvokeOptions options)
    
    fn::invoke:
      function: opentelekomcloud:index/getEvsVolumesV2:getEvsVolumesV2
      arguments:
        # arguments dictionary

    The following arguments are supported:

    AvailabilityZone string
    Specifies the availability zone for the disks.
    Id string
    The ID of the attached resource in UUID format.
    Name string
    Specifies the name for the disks. This field will undergo a fuzzy matching query, the query result is for all disks whose names contain this value.
    ServerId string
    Specifies the server ID to which the disks are attached.
    Shareable bool
    Specifies whether the disk is shareable.
    Status string
    Specifies the disk status. The valid values are as following:

    • FREEZED
    • BIND_ERROR
    • BINDING
    • PENDING_DELETE
    • PENDING_CREATE
    • NOTIFYING
    • NOTIFY_DELETE
    • PENDING_UPDATE
    • DOWN
    • ACTIVE
    • ELB
    • ERROR
    • VPN
    Tags Dictionary<string, string>
    Specifies the included key/value pairs which associated with the desired disk.
    VolumeId string
    Specifies the ID for the disk.
    VolumeTypeId string
    Specifies the type ID for the disks.
    AvailabilityZone string
    Specifies the availability zone for the disks.
    Id string
    The ID of the attached resource in UUID format.
    Name string
    Specifies the name for the disks. This field will undergo a fuzzy matching query, the query result is for all disks whose names contain this value.
    ServerId string
    Specifies the server ID to which the disks are attached.
    Shareable bool
    Specifies whether the disk is shareable.
    Status string
    Specifies the disk status. The valid values are as following:

    • FREEZED
    • BIND_ERROR
    • BINDING
    • PENDING_DELETE
    • PENDING_CREATE
    • NOTIFYING
    • NOTIFY_DELETE
    • PENDING_UPDATE
    • DOWN
    • ACTIVE
    • ELB
    • ERROR
    • VPN
    Tags map[string]string
    Specifies the included key/value pairs which associated with the desired disk.
    VolumeId string
    Specifies the ID for the disk.
    VolumeTypeId string
    Specifies the type ID for the disks.
    availabilityZone String
    Specifies the availability zone for the disks.
    id String
    The ID of the attached resource in UUID format.
    name String
    Specifies the name for the disks. This field will undergo a fuzzy matching query, the query result is for all disks whose names contain this value.
    serverId String
    Specifies the server ID to which the disks are attached.
    shareable Boolean
    Specifies whether the disk is shareable.
    status String
    Specifies the disk status. The valid values are as following:

    • FREEZED
    • BIND_ERROR
    • BINDING
    • PENDING_DELETE
    • PENDING_CREATE
    • NOTIFYING
    • NOTIFY_DELETE
    • PENDING_UPDATE
    • DOWN
    • ACTIVE
    • ELB
    • ERROR
    • VPN
    tags Map<String,String>
    Specifies the included key/value pairs which associated with the desired disk.
    volumeId String
    Specifies the ID for the disk.
    volumeTypeId String
    Specifies the type ID for the disks.
    availabilityZone string
    Specifies the availability zone for the disks.
    id string
    The ID of the attached resource in UUID format.
    name string
    Specifies the name for the disks. This field will undergo a fuzzy matching query, the query result is for all disks whose names contain this value.
    serverId string
    Specifies the server ID to which the disks are attached.
    shareable boolean
    Specifies whether the disk is shareable.
    status string
    Specifies the disk status. The valid values are as following:

    • FREEZED
    • BIND_ERROR
    • BINDING
    • PENDING_DELETE
    • PENDING_CREATE
    • NOTIFYING
    • NOTIFY_DELETE
    • PENDING_UPDATE
    • DOWN
    • ACTIVE
    • ELB
    • ERROR
    • VPN
    tags {[key: string]: string}
    Specifies the included key/value pairs which associated with the desired disk.
    volumeId string
    Specifies the ID for the disk.
    volumeTypeId string
    Specifies the type ID for the disks.
    availability_zone str
    Specifies the availability zone for the disks.
    id str
    The ID of the attached resource in UUID format.
    name str
    Specifies the name for the disks. This field will undergo a fuzzy matching query, the query result is for all disks whose names contain this value.
    server_id str
    Specifies the server ID to which the disks are attached.
    shareable bool
    Specifies whether the disk is shareable.
    status str
    Specifies the disk status. The valid values are as following:

    • FREEZED
    • BIND_ERROR
    • BINDING
    • PENDING_DELETE
    • PENDING_CREATE
    • NOTIFYING
    • NOTIFY_DELETE
    • PENDING_UPDATE
    • DOWN
    • ACTIVE
    • ELB
    • ERROR
    • VPN
    tags Mapping[str, str]
    Specifies the included key/value pairs which associated with the desired disk.
    volume_id str
    Specifies the ID for the disk.
    volume_type_id str
    Specifies the type ID for the disks.
    availabilityZone String
    Specifies the availability zone for the disks.
    id String
    The ID of the attached resource in UUID format.
    name String
    Specifies the name for the disks. This field will undergo a fuzzy matching query, the query result is for all disks whose names contain this value.
    serverId String
    Specifies the server ID to which the disks are attached.
    shareable Boolean
    Specifies whether the disk is shareable.
    status String
    Specifies the disk status. The valid values are as following:

    • FREEZED
    • BIND_ERROR
    • BINDING
    • PENDING_DELETE
    • PENDING_CREATE
    • NOTIFYING
    • NOTIFY_DELETE
    • PENDING_UPDATE
    • DOWN
    • ACTIVE
    • ELB
    • ERROR
    • VPN
    tags Map<String>
    Specifies the included key/value pairs which associated with the desired disk.
    volumeId String
    Specifies the ID for the disk.
    volumeTypeId String
    Specifies the type ID for the disks.

    getEvsVolumesV2 Result

    The following output properties are available:

    Id string
    The ID of the attached resource in UUID format.
    Volumes List<GetEvsVolumesV2Volume>
    The detailed information of the disks. Structure is documented below.
    AvailabilityZone string
    The availability zone of the disk.
    Name string
    The disk name.
    ServerId string
    The ID of the server to which the disk is attached.
    Shareable bool
    Whether the disk is shareable.
    Status string
    The disk status.
    Tags Dictionary<string, string>
    The disk tags.
    VolumeId string
    VolumeTypeId string
    Id string
    The ID of the attached resource in UUID format.
    Volumes []GetEvsVolumesV2Volume
    The detailed information of the disks. Structure is documented below.
    AvailabilityZone string
    The availability zone of the disk.
    Name string
    The disk name.
    ServerId string
    The ID of the server to which the disk is attached.
    Shareable bool
    Whether the disk is shareable.
    Status string
    The disk status.
    Tags map[string]string
    The disk tags.
    VolumeId string
    VolumeTypeId string
    id String
    The ID of the attached resource in UUID format.
    volumes List<GetEvsVolumesV2Volume>
    The detailed information of the disks. Structure is documented below.
    availabilityZone String
    The availability zone of the disk.
    name String
    The disk name.
    serverId String
    The ID of the server to which the disk is attached.
    shareable Boolean
    Whether the disk is shareable.
    status String
    The disk status.
    tags Map<String,String>
    The disk tags.
    volumeId String
    volumeTypeId String
    id string
    The ID of the attached resource in UUID format.
    volumes GetEvsVolumesV2Volume[]
    The detailed information of the disks. Structure is documented below.
    availabilityZone string
    The availability zone of the disk.
    name string
    The disk name.
    serverId string
    The ID of the server to which the disk is attached.
    shareable boolean
    Whether the disk is shareable.
    status string
    The disk status.
    tags {[key: string]: string}
    The disk tags.
    volumeId string
    volumeTypeId string
    id str
    The ID of the attached resource in UUID format.
    volumes Sequence[GetEvsVolumesV2Volume]
    The detailed information of the disks. Structure is documented below.
    availability_zone str
    The availability zone of the disk.
    name str
    The disk name.
    server_id str
    The ID of the server to which the disk is attached.
    shareable bool
    Whether the disk is shareable.
    status str
    The disk status.
    tags Mapping[str, str]
    The disk tags.
    volume_id str
    volume_type_id str
    id String
    The ID of the attached resource in UUID format.
    volumes List<Property Map>
    The detailed information of the disks. Structure is documented below.
    availabilityZone String
    The availability zone of the disk.
    name String
    The disk name.
    serverId String
    The ID of the server to which the disk is attached.
    shareable Boolean
    Whether the disk is shareable.
    status String
    The disk status.
    tags Map<String>
    The disk tags.
    volumeId String
    volumeTypeId String

    Supporting Types

    GetEvsVolumesV2Volume

    Attachments List<GetEvsVolumesV2VolumeAttachment>
    The disk attachment information. Structure is documented below.
    AvailabilityZone string
    Specifies the availability zone for the disks.
    Bootable bool
    Whether the disk is bootable.
    CreateAt string
    The time when the disk was created.
    Description string
    The disk description.
    Id string
    The ID of the attached resource in UUID format.
    Name string
    Specifies the name for the disks. This field will undergo a fuzzy matching query, the query result is for all disks whose names contain this value.
    ServiceType string
    The service type, such as EVS, DSS or DESS.
    Shareable bool
    Specifies whether the disk is shareable.
    Size double
    The disk size, in GB.
    Status string
    Specifies the disk status. The valid values are as following:

    • FREEZED
    • BIND_ERROR
    • BINDING
    • PENDING_DELETE
    • PENDING_CREATE
    • NOTIFYING
    • NOTIFY_DELETE
    • PENDING_UPDATE
    • DOWN
    • ACTIVE
    • ELB
    • ERROR
    • VPN
    Tags Dictionary<string, string>
    Specifies the included key/value pairs which associated with the desired disk.
    UpdateAt string
    The time when the disk was updated.
    VolumeType string
    The disk type. Valid values are as follows:

    • SAS: High I/O type.
    • SSD: Ultra-high I/O type.
    • GPSSD: General purpose SSD type.
    • ESSD: Extreme SSD type.
    • GPSSD2: General purpose SSD V2 type.
    • ESSD2: Extreme SSD V2 type.
    Wwn string
    The unique identifier used when attaching the disk.
    Attachments []GetEvsVolumesV2VolumeAttachment
    The disk attachment information. Structure is documented below.
    AvailabilityZone string
    Specifies the availability zone for the disks.
    Bootable bool
    Whether the disk is bootable.
    CreateAt string
    The time when the disk was created.
    Description string
    The disk description.
    Id string
    The ID of the attached resource in UUID format.
    Name string
    Specifies the name for the disks. This field will undergo a fuzzy matching query, the query result is for all disks whose names contain this value.
    ServiceType string
    The service type, such as EVS, DSS or DESS.
    Shareable bool
    Specifies whether the disk is shareable.
    Size float64
    The disk size, in GB.
    Status string
    Specifies the disk status. The valid values are as following:

    • FREEZED
    • BIND_ERROR
    • BINDING
    • PENDING_DELETE
    • PENDING_CREATE
    • NOTIFYING
    • NOTIFY_DELETE
    • PENDING_UPDATE
    • DOWN
    • ACTIVE
    • ELB
    • ERROR
    • VPN
    Tags map[string]string
    Specifies the included key/value pairs which associated with the desired disk.
    UpdateAt string
    The time when the disk was updated.
    VolumeType string
    The disk type. Valid values are as follows:

    • SAS: High I/O type.
    • SSD: Ultra-high I/O type.
    • GPSSD: General purpose SSD type.
    • ESSD: Extreme SSD type.
    • GPSSD2: General purpose SSD V2 type.
    • ESSD2: Extreme SSD V2 type.
    Wwn string
    The unique identifier used when attaching the disk.
    attachments List<GetEvsVolumesV2VolumeAttachment>
    The disk attachment information. Structure is documented below.
    availabilityZone String
    Specifies the availability zone for the disks.
    bootable Boolean
    Whether the disk is bootable.
    createAt String
    The time when the disk was created.
    description String
    The disk description.
    id String
    The ID of the attached resource in UUID format.
    name String
    Specifies the name for the disks. This field will undergo a fuzzy matching query, the query result is for all disks whose names contain this value.
    serviceType String
    The service type, such as EVS, DSS or DESS.
    shareable Boolean
    Specifies whether the disk is shareable.
    size Double
    The disk size, in GB.
    status String
    Specifies the disk status. The valid values are as following:

    • FREEZED
    • BIND_ERROR
    • BINDING
    • PENDING_DELETE
    • PENDING_CREATE
    • NOTIFYING
    • NOTIFY_DELETE
    • PENDING_UPDATE
    • DOWN
    • ACTIVE
    • ELB
    • ERROR
    • VPN
    tags Map<String,String>
    Specifies the included key/value pairs which associated with the desired disk.
    updateAt String
    The time when the disk was updated.
    volumeType String
    The disk type. Valid values are as follows:

    • SAS: High I/O type.
    • SSD: Ultra-high I/O type.
    • GPSSD: General purpose SSD type.
    • ESSD: Extreme SSD type.
    • GPSSD2: General purpose SSD V2 type.
    • ESSD2: Extreme SSD V2 type.
    wwn String
    The unique identifier used when attaching the disk.
    attachments GetEvsVolumesV2VolumeAttachment[]
    The disk attachment information. Structure is documented below.
    availabilityZone string
    Specifies the availability zone for the disks.
    bootable boolean
    Whether the disk is bootable.
    createAt string
    The time when the disk was created.
    description string
    The disk description.
    id string
    The ID of the attached resource in UUID format.
    name string
    Specifies the name for the disks. This field will undergo a fuzzy matching query, the query result is for all disks whose names contain this value.
    serviceType string
    The service type, such as EVS, DSS or DESS.
    shareable boolean
    Specifies whether the disk is shareable.
    size number
    The disk size, in GB.
    status string
    Specifies the disk status. The valid values are as following:

    • FREEZED
    • BIND_ERROR
    • BINDING
    • PENDING_DELETE
    • PENDING_CREATE
    • NOTIFYING
    • NOTIFY_DELETE
    • PENDING_UPDATE
    • DOWN
    • ACTIVE
    • ELB
    • ERROR
    • VPN
    tags {[key: string]: string}
    Specifies the included key/value pairs which associated with the desired disk.
    updateAt string
    The time when the disk was updated.
    volumeType string
    The disk type. Valid values are as follows:

    • SAS: High I/O type.
    • SSD: Ultra-high I/O type.
    • GPSSD: General purpose SSD type.
    • ESSD: Extreme SSD type.
    • GPSSD2: General purpose SSD V2 type.
    • ESSD2: Extreme SSD V2 type.
    wwn string
    The unique identifier used when attaching the disk.
    attachments Sequence[GetEvsVolumesV2VolumeAttachment]
    The disk attachment information. Structure is documented below.
    availability_zone str
    Specifies the availability zone for the disks.
    bootable bool
    Whether the disk is bootable.
    create_at str
    The time when the disk was created.
    description str
    The disk description.
    id str
    The ID of the attached resource in UUID format.
    name str
    Specifies the name for the disks. This field will undergo a fuzzy matching query, the query result is for all disks whose names contain this value.
    service_type str
    The service type, such as EVS, DSS or DESS.
    shareable bool
    Specifies whether the disk is shareable.
    size float
    The disk size, in GB.
    status str
    Specifies the disk status. The valid values are as following:

    • FREEZED
    • BIND_ERROR
    • BINDING
    • PENDING_DELETE
    • PENDING_CREATE
    • NOTIFYING
    • NOTIFY_DELETE
    • PENDING_UPDATE
    • DOWN
    • ACTIVE
    • ELB
    • ERROR
    • VPN
    tags Mapping[str, str]
    Specifies the included key/value pairs which associated with the desired disk.
    update_at str
    The time when the disk was updated.
    volume_type str
    The disk type. Valid values are as follows:

    • SAS: High I/O type.
    • SSD: Ultra-high I/O type.
    • GPSSD: General purpose SSD type.
    • ESSD: Extreme SSD type.
    • GPSSD2: General purpose SSD V2 type.
    • ESSD2: Extreme SSD V2 type.
    wwn str
    The unique identifier used when attaching the disk.
    attachments List<Property Map>
    The disk attachment information. Structure is documented below.
    availabilityZone String
    Specifies the availability zone for the disks.
    bootable Boolean
    Whether the disk is bootable.
    createAt String
    The time when the disk was created.
    description String
    The disk description.
    id String
    The ID of the attached resource in UUID format.
    name String
    Specifies the name for the disks. This field will undergo a fuzzy matching query, the query result is for all disks whose names contain this value.
    serviceType String
    The service type, such as EVS, DSS or DESS.
    shareable Boolean
    Specifies whether the disk is shareable.
    size Number
    The disk size, in GB.
    status String
    Specifies the disk status. The valid values are as following:

    • FREEZED
    • BIND_ERROR
    • BINDING
    • PENDING_DELETE
    • PENDING_CREATE
    • NOTIFYING
    • NOTIFY_DELETE
    • PENDING_UPDATE
    • DOWN
    • ACTIVE
    • ELB
    • ERROR
    • VPN
    tags Map<String>
    Specifies the included key/value pairs which associated with the desired disk.
    updateAt String
    The time when the disk was updated.
    volumeType String
    The disk type. Valid values are as follows:

    • SAS: High I/O type.
    • SSD: Ultra-high I/O type.
    • GPSSD: General purpose SSD type.
    • ESSD: Extreme SSD type.
    • GPSSD2: General purpose SSD V2 type.
    • ESSD2: Extreme SSD V2 type.
    wwn String
    The unique identifier used when attaching the disk.

    GetEvsVolumesV2VolumeAttachment

    AttachedAt string
    The time when the disk was attached.
    AttachedMode string
    The ID of the attachment information.
    DeviceName string
    The device name to which the disk is attached.
    Id string
    The ID of the attached resource in UUID format.
    ServerId string
    Specifies the server ID to which the disks are attached.
    AttachedAt string
    The time when the disk was attached.
    AttachedMode string
    The ID of the attachment information.
    DeviceName string
    The device name to which the disk is attached.
    Id string
    The ID of the attached resource in UUID format.
    ServerId string
    Specifies the server ID to which the disks are attached.
    attachedAt String
    The time when the disk was attached.
    attachedMode String
    The ID of the attachment information.
    deviceName String
    The device name to which the disk is attached.
    id String
    The ID of the attached resource in UUID format.
    serverId String
    Specifies the server ID to which the disks are attached.
    attachedAt string
    The time when the disk was attached.
    attachedMode string
    The ID of the attachment information.
    deviceName string
    The device name to which the disk is attached.
    id string
    The ID of the attached resource in UUID format.
    serverId string
    Specifies the server ID to which the disks are attached.
    attached_at str
    The time when the disk was attached.
    attached_mode str
    The ID of the attachment information.
    device_name str
    The device name to which the disk is attached.
    id str
    The ID of the attached resource in UUID format.
    server_id str
    Specifies the server ID to which the disks are attached.
    attachedAt String
    The time when the disk was attached.
    attachedMode String
    The ID of the attachment information.
    deviceName String
    The device name to which the disk is attached.
    id String
    The ID of the attached resource in UUID format.
    serverId String
    Specifies the server ID to which the disks are attached.

    Package Details

    Repository
    opentelekomcloud opentelekomcloud/terraform-provider-opentelekomcloud
    License
    Notes
    This Pulumi package is based on the opentelekomcloud Terraform Provider.
    opentelekomcloud logo
    opentelekomcloud 1.36.37 published on Thursday, Apr 24, 2025 by opentelekomcloud