public static enum ListDrgAttachmentsRequest.AttachmentType extends Enum<ListDrgAttachmentsRequest.AttachmentType> implements BmcEnum
The type for the network resource attached to the DRG.
Enum Constant and Description |
---|
All |
IpsecTunnel |
RemotePeeringConnection |
Vcn |
VirtualCircuit |
Modifier and Type | Method and Description |
---|---|
static ListDrgAttachmentsRequest.AttachmentType |
create(String key) |
String |
getValue() |
static ListDrgAttachmentsRequest.AttachmentType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ListDrgAttachmentsRequest.AttachmentType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ListDrgAttachmentsRequest.AttachmentType Vcn
public static final ListDrgAttachmentsRequest.AttachmentType VirtualCircuit
public static final ListDrgAttachmentsRequest.AttachmentType RemotePeeringConnection
public static final ListDrgAttachmentsRequest.AttachmentType IpsecTunnel
public static final ListDrgAttachmentsRequest.AttachmentType All
public static ListDrgAttachmentsRequest.AttachmentType[] values()
for (ListDrgAttachmentsRequest.AttachmentType c : ListDrgAttachmentsRequest.AttachmentType.values()) System.out.println(c);
public static ListDrgAttachmentsRequest.AttachmentType valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic static ListDrgAttachmentsRequest.AttachmentType create(String key)
Copyright © 2016–2025. All rights reserved.