Class WafGranularity
java.lang.Object
com.microsoft.rest.ExpandableStringEnum<WafGranularity>
com.microsoft.azure.management.cdn.WafGranularity
Defines values for WafGranularity.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final WafGranularity
Static value P1D for WafGranularity.static final WafGranularity
Static value PT1H for WafGranularity.static final WafGranularity
Static value PT5M for WafGranularity. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic WafGranularity
fromString
(String name) Creates or finds a WafGranularity from its string representation.static Collection<WafGranularity>
values()
Methods inherited from class com.microsoft.rest.ExpandableStringEnum
equals, fromString, hashCode, toString, values, withNameValue
-
Field Details
-
PT5M
Static value PT5M for WafGranularity. -
PT1H
Static value PT1H for WafGranularity. -
P1D
Static value P1D for WafGranularity.
-
-
Constructor Details
-
WafGranularity
public WafGranularity()
-
-
Method Details
-
fromString
Creates or finds a WafGranularity from its string representation.- Parameters:
name
- a name to look for- Returns:
- the corresponding WafGranularity
-
values
- Returns:
- known WafGranularity values
-