NicIPConfiguration.UpdateStages.WithPrivateIP Interface

Implements

public static interface NicIPConfiguration.UpdateStages.WithPrivateIP
extends WithPrivateIPAddress<Update>

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

Method Summary

Modifier and Type Method and Description
abstract Update withPrivateIPVersion(IPVersion ipVersion)

Specifies the IP version for the private IP address.

Method Details

withPrivateIPVersion

public abstract NicIPConfiguration.Update withPrivateIPVersion(IPVersion ipVersion)

Specifies the IP version for the private IP address.

Parameters:

ipVersion - an IP version

Returns:

the next stage of the update

Applies to