This commit is contained in:
2026-04-03 16:41:45 +03:00
parent 8abb20dcde
commit 0812c5a8af
21 changed files with 251 additions and 99 deletions

View File

@@ -104,6 +104,11 @@ type CreateRequest struct {
// Required: false
// Default: false
HAMode bool `url:"highlyAvailable,omitempty" json:"highlyAvailable,omitempty"`
// Enable security groups for external network
// Required: false
// Default: false
EnableSecGroups interface{} `url:"enable_secgroups,omitempty" json:"enable_secgroups,omitempty" validate:"omitempty,isBool"`
}
type wrapperCreateRequest struct {