@alicloud/cloudapi20160714 4.2.1 → 4.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/client.d.ts CHANGED
@@ -4841,6 +4841,106 @@ export declare class DescribeImportOASTaskResponse extends $tea.Model {
4841
4841
  [key: string]: any;
4842
4842
  });
4843
4843
  }
4844
+ export declare class DescribeInstanceClusterInfoRequest extends $tea.Model {
4845
+ instanceClusterName?: string;
4846
+ securityToken?: string;
4847
+ static names(): {
4848
+ [key: string]: string;
4849
+ };
4850
+ static types(): {
4851
+ [key: string]: any;
4852
+ };
4853
+ constructor(map?: {
4854
+ [key: string]: any;
4855
+ });
4856
+ }
4857
+ export declare class DescribeInstanceClusterInfoResponseBody extends $tea.Model {
4858
+ createdTime?: string;
4859
+ description?: string;
4860
+ instanceClusterAttribute?: DescribeInstanceClusterInfoResponseBodyInstanceClusterAttribute;
4861
+ instanceClusterId?: string;
4862
+ instanceClusterName?: string;
4863
+ instanceClusterStatus?: string;
4864
+ instanceClusterType?: string;
4865
+ instanceClusterVersion?: string;
4866
+ instanceList?: DescribeInstanceClusterInfoResponseBodyInstanceList;
4867
+ modifiedTime?: string;
4868
+ regionId?: string;
4869
+ requestId?: string;
4870
+ static names(): {
4871
+ [key: string]: string;
4872
+ };
4873
+ static types(): {
4874
+ [key: string]: any;
4875
+ };
4876
+ constructor(map?: {
4877
+ [key: string]: any;
4878
+ });
4879
+ }
4880
+ export declare class DescribeInstanceClusterInfoResponse extends $tea.Model {
4881
+ headers?: {
4882
+ [key: string]: string;
4883
+ };
4884
+ statusCode?: number;
4885
+ body?: DescribeInstanceClusterInfoResponseBody;
4886
+ static names(): {
4887
+ [key: string]: string;
4888
+ };
4889
+ static types(): {
4890
+ [key: string]: any;
4891
+ };
4892
+ constructor(map?: {
4893
+ [key: string]: any;
4894
+ });
4895
+ }
4896
+ export declare class DescribeInstanceClusterListRequest extends $tea.Model {
4897
+ instanceClusterId?: string;
4898
+ instanceClusterName?: string;
4899
+ pageNumber?: number;
4900
+ pageSize?: number;
4901
+ securityToken?: string;
4902
+ static names(): {
4903
+ [key: string]: string;
4904
+ };
4905
+ static types(): {
4906
+ [key: string]: any;
4907
+ };
4908
+ constructor(map?: {
4909
+ [key: string]: any;
4910
+ });
4911
+ }
4912
+ export declare class DescribeInstanceClusterListResponseBody extends $tea.Model {
4913
+ instanceClusters?: DescribeInstanceClusterListResponseBodyInstanceClusters;
4914
+ pageNumber?: number;
4915
+ pageSize?: number;
4916
+ requestId?: string;
4917
+ totalCount?: number;
4918
+ static names(): {
4919
+ [key: string]: string;
4920
+ };
4921
+ static types(): {
4922
+ [key: string]: any;
4923
+ };
4924
+ constructor(map?: {
4925
+ [key: string]: any;
4926
+ });
4927
+ }
4928
+ export declare class DescribeInstanceClusterListResponse extends $tea.Model {
4929
+ headers?: {
4930
+ [key: string]: string;
4931
+ };
4932
+ statusCode?: number;
4933
+ body?: DescribeInstanceClusterListResponseBody;
4934
+ static names(): {
4935
+ [key: string]: string;
4936
+ };
4937
+ static types(): {
4938
+ [key: string]: any;
4939
+ };
4940
+ constructor(map?: {
4941
+ [key: string]: any;
4942
+ });
4943
+ }
4844
4944
  export declare class DescribeInstanceDropConnectionsRequest extends $tea.Model {
4845
4945
  endTime?: string;
4846
4946
  instanceId?: string;
@@ -12675,6 +12775,97 @@ export declare class DescribeImportOASTaskResponseBodyModelResults extends $tea.
12675
12775
  [key: string]: any;
12676
12776
  });
12677
12777
  }
