Uses of Class
com.vmware.vra.jenkinsplugin.model.iaas.SystemHostInfo
| Package | Description |
|---|---|
| com.vmware.vra.jenkinsplugin.model.iaas |
-
Uses of SystemHostInfo in com.vmware.vra.jenkinsplugin.model.iaas
Methods in com.vmware.vra.jenkinsplugin.model.iaas that return SystemHostInfo Modifier and Type Method Description SystemHostInfoSystemHostInfo. addIpAddressesItem(String ipAddressesItem)SystemHostInfoSystemHostInfo. availableProcessorCount(Long availableProcessorCount)SystemHostInfoSystemHostInfo. environmentVariables(Map<String,String> environmentVariables)SystemHostInfoSystemHostInfo. freeDiskByteCount(Long freeDiskByteCount)SystemHostInfoSystemHostInfo. freeMemoryByteCount(Long freeMemoryByteCount)SystemHostInfoServiceHost. getSystemInfo()Get systemInfoSystemHostInfoServiceHostState. getSystemInfo()Get systemInfoSystemHostInfoSystemHostInfo. ipAddresses(List<String> ipAddresses)SystemHostInfoSystemHostInfo. maxMemoryByteCount(Long maxMemoryByteCount)SystemHostInfoSystemHostInfo. osFamily(SystemHostInfo.OsFamilyEnum osFamily)SystemHostInfoSystemHostInfo. osName(String osName)SystemHostInfoSystemHostInfo. properties(Map<String,String> properties)SystemHostInfoSystemHostInfo. putEnvironmentVariablesItem(String key, String environmentVariablesItem)SystemHostInfoSystemHostInfo. putPropertiesItem(String key, String propertiesItem)SystemHostInfoSystemHostInfo. totalDiskByteCount(Long totalDiskByteCount)SystemHostInfoSystemHostInfo. totalMemoryByteCount(Long totalMemoryByteCount)SystemHostInfoSystemHostInfo. usableDiskByteCount(Long usableDiskByteCount)Methods in com.vmware.vra.jenkinsplugin.model.iaas with parameters of type SystemHostInfo Modifier and Type Method Description voidServiceHost. setSystemInfo(SystemHostInfo systemInfo)voidServiceHostState. setSystemInfo(SystemHostInfo systemInfo)ServiceHostServiceHost. systemInfo(SystemHostInfo systemInfo)ServiceHostStateServiceHostState. systemInfo(SystemHostInfo systemInfo)