NetworkInterface.DefinitionStages.WithSecondaryIPConfiguration Interface

public static interface NetworkInterface.DefinitionStages.WithSecondaryIPConfiguration

The stage of the network interface definition allowing to associate a secondary IP configurations.

Method Summary

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

Starts definition of a secondary IP configuration.

Method Details

defineSecondaryIPConfiguration

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

Starts definition of a secondary IP configuration.

Parameters:

name - name for the IP configuration

Returns:

the first stage of a secondary IP configuration definition

Applies to