NetworkInterfaceResourceSettings Class
- java.
lang. Object - com.
microsoft. azure. management. resourcemover. v2021_01_01.ResourceSettings - com.
microsoft. azure. management. resourcemover. v2021_01_01.NetworkInterfaceResourceSettings
- com.
- com.
public class NetworkInterfaceResourceSettings
extends ResourceSettings
Defines the network interface resource settings.
Constructor Summary
| Constructor | Description | |
|---|---|---|
| NetworkInterfaceResourceSettings() | ||
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| java.lang.Boolean |
enableAcceleratedNetworking()
Get gets or sets a value indicating whether accelerated networking is enabled. |
|
java.util.List<Nic |
ipConfigurations()
Get gets or sets the IP configurations of the NIC. |
|
Network |
withEnableAcceleratedNetworking(Boolean enableAcceleratedNetworking)
Set gets or sets a value indicating whether accelerated networking is enabled. |
|
Network |
withIpConfigurations(List<NicIpConfigurationResourceSettings> ipConfigurations)
Set gets or sets the IP configurations of the NIC. |
Methods inherited from ResourceSettings
Methods inherited from java.lang.Object
Constructor Details
NetworkInterfaceResourceSettings
public NetworkInterfaceResourceSettings()
Method Details
enableAcceleratedNetworking
public Boolean enableAcceleratedNetworking()
Get gets or sets a value indicating whether accelerated networking is enabled.
Returns:
ipConfigurations
public List<NicIpConfigurationResourceSettings> ipConfigurations()
Get gets or sets the IP configurations of the NIC.
Returns:
withEnableAcceleratedNetworking
public NetworkInterfaceResourceSettings withEnableAcceleratedNetworking(Boolean enableAcceleratedNetworking)
Set gets or sets a value indicating whether accelerated networking is enabled.
Parameters:
Returns:
withIpConfigurations
public NetworkInterfaceResourceSettings withIpConfigurations(List<NicIpConfigurationResourceSettings> ipConfigurations)
Set gets or sets the IP configurations of the NIC.
Parameters:
Returns: