1. Packages
  2. Outscale Provider
  3. API Docs
  4. getVms
outscale 1.0.1 published on Thursday, Mar 13, 2025 by outscale

outscale.getVms

Explore with Pulumi AI

outscale logo
outscale 1.0.1 published on Thursday, Mar 13, 2025 by outscale

    Provides information about virtual machines (VMs).

    For more information on this resource, see the User Guide.
    For more information on this resource actions, see the API documentation.

    Example Usage

    import * as pulumi from "@pulumi/pulumi";
    import * as outscale from "@pulumi/outscale";
    
    const vms01 = outscale.getVms({
        filters: [
            {
                name: "tag_keys",
                values: ["env"],
            },
            {
                name: "tag_values",
                values: [
                    "prod",
                    "test",
                ],
            },
        ],
    });
    
    import pulumi
    import pulumi_outscale as outscale
    
    vms01 = outscale.get_vms(filters=[
        {
            "name": "tag_keys",
            "values": ["env"],
        },
        {
            "name": "tag_values",
            "values": [
                "prod",
                "test",
            ],
        },
    ])
    
    package main
    
    import (
    	"github.com/pulumi/pulumi-terraform-provider/sdks/go/outscale/outscale"
    	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
    )
    
    func main() {
    	pulumi.Run(func(ctx *pulumi.Context) error {
    		_, err := outscale.GetVms(ctx, &outscale.GetVmsArgs{
    			Filters: []outscale.GetVmsFilter{
    				{
    					Name: "tag_keys",
    					Values: []string{
    						"env",
    					},
    				},
    				{
    					Name: "tag_values",
    					Values: []string{
    						"prod",
    						"test",
    					},
    				},
    			},
    		}, nil)
    		if err != nil {
    			return err
    		}
    		return nil
    	})
    }
    
    using System.Collections.Generic;
    using System.Linq;
    using Pulumi;
    using Outscale = Pulumi.Outscale;
    
    return await Deployment.RunAsync(() => 
    {
        var vms01 = Outscale.GetVms.Invoke(new()
        {
            Filters = new[]
            {
                new Outscale.Inputs.GetVmsFilterInputArgs
                {
                    Name = "tag_keys",
                    Values = new[]
                    {
                        "env",
                    },
                },
                new Outscale.Inputs.GetVmsFilterInputArgs
                {
                    Name = "tag_values",
                    Values = new[]
                    {
                        "prod",
                        "test",
                    },
                },
            },
        });
    
    });
    
    package generated_program;
    
    import com.pulumi.Context;
    import com.pulumi.Pulumi;
    import com.pulumi.core.Output;
    import com.pulumi.outscale.OutscaleFunctions;
    import com.pulumi.outscale.inputs.GetVmsArgs;
    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 vms01 = OutscaleFunctions.getVms(GetVmsArgs.builder()
                .filters(            
                    GetVmsFilterArgs.builder()
                        .name("tag_keys")
                        .values("env")
                        .build(),
                    GetVmsFilterArgs.builder()
                        .name("tag_values")
                        .values(                    
                            "prod",
                            "test")
                        .build())
                .build());
    
        }
    }
    
    variables:
      vms01:
        fn::invoke:
          function: outscale:getVms
          arguments:
            filters:
              - name: tag_keys
                values:
                  - env
              - name: tag_values
                values:
                  - prod
                  - test
    

    Using getVms

    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 getVms(args: GetVmsArgs, opts?: InvokeOptions): Promise<GetVmsResult>
    function getVmsOutput(args: GetVmsOutputArgs, opts?: InvokeOptions): Output<GetVmsResult>
    def get_vms(filters: Optional[Sequence[GetVmsFilter]] = None,
                id: Optional[str] = None,
                opts: Optional[InvokeOptions] = None) -> GetVmsResult
    def get_vms_output(filters: Optional[pulumi.Input[Sequence[pulumi.Input[GetVmsFilterArgs]]]] = None,
                id: Optional[pulumi.Input[str]] = None,
                opts: Optional[InvokeOptions] = None) -> Output[GetVmsResult]
    func GetVms(ctx *Context, args *GetVmsArgs, opts ...InvokeOption) (*GetVmsResult, error)
    func GetVmsOutput(ctx *Context, args *GetVmsOutputArgs, opts ...InvokeOption) GetVmsResultOutput

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

    public static class GetVms 
    {
        public static Task<GetVmsResult> InvokeAsync(GetVmsArgs args, InvokeOptions? opts = null)
        public static Output<GetVmsResult> Invoke(GetVmsInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetVmsResult> getVms(GetVmsArgs args, InvokeOptions options)
    public static Output<GetVmsResult> getVms(GetVmsArgs args, InvokeOptions options)
    
    fn::invoke:
      function: outscale:index/getVms:getVms
      arguments:
        # arguments dictionary

    The following arguments are supported:

    Filters List<GetVmsFilter>
    A combination of a filter name and one or more filter values. You can specify this argument for as many filter names as you need. The filter name can be any of the following:
    Id string
    Filters []GetVmsFilter
    A combination of a filter name and one or more filter values. You can specify this argument for as many filter names as you need. The filter name can be any of the following:
    Id string
    filters List<GetVmsFilter>
    A combination of a filter name and one or more filter values. You can specify this argument for as many filter names as you need. The filter name can be any of the following:
    id String
    filters GetVmsFilter[]
    A combination of a filter name and one or more filter values. You can specify this argument for as many filter names as you need. The filter name can be any of the following:
    id string
    filters Sequence[GetVmsFilter]
    A combination of a filter name and one or more filter values. You can specify this argument for as many filter names as you need. The filter name can be any of the following:
    id str
    filters List<Property Map>
    A combination of a filter name and one or more filter values. You can specify this argument for as many filter names as you need. The filter name can be any of the following:
    id String

    getVms Result

    The following output properties are available:

    Id string
    RequestId string
    Vms List<GetVmsVm>
    Information about one or more VMs.
    Filters List<GetVmsFilter>
    Id string
    RequestId string
    Vms []GetVmsVm
    Information about one or more VMs.
    Filters []GetVmsFilter
    id String
    requestId String
    vms List<GetVmsVm>
    Information about one or more VMs.
    filters List<GetVmsFilter>
    id string
    requestId string
    vms GetVmsVm[]
    Information about one or more VMs.
    filters GetVmsFilter[]
    id str
    request_id str
    vms Sequence[GetVmsVm]
    Information about one or more VMs.
    filters Sequence[GetVmsFilter]
    id String
    requestId String
    vms List<Property Map>
    Information about one or more VMs.
    filters List<Property Map>

    Supporting Types

    GetVmsFilter

    Name string
    Values List<string>
    Name string
    Values []string
    name String
    values List<String>
    name string
    values string[]
    name str
    values Sequence[str]
    name String
    values List<String>

    GetVmsVm

    Architecture string
    The architecture of the VM (i386 | x86_64).
    BlockDeviceMappingsCreateds List<GetVmsVmBlockDeviceMappingsCreated>
    The block device mapping of the VM.
    BsuOptimized bool
    ClientToken string
    The idempotency token provided when launching the VM.
    CreationDate string
    The date and time (UTC) at which the VM was created.
    DeletionProtection bool
    If true, you cannot delete the VM unless you change this parameter back to false.
    Hypervisor string
    The hypervisor type of the VMs (ovm | xen).
    ImageId string
    The ID of the OMI used to create the VM.
    IsSourceDestChecked bool
    (Net only) If true, the source/destination check is enabled. If false, it is disabled.
    KeypairName string
    The name of the keypair used when launching the VM.
    LaunchNumber double
    The number for the VM when launching a group of several VMs (for example, 0, 1, 2, and so on).
    NestedVirtualization bool
    If true, nested virtualization is enabled. If false, it is disabled.
    NetId string
    The ID of the Net for the NIC.
    Nics List<GetVmsVmNic>
    (Net only) The network interface cards (NICs) the VMs are attached to.
    OsFamily string
    Indicates the operating system (OS) of the VM.
    Performance string
    The performance of the VM (medium | high | highest).
    PlacementSubregionName string
    PlacementTenancy string
    PrimaryNics List<GetVmsVmPrimaryNic>
    PrivateDnsName string
    The name of the private DNS.
    PrivateIp string
    The primary private IP of the VM.
    PrivateIps List<string>
    The private IP or IPs of the NIC.
    ProductCodes List<string>
    The product codes associated with the OMI used to create the VM.
    PublicDnsName string
    The name of the public DNS.
    PublicIp string
    The public IP of the VM.
    RequestId string
    ReservationId string
    The reservation ID of the VM.
    RootDeviceName string
    The name of the root device for the VM (for example, /dev/sda1).
    RootDeviceType string
    The type of root device used by the VM (always bsu).
    SecurityGroupIds List<string>
    The IDs of the security groups for the VMs (only in the public Cloud).
    SecurityGroupNames List<string>
    The names of the security groups for the VMs (only in the public Cloud).
    SecurityGroups List<GetVmsVmSecurityGroup>
    One or more security groups associated with the VM.
    State string
    The state of the VM (pending | running | stopping | stopped | shutting-down | terminated | quarantine).
    StateReason string
    The reason explaining the current state of the VM.
    SubnetId string
    The ID of the Subnet for the VM.
    Tags List<GetVmsVmTag>
    One or more tags associated with the VM.
    UserData string
    The Base64-encoded MIME user data.
    VmId string
    The ID of the VM.
    VmInitiatedShutdownBehavior string
    The VM behavior when you stop it. If set to stop, the VM stops. If set to restart, the VM stops then automatically restarts. If set to terminate, the VM stops and is deleted.
    VmType string
    The type of VM. For more information, see VM Types.
    Architecture string
    The architecture of the VM (i386 | x86_64).
    BlockDeviceMappingsCreateds []GetVmsVmBlockDeviceMappingsCreated
    The block device mapping of the VM.
    BsuOptimized bool
    ClientToken string
    The idempotency token provided when launching the VM.
    CreationDate string
    The date and time (UTC) at which the VM was created.
    DeletionProtection bool
    If true, you cannot delete the VM unless you change this parameter back to false.
    Hypervisor string
    The hypervisor type of the VMs (ovm | xen).
    ImageId string
    The ID of the OMI used to create the VM.
    IsSourceDestChecked bool
    (Net only) If true, the source/destination check is enabled. If false, it is disabled.
    KeypairName string
    The name of the keypair used when launching the VM.
    LaunchNumber float64
    The number for the VM when launching a group of several VMs (for example, 0, 1, 2, and so on).
    NestedVirtualization bool
    If true, nested virtualization is enabled. If false, it is disabled.
    NetId string
    The ID of the Net for the NIC.
    Nics []GetVmsVmNic
    (Net only) The network interface cards (NICs) the VMs are attached to.
    OsFamily string
    Indicates the operating system (OS) of the VM.
    Performance string
    The performance of the VM (medium | high | highest).
    PlacementSubregionName string
    PlacementTenancy string
    PrimaryNics []GetVmsVmPrimaryNic
    PrivateDnsName string
    The name of the private DNS.
    PrivateIp string
    The primary private IP of the VM.
    PrivateIps []string
    The private IP or IPs of the NIC.
    ProductCodes []string
    The product codes associated with the OMI used to create the VM.
    PublicDnsName string
    The name of the public DNS.
    PublicIp string
    The public IP of the VM.
    RequestId string
    ReservationId string
    The reservation ID of the VM.
    RootDeviceName string
    The name of the root device for the VM (for example, /dev/sda1).
    RootDeviceType string
    The type of root device used by the VM (always bsu).
    SecurityGroupIds []string
    The IDs of the security groups for the VMs (only in the public Cloud).
    SecurityGroupNames []string
    The names of the security groups for the VMs (only in the public Cloud).
    SecurityGroups []GetVmsVmSecurityGroup
    One or more security groups associated with the VM.
    State string
    The state of the VM (pending | running | stopping | stopped | shutting-down | terminated | quarantine).
    StateReason string
    The reason explaining the current state of the VM.
    SubnetId string
    The ID of the Subnet for the VM.
    Tags []GetVmsVmTag
    One or more tags associated with the VM.
    UserData string
    The Base64-encoded MIME user data.
    VmId string
    The ID of the VM.
    VmInitiatedShutdownBehavior string
    The VM behavior when you stop it. If set to stop, the VM stops. If set to restart, the VM stops then automatically restarts. If set to terminate, the VM stops and is deleted.
    VmType string
    The type of VM. For more information, see VM Types.
    architecture String
    The architecture of the VM (i386 | x86_64).
    blockDeviceMappingsCreateds List<GetVmsVmBlockDeviceMappingsCreated>
    The block device mapping of the VM.
    bsuOptimized Boolean
    clientToken String
    The idempotency token provided when launching the VM.
    creationDate String
    The date and time (UTC) at which the VM was created.
    deletionProtection Boolean
    If true, you cannot delete the VM unless you change this parameter back to false.
    hypervisor String
    The hypervisor type of the VMs (ovm | xen).
    imageId String
    The ID of the OMI used to create the VM.
    isSourceDestChecked Boolean
    (Net only) If true, the source/destination check is enabled. If false, it is disabled.
    keypairName String
    The name of the keypair used when launching the VM.
    launchNumber Double
    The number for the VM when launching a group of several VMs (for example, 0, 1, 2, and so on).
    nestedVirtualization Boolean
    If true, nested virtualization is enabled. If false, it is disabled.
    netId String
    The ID of the Net for the NIC.
    nics List<GetVmsVmNic>
    (Net only) The network interface cards (NICs) the VMs are attached to.
    osFamily String
    Indicates the operating system (OS) of the VM.
    performance String
    The performance of the VM (medium | high | highest).
    placementSubregionName String
    placementTenancy String
    primaryNics List<GetVmsVmPrimaryNic>
    privateDnsName String
    The name of the private DNS.
    privateIp String
    The primary private IP of the VM.
    privateIps List<String>
    The private IP or IPs of the NIC.
    productCodes List<String>
    The product codes associated with the OMI used to create the VM.
    publicDnsName String
    The name of the public DNS.
    publicIp String
    The public IP of the VM.
    requestId String
    reservationId String
    The reservation ID of the VM.
    rootDeviceName String
    The name of the root device for the VM (for example, /dev/sda1).
    rootDeviceType String
    The type of root device used by the VM (always bsu).
    securityGroupIds List<String>
    The IDs of the security groups for the VMs (only in the public Cloud).
    securityGroupNames List<String>
    The names of the security groups for the VMs (only in the public Cloud).
    securityGroups List<GetVmsVmSecurityGroup>
    One or more security groups associated with the VM.
    state String
    The state of the VM (pending | running | stopping | stopped | shutting-down | terminated | quarantine).
    stateReason String
    The reason explaining the current state of the VM.
    subnetId String
    The ID of the Subnet for the VM.
    tags List<GetVmsVmTag>
    One or more tags associated with the VM.
    userData String
    The Base64-encoded MIME user data.
    vmId String
    The ID of the VM.
    vmInitiatedShutdownBehavior String
    The VM behavior when you stop it. If set to stop, the VM stops. If set to restart, the VM stops then automatically restarts. If set to terminate, the VM stops and is deleted.
    vmType String
    The type of VM. For more information, see VM Types.
    architecture string
    The architecture of the VM (i386 | x86_64).
    blockDeviceMappingsCreateds GetVmsVmBlockDeviceMappingsCreated[]
    The block device mapping of the VM.
    bsuOptimized boolean
    clientToken string
    The idempotency token provided when launching the VM.
    creationDate string
    The date and time (UTC) at which the VM was created.
    deletionProtection boolean
    If true, you cannot delete the VM unless you change this parameter back to false.
    hypervisor string
    The hypervisor type of the VMs (ovm | xen).
    imageId string
    The ID of the OMI used to create the VM.
    isSourceDestChecked boolean
    (Net only) If true, the source/destination check is enabled. If false, it is disabled.
    keypairName string
    The name of the keypair used when launching the VM.
    launchNumber number
    The number for the VM when launching a group of several VMs (for example, 0, 1, 2, and so on).
    nestedVirtualization boolean
    If true, nested virtualization is enabled. If false, it is disabled.
    netId string
    The ID of the Net for the NIC.
    nics GetVmsVmNic[]
    (Net only) The network interface cards (NICs) the VMs are attached to.
    osFamily string
    Indicates the operating system (OS) of the VM.
    performance string
    The performance of the VM (medium | high | highest).
    placementSubregionName string
    placementTenancy string
    primaryNics GetVmsVmPrimaryNic[]
    privateDnsName string
    The name of the private DNS.
    privateIp string
    The primary private IP of the VM.
    privateIps string[]
    The private IP or IPs of the NIC.
    productCodes string[]
    The product codes associated with the OMI used to create the VM.
    publicDnsName string
    The name of the public DNS.
    publicIp string
    The public IP of the VM.
    requestId string
    reservationId string
    The reservation ID of the VM.
    rootDeviceName string
    The name of the root device for the VM (for example, /dev/sda1).
    rootDeviceType string
    The type of root device used by the VM (always bsu).
    securityGroupIds string[]
    The IDs of the security groups for the VMs (only in the public Cloud).
    securityGroupNames string[]
    The names of the security groups for the VMs (only in the public Cloud).
    securityGroups GetVmsVmSecurityGroup[]
    One or more security groups associated with the VM.
    state string
    The state of the VM (pending | running | stopping | stopped | shutting-down | terminated | quarantine).
    stateReason string
    The reason explaining the current state of the VM.
    subnetId string
    The ID of the Subnet for the VM.
    tags GetVmsVmTag[]
    One or more tags associated with the VM.
    userData string
    The Base64-encoded MIME user data.
    vmId string
    The ID of the VM.
    vmInitiatedShutdownBehavior string
    The VM behavior when you stop it. If set to stop, the VM stops. If set to restart, the VM stops then automatically restarts. If set to terminate, the VM stops and is deleted.
    vmType string
    The type of VM. For more information, see VM Types.
    architecture str
    The architecture of the VM (i386 | x86_64).
    block_device_mappings_createds Sequence[GetVmsVmBlockDeviceMappingsCreated]
    The block device mapping of the VM.
    bsu_optimized bool
    client_token str
    The idempotency token provided when launching the VM.
    creation_date str
    The date and time (UTC) at which the VM was created.
    deletion_protection bool
    If true, you cannot delete the VM unless you change this parameter back to false.
    hypervisor str
    The hypervisor type of the VMs (ovm | xen).
    image_id str
    The ID of the OMI used to create the VM.
    is_source_dest_checked bool
    (Net only) If true, the source/destination check is enabled. If false, it is disabled.
    keypair_name str
    The name of the keypair used when launching the VM.
    launch_number float
    The number for the VM when launching a group of several VMs (for example, 0, 1, 2, and so on).
    nested_virtualization bool
    If true, nested virtualization is enabled. If false, it is disabled.
    net_id str
    The ID of the Net for the NIC.
    nics Sequence[GetVmsVmNic]
    (Net only) The network interface cards (NICs) the VMs are attached to.
    os_family str
    Indicates the operating system (OS) of the VM.
    performance str
    The performance of the VM (medium | high | highest).
    placement_subregion_name str
    placement_tenancy str
    primary_nics Sequence[GetVmsVmPrimaryNic]
    private_dns_name str
    The name of the private DNS.
    private_ip str
    The primary private IP of the VM.
    private_ips Sequence[str]
    The private IP or IPs of the NIC.
    product_codes Sequence[str]
    The product codes associated with the OMI used to create the VM.
    public_dns_name str
    The name of the public DNS.
    public_ip str
    The public IP of the VM.
    request_id str
    reservation_id str
    The reservation ID of the VM.
    root_device_name str
    The name of the root device for the VM (for example, /dev/sda1).
    root_device_type str
    The type of root device used by the VM (always bsu).
    security_group_ids Sequence[str]
    The IDs of the security groups for the VMs (only in the public Cloud).
    security_group_names Sequence[str]
    The names of the security groups for the VMs (only in the public Cloud).
    security_groups Sequence[GetVmsVmSecurityGroup]
    One or more security groups associated with the VM.
    state str
    The state of the VM (pending | running | stopping | stopped | shutting-down | terminated | quarantine).
    state_reason str
    The reason explaining the current state of the VM.
    subnet_id str
    The ID of the Subnet for the VM.
    tags Sequence[GetVmsVmTag]
    One or more tags associated with the VM.
    user_data str
    The Base64-encoded MIME user data.
    vm_id str
    The ID of the VM.
    vm_initiated_shutdown_behavior str
    The VM behavior when you stop it. If set to stop, the VM stops. If set to restart, the VM stops then automatically restarts. If set to terminate, the VM stops and is deleted.
    vm_type str
    The type of VM. For more information, see VM Types.
    architecture String
    The architecture of the VM (i386 | x86_64).
    blockDeviceMappingsCreateds List<Property Map>
    The block device mapping of the VM.
    bsuOptimized Boolean
    clientToken String
    The idempotency token provided when launching the VM.
    creationDate String
    The date and time (UTC) at which the VM was created.
    deletionProtection Boolean
    If true, you cannot delete the VM unless you change this parameter back to false.
    hypervisor String
    The hypervisor type of the VMs (ovm | xen).
    imageId String
    The ID of the OMI used to create the VM.
    isSourceDestChecked Boolean
    (Net only) If true, the source/destination check is enabled. If false, it is disabled.
    keypairName String
    The name of the keypair used when launching the VM.
    launchNumber Number
    The number for the VM when launching a group of several VMs (for example, 0, 1, 2, and so on).
    nestedVirtualization Boolean
    If true, nested virtualization is enabled. If false, it is disabled.
    netId String
    The ID of the Net for the NIC.
    nics List<Property Map>
    (Net only) The network interface cards (NICs) the VMs are attached to.
    osFamily String
    Indicates the operating system (OS) of the VM.
    performance String
    The performance of the VM (medium | high | highest).
    placementSubregionName String
    placementTenancy String
    primaryNics List<Property Map>
    privateDnsName String
    The name of the private DNS.
    privateIp String
    The primary private IP of the VM.
    privateIps List<String>
    The private IP or IPs of the NIC.
    productCodes List<String>
    The product codes associated with the OMI used to create the VM.
    publicDnsName String
    The name of the public DNS.
    publicIp String
    The public IP of the VM.
    requestId String
    reservationId String
    The reservation ID of the VM.
    rootDeviceName String
    The name of the root device for the VM (for example, /dev/sda1).
    rootDeviceType String
    The type of root device used by the VM (always bsu).
    securityGroupIds List<String>
    The IDs of the security groups for the VMs (only in the public Cloud).
    securityGroupNames List<String>
    The names of the security groups for the VMs (only in the public Cloud).
    securityGroups List<Property Map>
    One or more security groups associated with the VM.
    state String
    The state of the VM (pending | running | stopping | stopped | shutting-down | terminated | quarantine).
    stateReason String
    The reason explaining the current state of the VM.
    subnetId String
    The ID of the Subnet for the VM.
    tags List<Property Map>
    One or more tags associated with the VM.
    userData String
    The Base64-encoded MIME user data.
    vmId String
    The ID of the VM.
    vmInitiatedShutdownBehavior String
    The VM behavior when you stop it. If set to stop, the VM stops. If set to restart, the VM stops then automatically restarts. If set to terminate, the VM stops and is deleted.
    vmType String
    The type of VM. For more information, see VM Types.

    GetVmsVmBlockDeviceMappingsCreated

    Bsus List<GetVmsVmBlockDeviceMappingsCreatedBsus>
    Information about the created BSU volume.
    DeviceName string
    The name of the device.
    Bsus []GetVmsVmBlockDeviceMappingsCreatedBsus
    Information about the created BSU volume.
    DeviceName string
    The name of the device.
    bsus List<GetVmsVmBlockDeviceMappingsCreatedBsus>
    Information about the created BSU volume.
    deviceName String
    The name of the device.
    bsus GetVmsVmBlockDeviceMappingsCreatedBsus[]
    Information about the created BSU volume.
    deviceName string
    The name of the device.
    bsus Sequence[GetVmsVmBlockDeviceMappingsCreatedBsus]
    Information about the created BSU volume.
    device_name str
    The name of the device.
    bsus List<Property Map>
    Information about the created BSU volume.
    deviceName String
    The name of the device.

    GetVmsVmBlockDeviceMappingsCreatedBsus

    DeleteOnVmDeletion bool
    If true, the NIC is deleted when the VM is terminated.
    LinkDate string
    The date and time (UTC) at which the volume was attached to the VM, in ISO 8601 date-time format.
    State string
    The state of the VM (pending | running | stopping | stopped | shutting-down | terminated | quarantine).
    Tags List<GetVmsVmBlockDeviceMappingsCreatedBsusTag>
    One or more tags associated with the VM.
    VolumeId string
    The ID of the volume.
    DeleteOnVmDeletion bool
    If true, the NIC is deleted when the VM is terminated.
    LinkDate string
    The date and time (UTC) at which the volume was attached to the VM, in ISO 8601 date-time format.
    State string
    The state of the VM (pending | running | stopping | stopped | shutting-down | terminated | quarantine).
    Tags []GetVmsVmBlockDeviceMappingsCreatedBsusTag
    One or more tags associated with the VM.
    VolumeId string
    The ID of the volume.
    deleteOnVmDeletion Boolean
    If true, the NIC is deleted when the VM is terminated.
    linkDate String
    The date and time (UTC) at which the volume was attached to the VM, in ISO 8601 date-time format.
    state String
    The state of the VM (pending | running | stopping | stopped | shutting-down | terminated | quarantine).
    tags List<GetVmsVmBlockDeviceMappingsCreatedBsusTag>
    One or more tags associated with the VM.
    volumeId String
    The ID of the volume.
    deleteOnVmDeletion boolean
    If true, the NIC is deleted when the VM is terminated.
    linkDate string
    The date and time (UTC) at which the volume was attached to the VM, in ISO 8601 date-time format.
    state string
    The state of the VM (pending | running | stopping | stopped | shutting-down | terminated | quarantine).
    tags GetVmsVmBlockDeviceMappingsCreatedBsusTag[]
    One or more tags associated with the VM.
    volumeId string
    The ID of the volume.
    delete_on_vm_deletion bool
    If true, the NIC is deleted when the VM is terminated.
    link_date str
    The date and time (UTC) at which the volume was attached to the VM, in ISO 8601 date-time format.
    state str
    The state of the VM (pending | running | stopping | stopped | shutting-down | terminated | quarantine).
    tags Sequence[GetVmsVmBlockDeviceMappingsCreatedBsusTag]
    One or more tags associated with the VM.
    volume_id str
    The ID of the volume.
    deleteOnVmDeletion Boolean
    If true, the NIC is deleted when the VM is terminated.
    linkDate String
    The date and time (UTC) at which the volume was attached to the VM, in ISO 8601 date-time format.
    state String
    The state of the VM (pending | running | stopping | stopped | shutting-down | terminated | quarantine).
    tags List<Property Map>
    One or more tags associated with the VM.
    volumeId String
    The ID of the volume.

    GetVmsVmBlockDeviceMappingsCreatedBsusTag

    Key string
    The key of the tag, with a minimum of 1 character.
    Value string
    The value of the tag, between 0 and 255 characters.
    Key string
    The key of the tag, with a minimum of 1 character.
    Value string
    The value of the tag, between 0 and 255 characters.
    key String
    The key of the tag, with a minimum of 1 character.
    value String
    The value of the tag, between 0 and 255 characters.
    key string
    The key of the tag, with a minimum of 1 character.
    value string
    The value of the tag, between 0 and 255 characters.
    key str
    The key of the tag, with a minimum of 1 character.
    value str
    The value of the tag, between 0 and 255 characters.
    key String
    The key of the tag, with a minimum of 1 character.
    value String
    The value of the tag, between 0 and 255 characters.

    GetVmsVmNic

    AccountId string
    The account ID of the owner of the NIC.
    DeleteOnVmDeletion bool
    If true, the NIC is deleted when the VM is terminated.
    Description string
    The description of the NIC.
    DeviceNumber double
    The device index for the NIC attachment (between 1 and 7, both included).
    IsSourceDestChecked bool
    (Net only) If true, the source/destination check is enabled. If false, it is disabled.
    LinkNics List<GetVmsVmNicLinkNic>
    Information about the network interface card (NIC).
    LinkPublicIps List<GetVmsVmNicLinkPublicIp>
    Information about the public IP associated with the NIC.
    MacAddress string
    The Media Access Control (MAC) address of the NIC.
    NetId string
    The ID of the Net for the NIC.
    NicId string
    The ID of the NIC.
    PrivateDnsName string
    The name of the private DNS.
    PrivateIps List<GetVmsVmNicPrivateIp>
    The private IP or IPs of the NIC.
    SecondaryPrivateIpCount double
    SecurityGroupIds List<string>
    The IDs of the security groups for the VMs (only in the public Cloud).
    SecurityGroups List<GetVmsVmNicSecurityGroup>
    One or more security groups associated with the VM.
    SecurityGroupsNames List<string>
    State string
    The state of the VM (pending | running | stopping | stopped | shutting-down | terminated | quarantine).
    SubnetId string
    The ID of the Subnet for the VM.
    AccountId string
    The account ID of the owner of the NIC.
    DeleteOnVmDeletion bool
    If true, the NIC is deleted when the VM is terminated.
    Description string
    The description of the NIC.
    DeviceNumber float64
    The device index for the NIC attachment (between 1 and 7, both included).
    IsSourceDestChecked bool
    (Net only) If true, the source/destination check is enabled. If false, it is disabled.
    LinkNics []GetVmsVmNicLinkNic
    Information about the network interface card (NIC).
    LinkPublicIps []GetVmsVmNicLinkPublicIp
    Information about the public IP associated with the NIC.
    MacAddress string
    The Media Access Control (MAC) address of the NIC.
    NetId string
    The ID of the Net for the NIC.
    NicId string
    The ID of the NIC.
    PrivateDnsName string
    The name of the private DNS.
    PrivateIps []GetVmsVmNicPrivateIp
    The private IP or IPs of the NIC.
    SecondaryPrivateIpCount float64
    SecurityGroupIds []string
    The IDs of the security groups for the VMs (only in the public Cloud).
    SecurityGroups []GetVmsVmNicSecurityGroup
    One or more security groups associated with the VM.
    SecurityGroupsNames []string
    State string
    The state of the VM (pending | running | stopping | stopped | shutting-down | terminated | quarantine).
    SubnetId string
    The ID of the Subnet for the VM.
    accountId String
    The account ID of the owner of the NIC.
    deleteOnVmDeletion Boolean
    If true, the NIC is deleted when the VM is terminated.
    description String
    The description of the NIC.
    deviceNumber Double
    The device index for the NIC attachment (between 1 and 7, both included).
    isSourceDestChecked Boolean
    (Net only) If true, the source/destination check is enabled. If false, it is disabled.
    linkNics List<GetVmsVmNicLinkNic>
    Information about the network interface card (NIC).
    linkPublicIps List<GetVmsVmNicLinkPublicIp>
    Information about the public IP associated with the NIC.
    macAddress String
    The Media Access Control (MAC) address of the NIC.
    netId String
    The ID of the Net for the NIC.
    nicId String
    The ID of the NIC.
    privateDnsName String
    The name of the private DNS.
    privateIps List<GetVmsVmNicPrivateIp>
    The private IP or IPs of the NIC.
    secondaryPrivateIpCount Double
    securityGroupIds List<String>
    The IDs of the security groups for the VMs (only in the public Cloud).
    securityGroups List<GetVmsVmNicSecurityGroup>
    One or more security groups associated with the VM.
    securityGroupsNames List<String>
    state String
    The state of the VM (pending | running | stopping | stopped | shutting-down | terminated | quarantine).
    subnetId String
    The ID of the Subnet for the VM.
    accountId string
    The account ID of the owner of the NIC.
    deleteOnVmDeletion boolean
    If true, the NIC is deleted when the VM is terminated.
    description string
    The description of the NIC.
    deviceNumber number
    The device index for the NIC attachment (between 1 and 7, both included).
    isSourceDestChecked boolean
    (Net only) If true, the source/destination check is enabled. If false, it is disabled.
    linkNics GetVmsVmNicLinkNic[]
    Information about the network interface card (NIC).
    linkPublicIps GetVmsVmNicLinkPublicIp[]
    Information about the public IP associated with the NIC.
    macAddress string
    The Media Access Control (MAC) address of the NIC.
    netId string
    The ID of the Net for the NIC.
    nicId string
    The ID of the NIC.
    privateDnsName string
    The name of the private DNS.
    privateIps GetVmsVmNicPrivateIp[]
    The private IP or IPs of the NIC.
    secondaryPrivateIpCount number
    securityGroupIds string[]
    The IDs of the security groups for the VMs (only in the public Cloud).
    securityGroups GetVmsVmNicSecurityGroup[]
    One or more security groups associated with the VM.
    securityGroupsNames string[]
    state string
    The state of the VM (pending | running | stopping | stopped | shutting-down | terminated | quarantine).
    subnetId string
    The ID of the Subnet for the VM.
    account_id str
    The account ID of the owner of the NIC.
    delete_on_vm_deletion bool
    If true, the NIC is deleted when the VM is terminated.
    description str
    The description of the NIC.
    device_number float
    The device index for the NIC attachment (between 1 and 7, both included).
    is_source_dest_checked bool
    (Net only) If true, the source/destination check is enabled. If false, it is disabled.
    link_nics Sequence[GetVmsVmNicLinkNic]
    Information about the network interface card (NIC).
    link_public_ips Sequence[GetVmsVmNicLinkPublicIp]
    Information about the public IP associated with the NIC.
    mac_address str
    The Media Access Control (MAC) address of the NIC.
    net_id str
    The ID of the Net for the NIC.
    nic_id str
    The ID of the NIC.
    private_dns_name str
    The name of the private DNS.
    private_ips Sequence[GetVmsVmNicPrivateIp]
    The private IP or IPs of the NIC.
    secondary_private_ip_count float
    security_group_ids Sequence[str]
    The IDs of the security groups for the VMs (only in the public Cloud).
    security_groups Sequence[GetVmsVmNicSecurityGroup]
    One or more security groups associated with the VM.
    security_groups_names Sequence[str]
    state str
    The state of the VM (pending | running | stopping | stopped | shutting-down | terminated | quarantine).
    subnet_id str
    The ID of the Subnet for the VM.
    accountId String
    The account ID of the owner of the NIC.
    deleteOnVmDeletion Boolean
    If true, the NIC is deleted when the VM is terminated.
    description String
    The description of the NIC.
    deviceNumber Number
    The device index for the NIC attachment (between 1 and 7, both included).
    isSourceDestChecked Boolean
    (Net only) If true, the source/destination check is enabled. If false, it is disabled.
    linkNics List<Property Map>
    Information about the network interface card (NIC).
    linkPublicIps List<Property Map>
    Information about the public IP associated with the NIC.
    macAddress String
    The Media Access Control (MAC) address of the NIC.
    netId String
    The ID of the Net for the NIC.
    nicId String
    The ID of the NIC.
    privateDnsName String
    The name of the private DNS.
    privateIps List<Property Map>
    The private IP or IPs of the NIC.
    secondaryPrivateIpCount Number
    securityGroupIds List<String>
    The IDs of the security groups for the VMs (only in the public Cloud).
    securityGroups List<Property Map>
    One or more security groups associated with the VM.
    securityGroupsNames List<String>
    state String
    The state of the VM (pending | running | stopping | stopped | shutting-down | terminated | quarantine).
    subnetId String
    The ID of the Subnet for the VM.

    GetVmsVmNicLinkNic

    DeleteOnVmDeletion bool
    If true, the NIC is deleted when the VM is terminated.
    DeviceNumber string
    The device index for the NIC attachment (between 1 and 7, both included).
    LinkNicId string
    The ID of the NIC to attach.
    State string
    The state of the VM (pending | running | stopping | stopped | shutting-down | terminated | quarantine).
    DeleteOnVmDeletion bool
    If true, the NIC is deleted when the VM is terminated.
    DeviceNumber string
    The device index for the NIC attachment (between 1 and 7, both included).
    LinkNicId string
    The ID of the NIC to attach.
    State string
    The state of the VM (pending | running | stopping | stopped | shutting-down | terminated | quarantine).
    deleteOnVmDeletion Boolean
    If true, the NIC is deleted when the VM is terminated.
    deviceNumber String
    The device index for the NIC attachment (between 1 and 7, both included).
    linkNicId String
    The ID of the NIC to attach.
    state String
    The state of the VM (pending | running | stopping | stopped | shutting-down | terminated | quarantine).
    deleteOnVmDeletion boolean
    If true, the NIC is deleted when the VM is terminated.
    deviceNumber string
    The device index for the NIC attachment (between 1 and 7, both included).
    linkNicId string
    The ID of the NIC to attach.
    state string
    The state of the VM (pending | running | stopping | stopped | shutting-down | terminated | quarantine).
    delete_on_vm_deletion bool
    If true, the NIC is deleted when the VM is terminated.
    device_number str
    The device index for the NIC attachment (between 1 and 7, both included).
    link_nic_id str
    The ID of the NIC to attach.
    state str
    The state of the VM (pending | running | stopping | stopped | shutting-down | terminated | quarantine).
    deleteOnVmDeletion Boolean
    If true, the NIC is deleted when the VM is terminated.
    deviceNumber String
    The device index for the NIC attachment (between 1 and 7, both included).
    linkNicId String
    The ID of the NIC to attach.
    state String
    The state of the VM (pending | running | stopping | stopped | shutting-down | terminated | quarantine).

    GetVmsVmNicLinkPublicIp

    PublicDnsName string
    The name of the public DNS.
    PublicIp string
    The public IP of the VM.
    PublicIpAccountId string
    The account ID of the owner of the public IP.
    PublicDnsName string
    The name of the public DNS.
    PublicIp string
    The public IP of the VM.
    PublicIpAccountId string
    The account ID of the owner of the public IP.
    publicDnsName String
    The name of the public DNS.
    publicIp String
    The public IP of the VM.
    publicIpAccountId String
    The account ID of the owner of the public IP.
    publicDnsName string
    The name of the public DNS.
    publicIp string
    The public IP of the VM.
    publicIpAccountId string
    The account ID of the owner of the public IP.
    public_dns_name str
    The name of the public DNS.
    public_ip str
    The public IP of the VM.
    public_ip_account_id str
    The account ID of the owner of the public IP.
    publicDnsName String
    The name of the public DNS.
    publicIp String
    The public IP of the VM.
    publicIpAccountId String
    The account ID of the owner of the public IP.

    GetVmsVmNicPrivateIp

    IsPrimary bool
    If true, the IP is the primary private IP of the NIC.
    LinkPublicIps List<GetVmsVmNicPrivateIpLinkPublicIp>
    Information about the public IP associated with the NIC.
    PrivateDnsName string
    The name of the private DNS.
    PrivateIp string
    The primary private IP of the VM.
    IsPrimary bool
    If true, the IP is the primary private IP of the NIC.
    LinkPublicIps []GetVmsVmNicPrivateIpLinkPublicIp
    Information about the public IP associated with the NIC.
    PrivateDnsName string
    The name of the private DNS.
    PrivateIp string
    The primary private IP of the VM.
    isPrimary Boolean
    If true, the IP is the primary private IP of the NIC.
    linkPublicIps List<GetVmsVmNicPrivateIpLinkPublicIp>
    Information about the public IP associated with the NIC.
    privateDnsName String
    The name of the private DNS.
    privateIp String
    The primary private IP of the VM.
    isPrimary boolean
    If true, the IP is the primary private IP of the NIC.
    linkPublicIps GetVmsVmNicPrivateIpLinkPublicIp[]
    Information about the public IP associated with the NIC.
    privateDnsName string
    The name of the private DNS.
    privateIp string
    The primary private IP of the VM.
    is_primary bool
    If true, the IP is the primary private IP of the NIC.
    link_public_ips Sequence[GetVmsVmNicPrivateIpLinkPublicIp]
    Information about the public IP associated with the NIC.
    private_dns_name str
    The name of the private DNS.
    private_ip str
    The primary private IP of the VM.
    isPrimary Boolean
    If true, the IP is the primary private IP of the NIC.
    linkPublicIps List<Property Map>
    Information about the public IP associated with the NIC.
    privateDnsName String
    The name of the private DNS.
    privateIp String
    The primary private IP of the VM.

    GetVmsVmNicPrivateIpLinkPublicIp

    PublicDnsName string
    The name of the public DNS.
    PublicIp string
    The public IP of the VM.
    PublicIpAccountId string
    The account ID of the owner of the public IP.
    PublicDnsName string
    The name of the public DNS.
    PublicIp string
    The public IP of the VM.
    PublicIpAccountId string
    The account ID of the owner of the public IP.
    publicDnsName String
    The name of the public DNS.
    publicIp String
    The public IP of the VM.
    publicIpAccountId String
    The account ID of the owner of the public IP.
    publicDnsName string
    The name of the public DNS.
    publicIp string
    The public IP of the VM.
    publicIpAccountId string
    The account ID of the owner of the public IP.
    public_dns_name str
    The name of the public DNS.
    public_ip str
    The public IP of the VM.
    public_ip_account_id str
    The account ID of the owner of the public IP.
    publicDnsName String
    The name of the public DNS.
    publicIp String
    The public IP of the VM.
    publicIpAccountId String
    The account ID of the owner of the public IP.

    GetVmsVmNicSecurityGroup

    SecurityGroupId string
    The ID of the security group.
    SecurityGroupName string
    The name of the security group.
    SecurityGroupId string
    The ID of the security group.
    SecurityGroupName string
    The name of the security group.
    securityGroupId String
    The ID of the security group.
    securityGroupName String
    The name of the security group.
    securityGroupId string
    The ID of the security group.
    securityGroupName string
    The name of the security group.
    security_group_id str
    The ID of the security group.
    security_group_name str
    The name of the security group.
    securityGroupId String
    The ID of the security group.
    securityGroupName String
    The name of the security group.

    GetVmsVmPrimaryNic

    AccountId string
    The account ID of the owner of the NIC.
    DeleteOnVmDeletion bool
    If true, the NIC is deleted when the VM is terminated.
    Description string
    The description of the NIC.
    DeviceNumber double
    The device index for the NIC attachment (between 1 and 7, both included).
    IsSourceDestChecked bool
    (Net only) If true, the source/destination check is enabled. If false, it is disabled.
    LinkNics List<GetVmsVmPrimaryNicLinkNic>
    Information about the network interface card (NIC).
    LinkPublicIps List<GetVmsVmPrimaryNicLinkPublicIp>
    Information about the public IP associated with the NIC.
    MacAddress string
    The Media Access Control (MAC) address of the NIC.
    NetId string
    The ID of the Net for the NIC.
    NicId string
    The ID of the NIC.
    PrivateDnsName string
    The name of the private DNS.
    PrivateIps List<GetVmsVmPrimaryNicPrivateIp>
    The private IP or IPs of the NIC.
    SecondaryPrivateIpCount double
    SecurityGroupIds List<string>
    The IDs of the security groups for the VMs (only in the public Cloud).
    SecurityGroups List<GetVmsVmPrimaryNicSecurityGroup>
    One or more security groups associated with the VM.
    State string
    The state of the VM (pending | running | stopping | stopped | shutting-down | terminated | quarantine).
    SubnetId string
    The ID of the Subnet for the VM.
    AccountId string
    The account ID of the owner of the NIC.
    DeleteOnVmDeletion bool
    If true, the NIC is deleted when the VM is terminated.
    Description string
    The description of the NIC.
    DeviceNumber float64
    The device index for the NIC attachment (between 1 and 7, both included).
    IsSourceDestChecked bool
    (Net only) If true, the source/destination check is enabled. If false, it is disabled.
    LinkNics []GetVmsVmPrimaryNicLinkNic
    Information about the network interface card (NIC).
    LinkPublicIps []GetVmsVmPrimaryNicLinkPublicIp
    Information about the public IP associated with the NIC.
    MacAddress string
    The Media Access Control (MAC) address of the NIC.
    NetId string
    The ID of the Net for the NIC.
    NicId string
    The ID of the NIC.
    PrivateDnsName string
    The name of the private DNS.
    PrivateIps []GetVmsVmPrimaryNicPrivateIp
    The private IP or IPs of the NIC.
    SecondaryPrivateIpCount float64
    SecurityGroupIds []string
    The IDs of the security groups for the VMs (only in the public Cloud).
    SecurityGroups []GetVmsVmPrimaryNicSecurityGroup
    One or more security groups associated with the VM.
    State string
    The state of the VM (pending | running | stopping | stopped | shutting-down | terminated | quarantine).
    SubnetId string
    The ID of the Subnet for the VM.
    accountId String
    The account ID of the owner of the NIC.
    deleteOnVmDeletion Boolean
    If true, the NIC is deleted when the VM is terminated.
    description String
    The description of the NIC.
    deviceNumber Double
    The device index for the NIC attachment (between 1 and 7, both included).
    isSourceDestChecked Boolean
    (Net only) If true, the source/destination check is enabled. If false, it is disabled.
    linkNics List<GetVmsVmPrimaryNicLinkNic>
    Information about the network interface card (NIC).
    linkPublicIps List<GetVmsVmPrimaryNicLinkPublicIp>
    Information about the public IP associated with the NIC.
    macAddress String
    The Media Access Control (MAC) address of the NIC.
    netId String
    The ID of the Net for the NIC.
    nicId String
    The ID of the NIC.
    privateDnsName String
    The name of the private DNS.
    privateIps List<GetVmsVmPrimaryNicPrivateIp>
    The private IP or IPs of the NIC.
    secondaryPrivateIpCount Double
    securityGroupIds List<String>
    The IDs of the security groups for the VMs (only in the public Cloud).
    securityGroups List<GetVmsVmPrimaryNicSecurityGroup>
    One or more security groups associated with the VM.
    state String
    The state of the VM (pending | running | stopping | stopped | shutting-down | terminated | quarantine).
    subnetId String
    The ID of the Subnet for the VM.
    accountId string
    The account ID of the owner of the NIC.
    deleteOnVmDeletion boolean
    If true, the NIC is deleted when the VM is terminated.
    description string
    The description of the NIC.
    deviceNumber number
    The device index for the NIC attachment (between 1 and 7, both included).
    isSourceDestChecked boolean
    (Net only) If true, the source/destination check is enabled. If false, it is disabled.
    linkNics GetVmsVmPrimaryNicLinkNic[]
    Information about the network interface card (NIC).
    linkPublicIps GetVmsVmPrimaryNicLinkPublicIp[]
    Information about the public IP associated with the NIC.
    macAddress string
    The Media Access Control (MAC) address of the NIC.
    netId string
    The ID of the Net for the NIC.
    nicId string
    The ID of the NIC.
    privateDnsName string
    The name of the private DNS.
    privateIps GetVmsVmPrimaryNicPrivateIp[]
    The private IP or IPs of the NIC.
    secondaryPrivateIpCount number
    securityGroupIds string[]
    The IDs of the security groups for the VMs (only in the public Cloud).
    securityGroups GetVmsVmPrimaryNicSecurityGroup[]
    One or more security groups associated with the VM.
    state string
    The state of the VM (pending | running | stopping | stopped | shutting-down | terminated | quarantine).
    subnetId string
    The ID of the Subnet for the VM.
    account_id str
    The account ID of the owner of the NIC.
    delete_on_vm_deletion bool
    If true, the NIC is deleted when the VM is terminated.
    description str
    The description of the NIC.
    device_number float
    The device index for the NIC attachment (between 1 and 7, both included).
    is_source_dest_checked bool
    (Net only) If true, the source/destination check is enabled. If false, it is disabled.
    link_nics Sequence[GetVmsVmPrimaryNicLinkNic]
    Information about the network interface card (NIC).
    link_public_ips Sequence[GetVmsVmPrimaryNicLinkPublicIp]
    Information about the public IP associated with the NIC.
    mac_address str
    The Media Access Control (MAC) address of the NIC.
    net_id str
    The ID of the Net for the NIC.
    nic_id str
    The ID of the NIC.
    private_dns_name str
    The name of the private DNS.
    private_ips Sequence[GetVmsVmPrimaryNicPrivateIp]
    The private IP or IPs of the NIC.
    secondary_private_ip_count float
    security_group_ids Sequence[str]
    The IDs of the security groups for the VMs (only in the public Cloud).
    security_groups Sequence[GetVmsVmPrimaryNicSecurityGroup]
    One or more security groups associated with the VM.
    state str
    The state of the VM (pending | running | stopping | stopped | shutting-down | terminated | quarantine).
    subnet_id str
    The ID of the Subnet for the VM.
    accountId String
    The account ID of the owner of the NIC.
    deleteOnVmDeletion Boolean
    If true, the NIC is deleted when the VM is terminated.
    description String
    The description of the NIC.
    deviceNumber Number
    The device index for the NIC attachment (between 1 and 7, both included).
    isSourceDestChecked Boolean
    (Net only) If true, the source/destination check is enabled. If false, it is disabled.
    linkNics List<Property Map>
    Information about the network interface card (NIC).
    linkPublicIps List<Property Map>
    Information about the public IP associated with the NIC.
    macAddress String
    The Media Access Control (MAC) address of the NIC.
    netId String
    The ID of the Net for the NIC.
    nicId String
    The ID of the NIC.
    privateDnsName String
    The name of the private DNS.
    privateIps List<Property Map>
    The private IP or IPs of the NIC.
    secondaryPrivateIpCount Number
    securityGroupIds List<String>
    The IDs of the security groups for the VMs (only in the public Cloud).
    securityGroups List<Property Map>
    One or more security groups associated with the VM.
    state String
    The state of the VM (pending | running | stopping | stopped | shutting-down | terminated | quarantine).
    subnetId String
    The ID of the Subnet for the VM.

    GetVmsVmPrimaryNicLinkNic

    DeleteOnVmDeletion bool
    If true, the NIC is deleted when the VM is terminated.
    DeviceNumber string
    The device index for the NIC attachment (between 1 and 7, both included).
    LinkNicId string
    The ID of the NIC to attach.
    State string
    The state of the VM (pending | running | stopping | stopped | shutting-down | terminated | quarantine).
    DeleteOnVmDeletion bool
    If true, the NIC is deleted when the VM is terminated.
    DeviceNumber string
    The device index for the NIC attachment (between 1 and 7, both included).
    LinkNicId string
    The ID of the NIC to attach.
    State string
    The state of the VM (pending | running | stopping | stopped | shutting-down | terminated | quarantine).
    deleteOnVmDeletion Boolean
    If true, the NIC is deleted when the VM is terminated.
    deviceNumber String
    The device index for the NIC attachment (between 1 and 7, both included).
    linkNicId String
    The ID of the NIC to attach.
    state String
    The state of the VM (pending | running | stopping | stopped | shutting-down | terminated | quarantine).
    deleteOnVmDeletion boolean
    If true, the NIC is deleted when the VM is terminated.
    deviceNumber string
    The device index for the NIC attachment (between 1 and 7, both included).
    linkNicId string
    The ID of the NIC to attach.
    state string
    The state of the VM (pending | running | stopping | stopped | shutting-down | terminated | quarantine).
    delete_on_vm_deletion bool
    If true, the NIC is deleted when the VM is terminated.
    device_number str
    The device index for the NIC attachment (between 1 and 7, both included).
    link_nic_id str
    The ID of the NIC to attach.
    state str
    The state of the VM (pending | running | stopping | stopped | shutting-down | terminated | quarantine).
    deleteOnVmDeletion Boolean
    If true, the NIC is deleted when the VM is terminated.
    deviceNumber String
    The device index for the NIC attachment (between 1 and 7, both included).
    linkNicId String
    The ID of the NIC to attach.
    state String
    The state of the VM (pending | running | stopping | stopped | shutting-down | terminated | quarantine).

    GetVmsVmPrimaryNicLinkPublicIp

    PublicDnsName string
    The name of the public DNS.
    PublicIp string
    The public IP of the VM.
    PublicIpAccountId string
    The account ID of the owner of the public IP.
    PublicDnsName string
    The name of the public DNS.
    PublicIp string
    The public IP of the VM.
    PublicIpAccountId string
    The account ID of the owner of the public IP.
    publicDnsName String
    The name of the public DNS.
    publicIp String
    The public IP of the VM.
    publicIpAccountId String
    The account ID of the owner of the public IP.
    publicDnsName string
    The name of the public DNS.
    publicIp string
    The public IP of the VM.
    publicIpAccountId string
    The account ID of the owner of the public IP.
    public_dns_name str
    The name of the public DNS.
    public_ip str
    The public IP of the VM.
    public_ip_account_id str
    The account ID of the owner of the public IP.
    publicDnsName String
    The name of the public DNS.
    publicIp String
    The public IP of the VM.
    publicIpAccountId String
    The account ID of the owner of the public IP.

    GetVmsVmPrimaryNicPrivateIp

    IsPrimary bool
    If true, the IP is the primary private IP of the NIC.
    LinkPublicIps List<GetVmsVmPrimaryNicPrivateIpLinkPublicIp>
    Information about the public IP associated with the NIC.
    PrivateDnsName string
    The name of the private DNS.
    PrivateIp string
    The primary private IP of the VM.
    IsPrimary bool
    If true, the IP is the primary private IP of the NIC.
    LinkPublicIps []GetVmsVmPrimaryNicPrivateIpLinkPublicIp
    Information about the public IP associated with the NIC.
    PrivateDnsName string
    The name of the private DNS.
    PrivateIp string
    The primary private IP of the VM.
    isPrimary Boolean
    If true, the IP is the primary private IP of the NIC.
    linkPublicIps List<GetVmsVmPrimaryNicPrivateIpLinkPublicIp>
    Information about the public IP associated with the NIC.
    privateDnsName String
    The name of the private DNS.
    privateIp String
    The primary private IP of the VM.
    isPrimary boolean
    If true, the IP is the primary private IP of the NIC.
    linkPublicIps GetVmsVmPrimaryNicPrivateIpLinkPublicIp[]
    Information about the public IP associated with the NIC.
    privateDnsName string
    The name of the private DNS.
    privateIp string
    The primary private IP of the VM.
    is_primary bool
    If true, the IP is the primary private IP of the NIC.
    link_public_ips Sequence[GetVmsVmPrimaryNicPrivateIpLinkPublicIp]
    Information about the public IP associated with the NIC.
    private_dns_name str
    The name of the private DNS.
    private_ip str
    The primary private IP of the VM.
    isPrimary Boolean
    If true, the IP is the primary private IP of the NIC.
    linkPublicIps List<Property Map>
    Information about the public IP associated with the NIC.
    privateDnsName String
    The name of the private DNS.
    privateIp String
    The primary private IP of the VM.

    GetVmsVmPrimaryNicPrivateIpLinkPublicIp

    PublicDnsName string
    The name of the public DNS.
    PublicIp string
    The public IP of the VM.
    PublicIpAccountId string
    The account ID of the owner of the public IP.
    PublicDnsName string
    The name of the public DNS.
    PublicIp string
    The public IP of the VM.
    PublicIpAccountId string
    The account ID of the owner of the public IP.
    publicDnsName String
    The name of the public DNS.
    publicIp String
    The public IP of the VM.
    publicIpAccountId String
    The account ID of the owner of the public IP.
    publicDnsName string
    The name of the public DNS.
    publicIp string
    The public IP of the VM.
    publicIpAccountId string
    The account ID of the owner of the public IP.
    public_dns_name str
    The name of the public DNS.
    public_ip str
    The public IP of the VM.
    public_ip_account_id str
    The account ID of the owner of the public IP.
    publicDnsName String
    The name of the public DNS.
    publicIp String
    The public IP of the VM.
    publicIpAccountId String
    The account ID of the owner of the public IP.

    GetVmsVmPrimaryNicSecurityGroup

    SecurityGroupId string
    The ID of the security group.
    SecurityGroupName string
    The name of the security group.
    SecurityGroupId string
    The ID of the security group.
    SecurityGroupName string
    The name of the security group.
    securityGroupId String
    The ID of the security group.
    securityGroupName String
    The name of the security group.
    securityGroupId string
    The ID of the security group.
    securityGroupName string
    The name of the security group.
    security_group_id str
    The ID of the security group.
    security_group_name str
    The name of the security group.
    securityGroupId String
    The ID of the security group.
    securityGroupName String
    The name of the security group.

    GetVmsVmSecurityGroup

    SecurityGroupId string
    The ID of the security group.
    SecurityGroupName string
    The name of the security group.
    SecurityGroupId string
    The ID of the security group.
    SecurityGroupName string
    The name of the security group.
    securityGroupId String
    The ID of the security group.
    securityGroupName String
    The name of the security group.
    securityGroupId string
    The ID of the security group.
    securityGroupName string
    The name of the security group.
    security_group_id str
    The ID of the security group.
    security_group_name str
    The name of the security group.
    securityGroupId String
    The ID of the security group.
    securityGroupName String
    The name of the security group.

    GetVmsVmTag

    Key string
    The key of the tag, with a minimum of 1 character.
    Value string
    The value of the tag, between 0 and 255 characters.
    Key string
    The key of the tag, with a minimum of 1 character.
    Value string
    The value of the tag, between 0 and 255 characters.
    key String
    The key of the tag, with a minimum of 1 character.
    value String
    The value of the tag, between 0 and 255 characters.
    key string
    The key of the tag, with a minimum of 1 character.
    value string
    The value of the tag, between 0 and 255 characters.
    key str
    The key of the tag, with a minimum of 1 character.
    value str
    The value of the tag, between 0 and 255 characters.
    key String
    The key of the tag, with a minimum of 1 character.
    value String
    The value of the tag, between 0 and 255 characters.

    Package Details

    Repository
    outscale outscale/terraform-provider-outscale
    License
    Notes
    This Pulumi package is based on the outscale Terraform Provider.
    outscale logo
    outscale 1.0.1 published on Thursday, Mar 13, 2025 by outscale