Skip to content

Commit

Permalink
Merge pull request #164 from ans-group/fix-bgw-spec-model
Browse files Browse the repository at this point in the history
Remove unnecessary fields from Backup Gateway specification model
  • Loading branch information
Xiol authored Nov 13, 2024
2 parents 904fd1f + 2f9dce2 commit 1821bbc
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions pkg/service/ecloud/model.go
Original file line number Diff line number Diff line change
Expand Up @@ -1068,14 +1068,9 @@ type VPNGatewayUser struct {

// BackupGatewaySpecification represents a Backup Gateway specification
type BackupGatewaySpecification struct {
ID string `json:"id"`
Name string `json:"name"`
Description string `json:"description"`
CPU int `json:"cpu"`
RAM int `json:"ram"`
IopsID string `json:"iops_id"`
VolumeCapacity int `json:"volume_capacity"`
ImageID string `json:"image_id"`
ID string `json:"id"`
Name string `json:"name"`
Description string `json:"description"`
}

// BackupGateway represents a Backup Gateway
Expand Down

0 comments on commit 1821bbc

Please sign in to comment.