Package com.oracle.bmc.core.model
Enum VcnDrgAttachmentNetworkDetails.VcnRouteType
- java.lang.Object
-
- java.lang.Enum<VcnDrgAttachmentNetworkDetails.VcnRouteType>
-
- com.oracle.bmc.core.model.VcnDrgAttachmentNetworkDetails.VcnRouteType
-
- All Implemented Interfaces:
BmcEnum
,Serializable
,Comparable<VcnDrgAttachmentNetworkDetails.VcnRouteType>
- Enclosing class:
- VcnDrgAttachmentNetworkDetails
public static enum VcnDrgAttachmentNetworkDetails.VcnRouteType extends Enum<VcnDrgAttachmentNetworkDetails.VcnRouteType> implements BmcEnum
Indicates whether the VCN CIDRs or the individual subnet CIDRs are imported from the attachment.Routes from the VCN ingress route table are always imported.
-
-
Enum Constant Summary
Enum Constants Enum Constant Description SubnetCidrs
UnknownEnumValue
This value is used if a service returns a value for this enum that is not recognized by this version of the SDK.VcnCidrs
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static VcnDrgAttachmentNetworkDetails.VcnRouteType
create(String key)
String
getValue()
static VcnDrgAttachmentNetworkDetails.VcnRouteType
valueOf(String name)
Returns the enum constant of this type with the specified name.static VcnDrgAttachmentNetworkDetails.VcnRouteType[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
VcnCidrs
public static final VcnDrgAttachmentNetworkDetails.VcnRouteType VcnCidrs
-
SubnetCidrs
public static final VcnDrgAttachmentNetworkDetails.VcnRouteType SubnetCidrs
-
UnknownEnumValue
public static final VcnDrgAttachmentNetworkDetails.VcnRouteType 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 VcnDrgAttachmentNetworkDetails.VcnRouteType[] 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 (VcnDrgAttachmentNetworkDetails.VcnRouteType c : VcnDrgAttachmentNetworkDetails.VcnRouteType.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static VcnDrgAttachmentNetworkDetails.VcnRouteType 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 VcnDrgAttachmentNetworkDetails.VcnRouteType create(String key)
-
-