ControllerPowerStateChangeRequest interface
The controller power state change request.
- Extends
Properties
action | The power state that the request is expecting for the controller of the device. |
active |
The active controller that the request is expecting on the device. |
controller0State | The controller 0's status that the request is expecting on the device. |
controller1State | The controller 1's status that the request is expecting on the device. |
Inherited Properties
id | The path ID that uniquely identifies the object. NOTE: This property will not be serialized. It can only be populated by the server. |
kind | The Kind of the object. Currently only Series8000 is supported |
name | The name of the object. NOTE: This property will not be serialized. It can only be populated by the server. |
type | The hierarchical type of the object. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
action
The power state that the request is expecting for the controller of the device.
action: ControllerPowerStateAction
Property Value
activeController
The active controller that the request is expecting on the device.
activeController: ControllerId
Property Value
controller0State
The controller 0's status that the request is expecting on the device.
controller0State: ControllerStatus
Property Value
controller1State
The controller 1's status that the request is expecting on the device.
controller1State: ControllerStatus
Property Value
Inherited Property Details
id
The path ID that uniquely identifies the object. NOTE: This property will not be serialized. It can only be populated by the server.
id?: string
Property Value
string
Inherited From BaseModel.id
kind
The Kind of the object. Currently only Series8000 is supported
kind?: "Series8000"
Property Value
"Series8000"
Inherited From BaseModel.kind
name
The name of the object. NOTE: This property will not be serialized. It can only be populated by the server.
name?: string
Property Value
string
Inherited From BaseModel.name
type
The hierarchical type of the object. NOTE: This property will not be serialized. It can only be populated by the server.
type?: string
Property Value
string
Inherited From BaseModel.type
Azure SDK for JavaScript