Interface PublicIPAddress.UpdateStages.WithIdleTimout
-
- All Known Subinterfaces:
PublicIPAddress.Update
- Enclosing interface:
- PublicIPAddress.UpdateStages
public static interface PublicIPAddress.UpdateStages.WithIdleTimoutA public IP address update allowing the idle timeout to be changed.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PublicIPAddress.UpdatewithIdleTimeoutInMinutes(int minutes)Specifies the timeout (in minutes) for an idle connection.
-
-
-
Method Detail
-
withIdleTimeoutInMinutes
PublicIPAddress.Update withIdleTimeoutInMinutes(int minutes)
Specifies the timeout (in minutes) for an idle connection.- Parameters:
minutes- the length of the time out in minutes- Returns:
- the next stage of the resource update
-
-