Interface NicIpConfiguration.DefinitionStages.WithSubnet<ParentT>
-
- Type Parameters:
ParentT- the return type of the finalAttachable.attach()
- All Known Subinterfaces:
NicIpConfiguration.Definition<ParentT>
- Enclosing interface:
- NicIpConfiguration.DefinitionStages
public static interface NicIpConfiguration.DefinitionStages.WithSubnet<ParentT>The stage of the network interface IP configuration definition allowing to specify subnet.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description NicIpConfiguration.DefinitionStages.WithPrivateIP<ParentT>withSubnet(String name)Associate a subnet with the network interface IP configuration.
-
-
-
Method Detail
-
withSubnet
NicIpConfiguration.DefinitionStages.WithPrivateIP<ParentT> withSubnet(String name)
Associate a subnet with the network interface IP configuration.- Parameters:
name- the subnet name- Returns:
- the next stage of the definition
-
-