xenorchestra v1.5.2 published on Monday, Mar 10, 2025 by Vates
xenorchestra.getVms
Explore with Pulumi AI
Deprecated: xenorchestra.index/getvms.getVms has been deprecated in favor of xenorchestra.index/getxoavms.getXoaVms
Use this data source to filter Xenorchestra VMs by certain criteria (pool_id, power_state or host) for use in other resources.
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(host: Optional[str] = None,
pool_id: Optional[str] = None,
power_state: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetVmsResult
def get_vms_output(host: Optional[pulumi.Input[str]] = None,
pool_id: Optional[pulumi.Input[str]] = None,
power_state: 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: xenorchestra:index/getVms:getVms
arguments:
# arguments dictionary
The following arguments are supported:
- Pool
Id string - The ID of the pool the VM belongs to.
- Host string
- Power
State string - The power state of the vms. (Running, Halted)
- Pool
Id string - The ID of the pool the VM belongs to.
- Host string
- Power
State string - The power state of the vms. (Running, Halted)
- pool
Id String - The ID of the pool the VM belongs to.
- host String
- power
State String - The power state of the vms. (Running, Halted)
- pool
Id string - The ID of the pool the VM belongs to.
- host string
- power
State string - The power state of the vms. (Running, Halted)
- pool_
id str - The ID of the pool the VM belongs to.
- host str
- power_
state str - The power state of the vms. (Running, Halted)
- pool
Id String - The ID of the pool the VM belongs to.
- host String
- power
State String - The power state of the vms. (Running, Halted)
getVms Result
The following output properties are available:
- Id string
- The provider-assigned unique ID for this managed resource.
- Pool
Id string - The ID of the pool the VM belongs to.
- Vms
List<Get
Vms Vm> - A list of information for all vms found in this pool.
- Host string
- Power
State string - The power state of the vms. (Running, Halted)
- Id string
- The provider-assigned unique ID for this managed resource.
- Pool
Id string - The ID of the pool the VM belongs to.
- Vms
[]Get
Vms Vm - A list of information for all vms found in this pool.
- Host string
- Power
State string - The power state of the vms. (Running, Halted)
- id String
- The provider-assigned unique ID for this managed resource.
- pool
Id String - The ID of the pool the VM belongs to.
- vms
List<Get
Vms Vm> - A list of information for all vms found in this pool.
- host String
- power
State String - The power state of the vms. (Running, Halted)
- id string
- The provider-assigned unique ID for this managed resource.
- pool
Id string - The ID of the pool the VM belongs to.
- vms
Get
Vms Vm[] - A list of information for all vms found in this pool.
- host string
- power
State string - The power state of the vms. (Running, Halted)
- id str
- The provider-assigned unique ID for this managed resource.
- pool_
id str - The ID of the pool the VM belongs to.
- vms
Sequence[Get
Vms Vm] - A list of information for all vms found in this pool.
- host str
- power_
state str - The power state of the vms. (Running, Halted)
- id String
- The provider-assigned unique ID for this managed resource.
- pool
Id String - The ID of the pool the VM belongs to.
- vms List<Property Map>
- A list of information for all vms found in this pool.
- host String
- power
State String - The power state of the vms. (Running, Halted)
Supporting Types
GetVmsVm
- Cpus int
- The number of CPUs the VM will have. Updates to this field will cause a stop and start of the VM if the new CPU value is greater than the max CPU value. This can be determined with the following command:
$ xo-cli xo.getAllObjects filter='json:{"id": "cf7b5d7d-3cd5-6b7c-5025-5c935c8cd0b8"}' | jq '.[].CPUs' { "max": 4, "number": 2 }
Updating the VM to use 3 CPUs would happen without stopping/starting the VM
Updating the VM to use 5 CPUs would stop/start the VM
- Disks
List<Get
Vms Vm Disk> - The disk the VM will have access to.
- Id string
- Ipv4Addresses List<string>
- Ipv6Addresses List<string>
- This is only accessible if guest-tools is installed in the VM and if
expected_ip_cidr
is set on any network interfaces. This will contain a list of the ipv6 addresses across all network interfaces in order. - Memory
Max int - The amount of memory in bytes the VM will have. Updates to this field will case a stop and start of the VM if the new value is greater than the dynamic memory max. This can be determined with the following command:
$ xo-cli xo.getAllObjects filter='json:{"id": "cf7b5d7d-3cd5-6b7c-5025-5c935c8cd0b8"}' | jq '.[].memory.dynamic' [ 2147483648, # memory dynamic min 4294967296 # memory dynamic max (4GB) ] # Updating the VM to use 3GB of memory would happen without stopping/starting the VM # Updating the VM to use 5GB of memory would stop/start the VM
title="Required"> <span id="namelabel_csharp">
Name
Label string- The name of the VM.
- Networks
List<Get
Vms Vm Network> - The network for the VM.
- Template string
- The ID of the VM template to create the new VM from.
- Affinity
Host string - The preferred host you would like the VM to run on. If changed on an existing VM it will require a reboot for the VM to be rescheduled.
- Auto
Poweron bool - If the VM will automatically turn on. Defaults to
false
. - Blocked
Operations List<string> - List of operations on a VM that are not permitted. Examples include: clean_reboot, clean_shutdown, hard_reboot, hard_shutdown, pause, shutdown, suspend, destroy. This can be used to prevent a VM from being destroyed. The entire list can be found here
- Clone
Type string - The type of clone to perform for the VM. Possible values include
fast
orfull
and defaults tofast
. In order to perform afull
clone, the VM template must not be a disk template. - Cloud
Config string - The content of the cloud-init config to use. See the cloud init docs for more information.
- Cloud
Network stringConfig - The content of the cloud-init network configuration for the VM (uses version 1)
- Core
Os bool - Cpu
Cap int - Cpu
Weight int - Exp
Nested boolHvm - Boolean parameter that allows a VM to use nested virtualization.
- High
Availability string - The restart priority for the VM. Possible values are
best-effort
,restart
and empty string (no restarts on failure. Defaults to empty string - Host string
- Hvm
Boot stringFirmware - The firmware to use for the VM. Possible values are
bios
anduefi
. - Name
Description string - The description of the VM.
- Power
State string - The power state of the VM. This can be Running, Halted, Paused or Suspended.
- Resource
Set string - Start
Delay int - Number of seconds the VM should be delayed from starting.
- List<string>
- The tags (labels) applied to the given entity.
- Vga string
- The video adapter the VM should use. Possible values include std and cirrus.
- Videoram int
- The videoram option the VM should use. Possible values include 1, 2, 4, 8, 16
- Xenstore Dictionary<string, string>
- The key value pairs to be populated in xenstore.
- Cpus int
- The number of CPUs the VM will have. Updates to this field will cause a stop and start of the VM if the new CPU value is greater than the max CPU value. This can be determined with the following command:
$ xo-cli xo.getAllObjects filter='json:{"id": "cf7b5d7d-3cd5-6b7c-5025-5c935c8cd0b8"}' | jq '.[].CPUs' { "max": 4, "number": 2 }
Updating the VM to use 3 CPUs would happen without stopping/starting the VM
Updating the VM to use 5 CPUs would stop/start the VM
- Disks
[]Get
Vms Vm Disk - The disk the VM will have access to.
- Id string
- Ipv4Addresses []string
- Ipv6Addresses []string
- This is only accessible if guest-tools is installed in the VM and if
expected_ip_cidr
is set on any network interfaces. This will contain a list of the ipv6 addresses across all network interfaces in order. - Memory
Max int - The amount of memory in bytes the VM will have. Updates to this field will case a stop and start of the VM if the new value is greater than the dynamic memory max. This can be determined with the following command:
$ xo-cli xo.getAllObjects filter='json:{"id": "cf7b5d7d-3cd5-6b7c-5025-5c935c8cd0b8"}' | jq '.[].memory.dynamic' [ 2147483648, # memory dynamic min 4294967296 # memory dynamic max (4GB) ] # Updating the VM to use 3GB of memory would happen without stopping/starting the VM # Updating the VM to use 5GB of memory would stop/start the VM
title="Required"> <span id="namelabel_go">
Name
Label string- The name of the VM.
- Networks
[]Get
Vms Vm Network - The network for the VM.
- Template string
- The ID of the VM template to create the new VM from.
- Affinity
Host string - The preferred host you would like the VM to run on. If changed on an existing VM it will require a reboot for the VM to be rescheduled.
- Auto
Poweron bool - If the VM will automatically turn on. Defaults to
false
. - Blocked
Operations []string - List of operations on a VM that are not permitted. Examples include: clean_reboot, clean_shutdown, hard_reboot, hard_shutdown, pause, shutdown, suspend, destroy. This can be used to prevent a VM from being destroyed. The entire list can be found here
- Clone
Type string - The type of clone to perform for the VM. Possible values include
fast
orfull
and defaults tofast
. In order to perform afull
clone, the VM template must not be a disk template. - Cloud
Config string - The content of the cloud-init config to use. See the cloud init docs for more information.
- Cloud
Network stringConfig - The content of the cloud-init network configuration for the VM (uses version 1)
- Core
Os bool - Cpu
Cap int - Cpu
Weight int - Exp
Nested boolHvm - Boolean parameter that allows a VM to use nested virtualization.
- High
Availability string - The restart priority for the VM. Possible values are
best-effort
,restart
and empty string (no restarts on failure. Defaults to empty string - Host string
- Hvm
Boot stringFirmware - The firmware to use for the VM. Possible values are
bios
anduefi
. - Name
Description string - The description of the VM.
- Power
State string - The power state of the VM. This can be Running, Halted, Paused or Suspended.
- Resource
Set string - Start
Delay int - Number of seconds the VM should be delayed from starting.
- []string
- The tags (labels) applied to the given entity.
- Vga string
- The video adapter the VM should use. Possible values include std and cirrus.
- Videoram int
- The videoram option the VM should use. Possible values include 1, 2, 4, 8, 16
- Xenstore map[string]string
- The key value pairs to be populated in xenstore.
- cpus Integer
- The number of CPUs the VM will have. Updates to this field will cause a stop and start of the VM if the new CPU value is greater than the max CPU value. This can be determined with the following command:
$ xo-cli xo.getAllObjects filter='json:{"id": "cf7b5d7d-3cd5-6b7c-5025-5c935c8cd0b8"}' | jq '.[].CPUs' { "max": 4, "number": 2 }
Updating the VM to use 3 CPUs would happen without stopping/starting the VM
Updating the VM to use 5 CPUs would stop/start the VM
- disks
List<Get
Vms Vm Disk> - The disk the VM will have access to.
- id String
- ipv4Addresses List<String>
- ipv6Addresses List<String>
- This is only accessible if guest-tools is installed in the VM and if
expected_ip_cidr
is set on any network interfaces. This will contain a list of the ipv6 addresses across all network interfaces in order. - memory
Max Integer - The amount of memory in bytes the VM will have. Updates to this field will case a stop and start of the VM if the new value is greater than the dynamic memory max. This can be determined with the following command:
$ xo-cli xo.getAllObjects filter='json:{"id": "cf7b5d7d-3cd5-6b7c-5025-5c935c8cd0b8"}' | jq '.[].memory.dynamic' [ 2147483648, # memory dynamic min 4294967296 # memory dynamic max (4GB) ] # Updating the VM to use 3GB of memory would happen without stopping/starting the VM # Updating the VM to use 5GB of memory would stop/start the VM
title="Required"> <span id="namelabel_java">
name
Label String- The name of the VM.
- networks
List<Get
Vms Vm Network> - The network for the VM.
- template String
- The ID of the VM template to create the new VM from.
- affinity
Host String - The preferred host you would like the VM to run on. If changed on an existing VM it will require a reboot for the VM to be rescheduled.
- auto
Poweron Boolean - If the VM will automatically turn on. Defaults to
false
. - blocked
Operations List<String> - List of operations on a VM that are not permitted. Examples include: clean_reboot, clean_shutdown, hard_reboot, hard_shutdown, pause, shutdown, suspend, destroy. This can be used to prevent a VM from being destroyed. The entire list can be found here
- clone
Type String - The type of clone to perform for the VM. Possible values include
fast
orfull
and defaults tofast
. In order to perform afull
clone, the VM template must not be a disk template. - cloud
Config String - The content of the cloud-init config to use. See the cloud init docs for more information.
- cloud
Network StringConfig - The content of the cloud-init network configuration for the VM (uses version 1)
- core
Os Boolean - cpu
Cap Integer - cpu
Weight Integer - exp
Nested BooleanHvm - Boolean parameter that allows a VM to use nested virtualization.
- high
Availability String - The restart priority for the VM. Possible values are
best-effort
,restart
and empty string (no restarts on failure. Defaults to empty string - host String
- hvm
Boot StringFirmware - The firmware to use for the VM. Possible values are
bios
anduefi
. - name
Description String - The description of the VM.
- power
State String - The power state of the VM. This can be Running, Halted, Paused or Suspended.
- resource
Set String - start
Delay Integer - Number of seconds the VM should be delayed from starting.
- List<String>
- The tags (labels) applied to the given entity.
- vga String
- The video adapter the VM should use. Possible values include std and cirrus.
- videoram Integer
- The videoram option the VM should use. Possible values include 1, 2, 4, 8, 16
- xenstore Map<String,String>
- The key value pairs to be populated in xenstore.
- cpus number
- The number of CPUs the VM will have. Updates to this field will cause a stop and start of the VM if the new CPU value is greater than the max CPU value. This can be determined with the following command:
$ xo-cli xo.getAllObjects filter='json:{"id": "cf7b5d7d-3cd5-6b7c-5025-5c935c8cd0b8"}' | jq '.[].CPUs' { "max": 4, "number": 2 }
Updating the VM to use 3 CPUs would happen without stopping/starting the VM
Updating the VM to use 5 CPUs would stop/start the VM
- disks
Get
Vms Vm Disk[] - The disk the VM will have access to.
- id string
- ipv4Addresses string[]
- ipv6Addresses string[]
- This is only accessible if guest-tools is installed in the VM and if
expected_ip_cidr
is set on any network interfaces. This will contain a list of the ipv6 addresses across all network interfaces in order. - memory
Max number - The amount of memory in bytes the VM will have. Updates to this field will case a stop and start of the VM if the new value is greater than the dynamic memory max. This can be determined with the following command:
$ xo-cli xo.getAllObjects filter='json:{"id": "cf7b5d7d-3cd5-6b7c-5025-5c935c8cd0b8"}' | jq '.[].memory.dynamic' [ 2147483648, # memory dynamic min 4294967296 # memory dynamic max (4GB) ] # Updating the VM to use 3GB of memory would happen without stopping/starting the VM # Updating the VM to use 5GB of memory would stop/start the VM
title="Required"> <span id="namelabel_nodejs">
name
Label string- The name of the VM.
- networks
Get
Vms Vm Network[] - The network for the VM.
- template string
- The ID of the VM template to create the new VM from.
- affinity
Host string - The preferred host you would like the VM to run on. If changed on an existing VM it will require a reboot for the VM to be rescheduled.
- auto
Poweron boolean - If the VM will automatically turn on. Defaults to
false
. - blocked
Operations string[] - List of operations on a VM that are not permitted. Examples include: clean_reboot, clean_shutdown, hard_reboot, hard_shutdown, pause, shutdown, suspend, destroy. This can be used to prevent a VM from being destroyed. The entire list can be found here
- clone
Type string - The type of clone to perform for the VM. Possible values include
fast
orfull
and defaults tofast
. In order to perform afull
clone, the VM template must not be a disk template. - cloud
Config string - The content of the cloud-init config to use. See the cloud init docs for more information.
- cloud
Network stringConfig - The content of the cloud-init network configuration for the VM (uses version 1)
- core
Os boolean - cpu
Cap number - cpu
Weight number - exp
Nested booleanHvm - Boolean parameter that allows a VM to use nested virtualization.
- high
Availability string - The restart priority for the VM. Possible values are
best-effort
,restart
and empty string (no restarts on failure. Defaults to empty string - host string
- hvm
Boot stringFirmware - The firmware to use for the VM. Possible values are
bios
anduefi
. - name
Description string - The description of the VM.
- power
State string - The power state of the VM. This can be Running, Halted, Paused or Suspended.
- resource
Set string - start
Delay number - Number of seconds the VM should be delayed from starting.
- string[]
- The tags (labels) applied to the given entity.
- vga string
- The video adapter the VM should use. Possible values include std and cirrus.
- videoram number
- The videoram option the VM should use. Possible values include 1, 2, 4, 8, 16
- xenstore {[key: string]: string}
- The key value pairs to be populated in xenstore.
- cpus int
- The number of CPUs the VM will have. Updates to this field will cause a stop and start of the VM if the new CPU value is greater than the max CPU value. This can be determined with the following command:
$ xo-cli xo.getAllObjects filter='json:{"id": "cf7b5d7d-3cd5-6b7c-5025-5c935c8cd0b8"}' | jq '.[].CPUs' { "max": 4, "number": 2 }
Updating the VM to use 3 CPUs would happen without stopping/starting the VM
Updating the VM to use 5 CPUs would stop/start the VM
- disks
Sequence[Get
Vms Vm Disk] - The disk the VM will have access to.
- id str
- ipv4_
addresses Sequence[str] - ipv6_
addresses Sequence[str] - This is only accessible if guest-tools is installed in the VM and if
expected_ip_cidr
is set on any network interfaces. This will contain a list of the ipv6 addresses across all network interfaces in order. - memory_
max int - The amount of memory in bytes the VM will have. Updates to this field will case a stop and start of the VM if the new value is greater than the dynamic memory max. This can be determined with the following command:
$ xo-cli xo.getAllObjects filter='json:{"id": "cf7b5d7d-3cd5-6b7c-5025-5c935c8cd0b8"}' | jq '.[].memory.dynamic' [ 2147483648, # memory dynamic min 4294967296 # memory dynamic max (4GB) ] # Updating the VM to use 3GB of memory would happen without stopping/starting the VM # Updating the VM to use 5GB of memory would stop/start the VM
title="Required"> <span id="name_label_python">
name_
label str- The name of the VM.
- networks
Sequence[Get
Vms Vm Network] - The network for the VM.
- template str
- The ID of the VM template to create the new VM from.
- affinity_
host str - The preferred host you would like the VM to run on. If changed on an existing VM it will require a reboot for the VM to be rescheduled.
- auto_
poweron bool - If the VM will automatically turn on. Defaults to
false
. - blocked_
operations Sequence[str] - List of operations on a VM that are not permitted. Examples include: clean_reboot, clean_shutdown, hard_reboot, hard_shutdown, pause, shutdown, suspend, destroy. This can be used to prevent a VM from being destroyed. The entire list can be found here
- clone_
type str - The type of clone to perform for the VM. Possible values include
fast
orfull
and defaults tofast
. In order to perform afull
clone, the VM template must not be a disk template. - cloud_
config str - The content of the cloud-init config to use. See the cloud init docs for more information.
- cloud_
network_ strconfig - The content of the cloud-init network configuration for the VM (uses version 1)
- core_
os bool - cpu_
cap int - cpu_
weight int - exp_
nested_ boolhvm - Boolean parameter that allows a VM to use nested virtualization.
- high_
availability str - The restart priority for the VM. Possible values are
best-effort
,restart
and empty string (no restarts on failure. Defaults to empty string - host str
- hvm_
boot_ strfirmware - The firmware to use for the VM. Possible values are
bios
anduefi
. - name_
description str - The description of the VM.
- power_
state str - The power state of the VM. This can be Running, Halted, Paused or Suspended.
- resource_
set str - start_
delay int - Number of seconds the VM should be delayed from starting.
- Sequence[str]
- The tags (labels) applied to the given entity.
- vga str
- The video adapter the VM should use. Possible values include std and cirrus.
- videoram int
- The videoram option the VM should use. Possible values include 1, 2, 4, 8, 16
- xenstore Mapping[str, str]
- The key value pairs to be populated in xenstore.
- cpus Number
- The number of CPUs the VM will have. Updates to this field will cause a stop and start of the VM if the new CPU value is greater than the max CPU value. This can be determined with the following command:
$ xo-cli xo.getAllObjects filter='json:{"id": "cf7b5d7d-3cd5-6b7c-5025-5c935c8cd0b8"}' | jq '.[].CPUs' { "max": 4, "number": 2 }
Updating the VM to use 3 CPUs would happen without stopping/starting the VM
Updating the VM to use 5 CPUs would stop/start the VM
- disks List<Property Map>
- The disk the VM will have access to.
- id String
- ipv4Addresses List<String>
- ipv6Addresses List<String>
- This is only accessible if guest-tools is installed in the VM and if
expected_ip_cidr
is set on any network interfaces. This will contain a list of the ipv6 addresses across all network interfaces in order. - memory
Max Number - The amount of memory in bytes the VM will have. Updates to this field will case a stop and start of the VM if the new value is greater than the dynamic memory max. This can be determined with the following command:
$ xo-cli xo.getAllObjects filter='json:{"id": "cf7b5d7d-3cd5-6b7c-5025-5c935c8cd0b8"}' | jq '.[].memory.dynamic' [ 2147483648, # memory dynamic min 4294967296 # memory dynamic max (4GB) ] # Updating the VM to use 3GB of memory would happen without stopping/starting the VM # Updating the VM to use 5GB of memory would stop/start the VM
title="Required"> <span id="namelabel_yaml">
name
Label String- The name of the VM.
- networks List<Property Map>
- The network for the VM.
- template String
- The ID of the VM template to create the new VM from.
- affinity
Host String - The preferred host you would like the VM to run on. If changed on an existing VM it will require a reboot for the VM to be rescheduled.
- auto
Poweron Boolean - If the VM will automatically turn on. Defaults to
false
. - blocked
Operations List<String> - List of operations on a VM that are not permitted. Examples include: clean_reboot, clean_shutdown, hard_reboot, hard_shutdown, pause, shutdown, suspend, destroy. This can be used to prevent a VM from being destroyed. The entire list can be found here
- clone
Type String - The type of clone to perform for the VM. Possible values include
fast
orfull
and defaults tofast
. In order to perform afull
clone, the VM template must not be a disk template. - cloud
Config String - The content of the cloud-init config to use. See the cloud init docs for more information.
- cloud
Network StringConfig - The content of the cloud-init network configuration for the VM (uses version 1)
- core
Os Boolean - cpu
Cap Number - cpu
Weight Number - exp
Nested BooleanHvm - Boolean parameter that allows a VM to use nested virtualization.
- high
Availability String - The restart priority for the VM. Possible values are
best-effort
,restart
and empty string (no restarts on failure. Defaults to empty string - host String
- hvm
Boot StringFirmware - The firmware to use for the VM. Possible values are
bios
anduefi
. - name
Description String - The description of the VM.
- power
State String - The power state of the VM. This can be Running, Halted, Paused or Suspended.
- resource
Set String - start
Delay Number - Number of seconds the VM should be delayed from starting.
- List<String>
- The tags (labels) applied to the given entity.
- vga String
- The video adapter the VM should use. Possible values include std and cirrus.
- videoram Number
- The videoram option the VM should use. Possible values include 1, 2, 4, 8, 16
- xenstore Map<String>
- The key value pairs to be populated in xenstore.
GetVmsVmDisk
- Name
Label string - The name for the disk
- Position string
- Indicates the order of the block device.
- Size int
- The size in bytes for the disk.
- Sr
Id string - The storage repository ID to use.
- Vbd
Id string - Vdi
Id string - Attached bool
- Whether the device should be attached to the VM.
- Name
Description string - The description for the disk
- Name
Label string - The name for the disk
- Position string
- Indicates the order of the block device.
- Size int
- The size in bytes for the disk.
- Sr
Id string - The storage repository ID to use.
- Vbd
Id string - Vdi
Id string - Attached bool
- Whether the device should be attached to the VM.
- Name
Description string - The description for the disk
- name
Label String - The name for the disk
- position String
- Indicates the order of the block device.
- size Integer
- The size in bytes for the disk.
- sr
Id String - The storage repository ID to use.
- vbd
Id String - vdi
Id String - attached Boolean
- Whether the device should be attached to the VM.
- name
Description String - The description for the disk
- name
Label string - The name for the disk
- position string
- Indicates the order of the block device.
- size number
- The size in bytes for the disk.
- sr
Id string - The storage repository ID to use.
- vbd
Id string - vdi
Id string - attached boolean
- Whether the device should be attached to the VM.
- name
Description string - The description for the disk
- name_
label str - The name for the disk
- position str
- Indicates the order of the block device.
- size int
- The size in bytes for the disk.
- sr_
id str - The storage repository ID to use.
- vbd_
id str - vdi_
id str - attached bool
- Whether the device should be attached to the VM.
- name_
description str - The description for the disk
- name
Label String - The name for the disk
- position String
- Indicates the order of the block device.
- size Number
- The size in bytes for the disk.
- sr
Id String - The storage repository ID to use.
- vbd
Id String - vdi
Id String - attached Boolean
- Whether the device should be attached to the VM.
- name
Description String - The description for the disk
GetVmsVmNetwork
- Device string
- Ipv4Addresses List<string>
- Ipv6Addresses List<string>
- Mac
Address string - Network
Id string - The ID of the network the VM will be on.
- Attached bool
- Whether the device should be attached to the VM.
- Expected
Ip stringCidr
- Device string
- Ipv4Addresses []string
- Ipv6Addresses []string
- Mac
Address string - Network
Id string - The ID of the network the VM will be on.
- Attached bool
- Whether the device should be attached to the VM.
- Expected
Ip stringCidr
- device String
- ipv4Addresses List<String>
- ipv6Addresses List<String>
- mac
Address String - network
Id String - The ID of the network the VM will be on.
- attached Boolean
- Whether the device should be attached to the VM.
- expected
Ip StringCidr
- device string
- ipv4Addresses string[]
- ipv6Addresses string[]
- mac
Address string - network
Id string - The ID of the network the VM will be on.
- attached boolean
- Whether the device should be attached to the VM.
- expected
Ip stringCidr
- device str
- ipv4_
addresses Sequence[str] - ipv6_
addresses Sequence[str] - mac_
address str - network_
id str - The ID of the network the VM will be on.
- attached bool
- Whether the device should be attached to the VM.
- expected_
ip_ strcidr
- device String
- ipv4Addresses List<String>
- ipv6Addresses List<String>
- mac
Address String - network
Id String - The ID of the network the VM will be on.
- attached Boolean
- Whether the device should be attached to the VM.
- expected
Ip StringCidr
Package Details
- Repository
- xenorchestra vatesfr/pulumi-xenorchestra
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
xenorchestra
Terraform Provider.