Class ExpansionNodeConfig

    • Constructor Detail

      • ExpansionNodeConfig

        public ExpansionNodeConfig()
      • ExpansionNodeConfig

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

      • getPlacement

        public Placement getPlacement()
        Get 扩容实例所在的位置。
        Returns:
        Placement 扩容实例所在的位置。
      • setPlacement

        public void setPlacement​(Placement Placement)
        Set 扩容实例所在的位置。
        Parameters:
        Placement - 扩容实例所在的位置。
      • getInstanceChargeType

        public String getInstanceChargeType()
        Get 节点[计费类型](https://cloud.tencent.com/document/product/213/2180)。
      • PREPAID:预付费,即包年包月
      • POSTPAID_BY_HOUR:按小时后付费
      • SPOTPAID:竞价付费
        默认值:POSTPAID_BY_HOUR。
Returns:
InstanceChargeType 节点[计费类型](https://cloud.tencent.com/document/product/213/2180)。
  • PREPAID:预付费,即包年包月
  • POSTPAID_BY_HOUR:按小时后付费
  • SPOTPAID:竞价付费
    默认值:POSTPAID_BY_HOUR。
  • Parameters:
    InstanceChargeType - 节点[计费类型](https://cloud.tencent.com/document/product/213/2180)。
  • PREPAID:预付费,即包年包月
  • POSTPAID_BY_HOUR:按小时后付费
  • SPOTPAID:竞价付费
    默认值:POSTPAID_BY_HOUR。