NicIPConfiguration.UpdateStages.WithPrivateIP Interface

public interface WithPrivateIP extends HasPrivateIPAddress.UpdateStages.WithPrivateIPAddress

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

Method Summary

Modifier and Type Method and Description
NicIPConfiguration.Update withPrivateIPVersion(IPVersion ipVersion)

Specifies the IP version for the private IP address.

Inherited Members

Method Details

withPrivateIPVersion

public 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