Condividi tramite


ConnectedGroupPrivateEndpointsScale Class

public final class ConnectedGroupPrivateEndpointsScale
extends ExpandableStringEnum<ConnectedGroupPrivateEndpointsScale>

Option indicating the scale of private endpoints allowed in the connected group of the connectivity configuration.

Field Summary

Modifier and Type Field and Description
static final ConnectedGroupPrivateEndpointsScale HIGH_SCALE

Static value HighScale for ConnectedGroupPrivateEndpointsScale.

static final ConnectedGroupPrivateEndpointsScale STANDARD

Static value Standard for ConnectedGroupPrivateEndpointsScale.

Constructor Summary

Constructor Description
ConnectedGroupPrivateEndpointsScale()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of ConnectedGroupPrivateEndpointsScale value.

Method Summary

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

Creates or finds a ConnectedGroupPrivateEndpointsScale from its string representation.

static Collection<ConnectedGroupPrivateEndpointsScale> values()

Gets known ConnectedGroupPrivateEndpointsScale values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

HIGH_SCALE

public static final ConnectedGroupPrivateEndpointsScale HIGH_SCALE

Static value HighScale for ConnectedGroupPrivateEndpointsScale.

STANDARD

public static final ConnectedGroupPrivateEndpointsScale STANDARD

Static value Standard for ConnectedGroupPrivateEndpointsScale.

Constructor Details

ConnectedGroupPrivateEndpointsScale

@Deprecated
public ConnectedGroupPrivateEndpointsScale()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of ConnectedGroupPrivateEndpointsScale value.

Method Details

fromString

public static ConnectedGroupPrivateEndpointsScale fromString(String name)

Creates or finds a ConnectedGroupPrivateEndpointsScale from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding ConnectedGroupPrivateEndpointsScale.

values

public static Collection<ConnectedGroupPrivateEndpointsScale> values()

Gets known ConnectedGroupPrivateEndpointsScale values.

Returns:

known ConnectedGroupPrivateEndpointsScale values.

Applies to