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
Description: "Allocation state of this cluster for allocation of new resources",
39
+
Type: schema.TypeString,
40
+
Optional: true,
41
+
Computed: true,
41
42
},
42
43
"cluster_name": {
43
-
Type: schema.TypeString,
44
-
Required: true,
44
+
Description: "the cluster name",
45
+
Type: schema.TypeString,
46
+
Required: true,
45
47
},
46
48
"cluster_type": {
47
-
Type: schema.TypeString,
48
-
Required: true,
49
+
Description: "ype of the cluster: CloudManaged, ExternalManaged",
50
+
Type: schema.TypeString,
51
+
Required: true,
49
52
},
50
53
"guest_vswitch_name": {
51
-
Type: schema.TypeString,
52
-
Optional: true,
53
-
ForceNew: true,
54
+
Description: "Name of virtual switch used for guest traffic in the cluster. This would override zone wide traffic label setting.",
55
+
Type: schema.TypeString,
56
+
Optional: true,
57
+
ForceNew: true,
54
58
},
55
59
"guest_vswitch_type": {
56
-
Type: schema.TypeString,
57
-
Optional: true,
58
-
ForceNew: true,
60
+
Description: "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)",
61
+
Type: schema.TypeString,
62
+
Optional: true,
63
+
ForceNew: true,
59
64
},
60
65
"hypervisor": {
61
-
Type: schema.TypeString,
62
-
Required: true,
66
+
Description: "hypervisor type of the cluster: XenServer,KVM,VMware,Hyperv,BareMetal,Simulator,Ovm3",
67
+
Type: schema.TypeString,
68
+
Required: true,
63
69
},
64
70
"ovm3_cluster": {
65
-
Type: schema.TypeString,
66
-
Optional: true,
67
-
ForceNew: true,
71
+
Description: "Ovm3 native OCFS2 clustering enabled for cluster",
72
+
Type: schema.TypeString,
73
+
Optional: true,
74
+
ForceNew: true,
68
75
},
69
76
"ovm3_pool": {
70
-
Type: schema.TypeString,
71
-
Optional: true,
72
-
ForceNew: true,
77
+
Description: "Ovm3 native pooling enabled for cluster",
78
+
Type: schema.TypeString,
79
+
Optional: true,
80
+
ForceNew: true,
73
81
},
74
82
"ovm3_vip": {
75
-
Type: schema.TypeString,
76
-
Optional: true,
77
-
ForceNew: true,
83
+
Description: "Ovm3 vip to use for pool (and cluster)",
84
+
Type: schema.TypeString,
85
+
Optional: true,
86
+
ForceNew: true,
78
87
},
79
88
"password": {
80
-
Type: schema.TypeString,
81
-
Optional: true,
82
-
ForceNew: true,
89
+
Description: "the password for the host",
90
+
Type: schema.TypeString,
91
+
Optional: true,
92
+
ForceNew: true,
83
93
},
84
94
"public_vswitch_name": {
85
-
Type: schema.TypeString,
86
-
Optional: true,
87
-
ForceNew: true,
95
+
Description: "Name of virtual switch used for public traffic in the cluster. This would override zone wide traffic label setting.",
96
+
Type: schema.TypeString,
97
+
Optional: true,
98
+
ForceNew: true,
88
99
},
89
100
"public_vswitch_type": {
90
-
Type: schema.TypeString,
91
-
Optional: true,
92
-
ForceNew: true,
101
+
Description: "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)",
102
+
Type: schema.TypeString,
103
+
Optional: true,
104
+
ForceNew: true,
93
105
},
94
106
"pod_id": {
95
-
Type: schema.TypeString,
96
-
Required: true,
107
+
Description: "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)",
108
+
Type: schema.TypeString,
109
+
Required: true,
97
110
},
98
111
"url": {
99
-
Type: schema.TypeString,
100
-
Optional: true,
101
-
ForceNew: true,
112
+
Description: "the URL",
113
+
Type: schema.TypeString,
114
+
Optional: true,
115
+
ForceNew: true,
102
116
},
103
117
"username": {
104
-
Type: schema.TypeString,
105
-
Optional: true,
106
-
ForceNew: true,
118
+
Description: "the username for the cluster",
119
+
Type: schema.TypeString,
120
+
Optional: true,
121
+
ForceNew: true,
107
122
},
108
123
"vsm_ip_address": {
109
-
Type: schema.TypeString,
110
-
Optional: true,
111
-
ForceNew: true,
124
+
Description: "the ipaddress of the VSM associated with this cluster",
125
+
Type: schema.TypeString,
126
+
Optional: true,
127
+
ForceNew: true,
112
128
},
113
129
"vsm_password": {
114
-
Type: schema.TypeString,
115
-
Optional: true,
116
-
ForceNew: true,
130
+
Description: "the password for the VSM associated with this cluster",
131
+
Type: schema.TypeString,
132
+
Optional: true,
133
+
ForceNew: true,
117
134
},
118
135
"vsm_username": {
119
-
Type: schema.TypeString,
120
-
Optional: true,
121
-
ForceNew: true,
136
+
Description: "the username for the VSM associated with this cluster",
Description: "the broadcast domain range for the physical network[Pod or Zone]. In Acton release it can be Zone only in Advance zone, and Pod in Basic",
42
+
Type: schema.TypeString,
43
+
Optional: true,
44
+
ForceNew: true,
44
45
},
45
46
"domain_id": {
46
-
Type: schema.TypeString,
47
-
Optional: true,
48
-
ForceNew: true,
47
+
Description: "domain ID of the account owning a physical network",
48
+
Type: schema.TypeString,
49
+
Optional: true,
50
+
ForceNew: true,
49
51
},
50
52
"isolation_methods": {
51
-
Type: schema.TypeString,
52
-
Optional: true,
53
-
ForceNew: true,
53
+
Description: "the isolation method for the physical network[VLAN/L3/GRE]",
54
+
Type: schema.TypeString,
55
+
Optional: true,
56
+
ForceNew: true,
54
57
},
55
58
"name": {
56
-
Type: schema.TypeString,
57
-
Required: true,
58
-
ForceNew: true,
59
+
Description: "the name of the physical network",
60
+
Type: schema.TypeString,
61
+
Required: true,
62
+
ForceNew: true,
59
63
},
60
64
"network_speed": {
61
-
Type: schema.TypeString,
62
-
Optional: true,
65
+
Description: "the speed for the physical network[1G/10G]",
0 commit comments