Skip to content

Commit

Permalink
Add the newly appeared "IsManagedBackup" property
Browse files Browse the repository at this point in the history
  • Loading branch information
ldmberman committed Sep 3, 2015
1 parent 6d64453 commit 675ca82
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions models/server/create.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ type CreateReq struct {
TemplateId string
TemplateName string `json:",omitempty"`
IsManagedOS bool `json:",omitempty"`
IsManagedBackup bool `json:",omitempty"`
PrimaryDns string `json:",omitempty"`
SecondaryDns string `json:",omitempty"`
NetworkId string `json:",omitempty"`
Expand Down

0 comments on commit 675ca82

Please sign in to comment.