InboundSecurityRulesProtocol Class

public final class InboundSecurityRulesProtocol
extends ExpandableStringEnum<InboundSecurityRulesProtocol>

Protocol. This should be either TCP or UDP.

Field Summary

Modifier and Type Field and Description
static final InboundSecurityRulesProtocol TCP

Static value TCP for InboundSecurityRulesProtocol.

static final InboundSecurityRulesProtocol UDP

Static value UDP for InboundSecurityRulesProtocol.

Constructor Summary

Constructor Description
InboundSecurityRulesProtocol()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of InboundSecurityRulesProtocol value.

Method Summary

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

Creates or finds a InboundSecurityRulesProtocol from its string representation.

static Collection<InboundSecurityRulesProtocol> values()

Gets known InboundSecurityRulesProtocol values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

TCP

public static final InboundSecurityRulesProtocol TCP

Static value TCP for InboundSecurityRulesProtocol.

UDP

public static final InboundSecurityRulesProtocol UDP

Static value UDP for InboundSecurityRulesProtocol.

Constructor Details

InboundSecurityRulesProtocol

@Deprecated
public InboundSecurityRulesProtocol()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of InboundSecurityRulesProtocol value.

Method Details

fromString

public static InboundSecurityRulesProtocol fromString(String name)

Creates or finds a InboundSecurityRulesProtocol from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding InboundSecurityRulesProtocol.

values

public static Collection values()

Gets known InboundSecurityRulesProtocol values.

Returns:

known InboundSecurityRulesProtocol values.

Applies to