NicIPConfiguration.DefinitionStages.WithSubnet<ParentT> Interface

Type Parameters

ParentT

the return type of the final Attachable#attach()

public static interface NicIPConfiguration.DefinitionStages.WithSubnet

The stage of the network interface IP configuration definition allowing to specify subnet.

Method Summary

Modifier and Type Method and Description
abstract WithPrivateIP<ParentT> withSubnet(String name)

Associate a subnet with the network interface IP configuration.

Method Details

withSubnet

public abstract NicIPConfiguration.DefinitionStages.WithPrivateIP withSubnet(String name)

Associate a subnet with the network interface IP configuration.

Parameters:

name - the subnet name

Returns:

the next stage of the definition

Applies to