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