Skip to content

Latest commit

 

History

History
58 lines (41 loc) · 1.87 KB

File metadata and controls

58 lines (41 loc) · 1.87 KB
page_title subcategory description
citrix_remote_pc_wake_on_lan_hypervisor Resource - citrix
CVAD
Manages a RemotePC Wake On LAN Connection.

citrix_remote_pc_wake_on_lan_hypervisor (Resource)

Manages a RemotePC Wake On LAN Connection.

Example Usage

# 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>"
}

Schema

Required

  • name (String) The name of the hypervisor.
  • zone (String) Id of the zone the hypervisor is associated with.

Optional

  • 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.

Read-Only

  • id (String) GUID identifier of the hypervisor.

Nested Schema for metadata

Required:

  • name (String) Metadata name.
  • value (String) Metadata value.

Import

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