12778
+ export declare class DescribeInstanceClusterInfoResponseBodyInstanceClusterAttribute extends $tea.Model {
12779
+ connectCidrBlocks?: string;
12780
+ connectVpcId?: string;
12781
+ egressIpv6Enable?: boolean;
12782
+ httpsPolicies?: string;
12783
+ IPV4AclId?: string;
12784
+ IPV4AclName?: string;
12785
+ IPV4AclStatus?: string;
12786
+ IPV4AclType?: string;
12787
+ IPV6AclId?: string;
12788
+ IPV6AclName?: string;
12789
+ IPV6AclStatus?: string;
12790
+ IPV6AclType?: string;
12791
+ internetEgressAddress?: string;
12792
+ intranetEgressAddress?: string;
12793
+ intranetSegments?: string;
12794
+ supportIpv6?: boolean;
12795
+ userVpcId?: string;
12796
+ userVswitchId?: string;
12797
+ vipTypeList?: string;
12798
+ vpcIntranetEnable?: boolean;
12799
+ vpcOwnerId?: number;
12800
+ vpcSlbIntranetEnable?: boolean;
12801
+ static names(): {
12802
+ [key: string]: string;
12803
+ };
12804
+ static types(): {
12805
+ [key: string]: any;
12806
+ };
12807
+ constructor(map?: {
12808
+ [key: string]: any;
12809
+ });
12810
+ }
12811
+ export declare class DescribeInstanceClusterInfoResponseBodyInstanceListInstance extends $tea.Model {
12812
+ errorMessage?: string;
12813
+ instanceId?: string;
12814
+ instanceName?: string;
12815
+ status?: string;
12816
+ static names(): {
12817
+ [key: string]: string;
12818
+ };
12819
+ static types(): {
12820
+ [key: string]: any;
12821
+ };
12822
+ constructor(map?: {
12823
+ [key: string]: any;
12824
+ });
12825
+ }
12826
+ export declare class DescribeInstanceClusterInfoResponseBodyInstanceList extends $tea.Model {
12827
+ instance?: DescribeInstanceClusterInfoResponseBodyInstanceListInstance[];
12828
+ static names(): {
12829
+ [key: string]: string;
12830
+ };
12831
+ static types(): {
12832
+ [key: string]: any;
12833
+ };
12834
+ constructor(map?: {
12835
+ [key: string]: any;
12836
+ });
12837
+ }
12838
+ export declare class DescribeInstanceClusterListResponseBodyInstanceClustersInstanceCluster extends $tea.Model {
12839
+ createdTime?: string;
12840
+ description?: string;
12841
+ instanceClusterId?: string;
12842
+ instanceClusterName?: string;
12843
+ instanceClusterStatus?: string;
12844
+ instanceClusterType?: string;
12845
+ modifiedTime?: string;
12846
+ regionId?: string;
12847
+ static names(): {
12848
+ [key: string]: string;
12849
+ };
12850
+ static types(): {
12851
+ [key: string]: any;
12852
+ };
12853
+ constructor(map?: {
12854
+ [key: string]: any;
12855
+ });
12856
+ }
12857
+ export declare class DescribeInstanceClusterListResponseBodyInstanceClusters extends $tea.Model {
12858
+ instanceCluster?: DescribeInstanceClusterListResponseBodyInstanceClustersInstanceCluster[];
12859
+ static names(): {
12860
+ [key: string]: string;
12861
+ };
12862
+ static types(): {
12863
+ [key: string]: any;
12864
+ };
12865
+ constructor(map?: {
12866
+ [key: string]: any;
12867
+ });
12868
+ }
12678
12869
  export declare class DescribeInstanceDropConnectionsResponseBodyInstanceDropConnectionsMonitorItem extends $tea.Model {
12679
12870
  itemTime?: string;
12680
12871
  itemValue?: string;
@@ -16324,6 +16515,36 @@ export default class Client extends OpenApi {
16324
16515
  * @return DescribeImportOASTaskResponse
16325
16516
  */
16326
16517
  describeImportOASTask(request: DescribeImportOASTaskRequest): Promise<DescribeImportOASTaskResponse>;
16518
+ /**
16519
+ * @summary 查询专享实例集群的详情
16520
+ *
16521
+ * @param request DescribeInstanceClusterInfoRequest
16522
+ * @param runtime runtime options for this request RuntimeOptions
16523
+ * @return DescribeInstanceClusterInfoResponse
16524
+ */
16525
+ describeInstanceClusterInfoWithOptions(request: DescribeInstanceClusterInfoRequest, runtime: $Util.RuntimeOptions): Promise<DescribeInstanceClusterInfoResponse>;
16526
+ /**
16527
+ * @summary 查询专享实例集群的详情
16528
+ *
16529
+ * @param request DescribeInstanceClusterInfoRequest
16530
+ * @return DescribeInstanceClusterInfoResponse
16531
+ */
16532
+ describeInstanceClusterInfo(request: DescribeInstanceClusterInfoRequest): Promise<DescribeInstanceClusterInfoResponse>;
16533
+ /**
16534
+ * @summary 查询专享实例集群列表
16535
+ *
16536
+ * @param request DescribeInstanceClusterListRequest
16537
+ * @param runtime runtime options for this request RuntimeOptions
16538
+ * @return DescribeInstanceClusterListResponse
16539
+ */
16540
+ describeInstanceClusterListWithOptions(request: DescribeInstanceClusterListRequest, runtime: $Util.RuntimeOptions): Promise<DescribeInstanceClusterListResponse>;
16541
+ /**
16542
+ * @summary 查询专享实例集群列表
16543
+ *
16544
+ * @param request DescribeInstanceClusterListRequest
16545
+ * @return DescribeInstanceClusterListResponse
16546
+ */
16547
+ describeInstanceClusterList(request: DescribeInstanceClusterListRequest): Promise<DescribeInstanceClusterListResponse>;
16327
16548
  /**
16328
16549
  * @summary Queries the number of lost connections to a dedicated instance within a period of time.
16329
16550
  *