Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface NetworkInterfaces

Package version

Network Interface model

Hierarchy

  • NetworkInterfaces

Index

Properties

Optional displayName

displayName: undefined | string

Gets the display name of the network interface as shown in the vmmServer. This is the fallback label for a NIC when the name is not set. NOTE: This property will not be serialized. It can only be populated by the server.

Optional ipv4AddressType

ipv4AddressType: AllocationMethod

Gets or sets the ipv4 address type.

Optional ipv4Addresses

ipv4Addresses: string[]

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

Optional ipv6AddressType

ipv6AddressType: AllocationMethod

Gets or sets the ipv6 address type.

Optional ipv6Addresses

ipv6Addresses: string[]

Gets or sets the nic ipv6 addresses. 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.

Optional macAddressType

macAddressType: AllocationMethod

Gets or sets the mac address type.

Optional name

name: undefined | string

Gets or sets the name of the network interface.

Optional networkName

networkName: undefined | string

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

Optional nicId

nicId: undefined | string

Gets or sets the nic id.

Optional virtualNetworkId

virtualNetworkId: undefined | string

Gets or sets the ARM Id of the Microsoft.ScVmm/virtualNetwork resource to connect the nic.

Generated using TypeDoc