org.gcube.informationsystem.glitebridge.resource.site
Class HostType
java.lang.Object
org.gcube.informationsystem.glitebridge.resource.site.HostType
public class HostType
- extends java.lang.Object
- Author:
- Luca Frosini (ISTI-CNR)
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HostType
public HostType()
getArchitecture
public HostArchitectureFullType getArchitecture()
- Returns:
- Architecture
setArchitecture
public void setArchitecture(HostArchitectureFullType architecture)
- Parameters:
architecture
- Architecture
getBenchmark
public BenchmarkType getBenchmark()
- Returns:
- Benchmark
setBenchmark
public void setBenchmark(BenchmarkType benchmark)
- Parameters:
benchmark
- Benchmark
getLoad
public LoadType getLoad()
- Returns:
- Load
setLoad
public void setLoad(LoadType load)
- Parameters:
load
- Load
getLocalFileSystem
public java.util.List<FileSystemType> getLocalFileSystem()
- Returns:
- Local File System
setLocalFileSystem
public void setLocalFileSystem(java.util.List<FileSystemType> localFileSystem)
- Parameters:
localFileSystem
- Local File System
getMainMemory
public MainMemoryFullType getMainMemory()
- Returns:
- Main Memory
setMainMemory
public void setMainMemory(MainMemoryFullType mainMemory)
- Parameters:
mainMemory
- Main Memory
getName
public java.lang.String getName()
- Returns:
- Name
setName
public void setName(java.lang.String name)
- Parameters:
name
- Name
getNetworkAdapter
public java.util.List<NetworkAdapterFullType> getNetworkAdapter()
- Returns:
- Network Adapter
setNetworkAdapter
public void setNetworkAdapter(java.util.List<NetworkAdapterFullType> networkAdapter)
- Parameters:
networkAdapter
- Network Adapter
getOperatingSystem
public OperatingSystemType getOperatingSystem()
- Returns:
- Operating System
setOperatingSystem
public void setOperatingSystem(OperatingSystemType operatingSystem)
- Parameters:
operatingSystem
- Operating System
getProcessor
public ProcessorFullType getProcessor()
- Returns:
- Processor
setProcessor
public void setProcessor(ProcessorFullType processor)
- Parameters:
processor
- Processor
getRemoteFileSystem
public java.util.List<FileSystemType> getRemoteFileSystem()
- Returns:
- Remote File System
setRemoteFileSystem
public void setRemoteFileSystem(java.util.List<FileSystemType> remoteFileSystem)
- Parameters:
remoteFileSystem
- Remote File System
getRunTimeEnv
public RunTimeEnvType getRunTimeEnv()
- Returns:
- RunTime Environment
setRunTimeEnv
public void setRunTimeEnv(RunTimeEnvType runTimeEnv)
- Parameters:
runTimeEnv
- RunTime Environment
getStorageDevice
public java.util.List<StorageDeviceType> getStorageDevice()
- Returns:
- Storage Device
setStorageDevice
public void setStorageDevice(java.util.List<StorageDeviceType> storageDevice)
- Parameters:
storageDevice
- Storage Device
getStorageDevice2StoragePartition
public java.util.List<StorageDevice2StoragePartition> getStorageDevice2StoragePartition()
- Returns:
- List of Storage Device to Storage Partition
setStorageDevice2StoragePartition
public void setStorageDevice2StoragePartition(java.util.List<StorageDevice2StoragePartition> storageDevice2StoragePartition)
- Parameters:
storageDevice2StoragePartition
- List of Storage Device to Storage Partition
getStoragePartition
public java.util.List<StoragePartitionType> getStoragePartition()
- Returns:
- Storage Partition
setStoragePartition
public void setStoragePartition(java.util.List<StoragePartitionType> storagePartition)
- Parameters:
storagePartition
- Storage Partition
getStoragePartition2FileSystem
public java.util.List<StoragePartition2FileSystem> getStoragePartition2FileSystem()
- Returns:
- List of Storage Partition to File System
setStoragePartition2FileSystem
public void setStoragePartition2FileSystem(java.util.List<StoragePartition2FileSystem> storagePartition2FileSystem)
- Parameters:
storagePartition2FileSystem
- List of Storage Partition to File System
getUniqueID
public java.lang.String getUniqueID()
- Returns:
- Unique ID
setUniqueID
public void setUniqueID(java.lang.String uniqueID)
- Parameters:
uniqueID
- Unique ID
getUpTime
public int getUpTime()
- Returns:
- Up Time
setUpTime
public void setUpTime(int upTime)
- Parameters:
upTime
- Up Time