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
-`management_network_uuid` (String) The UUID of the management network associated with the virtual router offering. This is a mandatory field.
40
41
-`memory_size` (Number) The amount of memory allocated to the virtual router offering. This is a mandatory field, in megabytes (MB)
41
42
-`name` (String) The name of the virtual router offering. This is a mandatory field and must be unique.
43
+
-`public_network_uuid` (String) The UUID of the public network associated with the virtual router offering. If not specified, it will share the same network UUID as the management network or vice versa, depending on the configuration.
42
44
-`zone_uuid` (String) The UUID of the zone where the virtual router offering is deployed. This is a mandatory field.
Description: "The UUID of the management network associated with the virtual router offering. This is a mandatory field.",
207
209
},
210
+
"public_network_uuid": schema.StringAttribute{
211
+
Required: true,
212
+
Description: "The UUID of the public network associated with the virtual router offering. If not specified, it will share the same network UUID as the management network or vice versa, depending on the configuration.",
213
+
},
208
214
"zone_uuid": schema.StringAttribute{
209
215
Required: true,
210
216
Description: "The UUID of the zone where the virtual router offering is deployed. This is a mandatory field.",
0 commit comments