次の方法で共有


ControllerPowerStateChangeRequest クラス

定義

コントローラーの電源状態変更要求。

[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
継承
ControllerPowerStateChangeRequest
属性

コンストラクター

ControllerPowerStateChangeRequest()

ControllerPowerStateChangeRequest クラスの新しいインスタンスを初期化します。

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

ControllerPowerStateChangeRequest クラスの新しいインスタンスを初期化します。

プロパティ

Action

デバイスのコントローラーに対して要求が想定している電源状態を取得または設定します。 使用可能な値は、'Start'、'Restart'、'Shutdown' です。

ActiveController

要求がデバイスで予期しているアクティブ コントローラーを取得または設定します。 使用可能な値は、'Unknown'、'None'、'Controller0'、'Controller1' です。

Controller0State

要求がデバイスで予期しているコントローラー 0 の状態を取得または設定します。 使用できる値は、'NotPresent'、'PoweredOff'、'OK'、'回復中'、'警告'、'Failure' です。

Controller1State

要求がデバイスで予期しているコントローラー 1 の状態を取得または設定します。 使用できる値は、'NotPresent'、'PoweredOff'、'OK'、'回復中'、'警告'、'Failure' です。

Id

オブジェクトを一意に識別するパス ID を取得します。

(継承元 BaseModel)
Kind

オブジェクトの Kind を取得または設定します。 現在、サポートされているのは Series8000 のみです。 使用可能な値は次のとおりです: 'Series8000'

(継承元 BaseModel)
Name

オブジェクトの名前を取得します。

(継承元 BaseModel)
Type

オブジェクトの階層型を取得します。

(継承元 BaseModel)

メソッド

Validate()

オブジェクトを検証します。

適用対象