Interface PublicIpAddress.DefinitionStages.WithIdleTimeout
-
- All Known Subinterfaces:
PublicIpAddress.Definition,PublicIpAddress.DefinitionStages.WithCreate
- Enclosing interface:
- PublicIpAddress.DefinitionStages
public static interface PublicIpAddress.DefinitionStages.WithIdleTimeoutA public IP address definition allowing the idle timeout to be specified.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PublicIpAddress.DefinitionStages.WithCreatewithIdleTimeoutInMinutes(int minutes)Specifies the timeout (in minutes) for an idle connection.
-
-
-
Method Detail
-
withIdleTimeoutInMinutes
PublicIpAddress.DefinitionStages.WithCreate 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 definition
-
-