EndpointType Class

public final class EndpointType
extends ExpandableStringEnum<EndpointType>

The endpoint type.

Field Summary

Modifier and Type Field and Description
static final EndpointType AZURE_ARC_VM

Static value AzureArcVM for EndpointType.

static final EndpointType AZURE_SUBNET

Static value AzureSubnet for EndpointType.

static final EndpointType AZURE_VM

Static value AzureVM for EndpointType.

static final EndpointType AZURE_VMSS

Static value AzureVMSS for EndpointType.

static final EndpointType AZURE_VNET

Static value AzureVNet for EndpointType.

static final EndpointType EXTERNAL_ADDRESS

Static value ExternalAddress for EndpointType.

static final EndpointType MMAWORKSPACE_MACHINE

Static value MMAWorkspaceMachine for EndpointType.

static final EndpointType MMAWORKSPACE_NETWORK

Static value MMAWorkspaceNetwork for EndpointType.

Constructor Summary

Constructor Description
EndpointType()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of EndpointType value.

Method Summary

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

Creates or finds a EndpointType from its string representation.

static Collection<EndpointType> values()

Gets known EndpointType values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

AZURE_ARC_VM

public static final EndpointType AZURE_ARC_VM

Static value AzureArcVM for EndpointType.

AZURE_SUBNET

public static final EndpointType AZURE_SUBNET

Static value AzureSubnet for EndpointType.

AZURE_VM

public static final EndpointType AZURE_VM

Static value AzureVM for EndpointType.

AZURE_VMSS

public static final EndpointType AZURE_VMSS

Static value AzureVMSS for EndpointType.

AZURE_VNET

public static final EndpointType AZURE_VNET

Static value AzureVNet for EndpointType.

EXTERNAL_ADDRESS

public static final EndpointType EXTERNAL_ADDRESS

Static value ExternalAddress for EndpointType.

MMAWORKSPACE_MACHINE

public static final EndpointType MMAWORKSPACE_MACHINE

Static value MMAWorkspaceMachine for EndpointType.

MMAWORKSPACE_NETWORK

public static final EndpointType MMAWORKSPACE_NETWORK

Static value MMAWorkspaceNetwork for EndpointType.

Constructor Details

EndpointType

@Deprecated
public EndpointType()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of EndpointType value.

Method Details

fromString

public static EndpointType fromString(String name)

Creates or finds a EndpointType from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding EndpointType.

values

public static Collection values()

Gets known EndpointType values.

Returns:

known EndpointType values.

Applies to