Skip to content

Commit

Permalink
Removing resp_version from active_active for now
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnSharpe committed Oct 24, 2023
1 parent 04d548d commit 6e7a739
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions service/databases/model_active_active.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ type ActiveActiveDatabase struct {
ActivatedOn *time.Time `json:"activatedOn,omitempty"`
LastModified *time.Time `json:"lastModified,omitempty"`
SupportOSSClusterAPI *bool `json:"supportOSSClusterApi,omitempty"`
RespVersion *string `json:"respVersion,omitempty"`
UseExternalEndpointForOSSClusterAPI *bool `json:"useExternalEndpointForOSSClusterApi,omitempty"`
Replication *bool `json:"replication,omitempty"`
DataEvictionPolicy *string `json:"dataEvictionPolicy,omitempty"`
Expand Down Expand Up @@ -114,7 +113,6 @@ type LocalRegionProperties struct {
DataPersistence *string `json:"dataPersistence,omitempty"`
Password *string `json:"password,omitempty"`
SourceIP []*string `json:"sourceIp,omitempty"`
LocalRespVersion *string `json:"respVersion,omitempty"`
Alerts []*UpdateAlert `json:"alerts,omitempty"`
}

Expand Down

0 comments on commit 6e7a739

Please sign in to comment.