@@ -648,6 +648,7 @@ type L4UpstreamZoneInput struct {
648
648
type L4LoadBalancerUpdateInput struct {
649
649
Name * string `json:"name,omitempty"`
650
650
StoreLogs * bool `json:"store_logs,omitempty"`
651
+ ClusterID string `json:"cluster_id,omitempty"`
651
652
VHostZones []L4VHostZoneInput `json:"vhost_zones,omitempty"`
652
653
UpstreamZones []L4UpstreamZoneInput `json:"upstream_zones,omitempty"`
653
654
}
@@ -657,6 +658,7 @@ type L4LoadBalancerCreateInput struct {
657
658
Name string `json:"name"`
658
659
LocationID int64 `json:"location_id"`
659
660
StoreLogs * bool `json:"store_logs,omitempty"`
661
+ ClusterID string `json:"cluster_id,omitempty"`
660
662
VHostZones []L4VHostZoneInput `json:"vhost_zones"`
661
663
UpstreamZones []L4UpstreamZoneInput `json:"upstream_zones"`
662
664
}
@@ -738,6 +740,7 @@ type L7LoadBalancerUpdateInput struct {
738
740
Geoip * bool `json:"geoip,omitempty"`
739
741
NewExternalIpsCount * int `json:"new_external_ips_count,omitempty"`
740
742
DeleteExternalIps []string `json:"delete_external_ips,omitempty"`
743
+ ClusterID string `json:"cluster_id,omitempty"`
741
744
VHostZones []L7VHostZoneInput `json:"vhost_zones,omitempty"`
742
745
UpstreamZones []L7UpstreamZoneInput `json:"upstream_zones,omitempty"`
743
746
}
@@ -749,6 +752,7 @@ type L7LoadBalancerCreateInput struct {
749
752
StoreLogs * bool `json:"store_logs,omitempty"`
750
753
StoreLogsRegionID * int `json:"store_logs_region_id,,omitempty"`
751
754
Geoip * bool `json:"geoip,omitempty"`
755
+ ClusterID string `json:"cluster_id,omitempty"`
752
756
VHostZones []L7VHostZoneInput `json:"vhost_zones"`
753
757
UpstreamZones []L7UpstreamZoneInput `json:"upstream_zones"`
754
758
}
0 commit comments