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