Class ClusterOption

    • Constructor Detail

      • ClusterOption

        public ClusterOption()
      • ClusterOption

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

      • getZone

        public String getZone()
        Get 计算集群可用区。
        Returns:
        Zone 计算集群可用区。
      • setZone

        public void setZone​(String Zone)
        Set 计算集群可用区。
        Parameters:
        Zone - 计算集群可用区。
      • getType

        public String getType()
        Get 计算集群类型,取值范围: - KUBERNETES
        Returns:
        Type 计算集群类型,取值范围: - KUBERNETES
      • setType

        public void setType​(String Type)
        Set 计算集群类型,取值范围: - KUBERNETES
        Parameters:
        Type - 计算集群类型,取值范围: - KUBERNETES