次の方法で共有


ConfigureDeviceRequest interface

必須のデバイス構成要求。

Extends

プロパティ

currentDeviceName

デバイスの現在の名前。

dnsSettings

デバイスのセカンダリ DNS 設定。

friendlyName

デバイスのフレンドリ名。

networkInterfaceData0Settings

"Data 0" ネットワーク インターフェイス カードの設定。

timeZone

デバイスのタイム ゾーン。 例: "太平洋標準時"

継承されたプロパティ

id

オブジェクトを一意に識別するパス ID。 注: このプロパティはシリアル化されません。 サーバーによってのみ設定できます。

kind

オブジェクトの種類。 現在サポートされているのは Series8000 のみです

name

オブジェクトの名前。 注: このプロパティはシリアル化されません。 サーバーによってのみ設定できます。

type

オブジェクトの階層型。 注: このプロパティはシリアル化されません。 サーバーによってのみ設定できます。

プロパティの詳細

currentDeviceName

デバイスの現在の名前。

currentDeviceName: string

プロパティ値

string

dnsSettings

デバイスのセカンダリ DNS 設定。

dnsSettings?: SecondaryDNSSettings

プロパティ値

friendlyName

デバイスのフレンドリ名。

friendlyName: string

プロパティ値

string

networkInterfaceData0Settings

"Data 0" ネットワーク インターフェイス カードの設定。

networkInterfaceData0Settings?: NetworkInterfaceData0Settings

プロパティ値

timeZone

デバイスのタイム ゾーン。 例: "太平洋標準時"

timeZone: string

プロパティ値

string

継承されたプロパティの詳細

id

オブジェクトを一意に識別するパス ID。 注: このプロパティはシリアル化されません。 サーバーによってのみ設定できます。

id?: string

プロパティ値

string

BaseModel.id から継承された

kind

オブジェクトの種類。 現在サポートされているのは Series8000 のみです

kind?: "Series8000"

プロパティ値

"Series8000"

BaseModel.kind から継承された

name

オブジェクトの名前。 注: このプロパティはシリアル化されません。 サーバーによってのみ設定できます。

name?: string

プロパティ値

string

BaseModel.name から継承された

type

オブジェクトの階層型。 注: このプロパティはシリアル化されません。 サーバーによってのみ設定できます。

type?: string

プロパティ値

string

から継承BaseModel.type