NetworkInterface interface
Network Interface model
Properties
display |
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. |
ipv4Addresses | Gets the nic ipv4 addresses. NOTE: This property will not be serialized. It can only be populated by the server. |
ipv4Address |
Gets or sets the ipv4 address type. |
ipv6Addresses | Gets the nic ipv6 addresses. NOTE: This property will not be serialized. It can only be populated by the server. |
ipv6Address |
Gets or sets the ipv6 address type. |
mac |
Gets or sets the nic MAC address. |
mac |
Gets or sets the mac address type. |
name | Gets or sets the name of the network interface. |
network |
Gets 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. |
nic |
Gets or sets the nic id. |
virtual |
Gets or sets the ARM Id of the Microsoft.ScVmm/virtualNetwork resource to connect the nic. |
Property Details
displayName
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.
displayName?: string
Property Value
string
ipv4Addresses
Gets the nic ipv4 addresses. NOTE: This property will not be serialized. It can only be populated by the server.
ipv4Addresses?: string[]
Property Value
string[]
ipv4AddressType
Gets or sets the ipv4 address type.
ipv4AddressType?: string
Property Value
string
ipv6Addresses
Gets the nic ipv6 addresses. NOTE: This property will not be serialized. It can only be populated by the server.
ipv6Addresses?: string[]
Property Value
string[]
ipv6AddressType
Gets or sets the ipv6 address type.
ipv6AddressType?: string
Property Value
string
macAddress
Gets or sets the nic MAC address.
macAddress?: string
Property Value
string
macAddressType
Gets or sets the mac address type.
macAddressType?: string
Property Value
string
name
Gets or sets the name of the network interface.
name?: string
Property Value
string
networkName
Gets 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.
networkName?: string
Property Value
string
nicId
Gets or sets the nic id.
nicId?: string
Property Value
string
virtualNetworkId
Gets or sets the ARM Id of the Microsoft.ScVmm/virtualNetwork resource to connect the nic.
virtualNetworkId?: string
Property Value
string