DelegatedSubnetState Class

public final class DelegatedSubnetState
extends ExpandableStringEnum<DelegatedSubnetState>

The current state of dnc delegated subnet resource.

Field Summary

Modifier and Type Field and Description
static final DelegatedSubnetState DELETING

Static value Deleting for DelegatedSubnetState.

static final DelegatedSubnetState FAILED

Static value Failed for DelegatedSubnetState.

static final DelegatedSubnetState PROVISIONING

Static value Provisioning for DelegatedSubnetState.

static final DelegatedSubnetState SUCCEEDED

Static value Succeeded for DelegatedSubnetState.

Constructor Summary

Constructor Description
DelegatedSubnetState()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of DelegatedSubnetState value.

Method Summary

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

Creates or finds a DelegatedSubnetState from its string representation.

static Collection<DelegatedSubnetState> values()

Gets known DelegatedSubnetState values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

DELETING

public static final DelegatedSubnetState DELETING

Static value Deleting for DelegatedSubnetState.

FAILED

public static final DelegatedSubnetState FAILED

Static value Failed for DelegatedSubnetState.

PROVISIONING

public static final DelegatedSubnetState PROVISIONING

Static value Provisioning for DelegatedSubnetState.

SUCCEEDED

public static final DelegatedSubnetState SUCCEEDED

Static value Succeeded for DelegatedSubnetState.

Constructor Details

DelegatedSubnetState

@Deprecated
public DelegatedSubnetState()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of DelegatedSubnetState value.

Method Details

fromString

public static DelegatedSubnetState fromString(String name)

Creates or finds a DelegatedSubnetState from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding DelegatedSubnetState.

values

public static Collection<DelegatedSubnetState> values()

Gets known DelegatedSubnetState values.

Returns:

known DelegatedSubnetState values.

Applies to