NetworkInterface.UpdateStages.WithIPConfiguration Interface

public static interface NetworkInterface.UpdateStages.WithIPConfiguration

The stage of the network interface update allowing to configure IP configuration.

Method Summary

Modifier and Type Method and Description
abstract Blank<Update> defineSecondaryIPConfiguration(String name)

Starts definition of a secondary IP configuration.

abstract Update updateIPConfiguration(String name)

Starts update of an IP configuration.

abstract Update withoutIPConfiguration(String name)

Removes the specified IP configuration.

Method Details

defineSecondaryIPConfiguration

public abstract NicIPConfiguration.UpdateDefinitionStages.Blank defineSecondaryIPConfiguration(String name)

Starts definition of a secondary IP configuration.

Parameters:

name - name for the IP configuration

Returns:

the first stage of the update

updateIPConfiguration

public abstract NicIPConfiguration.Update updateIPConfiguration(String name)

Starts update of an IP configuration.

Parameters:

name - name of the IP configuration

Returns:

the first stage of the update

withoutIPConfiguration

public abstract NetworkInterface.Update withoutIPConfiguration(String name)

Removes the specified IP configuration.

Parameters:

name - the name of an existing IP configuration

Returns:

the next stage of the update

Applies to