v11.0.0
This commit is contained in:
@@ -4,7 +4,7 @@ import (
|
||||
"context"
|
||||
"net/http"
|
||||
|
||||
"repository.basistech.ru/BASIS/dynamix-golang-sdk/v10/internal/validators"
|
||||
"repository.basistech.ru/BASIS/dynamix-golang-sdk/v11/internal/validators"
|
||||
)
|
||||
|
||||
// MaintenanceRequest struct to place node in maintenance state
|
||||
@@ -23,10 +23,6 @@ type MaintenanceRequest struct {
|
||||
// Required: false
|
||||
Offline bool `url:"offline" json:"offline"`
|
||||
|
||||
// VDiskAction
|
||||
// Required: false
|
||||
VDiskAction string `url:"vdiskaction,omitempty" json:"vdiskaction,omitempty"`
|
||||
|
||||
// Reason
|
||||
// Required: false
|
||||
Reason string `url:"reason,omitempty" json:"reason,omitempty"`
|
||||
|
||||
Reference in New Issue
Block a user