public static enum TagIpamResourcesRequest.ResourceTypeEnum extends Enum<TagIpamResourcesRequest.ResourceTypeEnum>
| Modifier and Type | Class and Description |
|---|---|
static class |
TagIpamResourcesRequest.ResourceTypeEnum.Adapter |
| Enum Constant and Description |
|---|
IPAM |
IPAM_POOL |
IPAM_RESOURCE_DISCOVERY |
IPAM_SCOPE |
| Modifier and Type | Method and Description |
|---|---|
static TagIpamResourcesRequest.ResourceTypeEnum |
fromValue(String input) |
String |
getValue() |
String |
toString() |
static TagIpamResourcesRequest.ResourceTypeEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TagIpamResourcesRequest.ResourceTypeEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
@SerializedName(value="ipam") public static final TagIpamResourcesRequest.ResourceTypeEnum IPAM
@SerializedName(value="ipam_pool") public static final TagIpamResourcesRequest.ResourceTypeEnum IPAM_POOL
@SerializedName(value="ipam_scope") public static final TagIpamResourcesRequest.ResourceTypeEnum IPAM_SCOPE
@SerializedName(value="ipam_resource_discovery") public static final TagIpamResourcesRequest.ResourceTypeEnum IPAM_RESOURCE_DISCOVERY
public static TagIpamResourcesRequest.ResourceTypeEnum[] values()
for (TagIpamResourcesRequest.ResourceTypeEnum c : TagIpamResourcesRequest.ResourceTypeEnum.values()) System.out.println(c);
public static TagIpamResourcesRequest.ResourceTypeEnum 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 String getValue()
public String toString()
toString in class Enum<TagIpamResourcesRequest.ResourceTypeEnum>public static TagIpamResourcesRequest.ResourceTypeEnum fromValue(String input)
Copyright © 2026. All rights reserved.