Package com.oracle.bmc.core.model
Enum DrgAttachmentTypeDrgRouteDistributionMatchCriteria.AttachmentType
- java.lang.Object
-
- java.lang.Enum<DrgAttachmentTypeDrgRouteDistributionMatchCriteria.AttachmentType>
-
- com.oracle.bmc.core.model.DrgAttachmentTypeDrgRouteDistributionMatchCriteria.AttachmentType
-
- All Implemented Interfaces:
BmcEnum
,Serializable
,Comparable<DrgAttachmentTypeDrgRouteDistributionMatchCriteria.AttachmentType>
- Enclosing class:
- DrgAttachmentTypeDrgRouteDistributionMatchCriteria
public static enum DrgAttachmentTypeDrgRouteDistributionMatchCriteria.AttachmentType extends Enum<DrgAttachmentTypeDrgRouteDistributionMatchCriteria.AttachmentType> implements BmcEnum
The type of the network resource to be included in this match.A match for a network type implies that all DRG attachments of that type insert routes into the table.
-
-
Enum Constant Summary
Enum Constants Enum Constant Description IpsecTunnel
RemotePeeringConnection
UnknownEnumValue
This value is used if a service returns a value for this enum that is not recognized by this version of the SDK.Vcn
VirtualCircuit
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DrgAttachmentTypeDrgRouteDistributionMatchCriteria.AttachmentType
create(String key)
String
getValue()
static DrgAttachmentTypeDrgRouteDistributionMatchCriteria.AttachmentType
valueOf(String name)
Returns the enum constant of this type with the specified name.static DrgAttachmentTypeDrgRouteDistributionMatchCriteria.AttachmentType[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
Vcn
public static final DrgAttachmentTypeDrgRouteDistributionMatchCriteria.AttachmentType Vcn
-
VirtualCircuit
public static final DrgAttachmentTypeDrgRouteDistributionMatchCriteria.AttachmentType VirtualCircuit
-
RemotePeeringConnection
public static final DrgAttachmentTypeDrgRouteDistributionMatchCriteria.AttachmentType RemotePeeringConnection
-
IpsecTunnel
public static final DrgAttachmentTypeDrgRouteDistributionMatchCriteria.AttachmentType IpsecTunnel
-
UnknownEnumValue
public static final DrgAttachmentTypeDrgRouteDistributionMatchCriteria.AttachmentType UnknownEnumValue
This value is used if a service returns a value for this enum that is not recognized by this version of the SDK.
-
-
Method Detail
-
values
public static DrgAttachmentTypeDrgRouteDistributionMatchCriteria.AttachmentType[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (DrgAttachmentTypeDrgRouteDistributionMatchCriteria.AttachmentType c : DrgAttachmentTypeDrgRouteDistributionMatchCriteria.AttachmentType.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static DrgAttachmentTypeDrgRouteDistributionMatchCriteria.AttachmentType valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null
-
create
public static DrgAttachmentTypeDrgRouteDistributionMatchCriteria.AttachmentType create(String key)
-
-