Class ZoneInfo

    • Constructor Detail

      • ZoneInfo

        public ZoneInfo()
      • ZoneInfo

        public ZoneInfo​(ZoneInfo 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 - 该可用区的英文名称
      • getZoneName

        public String getZoneName()
        Get 该可用区的中文名称
        Returns:
        ZoneName 该可用区的中文名称
      • setZoneName

        public void setZoneName​(String ZoneName)
        Set 该可用区的中文名称
        Parameters:
        ZoneName - 该可用区的中文名称
      • getZoneId

        public Long getZoneId()
        Get 该可用区对应的数字编号
        Returns:
        ZoneId 该可用区对应的数字编号
      • setZoneId

        public void setZoneId​(Long ZoneId)
        Set 该可用区对应的数字编号
        Parameters:
        ZoneId - 该可用区对应的数字编号
      • getZoneState

        public String getZoneState()
        Get 可用状态包含, UNAVAILABLE:不可用。 AVAILABLE:可用。 SELLOUT:售罄。 SUPPORTMODIFYONLY:支持变配。
        Returns:
        ZoneState 可用状态包含, UNAVAILABLE:不可用。 AVAILABLE:可用。 SELLOUT:售罄。 SUPPORTMODIFYONLY:支持变配。
      • setZoneState

        public void setZoneState​(String ZoneState)
        Set 可用状态包含, UNAVAILABLE:不可用。 AVAILABLE:可用。 SELLOUT:售罄。 SUPPORTMODIFYONLY:支持变配。
        Parameters:
        ZoneState - 可用状态包含, UNAVAILABLE:不可用。 AVAILABLE:可用。 SELLOUT:售罄。 SUPPORTMODIFYONLY:支持变配。
      • getZoneSupportIpv6

        public Long getZoneSupportIpv6()
        Get 该可用区是否支持Ipv6
        Returns:
        ZoneSupportIpv6 该可用区是否支持Ipv6
      • setZoneSupportIpv6

        public void setZoneSupportIpv6​(Long ZoneSupportIpv6)
        Set 该可用区是否支持Ipv6
        Parameters:
        ZoneSupportIpv6 - 该可用区是否支持Ipv6
      • getStandbyZoneSet

        public String[] getStandbyZoneSet()
        Get 该可用区对应的备可用区集合 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        StandbyZoneSet 该可用区对应的备可用区集合 注意:此字段可能返回 null,表示取不到有效值。
      • setStandbyZoneSet

        public void setStandbyZoneSet​(String[] StandbyZoneSet)
        Set 该可用区对应的备可用区集合 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        StandbyZoneSet - 该可用区对应的备可用区集合 注意:此字段可能返回 null,表示取不到有效值。