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