Enum Class HostDefinition
java.lang.Object
java.lang.Enum<HostDefinition>
org.odpi.openmetadata.samples.archiveutilities.businesssystems.HostDefinition
- All Implemented Interfaces:
Serializable
,Comparable<HostDefinition>
,Constable
The HostDefinition is used to feed the definition of the organization's IT machines (hosts) for Coco Pharmaceuticals scenarios.
The hosts are important in the sustainability scenario to look at power usage.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantDescriptionmopac - Austin data center standard machine mopac.winch06 - Winchester data centre metadata host Edge01.ed05 - Edmonton data centre standard machine 05.ams02 - Amsterdam data centre standard machine 02.ams23 - Amsterdam data centre standard machine 23.ams03 - Amsterdam data centre standard machine 02.ams06 - Amsterdam data centre standard machine 06.ams45 - Amsterdam data centre standard machine 45.capital - Austin data centre standard machine capital.ed01 - Edmonton data centre standard machine 01.327-3 - NY data center standard machine 327-3.winch12 - Winchester data centre standard machine 12.ams04 - Amsterdam data centre standard machine 04.ed04 - Edmonton data centre standard machine 04.ed04 - Edmonton data centre standard machine 04.ams14 - Amsterdam data centre standard machine ams14.ams56 - Amsterdam data centre standard machine 56.ams01 - Amsterdam data centre standard machine 01.lon02 - London data centre standard machine 02.winch01 - Winchester data centre standard machine 01.winch06 - Winchester data centre metadata host Edge01. -
Method Summary
Modifier and TypeMethodDescriptionReturn the host that this system system is deployed on.Return the description of this system.Return the deployed identifier for this system.Return the facility where this server is located.Return the type of host (used to set the open metadata type name).long
Return the time offset to set up the creation time.Return the host name of this host.Return the operating system.Return the patch level of the operating system.Return the manufactured qualified name.getZones()
Return the list of zones that this server belongs to.toString()
Output of this enum class and main value.static HostDefinition
Returns the enum constant of this class with the specified name.static HostDefinition[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
COCO_MFG_PLANNING_AMS_HOST
ams03 - Amsterdam data centre standard machine 02. -
COCO_PROCUREMENT_AMS_HOST
ams45 - Amsterdam data centre standard machine 45. -
COCO_PROCUREMENT_NY_HOST
327-3 - NY data center standard machine 327-3. -
COCO_PROCUREMENT_WINCH_HOST
winch12 - Winchester data centre standard machine 12. -
COCO_PROCUREMENT_AUS_HOST
capital - Austin data centre standard machine capital. -
COCO_PROCUREMENT_ED_HOST
ed01 - Edmonton data centre standard machine 01. -
COCO_INVENTORY_HOST
ams23 - Amsterdam data centre standard machine 23. -
COCO_SUS_AMS_HOST
ams04 - Amsterdam data centre standard machine 04. -
COCO_HRIM_HOST
ams02 - Amsterdam data centre standard machine 02. -
COCO_PAGES_HOST
ams06 - Amsterdam data centre standard machine 06. -
SEC_ADMIN_HOST
ams01 - Amsterdam data centre standard machine 01. -
UK_PAYROLL_HOST
lon02 - London data centre standard machine 02. -
NL_PAYROLL_HOST
ams56 - Amsterdam data centre standard machine 56. -
CA_PAYROLL_HOST
ed05 - Edmonton data centre standard machine 05. -
AUS_MANUFACTURING_CONTROL_HOST
mopac - Austin data center standard machine mopac. -
AUS_OMAG_EDGE_03
winch06 - Winchester data centre metadata host Edge01. -
WINCH_MANUFACTURING_CONTROL_HOST
winch01 - Winchester data centre standard machine 01. -
WINCH_OMAG_EDGE_01
winch06 - Winchester data centre metadata host Edge01. -
ED_MANUFACTURING_CONTROL_HOST
ed04 - Edmonton data centre standard machine 04. -
ED_OMAG_EDGE_02
ed04 - Edmonton data centre standard machine 04. -
HAZ_MAT_HOST
ams14 - Amsterdam data centre standard machine ams14.
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum class has no constant with the specified nameNullPointerException
- if the argument is null
-
getQualifiedName
Return the manufactured qualified name.- Returns:
- string
-
getHostId
Return the deployed identifier for this system.- Returns:
- string
-
getDescription
Return the description of this system.- Returns:
- string
-
getZones
Return the list of zones that this server belongs to.- Returns:
- list of strings
-
getNetworkAddress
Return the host name of this host.- Returns:
- host URL
-
getHostType
Return the type of host (used to set the open metadata type name).- Returns:
- system type definition
-
getHostLocation
Return the facility where this server is located.- Returns:
- facility identifier
-
getOperatingSystem
Return the operating system.- Returns:
- string
-
getPatchLevel
Return the patch level of the operating system.- Returns:
- string
-
getDeployedOn
Return the host that this system system is deployed on.- Returns:
-
getLoadTime
public long getLoadTime()Return the time offset to set up the creation time.- Returns:
- long
-
toString
Output of this enum class and main value.- Overrides:
toString
in classEnum<HostDefinition>
- Returns:
- string showing enum value
-