StandardSupportedCloud Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. security. models. StandardSupportedCloud
- com.
- com.
public final class StandardSupportedCloud
extends ExpandableStringEnum<StandardSupportedCloud>
The cloud that the standard is supported on.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
static final
Standard |
AWS
Static value AWS for Standard |
|
static final
Standard |
AZURE
Static value Azure for Standard |
|
static final
Standard |
GCP
Static value GCP for Standard |
Constructor Summary
| Constructor | Description |
|---|---|
| StandardSupportedCloud() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Standard |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Standard |
fromString(String name)
Creates or finds a Standard |
|
static
Collection<Standard |
values()
Gets known Standard |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
AWS
public static final StandardSupportedCloud AWS
Static value AWS for StandardSupportedCloud.
AZURE
public static final StandardSupportedCloud AZURE
Static value Azure for StandardSupportedCloud.
GCP
public static final StandardSupportedCloud GCP
Static value GCP for StandardSupportedCloud.
Constructor Details
StandardSupportedCloud
@Deprecated
public StandardSupportedCloud()
Deprecated
Creates a new instance of StandardSupportedCloud value.
Method Details
fromString
public static StandardSupportedCloud fromString(String name)
Creates or finds a StandardSupportedCloud from its string representation.
Parameters:
Returns:
values
public static Collection<StandardSupportedCloud> values()
Gets known StandardSupportedCloud values.
Returns: