PrivateEndpointConnectionsParentType Class

public final class PrivateEndpointConnectionsParentType
extends ExpandableStringEnum<PrivateEndpointConnectionsParentType>

Defines values for PrivateEndpointConnectionsParentType.

Field Summary

Modifier and Type Field and Description
static final PrivateEndpointConnectionsParentType DOMAINS

Static value domains for PrivateEndpointConnectionsParentType.

static final PrivateEndpointConnectionsParentType TOPICS

Static value topics for PrivateEndpointConnectionsParentType.

Constructor Summary

Constructor Description
PrivateEndpointConnectionsParentType()

Method Summary

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

Creates or finds a PrivateEndpointConnectionsParentType from its string representation.

static Collection<PrivateEndpointConnectionsParentType> values()

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

DOMAINS

public static final PrivateEndpointConnectionsParentType DOMAINS

Static value domains for PrivateEndpointConnectionsParentType.

TOPICS

public static final PrivateEndpointConnectionsParentType TOPICS

Static value topics for PrivateEndpointConnectionsParentType.

Constructor Details

PrivateEndpointConnectionsParentType

public PrivateEndpointConnectionsParentType()

Method Details

fromString

public static PrivateEndpointConnectionsParentType fromString(String name)

Creates or finds a PrivateEndpointConnectionsParentType from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding PrivateEndpointConnectionsParentType.

values

public static Collection values()

Returns:

known PrivateEndpointConnectionsParentType values.

Applies to