ConfigureDeviceRequest interface

The mandatory device configuration request.

Extends

Properties

currentDeviceName

The current name of the device.

dnsSettings

The secondary DNS Settings of the device.

friendlyName

The friendly name for the device.

networkInterfaceData0Settings

The 'Data 0' network interface card settings.

timeZone

The device time zone. For eg: "Pacific Standard Time"

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

currentDeviceName

The current name of the device.

currentDeviceName: string

Property Value

string

dnsSettings

The secondary DNS Settings of the device.

dnsSettings?: SecondaryDNSSettings

Property Value

friendlyName

The friendly name for the device.

friendlyName: string

Property Value

string

networkInterfaceData0Settings

The 'Data 0' network interface card settings.

networkInterfaceData0Settings?: NetworkInterfaceData0Settings

Property Value

timeZone

The device time zone. For eg: "Pacific Standard Time"

timeZone: string

Property Value

string

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