Interface WorkloadNetworkSegment.UpdateStages.WithConnectedGateway
-
- All Known Subinterfaces:
WorkloadNetworkSegment.Update
- Enclosing interface:
- WorkloadNetworkSegment.UpdateStages
public static interface WorkloadNetworkSegment.UpdateStages.WithConnectedGateway
The stage of the WorkloadNetworkSegment update allowing to specify connectedGateway.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description WorkloadNetworkSegment.Update
withConnectedGateway(String connectedGateway)
Specifies the connectedGateway property: Gateway which to connect segment to..
-
-
-
Method Detail
-
withConnectedGateway
WorkloadNetworkSegment.Update withConnectedGateway(String connectedGateway)
Specifies the connectedGateway property: Gateway which to connect segment to..- Parameters:
connectedGateway
- Gateway which to connect segment to.- Returns:
- the next definition stage.
-
-