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
Modifier and TypeMethodDescriptionwithSubnet(String name) Associate a subnet with the network interface IP configuration.
-
Method Details
-
withSubnet
Associate a subnet with the network interface IP configuration.- Parameters:
name- the subnet name- Returns:
- the next stage of the definition
-