1. Packages
  2. Flexibleengine Provider
  3. API Docs
  4. getComputeInstances
flexibleengine 1.46.0 published on Monday, Apr 14, 2025 by flexibleenginecloud

flexibleengine.getComputeInstances

Explore with Pulumi AI

flexibleengine logo
flexibleengine 1.46.0 published on Monday, Apr 14, 2025 by flexibleenginecloud

    Use this data source to get a list of compute instances.

    Example Usage

    import * as pulumi from "@pulumi/pulumi";
    import * as flexibleengine from "@pulumi/flexibleengine";
    
    const config = new pulumi.Config();
    const nameRegex = config.requireObject("nameRegex");
    const demo = flexibleengine.getComputeInstances({
        name: nameRegex,
    });
    
    import pulumi
    import pulumi_flexibleengine as flexibleengine
    
    config = pulumi.Config()
    name_regex = config.require_object("nameRegex")
    demo = flexibleengine.get_compute_instances(name=name_regex)
    
    package main
    
    import (
    	"github.com/pulumi/pulumi-terraform-provider/sdks/go/flexibleengine/flexibleengine"
    	"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, "")
    		nameRegex := cfg.RequireObject("nameRegex")
    		_, err := flexibleengine.GetComputeInstances(ctx, &flexibleengine.GetComputeInstancesArgs{
    			Name: pulumi.StringRef(nameRegex),
    		}, nil)
    		if err != nil {
    			return err
    		}
    		return nil
    	})
    }
    
    using System.Collections.Generic;
    using System.Linq;
    using Pulumi;
    using Flexibleengine = Pulumi.Flexibleengine;
    
    return await Deployment.RunAsync(() => 
    {
        var config = new Config();
        var nameRegex = config.RequireObject<dynamic>("nameRegex");
        var demo = Flexibleengine.GetComputeInstances.Invoke(new()
        {
            Name = nameRegex,
        });
    
    });
    
    package generated_program;
    
    import com.pulumi.Context;
    import com.pulumi.Pulumi;
    import com.pulumi.core.Output;
    import com.pulumi.flexibleengine.FlexibleengineFunctions;
    import com.pulumi.flexibleengine.inputs.GetComputeInstancesArgs;
    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 nameRegex = config.get("nameRegex");
            final var demo = FlexibleengineFunctions.getComputeInstances(GetComputeInstancesArgs.builder()
                .name(nameRegex)
                .build());
    
        }
    }
    
    configuration:
      nameRegex:
        type: dynamic
    variables:
      demo:
        fn::invoke:
          function: flexibleengine:getComputeInstances
          arguments:
            name: ${nameRegex}
    

    Using getComputeInstances

    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 getComputeInstances(args: GetComputeInstancesArgs, opts?: InvokeOptions): Promise<GetComputeInstancesResult>
    function getComputeInstancesOutput(args: GetComputeInstancesOutputArgs, opts?: InvokeOptions): Output<GetComputeInstancesResult>
    def get_compute_instances(availability_zone: Optional[str] = None,
                              fixed_ip_v4: Optional[str] = None,
                              flavor_id: Optional[str] = None,
                              flavor_name: Optional[str] = None,
                              id: Optional[str] = None,
                              image_id: Optional[str] = None,
                              key_pair: Optional[str] = None,
                              name: Optional[str] = None,
                              region: Optional[str] = None,
                              status: Optional[str] = None,
                              opts: Optional[InvokeOptions] = None) -> GetComputeInstancesResult
    def get_compute_instances_output(availability_zone: Optional[pulumi.Input[str]] = None,
                              fixed_ip_v4: Optional[pulumi.Input[str]] = None,
                              flavor_id: Optional[pulumi.Input[str]] = None,
                              flavor_name: Optional[pulumi.Input[str]] = None,
                              id: Optional[pulumi.Input[str]] = None,
                              image_id: Optional[pulumi.Input[str]] = None,
                              key_pair: Optional[pulumi.Input[str]] = None,
                              name: Optional[pulumi.Input[str]] = None,
                              region: Optional[pulumi.Input[str]] = None,
                              status: Optional[pulumi.Input[str]] = None,
                              opts: Optional[InvokeOptions] = None) -> Output[GetComputeInstancesResult]
    func GetComputeInstances(ctx *Context, args *GetComputeInstancesArgs, opts ...InvokeOption) (*GetComputeInstancesResult, error)
    func GetComputeInstancesOutput(ctx *Context, args *GetComputeInstancesOutputArgs, opts ...InvokeOption) GetComputeInstancesResultOutput

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

    public static class GetComputeInstances 
    {
        public static Task<GetComputeInstancesResult> InvokeAsync(GetComputeInstancesArgs args, InvokeOptions? opts = null)
        public static Output<GetComputeInstancesResult> Invoke(GetComputeInstancesInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetComputeInstancesResult> getComputeInstances(GetComputeInstancesArgs args, InvokeOptions options)
    public static Output<GetComputeInstancesResult> getComputeInstances(GetComputeInstancesArgs args, InvokeOptions options)
    
    fn::invoke:
      function: flexibleengine:index/getComputeInstances:getComputeInstances
      arguments:
        # arguments dictionary

    The following arguments are supported:

    AvailabilityZone string
    Specifies the availability zone where the instance is located.
    FixedIpV4 string
    Specifies the IPv4 addresses of the server.
    FlavorId string
    Specifies the flavor ID.
    FlavorName string
    Specifies the flavor name of the instance.
    Id string
    The instance ID in UUID format.
    ImageId string
    Specifies the image ID of the instance.
    KeyPair string
    Specifies the key pair that is used to authenticate the instance.
    Name string
    Specifies the server name, which can be queried with a regular expression.
    Region string
    The region in which to obtain the server instance.
    Status string
    Specifies the status of the instance. The valid values are as follows:

    • ACTIVE: The instance is running properly.
    • SHUTOFF: The instance has been properly stopped.
    • ERROR: An error has occurred on the instance.
    AvailabilityZone string
    Specifies the availability zone where the instance is located.
    FixedIpV4 string
    Specifies the IPv4 addresses of the server.
    FlavorId string
    Specifies the flavor ID.
    FlavorName string
    Specifies the flavor name of the instance.
    Id string
    The instance ID in UUID format.
    ImageId string
    Specifies the image ID of the instance.
    KeyPair string
    Specifies the key pair that is used to authenticate the instance.
    Name string
    Specifies the server name, which can be queried with a regular expression.
    Region string
    The region in which to obtain the server instance.
    Status string
    Specifies the status of the instance. The valid values are as follows:

    • ACTIVE: The instance is running properly.
    • SHUTOFF: The instance has been properly stopped.
    • ERROR: An error has occurred on the instance.
    availabilityZone String
    Specifies the availability zone where the instance is located.
    fixedIpV4 String
    Specifies the IPv4 addresses of the server.
    flavorId String
    Specifies the flavor ID.
    flavorName String
    Specifies the flavor name of the instance.
    id String
    The instance ID in UUID format.
    imageId String
    Specifies the image ID of the instance.
    keyPair String
    Specifies the key pair that is used to authenticate the instance.
    name String
    Specifies the server name, which can be queried with a regular expression.
    region String
    The region in which to obtain the server instance.
    status String
    Specifies the status of the instance. The valid values are as follows:

    • ACTIVE: The instance is running properly.
    • SHUTOFF: The instance has been properly stopped.
    • ERROR: An error has occurred on the instance.
    availabilityZone string
    Specifies the availability zone where the instance is located.
    fixedIpV4 string
    Specifies the IPv4 addresses of the server.
    flavorId string
    Specifies the flavor ID.
    flavorName string
    Specifies the flavor name of the instance.
    id string
    The instance ID in UUID format.
    imageId string
    Specifies the image ID of the instance.
    keyPair string
    Specifies the key pair that is used to authenticate the instance.
    name string
    Specifies the server name, which can be queried with a regular expression.
    region string
    The region in which to obtain the server instance.
    status string
    Specifies the status of the instance. The valid values are as follows:

    • ACTIVE: The instance is running properly.
    • SHUTOFF: The instance has been properly stopped.
    • ERROR: An error has occurred on the instance.
    availability_zone str
    Specifies the availability zone where the instance is located.
    fixed_ip_v4 str
    Specifies the IPv4 addresses of the server.
    flavor_id str
    Specifies the flavor ID.
    flavor_name str
    Specifies the flavor name of the instance.
    id str
    The instance ID in UUID format.
    image_id str
    Specifies the image ID of the instance.
    key_pair str
    Specifies the key pair that is used to authenticate the instance.
    name str
    Specifies the server name, which can be queried with a regular expression.
    region str
    The region in which to obtain the server instance.
    status str
    Specifies the status of the instance. The valid values are as follows:

    • ACTIVE: The instance is running properly.
    • SHUTOFF: The instance has been properly stopped.
    • ERROR: An error has occurred on the instance.
    availabilityZone String
    Specifies the availability zone where the instance is located.
    fixedIpV4 String
    Specifies the IPv4 addresses of the server.
    flavorId String
    Specifies the flavor ID.
    flavorName String
    Specifies the flavor name of the instance.
    id String
    The instance ID in UUID format.
    imageId String
    Specifies the image ID of the instance.
    keyPair String
    Specifies the key pair that is used to authenticate the instance.
    name String
    Specifies the server name, which can be queried with a regular expression.
    region String
    The region in which to obtain the server instance.
    status String
    Specifies the status of the instance. The valid values are as follows:

    • ACTIVE: The instance is running properly.
    • SHUTOFF: The instance has been properly stopped.
    • ERROR: An error has occurred on the instance.

    getComputeInstances Result

    The following output properties are available:

    FlavorId string
    The flavor ID of the instance.
    Id string
    The instance ID in UUID format.
    Instances List<GetComputeInstancesInstance>
    List of ECS instance details. The instances object structure is documented below.
    Name string
    The instance name.
    Region string
    AvailabilityZone string
    The availability zone where the instance is located.
    FixedIpV4 string
    The fixed IPv4 address of the instance on this network.
    FlavorName string
    The flavor name of the instance.
    ImageId string
    The image ID of the instance.
    KeyPair string
    The key pair that is used to authenticate the instance.
    Status string
    The status of the instance.
    FlavorId string
    The flavor ID of the instance.
    Id string
    The instance ID in UUID format.
    Instances []GetComputeInstancesInstance
    List of ECS instance details. The instances object structure is documented below.
    Name string
    The instance name.
    Region string
    AvailabilityZone string
    The availability zone where the instance is located.
    FixedIpV4 string
    The fixed IPv4 address of the instance on this network.
    FlavorName string
    The flavor name of the instance.
    ImageId string
    The image ID of the instance.
    KeyPair string
    The key pair that is used to authenticate the instance.
    Status string
    The status of the instance.
    flavorId String
    The flavor ID of the instance.
    id String
    The instance ID in UUID format.
    instances List<GetComputeInstancesInstance>
    List of ECS instance details. The instances object structure is documented below.
    name String
    The instance name.
    region String
    availabilityZone String
    The availability zone where the instance is located.
    fixedIpV4 String
    The fixed IPv4 address of the instance on this network.
    flavorName String
    The flavor name of the instance.
    imageId String
    The image ID of the instance.
    keyPair String
    The key pair that is used to authenticate the instance.
    status String
    The status of the instance.
    flavorId string
    The flavor ID of the instance.
    id string
    The instance ID in UUID format.
    instances GetComputeInstancesInstance[]
    List of ECS instance details. The instances object structure is documented below.
    name string
    The instance name.
    region string
    availabilityZone string
    The availability zone where the instance is located.
    fixedIpV4 string
    The fixed IPv4 address of the instance on this network.
    flavorName string
    The flavor name of the instance.
    imageId string
    The image ID of the instance.
    keyPair string
    The key pair that is used to authenticate the instance.
    status string
    The status of the instance.
    flavor_id str
    The flavor ID of the instance.
    id str
    The instance ID in UUID format.
    instances Sequence[GetComputeInstancesInstance]
    List of ECS instance details. The instances object structure is documented below.
    name str
    The instance name.
    region str
    availability_zone str
    The availability zone where the instance is located.
    fixed_ip_v4 str
    The fixed IPv4 address of the instance on this network.
    flavor_name str
    The flavor name of the instance.
    image_id str
    The image ID of the instance.
    key_pair str
    The key pair that is used to authenticate the instance.
    status str
    The status of the instance.
    flavorId String
    The flavor ID of the instance.
    id String
    The instance ID in UUID format.
    instances List<Property Map>
    List of ECS instance details. The instances object structure is documented below.
    name String
    The instance name.
    region String
    availabilityZone String
    The availability zone where the instance is located.
    fixedIpV4 String
    The fixed IPv4 address of the instance on this network.
    flavorName String
    The flavor name of the instance.
    imageId String
    The image ID of the instance.
    keyPair String
    The key pair that is used to authenticate the instance.
    status String
    The status of the instance.

    Supporting Types

    GetComputeInstancesInstance

    AvailabilityZone string
    Specifies the availability zone where the instance is located.
    FlavorId string
    Specifies the flavor ID.
    FlavorName string
    Specifies the flavor name of the instance.
    FloatingIp string
    The EIP address that is associated to the instance.
    Id string
    The instance ID in UUID format.
    ImageId string
    Specifies the image ID of the instance.
    ImageName string
    The image name of the instance.
    KeyPair string
    Specifies the key pair that is used to authenticate the instance.
    Metadata Dictionary<string, string>
    The metadata of the instance in key/value format.
    Name string
    Specifies the server name, which can be queried with a regular expression.
    Networks List<GetComputeInstancesInstanceNetwork>
    An array of one or more networks to attach to the instance. The network object structure is documented below.
    SchedulerHints List<GetComputeInstancesInstanceSchedulerHint>
    The scheduler with hints on how the instance should be launched. The scheduler_hints object structure is documented below.
    SecurityGroups List<string>
    An array of one or more security group names to associate with the instance.
    Status string
    Specifies the status of the instance. The valid values are as follows:

    • ACTIVE: The instance is running properly.
    • SHUTOFF: The instance has been properly stopped.
    • ERROR: An error has occurred on the instance.
    Tags Dictionary<string, string>
    The tags of the instance in key/value format.
    UserData string
    The user data (information after encoding) configured during instance creation.
    VolumeAttacheds List<GetComputeInstancesInstanceVolumeAttached>
    An array of one or more disks to attach to the instance. The volume_attached object structure is documented below.
    AvailabilityZone string
    Specifies the availability zone where the instance is located.
    FlavorId string
    Specifies the flavor ID.
    FlavorName string
    Specifies the flavor name of the instance.
    FloatingIp string
    The EIP address that is associated to the instance.
    Id string
    The instance ID in UUID format.
    ImageId string
    Specifies the image ID of the instance.
    ImageName string
    The image name of the instance.
    KeyPair string
    Specifies the key pair that is used to authenticate the instance.
    Metadata map[string]string
    The metadata of the instance in key/value format.
    Name string
    Specifies the server name, which can be queried with a regular expression.
    Networks []GetComputeInstancesInstanceNetwork
    An array of one or more networks to attach to the instance. The network object structure is documented below.
    SchedulerHints []GetComputeInstancesInstanceSchedulerHint
    The scheduler with hints on how the instance should be launched. The scheduler_hints object structure is documented below.
    SecurityGroups []string
    An array of one or more security group names to associate with the instance.
    Status string
    Specifies the status of the instance. The valid values are as follows:

    • ACTIVE: The instance is running properly.
    • SHUTOFF: The instance has been properly stopped.
    • ERROR: An error has occurred on the instance.
    Tags map[string]string
    The tags of the instance in key/value format.
    UserData string
    The user data (information after encoding) configured during instance creation.
    VolumeAttacheds []GetComputeInstancesInstanceVolumeAttached
    An array of one or more disks to attach to the instance. The volume_attached object structure is documented below.
    availabilityZone String
    Specifies the availability zone where the instance is located.
    flavorId String
    Specifies the flavor ID.
    flavorName String
    Specifies the flavor name of the instance.
    floatingIp String
    The EIP address that is associated to the instance.
    id String
    The instance ID in UUID format.
    imageId String
    Specifies the image ID of the instance.
    imageName String
    The image name of the instance.
    keyPair String
    Specifies the key pair that is used to authenticate the instance.
    metadata Map<String,String>
    The metadata of the instance in key/value format.
    name String
    Specifies the server name, which can be queried with a regular expression.
    networks List<GetComputeInstancesInstanceNetwork>
    An array of one or more networks to attach to the instance. The network object structure is documented below.
    schedulerHints List<GetComputeInstancesInstanceSchedulerHint>
    The scheduler with hints on how the instance should be launched. The scheduler_hints object structure is documented below.
    securityGroups List<String>
    An array of one or more security group names to associate with the instance.
    status String
    Specifies the status of the instance. The valid values are as follows:

    • ACTIVE: The instance is running properly.
    • SHUTOFF: The instance has been properly stopped.
    • ERROR: An error has occurred on the instance.
    tags Map<String,String>
    The tags of the instance in key/value format.
    userData String
    The user data (information after encoding) configured during instance creation.
    volumeAttacheds List<GetComputeInstancesInstanceVolumeAttached>
    An array of one or more disks to attach to the instance. The volume_attached object structure is documented below.
    availabilityZone string
    Specifies the availability zone where the instance is located.
    flavorId string
    Specifies the flavor ID.
    flavorName string
    Specifies the flavor name of the instance.
    floatingIp string
    The EIP address that is associated to the instance.
    id string
    The instance ID in UUID format.
    imageId string
    Specifies the image ID of the instance.
    imageName string
    The image name of the instance.
    keyPair string
    Specifies the key pair that is used to authenticate the instance.
    metadata {[key: string]: string}
    The metadata of the instance in key/value format.
    name string
    Specifies the server name, which can be queried with a regular expression.
    networks GetComputeInstancesInstanceNetwork[]
    An array of one or more networks to attach to the instance. The network object structure is documented below.
    schedulerHints GetComputeInstancesInstanceSchedulerHint[]
    The scheduler with hints on how the instance should be launched. The scheduler_hints object structure is documented below.
    securityGroups string[]
    An array of one or more security group names to associate with the instance.
    status string
    Specifies the status of the instance. The valid values are as follows:

    • ACTIVE: The instance is running properly.
    • SHUTOFF: The instance has been properly stopped.
    • ERROR: An error has occurred on the instance.
    tags {[key: string]: string}
    The tags of the instance in key/value format.
    userData string
    The user data (information after encoding) configured during instance creation.
    volumeAttacheds GetComputeInstancesInstanceVolumeAttached[]
    An array of one or more disks to attach to the instance. The volume_attached object structure is documented below.
    availability_zone str
    Specifies the availability zone where the instance is located.
    flavor_id str
    Specifies the flavor ID.
    flavor_name str
    Specifies the flavor name of the instance.
    floating_ip str
    The EIP address that is associated to the instance.
    id str
    The instance ID in UUID format.
    image_id str
    Specifies the image ID of the instance.
    image_name str
    The image name of the instance.
    key_pair str
    Specifies the key pair that is used to authenticate the instance.
    metadata Mapping[str, str]
    The metadata of the instance in key/value format.
    name str
    Specifies the server name, which can be queried with a regular expression.
    networks Sequence[GetComputeInstancesInstanceNetwork]
    An array of one or more networks to attach to the instance. The network object structure is documented below.
    scheduler_hints Sequence[GetComputeInstancesInstanceSchedulerHint]
    The scheduler with hints on how the instance should be launched. The scheduler_hints object structure is documented below.
    security_groups Sequence[str]
    An array of one or more security group names to associate with the instance.
    status str
    Specifies the status of the instance. The valid values are as follows:

    • ACTIVE: The instance is running properly.
    • SHUTOFF: The instance has been properly stopped.
    • ERROR: An error has occurred on the instance.
    tags Mapping[str, str]
    The tags of the instance in key/value format.
    user_data str
    The user data (information after encoding) configured during instance creation.
    volume_attacheds Sequence[GetComputeInstancesInstanceVolumeAttached]
    An array of one or more disks to attach to the instance. The volume_attached object structure is documented below.
    availabilityZone String
    Specifies the availability zone where the instance is located.
    flavorId String
    Specifies the flavor ID.
    flavorName String
    Specifies the flavor name of the instance.
    floatingIp String
    The EIP address that is associated to the instance.
    id String
    The instance ID in UUID format.
    imageId String
    Specifies the image ID of the instance.
    imageName String
    The image name of the instance.
    keyPair String
    Specifies the key pair that is used to authenticate the instance.
    metadata Map<String>
    The metadata of the instance in key/value format.
    name String
    Specifies the server name, which can be queried with a regular expression.
    networks List<Property Map>
    An array of one or more networks to attach to the instance. The network object structure is documented below.
    schedulerHints List<Property Map>
    The scheduler with hints on how the instance should be launched. The scheduler_hints object structure is documented below.
    securityGroups List<String>
    An array of one or more security group names to associate with the instance.
    status String
    Specifies the status of the instance. The valid values are as follows:

    • ACTIVE: The instance is running properly.
    • SHUTOFF: The instance has been properly stopped.
    • ERROR: An error has occurred on the instance.
    tags Map<String>
    The tags of the instance in key/value format.
    userData String
    The user data (information after encoding) configured during instance creation.
    volumeAttacheds List<Property Map>
    An array of one or more disks to attach to the instance. The volume_attached object structure is documented below.

    GetComputeInstancesInstanceNetwork

    FixedIpV4 string
    Specifies the IPv4 addresses of the server.
    FixedIpV6 string
    The Fixed IPv6 address of the instance on that network.
    Mac string
    The MAC address of the NIC on that network.
    Port string
    The port ID corresponding to the IP address on that network.
    Uuid string
    The network UUID to attach to the server.
    FixedIpV4 string
    Specifies the IPv4 addresses of the server.
    FixedIpV6 string
    The Fixed IPv6 address of the instance on that network.
    Mac string
    The MAC address of the NIC on that network.
    Port string
    The port ID corresponding to the IP address on that network.
    Uuid string
    The network UUID to attach to the server.
    fixedIpV4 String
    Specifies the IPv4 addresses of the server.
    fixedIpV6 String
    The Fixed IPv6 address of the instance on that network.
    mac String
    The MAC address of the NIC on that network.
    port String
    The port ID corresponding to the IP address on that network.
    uuid String
    The network UUID to attach to the server.
    fixedIpV4 string
    Specifies the IPv4 addresses of the server.
    fixedIpV6 string
    The Fixed IPv6 address of the instance on that network.
    mac string
    The MAC address of the NIC on that network.
    port string
    The port ID corresponding to the IP address on that network.
    uuid string
    The network UUID to attach to the server.
    fixed_ip_v4 str
    Specifies the IPv4 addresses of the server.
    fixed_ip_v6 str
    The Fixed IPv6 address of the instance on that network.
    mac str
    The MAC address of the NIC on that network.
    port str
    The port ID corresponding to the IP address on that network.
    uuid str
    The network UUID to attach to the server.
    fixedIpV4 String
    Specifies the IPv4 addresses of the server.
    fixedIpV6 String
    The Fixed IPv6 address of the instance on that network.
    mac String
    The MAC address of the NIC on that network.
    port String
    The port ID corresponding to the IP address on that network.
    uuid String
    The network UUID to attach to the server.

    GetComputeInstancesInstanceSchedulerHint

    Group string
    The UUID of a Server Group where the instance will be placed into.
    Group string
    The UUID of a Server Group where the instance will be placed into.
    group String
    The UUID of a Server Group where the instance will be placed into.
    group string
    The UUID of a Server Group where the instance will be placed into.
    group str
    The UUID of a Server Group where the instance will be placed into.
    group String
    The UUID of a Server Group where the instance will be placed into.

    GetComputeInstancesInstanceVolumeAttached

    IsSysVolume bool
    Whether the volume is the system disk.
    VolumeId string
    The volume id on that attachment.
    IsSysVolume bool
    Whether the volume is the system disk.
    VolumeId string
    The volume id on that attachment.
    isSysVolume Boolean
    Whether the volume is the system disk.
    volumeId String
    The volume id on that attachment.
    isSysVolume boolean
    Whether the volume is the system disk.
    volumeId string
    The volume id on that attachment.
    is_sys_volume bool
    Whether the volume is the system disk.
    volume_id str
    The volume id on that attachment.
    isSysVolume Boolean
    Whether the volume is the system disk.
    volumeId String
    The volume id on that attachment.

    Package Details

    Repository
    flexibleengine flexibleenginecloud/terraform-provider-flexibleengine
    License
    Notes
    This Pulumi package is based on the flexibleengine Terraform Provider.
    flexibleengine logo
    flexibleengine 1.46.0 published on Monday, Apr 14, 2025 by flexibleenginecloud