Lezen in het Engels

Delen via


IstioIngressGatewayMode Class

public final class IstioIngressGatewayMode
extends ExpandableStringEnum<IstioIngressGatewayMode>

Mode of an ingress gateway.

Field Summary

Modifier and Type Field and Description
static final IstioIngressGatewayMode EXTERNAL

Static value External for IstioIngressGatewayMode.

static final IstioIngressGatewayMode INTERNAL

Static value Internal for IstioIngressGatewayMode.

Constructor Summary

Constructor Description
IstioIngressGatewayMode()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of IstioIngressGatewayMode value.

Method Summary

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

Creates or finds a IstioIngressGatewayMode from its string representation.

static Collection<IstioIngressGatewayMode> values()

Gets known IstioIngressGatewayMode values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

EXTERNAL

public static final IstioIngressGatewayMode EXTERNAL

Static value External for IstioIngressGatewayMode.

INTERNAL

public static final IstioIngressGatewayMode INTERNAL

Static value Internal for IstioIngressGatewayMode.

Constructor Details

IstioIngressGatewayMode

@Deprecated
public IstioIngressGatewayMode()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of IstioIngressGatewayMode value.

Method Details

fromString

public static IstioIngressGatewayMode fromString(String name)

Creates or finds a IstioIngressGatewayMode from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding IstioIngressGatewayMode.

values

public static Collection values()

Gets known IstioIngressGatewayMode values.

Returns:

known IstioIngressGatewayMode values.

Applies to

Azure SDK for Java

Latest