v1.16.1
v1.16.1
This commit is contained in:
@@ -25,6 +25,11 @@ type AddReserveIPRequest struct {
|
||||
// List of IPs for specifying the desired address
|
||||
// Required: false
|
||||
IPs []string `url:"ips,omitempty" json:"ips,omitempty"`
|
||||
|
||||
// Flag indicating whether the reserved IP can be auto-assigned
|
||||
// Required: false
|
||||
// Default: true
|
||||
AutoAssignable interface{} `url:"auto_assignable,omitempty" json:"auto_assignable,omitempty" validate:"omitempty,isBool"`
|
||||
}
|
||||
|
||||
// AddReserveIP reserves address or address poll to external network for account ID
|
||||
|
||||
Reference in New Issue
Block a user