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
-
-