Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface NetworkSettings

Package version

interface

An interface representing NetworkSettings. Represents the network settings of a device.

extends

BaseModel

Hierarchy

Index

Properties

dnsSettings

dnsSettings: DNSSettings
member

{DNSSettings} dnsSettings The DNS (Domain Name System) settings of device.

Optional id

id: undefined | string
member

{string} [id] The path ID that uniquely identifies the object. NOTE: This property will not be serialized. It can only be populated by the server.

Optional kind

kind: Kind
member

{Kind} [kind] The Kind of the object. Currently only Series8000 is supported. Possible values include: 'Series8000'

Optional name

name: undefined | string
member

{string} [name] The name of the object. NOTE: This property will not be serialized. It can only be populated by the server.

networkAdapters

networkAdapters: NetworkAdapterList
member

{NetworkAdapterList} networkAdapters The network adapter list of device.

Optional type

type: undefined | string
member

{string} [type] The hierarchical type of the object. NOTE: This property will not be serialized. It can only be populated by the server.

webproxySettings

webproxySettings: WebproxySettings
member

{WebproxySettings} webproxySettings The webproxy settings of device.

Generated using TypeDoc