package state

import "github.com/ydb-platform/ydb-go-sdk/v3/internal/driver/cluster/balancer/state"

Index

Constants

const (
	Created = State(iota)
	Online
	Banned
	Offline
	Destroyed
)

Types

type State

type State int8

func (State) Code

func (s State) Code() int

func (State) IsValid

func (s State) IsValid() bool

func (State) String

func (s State) String() string

Source Files

state.go

Version
v3.5.0-rc1
Published
Dec 19, 2021
Platform
windows/amd64
Last checked
55 seconds ago

Tools for package owners.