Interface Subnet.UpdateDefinitionStages.WithDelegation<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.WithDelegation<ParentT>The stage of the subnet definition allowing to specify the subnet delegation.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Subnet.UpdateDefinitionStages.WithAttach<ParentT>withDelegation(String serviceName)Specifies a subnet delegation.
-
-
-
Method Detail
-
withDelegation
Subnet.UpdateDefinitionStages.WithAttach<ParentT> withDelegation(String serviceName)
Specifies a subnet delegation.- Parameters:
serviceName- the service name for the delegation- Returns:
- the next stage of the definition
-
-