Documentation ¶
Overview ¶
This MIB defines state textual conventions.
Copyright (C) The Internet Society 2005. This version of this MIB module is part of RFC 4268; see the RFC itself for full legal notices.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EntityAdminState ¶
type EntityAdminState string
EntityAdminState represents report administrative state.
const ( EntityAdminState_unknown EntityAdminState = "unknown" EntityAdminState_locked EntityAdminState = "locked" EntityAdminState_shuttingDown EntityAdminState = "shuttingDown" EntityAdminState_unlocked EntityAdminState = "unlocked" )
type EntityOperState ¶
type EntityOperState string
EntityOperState represents resource is unable to report operational state.
const ( EntityOperState_unknown EntityOperState = "unknown" EntityOperState_disabled EntityOperState = "disabled" EntityOperState_enabled EntityOperState = "enabled" EntityOperState_testing EntityOperState = "testing" )
type EntityStandbyStatus ¶
type EntityStandbyStatus string
EntityStandbyStatus represents report standby state.
const ( EntityStandbyStatus_unknown EntityStandbyStatus = "unknown" EntityStandbyStatus_hotStandby EntityStandbyStatus = "hotStandby" EntityStandbyStatus_coldStandby EntityStandbyStatus = "coldStandby" EntityStandbyStatus_providingService EntityStandbyStatus = "providingService" )
type EntityUsageState ¶
type EntityUsageState string
EntityUsageState represents that this resource is unable to report usage state.
const ( EntityUsageState_unknown EntityUsageState = "unknown" EntityUsageState_idle EntityUsageState = "idle" EntityUsageState_active EntityUsageState = "active" EntityUsageState_busy EntityUsageState = "busy" )
Click to show internal directories.
Click to hide internal directories.