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
AWS. |
|
static final
Standard |
AZURE
Azure. |
|
static final
Standard |
GCP
GCP. |
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
AWS.
AZURE
public static final StandardSupportedCloud AZURE
Azure.
GCP
public static final StandardSupportedCloud GCP
GCP.
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: