Class EndpointType
- java.lang.Object
-
- com.azure.core.util.ExpandableStringEnum<EndpointType>
-
- com.azure.resourcemanager.network.models.EndpointType
-
public final class EndpointType extends com.azure.core.util.ExpandableStringEnum<EndpointType>
Defines values for EndpointType.
-
-
Field Summary
Fields Modifier and Type Field Description static EndpointTypeAZURE_SUBNETStatic value AzureSubnet for EndpointType.static EndpointTypeAZURE_VMStatic value AzureVM for EndpointType.static EndpointTypeAZURE_VNETStatic value AzureVNet for EndpointType.static EndpointTypeEXTERNAL_ADDRESSStatic value ExternalAddress for EndpointType.static EndpointTypeMMAWORKSPACE_MACHINEStatic value MMAWorkspaceMachine for EndpointType.static EndpointTypeMMAWORKSPACE_NETWORKStatic value MMAWorkspaceNetwork for EndpointType.
-
Constructor Summary
Constructors Constructor Description EndpointType()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static EndpointTypefromString(String name)Creates or finds a EndpointType from its string representation.static Collection<EndpointType>values()
-
-
-
Field Detail
-
AZURE_VM
public static final EndpointType AZURE_VM
Static value AzureVM for EndpointType.
-
AZURE_VNET
public static final EndpointType AZURE_VNET
Static value AzureVNet for EndpointType.
-
AZURE_SUBNET
public static final EndpointType AZURE_SUBNET
Static value AzureSubnet 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.
-
-
Method Detail
-
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<EndpointType> values()
- Returns:
- known EndpointType values.
-
-