-
Notifications
You must be signed in to change notification settings - Fork 112
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create an edge gateway resource #262
Comments
Does |
Yes, it does. I will change it to "advanced" and I will need to also make it Required, because in 9.7 it becomes |
Why not just make it true by default? Then the user can even not use this field and only define it if someone ones the not advanced one. |
Because it is false in vCD with version < 9.7. If we make it true by default it will fail. |
Implemented with PR #263 |
A resource
vcd_edgegateway
allows the creation and deletion of edge gateways. This task is t is the extension of go-vcloud-director Issue 130 where the functionality was implemented.The basic features of an edge gateway resources are shown in this example
The full list of properties:
org
- (Optional) The name of organization to which the VDC belongs.vdc
- (Optional) The name of VDC that owns the edge gateway.name
- (Required) A unique name for the edge gateway.external_networks
- (Required) An array of external network names.backing_config
- (Required) Configuration of the vShield edge VM for this gateway. One of:compact
,full
.default_gateway
- (Optional) Name of the external network to be used as default gateway. It must be included in thelist of
external_networks
. Providing an empty string or omitting the argument will create the edge gateway without a default gateway.advanced
- (Required) True if the gateway uses advanced networking.ha_enabled
- (Optional) Enable high availability on this edge gateway. Default isfalse
.distributed_routing
- (Optional) If advanced networking enabled, also enable distributed routing. Default isfalse
.Current limitations:
The text was updated successfully, but these errors were encountered: