Class ReplicaInfo

    • Constructor Detail

      • ReplicaInfo

        public ReplicaInfo()
      • ReplicaInfo

        public ReplicaInfo​(ReplicaInfo 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

      • getName

        public String getName()
        Get 实例名称
        Returns:
        Name 实例名称
      • setName

        public void setName​(String Name)
        Set 实例名称
        Parameters:
        Name - 实例名称
      • getEniIp

        public String getEniIp()
        Get 弹性网卡模式时,弹性网卡Ip 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        EniIp 弹性网卡模式时,弹性网卡Ip 注意:此字段可能返回 null,表示取不到有效值。
      • setEniIp

        public void setEniIp​(String EniIp)
        Set 弹性网卡模式时,弹性网卡Ip 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        EniIp - 弹性网卡模式时,弹性网卡Ip 注意:此字段可能返回 null,表示取不到有效值。
      • getStatus

        public String getStatus()
        Get Normal: 正常运行中; Abnormal: 异常;Waiting:等待中
        Returns:
        Status Normal: 正常运行中; Abnormal: 异常;Waiting:等待中
      • setStatus

        public void setStatus​(String Status)
        Set Normal: 正常运行中; Abnormal: 异常;Waiting:等待中
        Parameters:
        Status - Normal: 正常运行中; Abnormal: 异常;Waiting:等待中
      • getMessage

        public String getMessage()
        Get 当 status为 Abnormal 的时候,一些额外的信息 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        Message 当 status为 Abnormal 的时候,一些额外的信息 注意:此字段可能返回 null,表示取不到有效值。
      • setMessage

        public void setMessage​(String Message)
        Set 当 status为 Abnormal 的时候,一些额外的信息 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        Message - 当 status为 Abnormal 的时候,一些额外的信息 注意:此字段可能返回 null,表示取不到有效值。
      • getStartTime

        public String getStartTime()
        Get 启动时间 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        StartTime 启动时间 注意:此字段可能返回 null,表示取不到有效值。
      • setStartTime

        public void setStartTime​(String StartTime)
        Set 启动时间 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        StartTime - 启动时间 注意:此字段可能返回 null,表示取不到有效值。
      • getCreateTime

        public String getCreateTime()
        Get 创建时间 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        CreateTime 创建时间 注意:此字段可能返回 null,表示取不到有效值。
      • setCreateTime

        public void setCreateTime​(String CreateTime)
        Set 创建时间 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        CreateTime - 创建时间 注意:此字段可能返回 null,表示取不到有效值。
      • getRestarted

        public Long getRestarted()
        Get 重启次数
        Returns:
        Restarted 重启次数
      • setRestarted

        public void setRestarted​(Long Restarted)
        Set 重启次数
        Parameters:
        Restarted - 重启次数