| page_title | subcategory | description |
|---|---|---|
citrix_remote_pc_wake_on_lan_hypervisor Resource - citrix |
CVAD |
Manages a RemotePC Wake On LAN Connection. |
Manages a RemotePC Wake On LAN Connection.
# Remote PC Wake on LAN Hypervisor
resource "citrix_remote_pc_wake_on_lan_hypervisor" "example-remotepc-wakeonlan-hypervisor" {
name = "example-remotepc-wakeonlan-hypervisor"
zone = "<Zone Id>"
}name(String) The name of the hypervisor.zone(String) Id of the zone the hypervisor is associated with.
max_absolute_active_actions(Number) Maximum number of actions that can execute in parallel on the hypervisor. Default is 20.max_absolute_new_actions_per_minute(Number) Maximum number of actions that can be started on the hypervisor per-minute. Default is 20.max_power_actions_percentage_of_machines(Number) Maximum percentage of machines on the hypervisor which can have their power state changed simultaneously. Default is 40.metadata(Attributes List) Metadata for the Hypervisor. (see below for nested schema)scopes(Set of String) The IDs of the scopes for the hypervisor to be a part of.
id(String) GUID identifier of the hypervisor.
Required:
name(String) Metadata name.value(String) Metadata value.
Import is supported using the following syntax:
# Hypervisor can be imported by specifying the GUID
terraform import citrix_remote_pc_wake_on_lan_hypervisor.example_remote_pc_wake_on_lan_hypervisor 00000000-0000-0000-0000-000000000000