Interface Subnet.DefinitionStages.WithDelegation<ParentT>
- Type Parameters:
ParentT- the stage of the parent definition to return to after attaching this definition
- All Known Subinterfaces:
Subnet.Definition<ParentT>,Subnet.DefinitionStages.WithAttach<ParentT>
- Enclosing interface:
Subnet.DefinitionStages
public static interface Subnet.DefinitionStages.WithDelegation<ParentT>
The stage of the subnet definition allowing to specify the subnet delegation.
-
Method Summary
Modifier and TypeMethodDescriptionwithDelegation(String serviceName) Specifies a subnet delegation.
-
Method Details
-
withDelegation
Specifies a subnet delegation.- Parameters:
serviceName- the service name for the delegation- Returns:
- the next stage of the definition
-