outscale 1.0.1 published on Thursday, Mar 13, 2025 by outscale
outscale.getVm
Explore with Pulumi AI
Provides information about a virtual machine (VM).
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 vm01 = outscale.getVm({
filters: [{
name: "vm_ids",
values: ["i-12345678"],
}],
});
import pulumi
import pulumi_outscale as outscale
vm01 = outscale.get_vm(filters=[{
"name": "vm_ids",
"values": ["i-12345678"],
}])
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.LookupVm(ctx, &outscale.LookupVmArgs{
Filters: []outscale.GetVmFilter{
{
Name: "vm_ids",
Values: []string{
"i-12345678",
},
},
},
}, 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 vm01 = Outscale.GetVm.Invoke(new()
{
Filters = new[]
{
new Outscale.Inputs.GetVmFilterInputArgs
{
Name = "vm_ids",
Values = new[]
{
"i-12345678",
},
},
},
});
});
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.GetVmArgs;
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 vm01 = OutscaleFunctions.getVm(GetVmArgs.builder()
.filters(GetVmFilterArgs.builder()
.name("vm_ids")
.values("i-12345678")
.build())
.build());
}
}
variables:
vm01:
fn::invoke:
function: outscale:getVm
arguments:
filters:
- name: vm_ids
values:
- i-12345678
Using getVm
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 getVm(args: GetVmArgs, opts?: InvokeOptions): Promise<GetVmResult>
function getVmOutput(args: GetVmOutputArgs, opts?: InvokeOptions): Output<GetVmResult>
def get_vm(filters: Optional[Sequence[GetVmFilter]] = None,
id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetVmResult
def get_vm_output(filters: Optional[pulumi.Input[Sequence[pulumi.Input[GetVmFilterArgs]]]] = None,
id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetVmResult]
func LookupVm(ctx *Context, args *LookupVmArgs, opts ...InvokeOption) (*LookupVmResult, error)
func LookupVmOutput(ctx *Context, args *LookupVmOutputArgs, opts ...InvokeOption) LookupVmResultOutput
> Note: This function is named LookupVm
in the Go SDK.
public static class GetVm
{
public static Task<GetVmResult> InvokeAsync(GetVmArgs args, InvokeOptions? opts = null)
public static Output<GetVmResult> Invoke(GetVmInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetVmResult> getVm(GetVmArgs args, InvokeOptions options)
public static Output<GetVmResult> getVm(GetVmArgs args, InvokeOptions options)
fn::invoke:
function: outscale:index/getVm:getVm
arguments:
# arguments dictionary
The following arguments are supported:
- Filters
List<Get
Vm Filter> - 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
[]Get
Vm Filter - 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<Get
Vm Filter> - 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
Get
Vm Filter[] - 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[Get
Vm Filter] - 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
getVm Result
The following output properties are available:
- Architecture string
- The architecture of the VM (
i386
|x86_64
). - Block
Device List<GetMappings Createds Vm Block Device Mappings Created> - The block device mapping of the VM.
- Bsu
Optimized bool - Client
Token string - The idempotency token provided when launching the VM.
- Creation
Date string - 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 string
- The hypervisor type of the VMs (
ovm
|xen
). - Id string
- Image
Id string - The ID of the OMI used to create the VM.
- Is
Source boolDest Checked - (Net only) If true, the source/destination check is enabled. If false, it is disabled.
- Keypair
Name string - The name of the keypair used when launching the VM.
- Launch
Number double - 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 string - The ID of the Net for the NIC.
- Nics
List<Get
Vm Nic> - (Net only) The network interface cards (NICs) the VMs are attached to.
- Os
Family string - Indicates the operating system (OS) of the VM.
- Performance string
- The performance of the VM (
medium
|high
|highest
). - Placement
Subregion stringName - Placement
Tenancy string - Primary
Nics List<GetVm Primary Nic> - Private
Dns stringName - The name of the private DNS.
- Private
Ip string - The primary private IP of the VM.
- Private
Ips List<string> - The private IP or IPs of the NIC.
- Product
Codes List<string> - The product codes associated with the OMI used to create the VM.
- Public
Dns stringName - The name of the public DNS.
- Public
Ip string - The public IP of the VM.
- Request
Id string - Reservation
Id string - The reservation ID of the VM.
- Root
Device stringName - The name of the root device for the VM (for example,
/dev/sda1
). - Root
Device stringType - The type of root device used by the VM (always
bsu
). - Security
Group List<string>Ids - Security
Group List<string>Names - Security
Groups List<GetVm Security Group> - One or more security groups associated with the VM.
- State string
- The state of the VM (
pending
|running
|stopping
|stopped
|shutting-down
|terminated
|quarantine
). - State
Reason string - The reason explaining the current state of the VM.
- Subnet
Id string - The ID of the Subnet for the VM.
- List<Get
Vm Tag> - One or more tags associated with the VM.
- User
Data string - The Base64-encoded MIME user data.
- Vm
Id string - The ID of the VM.
- Vm
Initiated stringShutdown Behavior - The VM behavior when you stop it. If set to
stop
, the VM stops. If set torestart
, the VM stops then automatically restarts. If set toterminate
, the VM stops and is deleted. - Vm
Type string - The type of VM. For more information, see VM Types.
- Filters
List<Get
Vm Filter>
- Architecture string
- The architecture of the VM (
i386
|x86_64
). - Block
Device []GetMappings Createds Vm Block Device Mappings Created - The block device mapping of the VM.
- Bsu
Optimized bool - Client
Token string - The idempotency token provided when launching the VM.
- Creation
Date string - 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 string
- The hypervisor type of the VMs (
ovm
|xen
). - Id string
- Image
Id string - The ID of the OMI used to create the VM.
- Is
Source boolDest Checked - (Net only) If true, the source/destination check is enabled. If false, it is disabled.
- Keypair
Name string - The name of the keypair used when launching the VM.
- Launch
Number float64 - 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 string - The ID of the Net for the NIC.
- Nics
[]Get
Vm Nic - (Net only) The network interface cards (NICs) the VMs are attached to.
- Os
Family string - Indicates the operating system (OS) of the VM.
- Performance string
- The performance of the VM (
medium
|high
|highest
). - Placement
Subregion stringName - Placement
Tenancy string - Primary
Nics []GetVm Primary Nic - Private
Dns stringName - The name of the private DNS.
- Private
Ip string - The primary private IP of the VM.
- Private
Ips []string - The private IP or IPs of the NIC.
- Product
Codes []string - The product codes associated with the OMI used to create the VM.
- Public
Dns stringName - The name of the public DNS.
- Public
Ip string - The public IP of the VM.
- Request
Id string - Reservation
Id string - The reservation ID of the VM.
- Root
Device stringName - The name of the root device for the VM (for example,
/dev/sda1
). - Root
Device stringType - The type of root device used by the VM (always
bsu
). - Security
Group []stringIds - Security
Group []stringNames - Security
Groups []GetVm Security Group - One or more security groups associated with the VM.
- State string
- The state of the VM (
pending
|running
|stopping
|stopped
|shutting-down
|terminated
|quarantine
). - State
Reason string - The reason explaining the current state of the VM.
- Subnet
Id string - The ID of the Subnet for the VM.
- []Get
Vm Tag - One or more tags associated with the VM.
- User
Data string - The Base64-encoded MIME user data.
- Vm
Id string - The ID of the VM.
- Vm
Initiated stringShutdown Behavior - The VM behavior when you stop it. If set to
stop
, the VM stops. If set torestart
, the VM stops then automatically restarts. If set toterminate
, the VM stops and is deleted. - Vm
Type string - The type of VM. For more information, see VM Types.
- Filters
[]Get
Vm Filter
- architecture String
- The architecture of the VM (
i386
|x86_64
). - block
Device List<GetMappings Createds Vm Block Device Mappings Created> - The block device mapping of the VM.
- bsu
Optimized Boolean - client
Token String - The idempotency token provided when launching the VM.
- creation
Date String - The date and time (UTC) at which the VM was created.
- deletion
Protection 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
). - id String
- image
Id String - The ID of the OMI used to create the VM.
- is
Source BooleanDest Checked - (Net only) If true, the source/destination check is enabled. If false, it is disabled.
- keypair
Name String - The name of the keypair used when launching the VM.
- launch
Number Double - The number for the VM when launching a group of several VMs (for example,
0
,1
,2
, and so on). - nested
Virtualization Boolean - If true, nested virtualization is enabled. If false, it is disabled.
- net
Id String - The ID of the Net for the NIC.
- nics
List<Get
Vm Nic> - (Net only) The network interface cards (NICs) the VMs are attached to.
- os
Family String - Indicates the operating system (OS) of the VM.
- performance String
- The performance of the VM (
medium
|high
|highest
). - placement
Subregion StringName - placement
Tenancy String - primary
Nics List<GetVm Primary Nic> - private
Dns StringName - The name of the private DNS.
- private
Ip String - The primary private IP of the VM.
- private
Ips List<String> - The private IP or IPs of the NIC.
- product
Codes List<String> - The product codes associated with the OMI used to create the VM.
- public
Dns StringName - The name of the public DNS.
- public
Ip String - The public IP of the VM.
- request
Id String - reservation
Id String - The reservation ID of the VM.
- root
Device StringName - The name of the root device for the VM (for example,
/dev/sda1
). - root
Device StringType - The type of root device used by the VM (always
bsu
). - security
Group List<String>Ids - security
Group List<String>Names - security
Groups List<GetVm Security Group> - One or more security groups associated with the VM.
- state String
- The state of the VM (
pending
|running
|stopping
|stopped
|shutting-down
|terminated
|quarantine
). - state
Reason String - The reason explaining the current state of the VM.
- subnet
Id String - The ID of the Subnet for the VM.
- List<Get
Vm Tag> - One or more tags associated with the VM.
- user
Data String - The Base64-encoded MIME user data.
- vm
Id String - The ID of the VM.
- vm
Initiated StringShutdown Behavior - The VM behavior when you stop it. If set to
stop
, the VM stops. If set torestart
, the VM stops then automatically restarts. If set toterminate
, the VM stops and is deleted. - vm
Type String - The type of VM. For more information, see VM Types.
- filters
List<Get
Vm Filter>
- architecture string
- The architecture of the VM (
i386
|x86_64
). - block
Device GetMappings Createds Vm Block Device Mappings Created[] - The block device mapping of the VM.
- bsu
Optimized boolean - client
Token string - The idempotency token provided when launching the VM.
- creation
Date string - The date and time (UTC) at which the VM was created.
- deletion
Protection 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
). - id string
- image
Id string - The ID of the OMI used to create the VM.
- is
Source booleanDest Checked - (Net only) If true, the source/destination check is enabled. If false, it is disabled.
- keypair
Name string - The name of the keypair used when launching the VM.
- launch
Number number - The number for the VM when launching a group of several VMs (for example,
0
,1
,2
, and so on). - nested
Virtualization boolean - If true, nested virtualization is enabled. If false, it is disabled.
- net
Id string - The ID of the Net for the NIC.
- nics
Get
Vm Nic[] - (Net only) The network interface cards (NICs) the VMs are attached to.
- os
Family string - Indicates the operating system (OS) of the VM.
- performance string
- The performance of the VM (
medium
|high
|highest
). - placement
Subregion stringName - placement
Tenancy string - primary
Nics GetVm Primary Nic[] - private
Dns stringName - The name of the private DNS.
- private
Ip string - The primary private IP of the VM.
- private
Ips string[] - The private IP or IPs of the NIC.
- product
Codes string[] - The product codes associated with the OMI used to create the VM.
- public
Dns stringName - The name of the public DNS.
- public
Ip string - The public IP of the VM.
- request
Id string - reservation
Id string - The reservation ID of the VM.
- root
Device stringName - The name of the root device for the VM (for example,
/dev/sda1
). - root
Device stringType - The type of root device used by the VM (always
bsu
). - security
Group string[]Ids - security
Group string[]Names - security
Groups GetVm Security Group[] - One or more security groups associated with the VM.
- state string
- The state of the VM (
pending
|running
|stopping
|stopped
|shutting-down
|terminated
|quarantine
). - state
Reason string - The reason explaining the current state of the VM.
- subnet
Id string - The ID of the Subnet for the VM.
- Get
Vm Tag[] - One or more tags associated with the VM.
- user
Data string - The Base64-encoded MIME user data.
- vm
Id string - The ID of the VM.
- vm
Initiated stringShutdown Behavior - The VM behavior when you stop it. If set to
stop
, the VM stops. If set torestart
, the VM stops then automatically restarts. If set toterminate
, the VM stops and is deleted. - vm
Type string - The type of VM. For more information, see VM Types.
- filters
Get
Vm Filter[]
- architecture str
- The architecture of the VM (
i386
|x86_64
). - block_
device_ Sequence[Getmappings_ createds Vm Block Device Mappings Created] - 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
). - id str
- image_
id str - The ID of the OMI used to create the VM.
- is_
source_ booldest_ checked - (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[Get
Vm Nic] - (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_ strname - placement_
tenancy str - primary_
nics Sequence[GetVm Primary Nic] - private_
dns_ strname - 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_ strname - 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_ strname - The name of the root device for the VM (for example,
/dev/sda1
). - root_
device_ strtype - The type of root device used by the VM (always
bsu
). - security_
group_ Sequence[str]ids - security_
group_ Sequence[str]names - security_
groups Sequence[GetVm Security Group] - 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.
- Sequence[Get
Vm Tag] - 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_ strshutdown_ behavior - The VM behavior when you stop it. If set to
stop
, the VM stops. If set torestart
, the VM stops then automatically restarts. If set toterminate
, the VM stops and is deleted. - vm_
type str - The type of VM. For more information, see VM Types.
- filters
Sequence[Get
Vm Filter]
- architecture String
- The architecture of the VM (
i386
|x86_64
). - block
Device List<Property Map>Mappings Createds - The block device mapping of the VM.
- bsu
Optimized Boolean - client
Token String - The idempotency token provided when launching the VM.
- creation
Date String - The date and time (UTC) at which the VM was created.
- deletion
Protection 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
). - id String
- image
Id String - The ID of the OMI used to create the VM.
- is
Source BooleanDest Checked - (Net only) If true, the source/destination check is enabled. If false, it is disabled.
- keypair
Name String - The name of the keypair used when launching the VM.
- launch
Number Number - The number for the VM when launching a group of several VMs (for example,
0
,1
,2
, and so on). - nested
Virtualization Boolean - If true, nested virtualization is enabled. If false, it is disabled.
- net
Id 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.
- os
Family String - Indicates the operating system (OS) of the VM.
- performance String
- The performance of the VM (
medium
|high
|highest
). - placement
Subregion StringName - placement
Tenancy String - primary
Nics List<Property Map> - private
Dns StringName - The name of the private DNS.
- private
Ip String - The primary private IP of the VM.
- private
Ips List<String> - The private IP or IPs of the NIC.
- product
Codes List<String> - The product codes associated with the OMI used to create the VM.
- public
Dns StringName - The name of the public DNS.
- public
Ip String - The public IP of the VM.
- request
Id String - reservation
Id String - The reservation ID of the VM.
- root
Device StringName - The name of the root device for the VM (for example,
/dev/sda1
). - root
Device StringType - The type of root device used by the VM (always
bsu
). - security
Group List<String>Ids - security
Group List<String>Names - security
Groups 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
). - state
Reason String - The reason explaining the current state of the VM.
- subnet
Id String - The ID of the Subnet for the VM.
- List<Property Map>
- One or more tags associated with the VM.
- user
Data String - The Base64-encoded MIME user data.
- vm
Id String - The ID of the VM.
- vm
Initiated StringShutdown Behavior - The VM behavior when you stop it. If set to
stop
, the VM stops. If set torestart
, the VM stops then automatically restarts. If set toterminate
, the VM stops and is deleted. - vm
Type String - The type of VM. For more information, see VM Types.
- filters List<Property Map>
Supporting Types
GetVmBlockDeviceMappingsCreated
- Bsus
List<Get
Vm Block Device Mappings Created Bsus> - Information about the created BSU volume.
- Device
Name string - The name of the device.
- Bsus
[]Get
Vm Block Device Mappings Created Bsus - Information about the created BSU volume.
- Device
Name string - The name of the device.
- bsus
List<Get
Vm Block Device Mappings Created Bsus> - Information about the created BSU volume.
- device
Name String - The name of the device.
- bsus
Get
Vm Block Device Mappings Created Bsus[] - Information about the created BSU volume.
- device
Name string - The name of the device.
- bsus
Sequence[Get
Vm Block Device Mappings Created Bsus] - Information about the created BSU volume.
- device_
name str - The name of the device.
- bsus List<Property Map>
- Information about the created BSU volume.
- device
Name String - The name of the device.
GetVmBlockDeviceMappingsCreatedBsus
- Delete
On boolVm Deletion - If true, the NIC is deleted when the VM is terminated.
- Link
Date 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
). - List<Get
Vm Block Device Mappings Created Bsus Tag> - One or more tags associated with the VM.
- Volume
Id string - The ID of the volume.
- Delete
On boolVm Deletion - If true, the NIC is deleted when the VM is terminated.
- Link
Date 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
). - []Get
Vm Block Device Mappings Created Bsus Tag - One or more tags associated with the VM.
- Volume
Id string - The ID of the volume.
- delete
On BooleanVm Deletion - If true, the NIC is deleted when the VM is terminated.
- link
Date 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
). - List<Get
Vm Block Device Mappings Created Bsus Tag> - One or more tags associated with the VM.
- volume
Id String - The ID of the volume.
- delete
On booleanVm Deletion - If true, the NIC is deleted when the VM is terminated.
- link
Date 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
). - Get
Vm Block Device Mappings Created Bsus Tag[] - One or more tags associated with the VM.
- volume
Id string - The ID of the volume.
- delete_
on_ boolvm_ deletion - 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
). - Sequence[Get
Vm Block Device Mappings Created Bsus Tag] - One or more tags associated with the VM.
- volume_
id str - The ID of the volume.
- delete
On BooleanVm Deletion - If true, the NIC is deleted when the VM is terminated.
- link
Date 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
). - List<Property Map>
- One or more tags associated with the VM.
- volume
Id String - The ID of the volume.
GetVmBlockDeviceMappingsCreatedBsusTag
GetVmFilter
GetVmNic
- Account
Id string - The account ID of the owner of the NIC.
- Delete
On boolVm Deletion - If true, the NIC is deleted when the VM is terminated.
- Description string
- The description of the NIC.
- Device
Number double - The device index for the NIC attachment (between
1
and7
, both included). - Is
Source boolDest Checked - (Net only) If true, the source/destination check is enabled. If false, it is disabled.
- Link
Nics List<GetVm Nic Link Nic> - Information about the network interface card (NIC).
- Link
Public List<GetIps Vm Nic Link Public Ip> - Information about the public IP associated with the NIC.
- Mac
Address string - The Media Access Control (MAC) address of the NIC.
- Net
Id string - The ID of the Net for the NIC.
- Nic
Id string - The ID of the NIC.
- Private
Dns stringName - The name of the private DNS.
- Private
Ips List<GetVm Nic Private Ip> - The private IP or IPs of the NIC.
- Secondary
Private doubleIp Count - Security
Group List<string>Ids - The IDs of the security groups for the VMs (only in the public Cloud).
- Security
Groups List<GetVm Nic Security Group> - One or more security groups associated with the VM.
- Security
Groups List<string>Names - State string
- The state of the VM (
pending
|running
|stopping
|stopped
|shutting-down
|terminated
|quarantine
). - Subnet
Id string - The ID of the Subnet for the VM.
- Account
Id string - The account ID of the owner of the NIC.
- Delete
On boolVm Deletion - If true, the NIC is deleted when the VM is terminated.
- Description string
- The description of the NIC.
- Device
Number float64 - The device index for the NIC attachment (between
1
and7
, both included). - Is
Source boolDest Checked - (Net only) If true, the source/destination check is enabled. If false, it is disabled.
- Link
Nics []GetVm Nic Link Nic - Information about the network interface card (NIC).
- Link
Public []GetIps Vm Nic Link Public Ip - Information about the public IP associated with the NIC.
- Mac
Address string - The Media Access Control (MAC) address of the NIC.
- Net
Id string - The ID of the Net for the NIC.
- Nic
Id string - The ID of the NIC.
- Private
Dns stringName - The name of the private DNS.
- Private
Ips []GetVm Nic Private Ip - The private IP or IPs of the NIC.
- Secondary
Private float64Ip Count - Security
Group []stringIds - The IDs of the security groups for the VMs (only in the public Cloud).
- Security
Groups []GetVm Nic Security Group - One or more security groups associated with the VM.
- Security
Groups []stringNames - State string
- The state of the VM (
pending
|running
|stopping
|stopped
|shutting-down
|terminated
|quarantine
). - Subnet
Id string - The ID of the Subnet for the VM.
- account
Id String - The account ID of the owner of the NIC.
- delete
On BooleanVm Deletion - If true, the NIC is deleted when the VM is terminated.
- description String
- The description of the NIC.
- device
Number Double - The device index for the NIC attachment (between
1
and7
, both included). - is
Source BooleanDest Checked - (Net only) If true, the source/destination check is enabled. If false, it is disabled.
- link
Nics List<GetVm Nic Link Nic> - Information about the network interface card (NIC).
- link
Public List<GetIps Vm Nic Link Public Ip> - Information about the public IP associated with the NIC.
- mac
Address String - The Media Access Control (MAC) address of the NIC.
- net
Id String - The ID of the Net for the NIC.
- nic
Id String - The ID of the NIC.
- private
Dns StringName - The name of the private DNS.
- private
Ips List<GetVm Nic Private Ip> - The private IP or IPs of the NIC.
- secondary
Private DoubleIp Count - security
Group List<String>Ids - The IDs of the security groups for the VMs (only in the public Cloud).
- security
Groups List<GetVm Nic Security Group> - One or more security groups associated with the VM.
- security
Groups List<String>Names - state String
- The state of the VM (
pending
|running
|stopping
|stopped
|shutting-down
|terminated
|quarantine
). - subnet
Id String - The ID of the Subnet for the VM.
- account
Id string - The account ID of the owner of the NIC.
- delete
On booleanVm Deletion - If true, the NIC is deleted when the VM is terminated.
- description string
- The description of the NIC.
- device
Number number - The device index for the NIC attachment (between
1
and7
, both included). - is
Source booleanDest Checked - (Net only) If true, the source/destination check is enabled. If false, it is disabled.
- link
Nics GetVm Nic Link Nic[] - Information about the network interface card (NIC).
- link
Public GetIps Vm Nic Link Public Ip[] - Information about the public IP associated with the NIC.
- mac
Address string - The Media Access Control (MAC) address of the NIC.
- net
Id string - The ID of the Net for the NIC.
- nic
Id string - The ID of the NIC.
- private
Dns stringName - The name of the private DNS.
- private
Ips GetVm Nic Private Ip[] - The private IP or IPs of the NIC.
- secondary
Private numberIp Count - security
Group string[]Ids - The IDs of the security groups for the VMs (only in the public Cloud).
- security
Groups GetVm Nic Security Group[] - One or more security groups associated with the VM.
- security
Groups string[]Names - state string
- The state of the VM (
pending
|running
|stopping
|stopped
|shutting-down
|terminated
|quarantine
). - subnet
Id string - The ID of the Subnet for the VM.
- account_
id str - The account ID of the owner of the NIC.
- delete_
on_ boolvm_ deletion - 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
and7
, both included). - is_
source_ booldest_ checked - (Net only) If true, the source/destination check is enabled. If false, it is disabled.
- link_
nics Sequence[GetVm Nic Link Nic] - Information about the network interface card (NIC).
- link_
public_ Sequence[Getips Vm Nic Link Public Ip] - 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_ strname - The name of the private DNS.
- private_
ips Sequence[GetVm Nic Private Ip] - The private IP or IPs of the NIC.
- secondary_
private_ floatip_ count - security_
group_ Sequence[str]ids - The IDs of the security groups for the VMs (only in the public Cloud).
- security_
groups Sequence[GetVm Nic Security Group] - One or more security groups associated with the VM.
- security_
groups_ Sequence[str]names - 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.
- account
Id String - The account ID of the owner of the NIC.
- delete
On BooleanVm Deletion - If true, the NIC is deleted when the VM is terminated.
- description String
- The description of the NIC.
- device
Number Number - The device index for the NIC attachment (between
1
and7
, both included). - is
Source BooleanDest Checked - (Net only) If true, the source/destination check is enabled. If false, it is disabled.
- link
Nics List<Property Map> - Information about the network interface card (NIC).
- link
Public List<Property Map>Ips - Information about the public IP associated with the NIC.
- mac
Address String - The Media Access Control (MAC) address of the NIC.
- net
Id String - The ID of the Net for the NIC.
- nic
Id String - The ID of the NIC.
- private
Dns StringName - The name of the private DNS.
- private
Ips List<Property Map> - The private IP or IPs of the NIC.
- secondary
Private NumberIp Count - security
Group List<String>Ids - The IDs of the security groups for the VMs (only in the public Cloud).
- security
Groups List<Property Map> - One or more security groups associated with the VM.
- security
Groups List<String>Names - state String
- The state of the VM (
pending
|running
|stopping
|stopped
|shutting-down
|terminated
|quarantine
). - subnet
Id String - The ID of the Subnet for the VM.
GetVmNicLinkNic
- Delete
On boolVm Deletion - If true, the NIC is deleted when the VM is terminated.
- Device
Number string - The device index for the NIC attachment (between
1
and7
, both included). - Link
Nic stringId - The ID of the NIC to attach.
- State string
- The state of the VM (
pending
|running
|stopping
|stopped
|shutting-down
|terminated
|quarantine
).
- Delete
On boolVm Deletion - If true, the NIC is deleted when the VM is terminated.
- Device
Number string - The device index for the NIC attachment (between
1
and7
, both included). - Link
Nic stringId - The ID of the NIC to attach.
- State string
- The state of the VM (
pending
|running
|stopping
|stopped
|shutting-down
|terminated
|quarantine
).
- delete
On BooleanVm Deletion - If true, the NIC is deleted when the VM is terminated.
- device
Number String - The device index for the NIC attachment (between
1
and7
, both included). - link
Nic StringId - The ID of the NIC to attach.
- state String
- The state of the VM (
pending
|running
|stopping
|stopped
|shutting-down
|terminated
|quarantine
).
- delete
On booleanVm Deletion - If true, the NIC is deleted when the VM is terminated.
- device
Number string - The device index for the NIC attachment (between
1
and7
, both included). - link
Nic stringId - The ID of the NIC to attach.
- state string
- The state of the VM (
pending
|running
|stopping
|stopped
|shutting-down
|terminated
|quarantine
).
- delete_
on_ boolvm_ deletion - If true, the NIC is deleted when the VM is terminated.
- device_
number str - The device index for the NIC attachment (between
1
and7
, both included). - link_
nic_ strid - The ID of the NIC to attach.
- state str
- The state of the VM (
pending
|running
|stopping
|stopped
|shutting-down
|terminated
|quarantine
).
- delete
On BooleanVm Deletion - If true, the NIC is deleted when the VM is terminated.
- device
Number String - The device index for the NIC attachment (between
1
and7
, both included). - link
Nic StringId - The ID of the NIC to attach.
- state String
- The state of the VM (
pending
|running
|stopping
|stopped
|shutting-down
|terminated
|quarantine
).
GetVmNicLinkPublicIp
- Public
Dns stringName - The name of the public DNS.
- Public
Ip string - The public IP of the VM.
- Public
Ip stringAccount Id - The account ID of the owner of the public IP.
- Public
Dns stringName - The name of the public DNS.
- Public
Ip string - The public IP of the VM.
- Public
Ip stringAccount Id - The account ID of the owner of the public IP.
- public
Dns StringName - The name of the public DNS.
- public
Ip String - The public IP of the VM.
- public
Ip StringAccount Id - The account ID of the owner of the public IP.
- public
Dns stringName - The name of the public DNS.
- public
Ip string - The public IP of the VM.
- public
Ip stringAccount Id - The account ID of the owner of the public IP.
- public_
dns_ strname - The name of the public DNS.
- public_
ip str - The public IP of the VM.
- public_
ip_ straccount_ id - The account ID of the owner of the public IP.
- public
Dns StringName - The name of the public DNS.
- public
Ip String - The public IP of the VM.
- public
Ip StringAccount Id - The account ID of the owner of the public IP.
GetVmNicPrivateIp
- Is
Primary bool - If true, the IP is the primary private IP of the NIC.
- Link
Public List<GetIps Vm Nic Private Ip Link Public Ip> - Information about the public IP associated with the NIC.
- Private
Dns stringName - The name of the private DNS.
- Private
Ip 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 []GetIps Vm Nic Private Ip Link Public Ip - Information about the public IP associated with the NIC.
- Private
Dns stringName - The name of the private DNS.
- Private
Ip string - The primary private IP of the VM.
- is
Primary Boolean - If true, the IP is the primary private IP of the NIC.
- link
Public List<GetIps Vm Nic Private Ip Link Public Ip> - Information about the public IP associated with the NIC.
- private
Dns StringName - The name of the private DNS.
- private
Ip String - The primary private IP of the VM.
- is
Primary boolean - If true, the IP is the primary private IP of the NIC.
- link
Public GetIps Vm Nic Private Ip Link Public Ip[] - Information about the public IP associated with the NIC.
- private
Dns stringName - The name of the private DNS.
- private
Ip 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_ Sequence[Getips Vm Nic Private Ip Link Public Ip] - Information about the public IP associated with the NIC.
- private_
dns_ strname - The name of the private DNS.
- private_
ip str - The primary private IP of the VM.
- is
Primary Boolean - If true, the IP is the primary private IP of the NIC.
- link
Public List<Property Map>Ips - Information about the public IP associated with the NIC.
- private
Dns StringName - The name of the private DNS.
- private
Ip String - The primary private IP of the VM.
GetVmNicPrivateIpLinkPublicIp
- Public
Dns stringName - The name of the public DNS.
- Public
Ip string - The public IP of the VM.
- Public
Ip stringAccount Id - The account ID of the owner of the public IP.
- Public
Dns stringName - The name of the public DNS.
- Public
Ip string - The public IP of the VM.
- Public
Ip stringAccount Id - The account ID of the owner of the public IP.
- public
Dns StringName - The name of the public DNS.
- public
Ip String - The public IP of the VM.
- public
Ip StringAccount Id - The account ID of the owner of the public IP.
- public
Dns stringName - The name of the public DNS.
- public
Ip string - The public IP of the VM.
- public
Ip stringAccount Id - The account ID of the owner of the public IP.
- public_
dns_ strname - The name of the public DNS.
- public_
ip str - The public IP of the VM.
- public_
ip_ straccount_ id - The account ID of the owner of the public IP.
- public
Dns StringName - The name of the public DNS.
- public
Ip String - The public IP of the VM.
- public
Ip StringAccount Id - The account ID of the owner of the public IP.
GetVmNicSecurityGroup
- Security
Group stringId - The ID of the security group.
- Security
Group stringName - The name of the security group.
- Security
Group stringId - The ID of the security group.
- Security
Group stringName - The name of the security group.
- security
Group StringId - The ID of the security group.
- security
Group StringName - The name of the security group.
- security
Group stringId - The ID of the security group.
- security
Group stringName - The name of the security group.
- security_
group_ strid - The ID of the security group.
- security_
group_ strname - The name of the security group.
- security
Group StringId - The ID of the security group.
- security
Group StringName - The name of the security group.
GetVmPrimaryNic
- Account
Id string - The account ID of the owner of the NIC.
- Delete
On boolVm Deletion - If true, the NIC is deleted when the VM is terminated.
- Description string
- The description of the NIC.
- Device
Number double - The device index for the NIC attachment (between
1
and7
, both included). - Is
Source boolDest Checked - (Net only) If true, the source/destination check is enabled. If false, it is disabled.
- Link
Nics List<GetVm Primary Nic Link Nic> - Information about the network interface card (NIC).
- Link
Public List<GetIps Vm Primary Nic Link Public Ip> - Information about the public IP associated with the NIC.
- Mac
Address string - The Media Access Control (MAC) address of the NIC.
- Net
Id string - The ID of the Net for the NIC.
- Nic
Id string - The ID of the NIC.
- Private
Dns stringName - The name of the private DNS.
- Private
Ips List<GetVm Primary Nic Private Ip> - The private IP or IPs of the NIC.
- Secondary
Private doubleIp Count - Security
Group List<string>Ids - The IDs of the security groups for the VMs (only in the public Cloud).
- Security
Groups List<GetVm Primary Nic Security Group> - One or more security groups associated with the VM.
- State string
- The state of the VM (
pending
|running
|stopping
|stopped
|shutting-down
|terminated
|quarantine
). - Subnet
Id string - The ID of the Subnet for the VM.
- Account
Id string - The account ID of the owner of the NIC.
- Delete
On boolVm Deletion - If true, the NIC is deleted when the VM is terminated.
- Description string
- The description of the NIC.
- Device
Number float64 - The device index for the NIC attachment (between
1
and7
, both included). - Is
Source boolDest Checked - (Net only) If true, the source/destination check is enabled. If false, it is disabled.
- Link
Nics []GetVm Primary Nic Link Nic - Information about the network interface card (NIC).
- Link
Public []GetIps Vm Primary Nic Link Public Ip - Information about the public IP associated with the NIC.
- Mac
Address string - The Media Access Control (MAC) address of the NIC.
- Net
Id string - The ID of the Net for the NIC.
- Nic
Id string - The ID of the NIC.
- Private
Dns stringName - The name of the private DNS.
- Private
Ips []GetVm Primary Nic Private Ip - The private IP or IPs of the NIC.
- Secondary
Private float64Ip Count - Security
Group []stringIds - The IDs of the security groups for the VMs (only in the public Cloud).
- Security
Groups []GetVm Primary Nic Security Group - One or more security groups associated with the VM.
- State string
- The state of the VM (
pending
|running
|stopping
|stopped
|shutting-down
|terminated
|quarantine
). - Subnet
Id string - The ID of the Subnet for the VM.
- account
Id String - The account ID of the owner of the NIC.
- delete
On BooleanVm Deletion - If true, the NIC is deleted when the VM is terminated.
- description String
- The description of the NIC.
- device
Number Double - The device index for the NIC attachment (between
1
and7
, both included). - is
Source BooleanDest Checked - (Net only) If true, the source/destination check is enabled. If false, it is disabled.
- link
Nics List<GetVm Primary Nic Link Nic> - Information about the network interface card (NIC).
- link
Public List<GetIps Vm Primary Nic Link Public Ip> - Information about the public IP associated with the NIC.
- mac
Address String - The Media Access Control (MAC) address of the NIC.
- net
Id String - The ID of the Net for the NIC.
- nic
Id String - The ID of the NIC.
- private
Dns StringName - The name of the private DNS.
- private
Ips List<GetVm Primary Nic Private Ip> - The private IP or IPs of the NIC.
- secondary
Private DoubleIp Count - security
Group List<String>Ids - The IDs of the security groups for the VMs (only in the public Cloud).
- security
Groups List<GetVm Primary Nic Security Group> - One or more security groups associated with the VM.
- state String
- The state of the VM (
pending
|running
|stopping
|stopped
|shutting-down
|terminated
|quarantine
). - subnet
Id String - The ID of the Subnet for the VM.
- account
Id string - The account ID of the owner of the NIC.
- delete
On booleanVm Deletion - If true, the NIC is deleted when the VM is terminated.
- description string
- The description of the NIC.
- device
Number number - The device index for the NIC attachment (between
1
and7
, both included). - is
Source booleanDest Checked - (Net only) If true, the source/destination check is enabled. If false, it is disabled.
- link
Nics GetVm Primary Nic Link Nic[] - Information about the network interface card (NIC).
- link
Public GetIps Vm Primary Nic Link Public Ip[] - Information about the public IP associated with the NIC.
- mac
Address string - The Media Access Control (MAC) address of the NIC.
- net
Id string - The ID of the Net for the NIC.
- nic
Id string - The ID of the NIC.
- private
Dns stringName - The name of the private DNS.
- private
Ips GetVm Primary Nic Private Ip[] - The private IP or IPs of the NIC.
- secondary
Private numberIp Count - security
Group string[]Ids - The IDs of the security groups for the VMs (only in the public Cloud).
- security
Groups GetVm Primary Nic Security Group[] - One or more security groups associated with the VM.
- state string
- The state of the VM (
pending
|running
|stopping
|stopped
|shutting-down
|terminated
|quarantine
). - subnet
Id string - The ID of the Subnet for the VM.
- account_
id str - The account ID of the owner of the NIC.
- delete_
on_ boolvm_ deletion - 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
and7
, both included). - is_
source_ booldest_ checked - (Net only) If true, the source/destination check is enabled. If false, it is disabled.
- link_
nics Sequence[GetVm Primary Nic Link Nic] - Information about the network interface card (NIC).
- link_
public_ Sequence[Getips Vm Primary Nic Link Public Ip] - 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_ strname - The name of the private DNS.
- private_
ips Sequence[GetVm Primary Nic Private Ip] - The private IP or IPs of the NIC.
- secondary_
private_ floatip_ count - security_
group_ Sequence[str]ids - The IDs of the security groups for the VMs (only in the public Cloud).
- security_
groups Sequence[GetVm Primary Nic Security Group] - 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.
- account
Id String - The account ID of the owner of the NIC.
- delete
On BooleanVm Deletion - If true, the NIC is deleted when the VM is terminated.
- description String
- The description of the NIC.
- device
Number Number - The device index for the NIC attachment (between
1
and7
, both included). - is
Source BooleanDest Checked - (Net only) If true, the source/destination check is enabled. If false, it is disabled.
- link
Nics List<Property Map> - Information about the network interface card (NIC).
- link
Public List<Property Map>Ips - Information about the public IP associated with the NIC.
- mac
Address String - The Media Access Control (MAC) address of the NIC.
- net
Id String - The ID of the Net for the NIC.
- nic
Id String - The ID of the NIC.
- private
Dns StringName - The name of the private DNS.
- private
Ips List<Property Map> - The private IP or IPs of the NIC.
- secondary
Private NumberIp Count - security
Group List<String>Ids - The IDs of the security groups for the VMs (only in the public Cloud).
- security
Groups 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
). - subnet
Id String - The ID of the Subnet for the VM.
GetVmPrimaryNicLinkNic
- Delete
On boolVm Deletion - If true, the NIC is deleted when the VM is terminated.
- Device
Number string - The device index for the NIC attachment (between
1
and7
, both included). - Link
Nic stringId - The ID of the NIC to attach.
- State string
- The state of the VM (
pending
|running
|stopping
|stopped
|shutting-down
|terminated
|quarantine
).
- Delete
On boolVm Deletion - If true, the NIC is deleted when the VM is terminated.
- Device
Number string - The device index for the NIC attachment (between
1
and7
, both included). - Link
Nic stringId - The ID of the NIC to attach.
- State string
- The state of the VM (
pending
|running
|stopping
|stopped
|shutting-down
|terminated
|quarantine
).
- delete
On BooleanVm Deletion - If true, the NIC is deleted when the VM is terminated.
- device
Number String - The device index for the NIC attachment (between
1
and7
, both included). - link
Nic StringId - The ID of the NIC to attach.
- state String
- The state of the VM (
pending
|running
|stopping
|stopped
|shutting-down
|terminated
|quarantine
).
- delete
On booleanVm Deletion - If true, the NIC is deleted when the VM is terminated.
- device
Number string - The device index for the NIC attachment (between
1
and7
, both included). - link
Nic stringId - The ID of the NIC to attach.
- state string
- The state of the VM (
pending
|running
|stopping
|stopped
|shutting-down
|terminated
|quarantine
).
- delete_
on_ boolvm_ deletion - If true, the NIC is deleted when the VM is terminated.
- device_
number str - The device index for the NIC attachment (between
1
and7
, both included). - link_
nic_ strid - The ID of the NIC to attach.
- state str
- The state of the VM (
pending
|running
|stopping
|stopped
|shutting-down
|terminated
|quarantine
).
- delete
On BooleanVm Deletion - If true, the NIC is deleted when the VM is terminated.
- device
Number String - The device index for the NIC attachment (between
1
and7
, both included). - link
Nic StringId - The ID of the NIC to attach.
- state String
- The state of the VM (
pending
|running
|stopping
|stopped
|shutting-down
|terminated
|quarantine
).
GetVmPrimaryNicLinkPublicIp
- Public
Dns stringName - The name of the public DNS.
- Public
Ip string - The public IP of the VM.
- Public
Ip stringAccount Id - The account ID of the owner of the public IP.
- Public
Dns stringName - The name of the public DNS.
- Public
Ip string - The public IP of the VM.
- Public
Ip stringAccount Id - The account ID of the owner of the public IP.
- public
Dns StringName - The name of the public DNS.
- public
Ip String - The public IP of the VM.
- public
Ip StringAccount Id - The account ID of the owner of the public IP.
- public
Dns stringName - The name of the public DNS.
- public
Ip string - The public IP of the VM.
- public
Ip stringAccount Id - The account ID of the owner of the public IP.
- public_
dns_ strname - The name of the public DNS.
- public_
ip str - The public IP of the VM.
- public_
ip_ straccount_ id - The account ID of the owner of the public IP.
- public
Dns StringName - The name of the public DNS.
- public
Ip String - The public IP of the VM.
- public
Ip StringAccount Id - The account ID of the owner of the public IP.
GetVmPrimaryNicPrivateIp
- Is
Primary bool - If true, the IP is the primary private IP of the NIC.
- Link
Public List<GetIps Vm Primary Nic Private Ip Link Public Ip> - Information about the public IP associated with the NIC.
- Private
Dns stringName - The name of the private DNS.
- Private
Ip 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 []GetIps Vm Primary Nic Private Ip Link Public Ip - Information about the public IP associated with the NIC.
- Private
Dns stringName - The name of the private DNS.
- Private
Ip string - The primary private IP of the VM.
- is
Primary Boolean - If true, the IP is the primary private IP of the NIC.
- link
Public List<GetIps Vm Primary Nic Private Ip Link Public Ip> - Information about the public IP associated with the NIC.
- private
Dns StringName - The name of the private DNS.
- private
Ip String - The primary private IP of the VM.
- is
Primary boolean - If true, the IP is the primary private IP of the NIC.
- link
Public GetIps Vm Primary Nic Private Ip Link Public Ip[] - Information about the public IP associated with the NIC.
- private
Dns stringName - The name of the private DNS.
- private
Ip 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_ Sequence[Getips Vm Primary Nic Private Ip Link Public Ip] - Information about the public IP associated with the NIC.
- private_
dns_ strname - The name of the private DNS.
- private_
ip str - The primary private IP of the VM.
- is
Primary Boolean - If true, the IP is the primary private IP of the NIC.
- link
Public List<Property Map>Ips - Information about the public IP associated with the NIC.
- private
Dns StringName - The name of the private DNS.
- private
Ip String - The primary private IP of the VM.
GetVmPrimaryNicPrivateIpLinkPublicIp
- Public
Dns stringName - The name of the public DNS.
- Public
Ip string - The public IP of the VM.
- Public
Ip stringAccount Id - The account ID of the owner of the public IP.
- Public
Dns stringName - The name of the public DNS.
- Public
Ip string - The public IP of the VM.
- Public
Ip stringAccount Id - The account ID of the owner of the public IP.
- public
Dns StringName - The name of the public DNS.
- public
Ip String - The public IP of the VM.
- public
Ip StringAccount Id - The account ID of the owner of the public IP.
- public
Dns stringName - The name of the public DNS.
- public
Ip string - The public IP of the VM.
- public
Ip stringAccount Id - The account ID of the owner of the public IP.
- public_
dns_ strname - The name of the public DNS.
- public_
ip str - The public IP of the VM.
- public_
ip_ straccount_ id - The account ID of the owner of the public IP.
- public
Dns StringName - The name of the public DNS.
- public
Ip String - The public IP of the VM.
- public
Ip StringAccount Id - The account ID of the owner of the public IP.
GetVmPrimaryNicSecurityGroup
- Security
Group stringId - The ID of the security group.
- Security
Group stringName - The name of the security group.
- Security
Group stringId - The ID of the security group.
- Security
Group stringName - The name of the security group.
- security
Group StringId - The ID of the security group.
- security
Group StringName - The name of the security group.
- security
Group stringId - The ID of the security group.
- security
Group stringName - The name of the security group.
- security_
group_ strid - The ID of the security group.
- security_
group_ strname - The name of the security group.
- security
Group StringId - The ID of the security group.
- security
Group StringName - The name of the security group.
GetVmSecurityGroup
- Security
Group stringId - The ID of the security group.
- Security
Group stringName - The name of the security group.
- Security
Group stringId - The ID of the security group.
- Security
Group stringName - The name of the security group.
- security
Group StringId - The ID of the security group.
- security
Group StringName - The name of the security group.
- security
Group stringId - The ID of the security group.
- security
Group stringName - The name of the security group.
- security_
group_ strid - The ID of the security group.
- security_
group_ strname - The name of the security group.
- security
Group StringId - The ID of the security group.
- security
Group StringName - The name of the security group.
GetVmTag
Package Details
- Repository
- outscale outscale/terraform-provider-outscale
- License
- Notes
- This Pulumi package is based on the
outscale
Terraform Provider.