Class HostInfo

    • Constructor Detail

      • HostInfo

        public HostInfo()
      • HostInfo

        public HostInfo​(HostInfo source)
        NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
    • Method Detail

      • getHostIp

        public String getHostIp()
        Get 宿主机IP
        Returns:
        HostIp 宿主机IP
      • setHostIp

        public void setHostIp​(String HostIp)
        Set 宿主机IP
        Parameters:
        HostIp - 宿主机IP
      • getServiceType

        public String getServiceType()
        Get 云服务类型
        Returns:
        ServiceType 云服务类型
      • setServiceType

        public void setServiceType​(String ServiceType)
        Set 云服务类型
        Parameters:
        ServiceType - 云服务类型
      • getHostStatus

        public String getHostStatus()
        Get 宿主机运行状态
        Returns:
        HostStatus 宿主机运行状态
      • setHostStatus

        public void setHostStatus​(String HostStatus)
        Set 宿主机运行状态
        Parameters:
        HostStatus - 宿主机运行状态
      • getHostType

        public String getHostType()
        Get 宿主机类型
        Returns:
        HostType 宿主机类型
      • setHostType

        public void setHostType​(String HostType)
        Set 宿主机类型
        Parameters:
        HostType - 宿主机类型
      • getCpuAvailable

        public Long getCpuAvailable()
        Get cpu可用数
        Returns:
        CpuAvailable cpu可用数
      • setCpuAvailable

        public void setCpuAvailable​(Long CpuAvailable)
        Set cpu可用数
        Parameters:
        CpuAvailable - cpu可用数
      • getCpuTotal

        public Long getCpuTotal()
        Get cpu总数
        Returns:
        CpuTotal cpu总数
      • setCpuTotal

        public void setCpuTotal​(Long CpuTotal)
        Set cpu总数
        Parameters:
        CpuTotal - cpu总数
      • getMemAvailable

        public Long getMemAvailable()
        Get 内存可用数
        Returns:
        MemAvailable 内存可用数
      • setMemAvailable

        public void setMemAvailable​(Long MemAvailable)
        Set 内存可用数
        Parameters:
        MemAvailable - 内存可用数
      • getMemTotal

        public Long getMemTotal()
        Get 内存总数
        Returns:
        MemTotal 内存总数
      • setMemTotal

        public void setMemTotal​(Long MemTotal)
        Set 内存总数
        Parameters:
        MemTotal - 内存总数
      • getRunTime

        public String getRunTime()
        Get 运行时间
        Returns:
        RunTime 运行时间
      • setRunTime

        public void setRunTime​(String RunTime)
        Set 运行时间
        Parameters:
        RunTime - 运行时间
      • getExpireTime

        public String getExpireTime()
        Get 到期时间
        Returns:
        ExpireTime 到期时间
      • setExpireTime

        public void setExpireTime​(String ExpireTime)
        Set 到期时间
        Parameters:
        ExpireTime - 到期时间
      • getHostId

        public String getHostId()
        Get 宿主机id 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        HostId 宿主机id 注意:此字段可能返回 null,表示取不到有效值。
      • setHostId

        public void setHostId​(String HostId)
        Set 宿主机id 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        HostId - 宿主机id 注意:此字段可能返回 null,表示取不到有效值。