public enum NetworkZoneAddressType extends Enum<NetworkZoneAddressType>
Enum Constant and Description |
---|
CIDR |
RANGE |
SDK_UNKNOWN |
Modifier and Type | Method and Description |
---|---|
String |
toString() |
static NetworkZoneAddressType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NetworkZoneAddressType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NetworkZoneAddressType CIDR
public static final NetworkZoneAddressType RANGE
public static final NetworkZoneAddressType SDK_UNKNOWN
public static NetworkZoneAddressType[] values()
for (NetworkZoneAddressType c : NetworkZoneAddressType.values()) System.out.println(c);
public static NetworkZoneAddressType 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 toString()
toString
in class Enum<NetworkZoneAddressType>
Copyright © 2017–2023 Okta. All rights reserved.