Interface NicIpConfiguration.UpdateDefinitionStages.WithSubnet<ParentT>
-
- Type Parameters:
ParentT- the stage of the parent network interface update to return to after attaching this definition
- All Known Subinterfaces:
NicIpConfiguration.UpdateDefinition<ParentT>
- Enclosing interface:
- NicIpConfiguration.UpdateDefinitionStages
public static interface NicIpConfiguration.UpdateDefinitionStages.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.UpdateDefinitionStages.WithPrivateIP<ParentT>withSubnet(String name)Associate a subnet with the network interface IP configuration.
-
-
-
Method Detail
-
withSubnet
NicIpConfiguration.UpdateDefinitionStages.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
-
-