NetworkInterfaceUpdate interface
Network Interface Update model
Properties
ipv4Address |
Gets or sets the ipv4 address type. |
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. |
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
ipv4AddressType
Gets or sets the ipv4 address type.
ipv4AddressType?: 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
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