NetworkInterface.DefinitionStages.WithSecondaryIPConfiguration Interface

public interface WithSecondaryIPConfiguration

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

Method Summary

Modifier and Type Method and Description
NicIPConfiguration.DefinitionStages.Blank<NetworkInterface.DefinitionStages.WithCreate> defineSecondaryIPConfiguration(String name)

Starts definition of a secondary IP configuration.

Method Details

defineSecondaryIPConfiguration

public 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