Uses of Class
com.tencentcloudapi.clb.v20180317.models.ClustersZone
-
Packages that use ClustersZone Package Description com.tencentcloudapi.clb.v20180317.models -
-
Uses of ClustersZone in com.tencentcloudapi.clb.v20180317.models
Methods in com.tencentcloudapi.clb.v20180317.models that return ClustersZone Modifier and Type Method Description ClustersZoneCluster. getClustersZone()Get 集群所在的可用区 注意:此字段可能返回 null,表示取不到有效值。ClustersZoneClusterResource. getClustersZone()Get 集群所在的可用区 注意:此字段可能返回 null,表示取不到有效值。Methods in com.tencentcloudapi.clb.v20180317.models with parameters of type ClustersZone Modifier and Type Method Description voidCluster. setClustersZone(ClustersZone ClustersZone)Set 集群所在的可用区 注意:此字段可能返回 null,表示取不到有效值。voidClusterResource. setClustersZone(ClustersZone ClustersZone)Set 集群所在的可用区 注意:此字段可能返回 null,表示取不到有效值。Constructors in com.tencentcloudapi.clb.v20180317.models with parameters of type ClustersZone Constructor Description ClustersZone(ClustersZone 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.
-