Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ControllerPowerStateChangeRequest

Package version

interface

An interface representing ControllerPowerStateChangeRequest. The controller power state change request.

extends

BaseModel

Hierarchy

  • BaseModel
    • ControllerPowerStateChangeRequest

Index

Properties

action

member

{ControllerPowerStateAction} action The power state that the request is expecting for the controller of the device. Possible values include: 'Start', 'Restart', 'Shutdown'

activeController

activeController: ControllerId
member

{ControllerId} activeController The active controller that the request is expecting on the device. Possible values include: 'Unknown', 'None', 'Controller0', 'Controller1'

controller0State

controller0State: ControllerStatus
member

{ControllerStatus} controller0State The controller 0's status that the request is expecting on the device. Possible values include: 'NotPresent', 'PoweredOff', 'Ok', 'Recovering', 'Warning', 'Failure'

controller1State

controller1State: ControllerStatus
member

{ControllerStatus} controller1State The controller 1's status that the request is expecting on the device. Possible values include: 'NotPresent', 'PoweredOff', 'Ok', 'Recovering', 'Warning', 'Failure'

Optional id

id: undefined | string
member

{string} [id] The path ID that uniquely identifies the object. NOTE: This property will not be serialized. It can only be populated by the server.

Optional kind

kind: Kind
member

{Kind} [kind] The Kind of the object. Currently only Series8000 is supported. Possible values include: 'Series8000'

Optional name

name: undefined | string
member

{string} [name] The name of the object. NOTE: This property will not be serialized. It can only be populated by the server.

Optional type

type: undefined | string
member

{string} [type] The hierarchical type of the object. NOTE: This property will not be serialized. It can only be populated by the server.

Generated using TypeDoc