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