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