ControllerPowerStateChangeRequest Class

Definition

The controller power state change request.

[Microsoft.Rest.Serialization.JsonTransformation]
public class ControllerPowerStateChangeRequest : Microsoft.Azure.Management.StorSimple8000Series.Models.BaseModel
[<Microsoft.Rest.Serialization.JsonTransformation>]
type ControllerPowerStateChangeRequest = class
    inherit BaseModel
Public Class ControllerPowerStateChangeRequest
Inherits BaseModel
Inheritance
ControllerPowerStateChangeRequest
Attributes

Constructors

ControllerPowerStateChangeRequest()

Initializes a new instance of the ControllerPowerStateChangeRequest class.

ControllerPowerStateChangeRequest(ControllerPowerStateAction, ControllerId, ControllerStatus, ControllerStatus, String, String, String, Nullable<Kind>)

Initializes a new instance of the ControllerPowerStateChangeRequest class.

Properties

Action

Gets or sets the power state that the request is expecting for the controller of the device. Possible values include: 'Start', 'Restart', 'Shutdown'

ActiveController

Gets or sets the active controller that the request is expecting on the device. Possible values include: 'Unknown', 'None', 'Controller0', 'Controller1'

Controller0State

Gets or sets the controller 0's status that the request is expecting on the device. Possible values include: 'NotPresent', 'PoweredOff', 'Ok', 'Recovering', 'Warning', 'Failure'

Controller1State

Gets or sets the controller 1's status that the request is expecting on the device. Possible values include: 'NotPresent', 'PoweredOff', 'Ok', 'Recovering', 'Warning', 'Failure'

Id

Gets the path ID that uniquely identifies the object.

(Inherited from BaseModel)
Kind

Gets or sets the Kind of the object. Currently only Series8000 is supported. Possible values include: 'Series8000'

(Inherited from BaseModel)
Name

Gets the name of the object.

(Inherited from BaseModel)
Type

Gets the hierarchical type of the object.

(Inherited from BaseModel)

Methods

Validate()

Validate the object.

Applies to