Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface NetworkInterface

Package version

Network Interface model

Hierarchy

  • NetworkInterface

Index

Properties

Optional deviceKey

deviceKey: undefined | number

Gets or sets the device key value.

Optional ipAddresses

ipAddresses: string[]

Gets or sets the nic ip addresses. NOTE: This property will not be serialized. It can only be populated by the server.

Optional ipSettings

ipSettings: NicIPSettings

Gets or sets the ipsettings.

Optional label

label: undefined | string

Gets or sets the label of the virtual network in vCenter that the nic is connected to. NOTE: This property will not be serialized. It can only be populated by the server.

Optional macAddress

macAddress: undefined | string

Gets or sets the NIC MAC address. NOTE: This property will not be serialized. It can only be populated by the server.

Optional name

name: undefined | string

Gets or sets the name of the network interface.

Optional networkId

networkId: undefined | string

Gets or sets the ARM Id of the network resource to connect the virtual machine.

Optional networkMoName

networkMoName: undefined | string

Gets or sets the name of the virtual network in vCenter that the nic is connected to. NOTE: This property will not be serialized. It can only be populated by the server.

Optional networkMoRefId

networkMoRefId: undefined | string

Gets or sets the vCenter MoRef (Managed Object Reference) ID of the virtual network that the nic is connected to. NOTE: This property will not be serialized. It can only be populated by the server.

Optional nicType

nicType: NICType

NIC type

Optional powerOnBoot

powerOnBoot: PowerOnBootOption

Gets or sets the power on boot.

Generated using TypeDoc