Share via


NetworkInterfaceResourceSettings Class

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<NicIpConfigurationResourceSettings> ipConfigurations()

Get gets or sets the IP configurations of the NIC.

NetworkInterfaceResourceSettings withEnableAcceleratedNetworking(Boolean enableAcceleratedNetworking)

Set gets or sets a value indicating whether accelerated networking is enabled.

NetworkInterfaceResourceSettings withIpConfigurations(List<NicIpConfigurationResourceSettings> ipConfigurations)

Set gets or sets the IP configurations of the NIC.

Methods inherited from ResourceSettings

Methods inherited from java.lang.Object

java.lang.Object.clone java.lang.Object.equals java.lang.Object.finalize java.lang.Object.getClass java.lang.Object.hashCode java.lang.Object.notify java.lang.Object.notifyAll java.lang.Object.toString java.lang.Object.wait java.lang.Object.wait java.lang.Object.wait

Constructor Details

NetworkInterfaceResourceSettings

public NetworkInterfaceResourceSettings()

Method Details

enableAcceleratedNetworking

public Boolean enableAcceleratedNetworking()

Get gets or sets a value indicating whether accelerated networking is enabled.

Returns:

the enableAcceleratedNetworking value

ipConfigurations

public List<NicIpConfigurationResourceSettings> ipConfigurations()

Get gets or sets the IP configurations of the NIC.

Returns:

the ipConfigurations value

withEnableAcceleratedNetworking

public NetworkInterfaceResourceSettings withEnableAcceleratedNetworking(Boolean enableAcceleratedNetworking)

Set gets or sets a value indicating whether accelerated networking is enabled.

Parameters:

enableAcceleratedNetworking - the enableAcceleratedNetworking value to set

Returns:

the NetworkInterfaceResourceSettings object itself.

withIpConfigurations

public NetworkInterfaceResourceSettings withIpConfigurations(List<NicIpConfigurationResourceSettings> ipConfigurations)

Set gets or sets the IP configurations of the NIC.

Parameters:

ipConfigurations - the ipConfigurations value to set

Returns:

the NetworkInterfaceResourceSettings object itself.

Applies to