Interface Subnet.UpdateStages.WithDelegation
-
- All Known Subinterfaces:
Subnet.Update
- Enclosing interface:
- Subnet.UpdateStages
public static interface Subnet.UpdateStages.WithDelegationThe 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.UpdatewithDelegation(String serviceName)Specifies a subnet delegation.Subnet.UpdatewithoutDelegation(String serviceName)Removes a subnet delegation.
-
-
-
Method Detail
-
withDelegation
Subnet.Update withDelegation(String serviceName)
Specifies a subnet delegation.- Parameters:
serviceName- the service name for the delegation- Returns:
- the next stage of the definition
-
withoutDelegation
Subnet.Update withoutDelegation(String serviceName)
Removes a subnet delegation.- Parameters:
serviceName- the service name for the delegation- Returns:
- the next stage of the definition
-
-