StandardSupportedCloud Class

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

AWS.

static final StandardSupportedCloud AZURE

Azure.

static final StandardSupportedCloud GCP

GCP.

Constructor Summary

Constructor Description
StandardSupportedCloud()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of StandardSupportedCloud value.

Method Summary

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

Creates or finds a StandardSupportedCloud from its string representation.

static Collection<StandardSupportedCloud> values()

Gets known StandardSupportedCloud values.

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

Use the fromString(String name) factory method.

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:

name - a name to look for.

Returns:

the corresponding StandardSupportedCloud.

values

public static Collection<StandardSupportedCloud> values()

Gets known StandardSupportedCloud values.

Returns:

known StandardSupportedCloud values.

Applies to