Interface Subnet.UpdateDefinitionStages.WithNatGateway<ParentT>
- Type Parameters:
ParentT- the stage of the parent definition to return to after attaching this definition
- All Known Subinterfaces:
Subnet.UpdateDefinition<ParentT>,Subnet.UpdateDefinitionStages.WithAttach<ParentT>
- Enclosing interface:
Subnet.UpdateDefinitionStages
public static interface Subnet.UpdateDefinitionStages.WithNatGateway<ParentT>
The stage of a subnet definition allowing to specify the network NAT gateway to assign to the subnet.
-
Method Summary
Modifier and TypeMethodDescriptionwithExistingNatGateway(String resourceId) Specifies an existing NAT gateway to associate with the subnet.
-
Method Details
-
withExistingNatGateway
Specifies an existing NAT gateway to associate with the subnet.- Parameters:
resourceId- the resource ID of the NAT gateway- Returns:
- the next stage of the definition
-