RecommendationSupportedClouds Class

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 RecommendationSupportedClouds AWS

AWS.

static final RecommendationSupportedClouds AZURE

Azure.

static final RecommendationSupportedClouds GCP

GCP.

Constructor Summary

Constructor Description
RecommendationSupportedClouds()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of RecommendationSupportedClouds value.

Method Summary

Modifier and Type Method and Description
static RecommendationSupportedClouds fromString(String name)

Creates or finds a RecommendationSupportedClouds from its string representation.

static Collection<RecommendationSupportedClouds> values()

Gets known RecommendationSupportedClouds values.

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

Use the fromString(String name) factory method.

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:

name - a name to look for.

Returns:

the corresponding RecommendationSupportedClouds.

values

public static Collection<RecommendationSupportedClouds> values()

Gets known RecommendationSupportedClouds values.

Returns:

known RecommendationSupportedClouds values.

Applies to