You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*`allocation_state` - (Optional) Allocation state of this cluster for allocation of new resources.
32
+
*`cluster_name` - (Required) the cluster name.
33
+
*`cluster_type` - (Required) type of the cluster: CloudManaged, ExternalManaged.
34
+
*`guest_vswitch_name` - (Optional) Name of virtual switch used for guest traffic in the cluster. This would override zone wide traffic label setting..
35
+
*`guest_vswitch_type` - (Optional) Type of virtual switch used for guest traffic in the cluster. Allowed values are, vmwaresvs (for VMware standard vSwitch) and vmwaredvs (for VMware distributed vSwitch).
36
+
*`hypervisor` - (Required) hypervisor type of the cluster: XenServer,KVM,VMware,Hyperv,BareMetal,Simulator,Ovm3.
37
+
*`ovm3_cluster` - (Optional) Ovm3 native OCFS2 clustering enabled for cluster.
38
+
*`ovm3_pool` - (Optional) Ovm3 native pooling enabled for cluster.
39
+
*`ovm3_vip` - (Optional) Ovm3 vip to use for pool (and cluster).
40
+
*`password` - (Optional) the password for the host.
41
+
*`public_vswitch_name` - (Optional) Name of virtual switch used for public traffic in the cluster. This would override zone wide traffic label setting..
42
+
*`public_vswitch_type` - (Optional) Type of virtual switch used for public traffic in the cluster. Allowed values are, vmwaresvs (for VMware standard vSwitch) and vmwaredvs (for VMware distributed vSwitch).
43
+
*`pod_id` - (Required) the Pod ID for the host.
44
+
*`url` - (Optional) the URL.
45
+
*`username` - (Optional) the username for the cluster.
46
+
*`vsm_ip_address` - (Optional) the ipaddress of the VSM associated with this cluster.
47
+
*`vsm_password` - (Optional) the password for the VSM associated with this cluster.
48
+
*`vsm_username` - (Optional) the username for the VSM associated with this cluster.
49
+
*`zone_id` - (Required) the Zone ID for the cluster.
50
+
51
+
52
+
## Attributes Reference
53
+
54
+
The following attributes are exported:
55
+
56
+
*`id` - The instance ID.
57
+
58
+
59
+
60
+
## Import
61
+
62
+
Clusters can be imported; use `<CLUSTER ID>` as the import ID. For
0 commit comments