ServiceGatewaySkuName Class

public final class ServiceGatewaySkuName
extends ExpandableStringEnum<ServiceGatewaySkuName>

Name of a service gateway SKU.

Field Summary

Modifier and Type Field and Description
static final ServiceGatewaySkuName STANDARD

Standard.

Constructor Summary

Constructor Description
ServiceGatewaySkuName()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of ServiceGatewaySkuName value.

Method Summary

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

Creates or finds a ServiceGatewaySkuName from its string representation.

static Collection<ServiceGatewaySkuName> values()

Gets known ServiceGatewaySkuName values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

STANDARD

public static final ServiceGatewaySkuName STANDARD

Standard.

Constructor Details

ServiceGatewaySkuName

@Deprecated
public ServiceGatewaySkuName()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of ServiceGatewaySkuName value.

Method Details

fromString

public static ServiceGatewaySkuName fromString(String name)

Creates or finds a ServiceGatewaySkuName from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding ServiceGatewaySkuName.

values

public static Collection<ServiceGatewaySkuName> values()

Gets known ServiceGatewaySkuName values.

Returns:

known ServiceGatewaySkuName values.

Applies to