Interface WorkloadNetworkSegment.UpdateStages.WithDisplayName
-
- All Known Subinterfaces:
WorkloadNetworkSegment.Update
- Enclosing interface:
- WorkloadNetworkSegment.UpdateStages
public static interface WorkloadNetworkSegment.UpdateStages.WithDisplayName
The stage of the WorkloadNetworkSegment update allowing to specify displayName.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description WorkloadNetworkSegment.Update
withDisplayName(String displayName)
Specifies the displayName property: Display name of the segment..
-
-
-
Method Detail
-
withDisplayName
WorkloadNetworkSegment.Update withDisplayName(String displayName)
Specifies the displayName property: Display name of the segment..- Parameters:
displayName
- Display name of the segment.- Returns:
- the next definition stage.
-
-