Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MaintenanceScopeType ¶ added in v0.0.3
type MaintenanceScopeType int
const ( NodeScope MaintenanceScopeType = 1 HostScope MaintenanceScopeType = 2 )
type MaintenanceTaskParams ¶
type MaintenanceTaskParams struct { TaskUID string AvailabilityMode Ydb_Maintenance.AvailabilityMode Duration *durationpb.Duration ScopeType MaintenanceScopeType Nodes []*Ydb_Maintenance.Node Hosts []string }
type OperationResponse ¶
type OperationResponse interface {
GetOperation() *Ydb_Operations.Operation
}
Click to show internal directories.
Click to hide internal directories.