RuleType Class

public final class RuleType
extends ExpandableStringEnum<RuleType>

Type of a managed network Outbound Rule of a machine learning workspace.

Field Summary

Modifier and Type Field and Description
static final RuleType FQDN

Static value FQDN for RuleType.

static final RuleType PRIVATE_ENDPOINT

Static value PrivateEndpoint for RuleType.

static final RuleType SERVICE_TAG

Static value ServiceTag for RuleType.

Constructor Summary

Constructor Description
RuleType()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of RuleType value.

Method Summary

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

Creates or finds a RuleType from its string representation.

static Collection<RuleType> values()

Gets known RuleType values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

FQDN

public static final RuleType FQDN

Static value FQDN for RuleType.

PRIVATE_ENDPOINT

public static final RuleType PRIVATE_ENDPOINT

Static value PrivateEndpoint for RuleType.

SERVICE_TAG

public static final RuleType SERVICE_TAG

Static value ServiceTag for RuleType.

Constructor Details

RuleType

@Deprecated
public RuleType()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of RuleType value.

Method Details

fromString

public static RuleType fromString(String name)

Creates or finds a RuleType from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding RuleType.

values

public static Collection<RuleType> values()

Gets known RuleType values.

Returns:

known RuleType values.

Applies to