Optionaladdress?: stringOptionaldhcp?: CreateDHCPRequestNew DHCP configuration object to use for this GatewayNetwork.
One-of ('ipConfig'): at most one of 'dhcpId', 'dhcp', 'address', 'ipamConfig' could be set.
OptionaldhcpId?: stringID of an existing DHCP configuration object to use for this GatewayNetwork.
One-of ('ipConfig'): at most one of 'dhcpId', 'dhcp', 'address', 'ipamConfig' could be set.
OptionalenableDhcp?: booleanDefaults to true if either dhcp_id or dhcp are present. If set to
true, either dhcp_id or dhcp must be present. Note: this setting is
ignored when passing ipam_config.
Note: this setting is ignored when passing ipam_config.
Public Gateway to connect.
OptionalipamConfig?: CreateGatewayNetworkRequestIpamConfigNote: all or none of the GatewayNetworks for a single gateway can use the IPAM. DHCP and IPAM configurations cannot be mixed. Some products may require that the Public Gateway uses the IPAM, to ensure correct functionality.
One-of ('ipConfig'): at most one of 'dhcpId', 'dhcp', 'address', 'ipamConfig' could be set.
Private Network to connect.
Optionalzone?: ZoneZone to target. If none is passed will use default zone from the config.
Static IP address in CIDR format to to use without DHCP.
One-of ('ipConfig'): at most one of 'dhcpId', 'dhcp', 'address', 'ipamConfig' could be set.