NetworkInterfaceResourceSettings Class

Defines the network interface resource settings.

All required parameters must be populated in order to send to Azure.

Inheritance
azure.mgmt.resourcemover.models._models_py3.ResourceSettings
NetworkInterfaceResourceSettings

Constructor

NetworkInterfaceResourceSettings(*, target_resource_name: str, ip_configurations: Optional[List[azure.mgmt.resourcemover.models._models_py3.NicIpConfigurationResourceSettings]] = None, enable_accelerated_networking: Optional[bool] = None, **kwargs)

Parameters

resource_type
str
Required

Required. The resource type. For example, the value can be Microsoft.Compute/virtualMachines.Constant filled by server.

target_resource_name
str
Required

Required. Gets or sets the target Resource name.

ip_configurations
list[<xref:resource_mover_service_api.models.NicIpConfigurationResourceSettings>]
Required

Gets or sets the IP configurations of the NIC.

enable_accelerated_networking
bool
Required

Gets or sets a value indicating whether accelerated networking is enabled.