Class UseHubGateway
java.lang.Object
com.azure.core.util.ExpandableStringEnum<UseHubGateway>
com.azure.resourcemanager.network.models.UseHubGateway
- All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>
Flag if need to use hub gateway.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final UseHubGatewayStatic value False for UseHubGateway.static final UseHubGatewayStatic value True for UseHubGateway. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic UseHubGatewayfromString(String name) Creates or finds a UseHubGateway from its string representation.static Collection<UseHubGateway> values()Gets known UseHubGateway values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, getValue, hashCode, toString, values
-
Field Details
-
FALSE
Static value False for UseHubGateway. -
TRUE
Static value True for UseHubGateway.
-
-
Constructor Details
-
UseHubGateway
Deprecated.Use thefromString(String)factory method.Creates a new instance of UseHubGateway value.
-
-
Method Details
-
fromString
Creates or finds a UseHubGateway from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding UseHubGateway.
-
values
Gets known UseHubGateway values.- Returns:
- known UseHubGateway values.
-
fromString(String)factory method.