Class ClusterResource

    • Constructor Detail

      • ClusterResource

        public ClusterResource()
      • ClusterResource

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

      • getClusterId

        public String getClusterId()
        Get 集群唯一ID,如tgw-12345678。
        Returns:
        ClusterId 集群唯一ID,如tgw-12345678。
      • setClusterId

        public void setClusterId​(String ClusterId)
        Set 集群唯一ID,如tgw-12345678。
        Parameters:
        ClusterId - 集群唯一ID,如tgw-12345678。
      • getVip

        public String getVip()
        Get ip地址。
        Returns:
        Vip ip地址。
      • setVip

        public void setVip​(String Vip)
        Set ip地址。
        Parameters:
        Vip - ip地址。
      • getLoadBalancerId

        public String getLoadBalancerId()
        Get 负载均衡唯一ID,如lb-12345678。 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        LoadBalancerId 负载均衡唯一ID,如lb-12345678。 注意:此字段可能返回 null,表示取不到有效值。
      • setLoadBalancerId

        public void setLoadBalancerId​(String LoadBalancerId)
        Set 负载均衡唯一ID,如lb-12345678。 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        LoadBalancerId - 负载均衡唯一ID,如lb-12345678。 注意:此字段可能返回 null,表示取不到有效值。
      • getIdle

        public String getIdle()
        Get 资源是否闲置。 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        Idle 资源是否闲置。 注意:此字段可能返回 null,表示取不到有效值。
      • setIdle

        public void setIdle​(String Idle)
        Set 资源是否闲置。 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        Idle - 资源是否闲置。 注意:此字段可能返回 null,表示取不到有效值。
      • getClusterName

        public String getClusterName()
        Get 集群名称。
        Returns:
        ClusterName 集群名称。
      • setClusterName

        public void setClusterName​(String ClusterName)
        Set 集群名称。
        Parameters:
        ClusterName - 集群名称。
      • getIsp

        public String getIsp()
        Get 集群的Isp属性,如:"BGP","CMCC","CUCC","CTCC","INTERNAL"。 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        Isp 集群的Isp属性,如:"BGP","CMCC","CUCC","CTCC","INTERNAL"。 注意:此字段可能返回 null,表示取不到有效值。
      • setIsp

        public void setIsp​(String Isp)
        Set 集群的Isp属性,如:"BGP","CMCC","CUCC","CTCC","INTERNAL"。 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        Isp - 集群的Isp属性,如:"BGP","CMCC","CUCC","CTCC","INTERNAL"。 注意:此字段可能返回 null,表示取不到有效值。
      • getClustersZone

        public ClustersZone getClustersZone()
        Get 集群所在的可用区 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        ClustersZone 集群所在的可用区 注意:此字段可能返回 null,表示取不到有效值。
      • setClustersZone

        public void setClustersZone​(ClustersZone ClustersZone)
        Set 集群所在的可用区 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        ClustersZone - 集群所在的可用区 注意:此字段可能返回 null,表示取不到有效值。