Class AuditInstance

    • Constructor Detail

      • AuditInstance

        public AuditInstance()
      • AuditInstance

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

      • getAuditStatus

        public String getAuditStatus()
        Get 审计状态,已开通审计为:YES,未开通审计为:ON。
        Returns:
        AuditStatus 审计状态,已开通审计为:YES,未开通审计为:ON。
      • setAuditStatus

        public void setAuditStatus​(String AuditStatus)
        Set 审计状态,已开通审计为:YES,未开通审计为:ON。
        Parameters:
        AuditStatus - 审计状态,已开通审计为:YES,未开通审计为:ON。
      • getBillingAmount

        public Long getBillingAmount()
        Get 审计日志大小,为兼容老版本用。
        Returns:
        BillingAmount 审计日志大小,为兼容老版本用。
      • setBillingAmount

        public void setBillingAmount​(Long BillingAmount)
        Set 审计日志大小,为兼容老版本用。
        Parameters:
        BillingAmount - 审计日志大小,为兼容老版本用。
      • getBillingConfirmed

        public Long getBillingConfirmed()
        Get 计费确认状态,0-未确认;1-已确认。
        Returns:
        BillingConfirmed 计费确认状态,0-未确认;1-已确认。
      • setBillingConfirmed

        public void setBillingConfirmed​(Long BillingConfirmed)
        Set 计费确认状态,0-未确认;1-已确认。
        Parameters:
        BillingConfirmed - 计费确认状态,0-未确认;1-已确认。
      • getColdLogExpireDay

        public Long getColdLogExpireDay()
        Get 低频存储时长。
        Returns:
        ColdLogExpireDay 低频存储时长。
      • setColdLogExpireDay

        public void setColdLogExpireDay​(Long ColdLogExpireDay)
        Set 低频存储时长。
        Parameters:
        ColdLogExpireDay - 低频存储时长。
      • getColdLogSize

        public Long getColdLogSize()
        Get 低频日志存储量单位MB。
        Returns:
        ColdLogSize 低频日志存储量单位MB。
      • setColdLogSize

        public void setColdLogSize​(Long ColdLogSize)
        Set 低频日志存储量单位MB。
        Parameters:
        ColdLogSize - 低频日志存储量单位MB。
      • getHotLogExpireDay

        public Long getHotLogExpireDay()
        Get 高频日志存储天数。
        Returns:
        HotLogExpireDay 高频日志存储天数。
      • setHotLogExpireDay

        public void setHotLogExpireDay​(Long HotLogExpireDay)
        Set 高频日志存储天数。
        Parameters:
        HotLogExpireDay - 高频日志存储天数。
      • getHotLogSize

        public Long getHotLogSize()
        Get 高频日志存储量,单位MB。
        Returns:
        HotLogSize 高频日志存储量,单位MB。
      • setHotLogSize

        public void setHotLogSize​(Long HotLogSize)
        Set 高频日志存储量,单位MB。
        Parameters:
        HotLogSize - 高频日志存储量,单位MB。
      • getInstanceId

        public String getInstanceId()
        Get 实例Id。
        Returns:
        InstanceId 实例Id。
      • setInstanceId

        public void setInstanceId​(String InstanceId)
        Set 实例Id。
        Parameters:
        InstanceId - 实例Id。
      • getLogExpireDay

        public Long getLogExpireDay()
        Get 日志保存总天数,为高频存储时长+低频存储时长。
        Returns:
        LogExpireDay 日志保存总天数,为高频存储时长+低频存储时长。
      • setLogExpireDay

        public void setLogExpireDay​(Long LogExpireDay)
        Set 日志保存总天数,为高频存储时长+低频存储时长。
        Parameters:
        LogExpireDay - 日志保存总天数,为高频存储时长+低频存储时长。
      • getCreateTime

        public String getCreateTime()
        Get 实例创建时间。
        Returns:
        CreateTime 实例创建时间。
      • setCreateTime

        public void setCreateTime​(String CreateTime)
        Set 实例创建时间。
        Parameters:
        CreateTime - 实例创建时间。
      • getInstanceInfo

        public AuditInstanceInfo getInstanceInfo()
        Get 实例详细信息。
        Returns:
        InstanceInfo 实例详细信息。
      • setInstanceInfo

        public void setInstanceInfo​(AuditInstanceInfo InstanceInfo)
        Set 实例详细信息。
        Parameters:
        InstanceInfo - 实例详细信息。