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

Allows for up to 20K private endpoints in the connected group.

static final ConnectedGroupPrivateEndpointsScale STANDARD

Default.

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

Allows for up to 20K private endpoints in the connected group.

STANDARD

public static final ConnectedGroupPrivateEndpointsScale STANDARD

Default. Allows for up to 2K private endpoints in the connected group.

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