|
@@ -190,7 +190,6 @@ type HostRelayRequest struct {
|
|
// IngressRequest - ingress request struct
|
|
// IngressRequest - ingress request struct
|
|
type IngressRequest struct {
|
|
type IngressRequest struct {
|
|
ExtclientDNS string `json:"extclientdns"`
|
|
ExtclientDNS string `json:"extclientdns"`
|
|
- Failover bool `json:"failover"`
|
|
|
|
IsInternetGateway bool `json:"is_internet_gw"`
|
|
IsInternetGateway bool `json:"is_internet_gw"`
|
|
}
|
|
}
|
|
|
|
|