public enum InfrastructureType extends Enum<InfrastructureType>
| Enum Constant and Description |
|---|
ANTSPACE_COOLING_TOWER
The cooling tower.
|
CPOWER
A CPower PLC.
|
DIGITAL_SHOVEL_PDU
Digital Shovel PDU.
|
FORTINET_SWITCH
A fortinet switch.
|
GENERIC_MODBUS
A generic modbus device.
|
GENERIC_SNMP
A generic SNMP device.
|
GRID_BEYOND
A nuenergen.
|
MANAGED_SWITCH
A managed switch.
|
MOONSHOT_PDU
A Moonshot PDU.
|
NU_ENERGEN
A nuenergen.
|
NVIDIA
Nvidia GPU.
|
OGE_RTAC
OG&E RTAC.
|
OIT_PDU
An OID PDU.
|
OIT_RPDU
OIT RPDU.
|
POWERNET_PDU
PowerNet PDU.
|
TRILOGY_PDU
A trilogy PDU.
|
| Modifier and Type | Method and Description |
|---|---|
static InfrastructureType |
forValue(String value)
Returns the type for the provided value.
|
String |
getType()
Returns the type.
|
static InfrastructureType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InfrastructureType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final InfrastructureType ANTSPACE_COOLING_TOWER
public static final InfrastructureType GENERIC_SNMP
public static final InfrastructureType FORTINET_SWITCH
public static final InfrastructureType MOONSHOT_PDU
public static final InfrastructureType OIT_PDU
public static final InfrastructureType TRILOGY_PDU
public static final InfrastructureType MANAGED_SWITCH
public static final InfrastructureType CPOWER
public static final InfrastructureType GENERIC_MODBUS
public static final InfrastructureType NU_ENERGEN
public static final InfrastructureType OIT_RPDU
public static final InfrastructureType POWERNET_PDU
public static final InfrastructureType GRID_BEYOND
public static final InfrastructureType NVIDIA
public static final InfrastructureType OGE_RTAC
public static final InfrastructureType DIGITAL_SHOVEL_PDU
public static InfrastructureType[] values()
for (InfrastructureType c : InfrastructureType.values()) System.out.println(c);
public static InfrastructureType 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 InfrastructureType forValue(String value)
value - The value.public String getType()
Copyright © 2024 OBM, LLC. All rights reserved.