var _ … var _ … var _ … const _ … type Status … const Status_STATUS_NONE … const Status_STATUS_INIT … const Status_STATUS_OK … const Status_STATUS_OFFLINE … const Status_STATUS_ERROR … const Status_STATUS_NOT_IN_QUORUM … const Status_STATUS_DECOMMISSION … const Status_STATUS_MAINTENANCE … const Status_STATUS_STORAGE_DOWN … const Status_STATUS_STORAGE_DEGRADED … const Status_STATUS_NEEDS_REBOOT … const Status_STATUS_STORAGE_REBALANCE … const Status_STATUS_STORAGE_DRIVE_REPLACE … const Status_STATUS_MAX … var Status_name … var Status_value … func (x Status) String() string { … } func (Status) EnumDescriptor() ([]byte, []int) { … } type DriverType … const DriverType_DRIVER_TYPE_NONE … const DriverType_DRIVER_TYPE_FILE … const DriverType_DRIVER_TYPE_BLOCK … const DriverType_DRIVER_TYPE_OBJECT … const DriverType_DRIVER_TYPE_CLUSTERED … const DriverType_DRIVER_TYPE_GRAPH … var DriverType_name … var DriverType_value … func (x DriverType) String() string { … } func (DriverType) EnumDescriptor() ([]byte, []int) { … } type FSType … const FSType_FS_TYPE_NONE … const FSType_FS_TYPE_BTRFS … const FSType_FS_TYPE_EXT4 … const FSType_FS_TYPE_FUSE … const FSType_FS_TYPE_NFS … const FSType_FS_TYPE_VFS … const FSType_FS_TYPE_XFS … const FSType_FS_TYPE_ZFS … var FSType_name … var FSType_value … func (x FSType) String() string { … } func (FSType) EnumDescriptor() ([]byte, []int) { … } type GraphDriverChangeType … const GraphDriverChangeType_GRAPH_DRIVER_CHANGE_TYPE_NONE … const GraphDriverChangeType_GRAPH_DRIVER_CHANGE_TYPE_MODIFIED … const GraphDriverChangeType_GRAPH_DRIVER_CHANGE_TYPE_ADDED … const GraphDriverChangeType_GRAPH_DRIVER_CHANGE_TYPE_DELETED … var GraphDriverChangeType_name … var GraphDriverChangeType_value … func (x GraphDriverChangeType) String() string { … } func (GraphDriverChangeType) EnumDescriptor() ([]byte, []int) { … } type SeverityType … const SeverityType_SEVERITY_TYPE_NONE … const SeverityType_SEVERITY_TYPE_ALARM … const SeverityType_SEVERITY_TYPE_WARNING … const SeverityType_SEVERITY_TYPE_NOTIFY … var SeverityType_name … var SeverityType_value … func (x SeverityType) String() string { … } func (SeverityType) EnumDescriptor() ([]byte, []int) { … } type ResourceType … const ResourceType_RESOURCE_TYPE_NONE … const ResourceType_RESOURCE_TYPE_VOLUME … const ResourceType_RESOURCE_TYPE_NODE … const ResourceType_RESOURCE_TYPE_CLUSTER … const ResourceType_RESOURCE_TYPE_DRIVE … var ResourceType_name … var ResourceType_value … func (x ResourceType) String() string { … } func (ResourceType) EnumDescriptor() ([]byte, []int) { … } type AlertActionType … const AlertActionType_ALERT_ACTION_TYPE_NONE … const AlertActionType_ALERT_ACTION_TYPE_DELETE … const AlertActionType_ALERT_ACTION_TYPE_CREATE … const AlertActionType_ALERT_ACTION_TYPE_UPDATE … var AlertActionType_name … var AlertActionType_value … func (x AlertActionType) String() string { … } func (AlertActionType) EnumDescriptor() ([]byte, []int) { … } type VolumeActionParam … const VolumeActionParam_VOLUME_ACTION_PARAM_NONE … const VolumeActionParam_VOLUME_ACTION_PARAM_OFF … const VolumeActionParam_VOLUME_ACTION_PARAM_ON … var VolumeActionParam_name … var VolumeActionParam_value … func (x VolumeActionParam) String() string { … } func (VolumeActionParam) EnumDescriptor() ([]byte, []int) { … } type CosType … const CosType_NONE … const CosType_LOW … const CosType_MEDIUM … const CosType_HIGH … var CosType_name … var CosType_value … func (x CosType) String() string { … } func (CosType) EnumDescriptor() ([]byte, []int) { … } type IoProfile … const IoProfile_IO_PROFILE_SEQUENTIAL … const IoProfile_IO_PROFILE_RANDOM … const IoProfile_IO_PROFILE_DB … const IoProfile_IO_PROFILE_DB_REMOTE … var IoProfile_name … var IoProfile_value … func (x IoProfile) String() string { … } func (IoProfile) EnumDescriptor() ([]byte, []int) { … } type VolumeState … const VolumeState_VOLUME_STATE_NONE … const VolumeState_VOLUME_STATE_PENDING … const VolumeState_VOLUME_STATE_AVAILABLE … const VolumeState_VOLUME_STATE_ATTACHED … const VolumeState_VOLUME_STATE_DETACHED … const VolumeState_VOLUME_STATE_DETATCHING … const VolumeState_VOLUME_STATE_ERROR … const VolumeState_VOLUME_STATE_DELETED … const VolumeState_VOLUME_STATE_TRY_DETACHING … const VolumeState_VOLUME_STATE_RESTORE … var VolumeState_name … var VolumeState_value … func (x VolumeState) String() string { … } func (VolumeState) EnumDescriptor() ([]byte, []int) { … } type VolumeStatus … const VolumeStatus_VOLUME_STATUS_NONE … const VolumeStatus_VOLUME_STATUS_NOT_PRESENT … const VolumeStatus_VOLUME_STATUS_UP … const VolumeStatus_VOLUME_STATUS_DOWN … const VolumeStatus_VOLUME_STATUS_DEGRADED … var VolumeStatus_name … var VolumeStatus_value … func (x VolumeStatus) String() string { … } func (VolumeStatus) EnumDescriptor() ([]byte, []int) { … } type StorageMedium … const StorageMedium_STORAGE_MEDIUM_MAGNETIC … const StorageMedium_STORAGE_MEDIUM_SSD … const StorageMedium_STORAGE_MEDIUM_NVME … var StorageMedium_name … var StorageMedium_value … func (x StorageMedium) String() string { … } func (StorageMedium) EnumDescriptor() ([]byte, []int) { … } type ClusterNotify … const ClusterNotify_CLUSTER_NOTIFY_DOWN … var ClusterNotify_name … var ClusterNotify_value … func (x ClusterNotify) String() string { … } func (ClusterNotify) EnumDescriptor() ([]byte, []int) { … } type AttachState … const AttachState_ATTACH_STATE_EXTERNAL … const AttachState_ATTACH_STATE_INTERNAL … const AttachState_ATTACH_STATE_INTERNAL_SWITCH … var AttachState_name … var AttachState_value … func (x AttachState) String() string { … } func (AttachState) EnumDescriptor() ([]byte, []int) { … } type StorageResource … func (m *StorageResource) Reset() { … } func (m *StorageResource) String() string { … } func (*StorageResource) ProtoMessage() { … } func (*StorageResource) Descriptor() ([]byte, []int) { … } func (m *StorageResource) GetId() string { … } func (m *StorageResource) GetPath() string { … } func (m *StorageResource) GetMedium() StorageMedium { … } func (m *StorageResource) GetOnline() bool { … } func (m *StorageResource) GetIops() uint64 { … } func (m *StorageResource) GetSeqWrite() float64 { … } func (m *StorageResource) GetSeqRead() float64 { … } func (m *StorageResource) GetRandRW() float64 { … } func (m *StorageResource) GetSize() uint64 { … } func (m *StorageResource) GetUsed() uint64 { … } func (m *StorageResource) GetRotationSpeed() string { … } func (m *StorageResource) GetLastScan() *google_protobuf.Timestamp { … } type StoragePool … func (m *StoragePool) Reset() { … } func (m *StoragePool) String() string { … } func (*StoragePool) ProtoMessage() { … } func (*StoragePool) Descriptor() ([]byte, []int) { … } func (m *StoragePool) GetID() int32 { … } func (m *StoragePool) GetCos() CosType { … } func (m *StoragePool) GetMedium() StorageMedium { … } func (m *StoragePool) GetRaidLevel() string { … } func (m *StoragePool) GetTotalSize() uint64 { … } func (m *StoragePool) GetUsed() uint64 { … } func (m *StoragePool) GetLabels() map[string]string { … } type VolumeLocator … func (m *VolumeLocator) Reset() { … } func (m *VolumeLocator) String() string { … } func (*VolumeLocator) ProtoMessage() { … } func (*VolumeLocator) Descriptor() ([]byte, []int) { … } func (m *VolumeLocator) GetName() string { … } func (m *VolumeLocator) GetVolumeLabels() map[string]string { … } type Source … func (m *Source) Reset() { … } func (m *Source) String() string { … } func (*Source) ProtoMessage() { … } func (*Source) Descriptor() ([]byte, []int) { … } func (m *Source) GetParent() string { … } func (m *Source) GetSeed() string { … } type Group … func (m *Group) Reset() { … } func (m *Group) String() string { … } func (*Group) ProtoMessage() { … } func (*Group) Descriptor() ([]byte, []int) { … } func (m *Group) GetId() string { … } type VolumeSpec … func (m *VolumeSpec) Reset() { … } func (m *VolumeSpec) String() string { … } func (*VolumeSpec) ProtoMessage() { … } func (*VolumeSpec) Descriptor() ([]byte, []int) { … } func (m *VolumeSpec) GetEphemeral() bool { … } func (m *VolumeSpec) GetSize() uint64 { … } func (m *VolumeSpec) GetFormat() FSType { … } func (m *VolumeSpec) GetBlockSize() int64 { … } func (m *VolumeSpec) GetHaLevel() int64 { … } func (m *VolumeSpec) GetCos() CosType { … } func (m *VolumeSpec) GetIoProfile() IoProfile { … } func (m *VolumeSpec) GetDedupe() bool { … } func (m *VolumeSpec) GetSnapshotInterval() uint32 { … } func (m *VolumeSpec) GetVolumeLabels() map[string]string { … } func (m *VolumeSpec) GetShared() bool { … } func (m *VolumeSpec) GetReplicaSet() *ReplicaSet { … } func (m *VolumeSpec) GetAggregationLevel() uint32 { … } func (m *VolumeSpec) GetEncrypted() bool { … } func (m *VolumeSpec) GetPassphrase() string { … } func (m *VolumeSpec) GetSnapshotSchedule() string { … } func (m *VolumeSpec) GetScale() uint32 { … } func (m *VolumeSpec) GetSticky() bool { … } func (m *VolumeSpec) GetGroup() *Group { … } func (m *VolumeSpec) GetGroupEnforced() bool { … } func (m *VolumeSpec) GetCompressed() bool { … } type ReplicaSet … func (m *ReplicaSet) Reset() { … } func (m *ReplicaSet) String() string { … } func (*ReplicaSet) ProtoMessage() { … } func (*ReplicaSet) Descriptor() ([]byte, []int) { … } func (m *ReplicaSet) GetNodes() []string { … } type RuntimeStateMap … func (m *RuntimeStateMap) Reset() { … } func (m *RuntimeStateMap) String() string { … } func (*RuntimeStateMap) ProtoMessage() { … } func (*RuntimeStateMap) Descriptor() ([]byte, []int) { … } func (m *RuntimeStateMap) GetRuntimeState() map[string]string { … } type Volume … func (m *Volume) Reset() { … } func (m *Volume) String() string { … } func (*Volume) ProtoMessage() { … } func (*Volume) Descriptor() ([]byte, []int) { … } func (m *Volume) GetId() string { … } func (m *Volume) GetSource() *Source { … } func (m *Volume) GetGroup() *Group { … } func (m *Volume) GetReadonly() bool { … } func (m *Volume) GetLocator() *VolumeLocator { … } func (m *Volume) GetCtime() *google_protobuf.Timestamp { … } func (m *Volume) GetSpec() *VolumeSpec { … } func (m *Volume) GetUsage() uint64 { … } func (m *Volume) GetLastScan() *google_protobuf.Timestamp { … } func (m *Volume) GetFormat() FSType { … } func (m *Volume) GetStatus() VolumeStatus { … } func (m *Volume) GetState() VolumeState { … } func (m *Volume) GetAttachedOn() string { … } func (m *Volume) GetAttachedState() AttachState { … } func (m *Volume) GetDevicePath() string { … } func (m *Volume) GetSecureDevicePath() string { … } func (m *Volume) GetAttachPath() []string { … } func (m *Volume) GetAttachInfo() map[string]string { … } func (m *Volume) GetReplicaSets() []*ReplicaSet { … } func (m *Volume) GetRuntimeState() []*RuntimeStateMap { … } func (m *Volume) GetError() string { … } type Stats … func (m *Stats) Reset() { … } func (m *Stats) String() string { … } func (*Stats) ProtoMessage() { … } func (*Stats) Descriptor() ([]byte, []int) { … } func (m *Stats) GetReads() uint64 { … } func (m *Stats) GetReadMs() uint64 { … } func (m *Stats) GetReadBytes() uint64 { … } func (m *Stats) GetWrites() uint64 { … } func (m *Stats) GetWriteMs() uint64 { … } func (m *Stats) GetWriteBytes() uint64 { … } func (m *Stats) GetIoProgress() uint64 { … } func (m *Stats) GetIoMs() uint64 { … } func (m *Stats) GetBytesUsed() uint64 { … } func (m *Stats) GetIntervalMs() uint64 { … } type Alert … func (m *Alert) Reset() { … } func (m *Alert) String() string { … } func (*Alert) ProtoMessage() { … } func (*Alert) Descriptor() ([]byte, []int) { … } func (m *Alert) GetId() int64 { … } func (m *Alert) GetSeverity() SeverityType { … } func (m *Alert) GetAlertType() int64 { … } func (m *Alert) GetMessage() string { … } func (m *Alert) GetTimestamp() *google_protobuf.Timestamp { … } func (m *Alert) GetResourceId() string { … } func (m *Alert) GetResource() ResourceType { … } func (m *Alert) GetCleared() bool { … } func (m *Alert) GetTtl() uint64 { … } func (m *Alert) GetUniqueTag() string { … } type Alerts … func (m *Alerts) Reset() { … } func (m *Alerts) String() string { … } func (*Alerts) ProtoMessage() { … } func (*Alerts) Descriptor() ([]byte, []int) { … } func (m *Alerts) GetAlert() []*Alert { … } type VolumeCreateRequest … func (m *VolumeCreateRequest) Reset() { … } func (m *VolumeCreateRequest) String() string { … } func (*VolumeCreateRequest) ProtoMessage() { … } func (*VolumeCreateRequest) Descriptor() ([]byte, []int) { … } func (m *VolumeCreateRequest) GetLocator() *VolumeLocator { … } func (m *VolumeCreateRequest) GetSource() *Source { … } func (m *VolumeCreateRequest) GetSpec() *VolumeSpec { … } type VolumeResponse … func (m *VolumeResponse) Reset() { … } func (m *VolumeResponse) String() string { … } func (*VolumeResponse) ProtoMessage() { … } func (*VolumeResponse) Descriptor() ([]byte, []int) { … } func (m *VolumeResponse) GetError() string { … } type VolumeCreateResponse … func (m *VolumeCreateResponse) Reset() { … } func (m *VolumeCreateResponse) String() string { … } func (*VolumeCreateResponse) ProtoMessage() { … } func (*VolumeCreateResponse) Descriptor() ([]byte, []int) { … } func (m *VolumeCreateResponse) GetId() string { … } func (m *VolumeCreateResponse) GetVolumeResponse() *VolumeResponse { … } type VolumeStateAction … func (m *VolumeStateAction) Reset() { … } func (m *VolumeStateAction) String() string { … } func (*VolumeStateAction) ProtoMessage() { … } func (*VolumeStateAction) Descriptor() ([]byte, []int) { … } func (m *VolumeStateAction) GetAttach() VolumeActionParam { … } func (m *VolumeStateAction) GetMount() VolumeActionParam { … } func (m *VolumeStateAction) GetMountPath() string { … } func (m *VolumeStateAction) GetDevicePath() string { … } func (m *VolumeStateAction) GetUnmountBeforeDetach() bool { … } type VolumeSetRequest … func (m *VolumeSetRequest) Reset() { … } func (m *VolumeSetRequest) String() string { … } func (*VolumeSetRequest) ProtoMessage() { … } func (*VolumeSetRequest) Descriptor() ([]byte, []int) { … } func (m *VolumeSetRequest) GetLocator() *VolumeLocator { … } func (m *VolumeSetRequest) GetSpec() *VolumeSpec { … } func (m *VolumeSetRequest) GetAction() *VolumeStateAction { … } func (m *VolumeSetRequest) GetOptions() map[string]string { … } type VolumeSetResponse … func (m *VolumeSetResponse) Reset() { … } func (m *VolumeSetResponse) String() string { … } func (*VolumeSetResponse) ProtoMessage() { … } func (*VolumeSetResponse) Descriptor() ([]byte, []int) { … } func (m *VolumeSetResponse) GetVolume() *Volume { … } func (m *VolumeSetResponse) GetVolumeResponse() *VolumeResponse { … } type SnapCreateRequest … func (m *SnapCreateRequest) Reset() { … } func (m *SnapCreateRequest) String() string { … } func (*SnapCreateRequest) ProtoMessage() { … } func (*SnapCreateRequest) Descriptor() ([]byte, []int) { … } func (m *SnapCreateRequest) GetId() string { … } func (m *SnapCreateRequest) GetLocator() *VolumeLocator { … } func (m *SnapCreateRequest) GetReadonly() bool { … } type SnapCreateResponse … func (m *SnapCreateResponse) Reset() { … } func (m *SnapCreateResponse) String() string { … } func (*SnapCreateResponse) ProtoMessage() { … } func (*SnapCreateResponse) Descriptor() ([]byte, []int) { … } func (m *SnapCreateResponse) GetVolumeCreateResponse() *VolumeCreateResponse { … } type VolumeInfo … func (m *VolumeInfo) Reset() { … } func (m *VolumeInfo) String() string { … } func (*VolumeInfo) ProtoMessage() { … } func (*VolumeInfo) Descriptor() ([]byte, []int) { … } func (m *VolumeInfo) GetVolumeId() string { … } func (m *VolumeInfo) GetPath() string { … } func (m *VolumeInfo) GetStorage() *VolumeSpec { … } type GraphDriverChanges … func (m *GraphDriverChanges) Reset() { … } func (m *GraphDriverChanges) String() string { … } func (*GraphDriverChanges) ProtoMessage() { … } func (*GraphDriverChanges) Descriptor() ([]byte, []int) { … } func (m *GraphDriverChanges) GetPath() string { … } func (m *GraphDriverChanges) GetKind() GraphDriverChangeType { … } type ClusterResponse … func (m *ClusterResponse) Reset() { … } func (m *ClusterResponse) String() string { … } func (*ClusterResponse) ProtoMessage() { … } func (*ClusterResponse) Descriptor() ([]byte, []int) { … } func (m *ClusterResponse) GetError() string { … } type ActiveRequest … func (m *ActiveRequest) Reset() { … } func (m *ActiveRequest) String() string { … } func (*ActiveRequest) ProtoMessage() { … } func (*ActiveRequest) Descriptor() ([]byte, []int) { … } func (m *ActiveRequest) GetReqestKV() map[int64]string { … } type ActiveRequests … func (m *ActiveRequests) Reset() { … } func (m *ActiveRequests) String() string { … } func (*ActiveRequests) ProtoMessage() { … } func (*ActiveRequests) Descriptor() ([]byte, []int) { … } func (m *ActiveRequests) GetRequestCount() int64 { … } func (m *ActiveRequests) GetActiveRequest() []*ActiveRequest { … } func init() { … } func init() { … } var fileDescriptor0 …