Skip to content

Commit

Permalink
Merge pull request #144 from ans-group/instance-encryption
Browse files Browse the repository at this point in the history
support encryption at instance deploy
  • Loading branch information
Overglazed authored May 8, 2023
2 parents 4c832f8 + f2b2559 commit 4a8306d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/service/ecloud/request.go
Original file line number Diff line number Diff line change
Expand Up @@ -243,6 +243,7 @@ type CreateInstanceRequest struct {
VolumeCapacity int `json:"volume_capacity"`
VolumeIOPS int `json:"volume_iops,omitempty"`
BackupEnabled bool `json:"backup_enabled"`
IsEncrypted bool `json:"is_encrypted"`
NetworkID string `json:"network_id,omitempty"`
FloatingIPID string `json:"floating_ip_id,omitempty"`
RequiresFloatingIP bool `json:"requires_floating_ip,omitempty"`
Expand Down

0 comments on commit 4a8306d

Please sign in to comment.