tencentcloud-sdk-python 3.0.1332__py2.py3-none-any.whl → 3.0.1334__py2.py3-none-any.whl
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.
- tencentcloud/__init__.py +1 -1
- tencentcloud/aiart/v20221229/models.py +2 -0
- tencentcloud/antiddos/v20200309/models.py +2 -2
- tencentcloud/apm/v20210622/models.py +63 -55
- tencentcloud/billing/v20180709/models.py +30 -474
- tencentcloud/cat/v20180409/models.py +4 -4
- tencentcloud/cdwpg/v20201230/cdwpg_client.py +368 -0
- tencentcloud/cdwpg/v20201230/models.py +5699 -1484
- tencentcloud/ciam/v20220331/models.py +0 -92
- tencentcloud/cls/v20201016/models.py +0 -2
- tencentcloud/common/abstract_client.py +3 -0
- tencentcloud/controlcenter/v20230110/models.py +0 -4
- tencentcloud/csip/v20221121/models.py +94 -4
- tencentcloud/cvm/v20170312/models.py +49 -212
- tencentcloud/dbbrain/v20191016/models.py +0 -6
- tencentcloud/dbbrain/v20210527/models.py +0 -12
- tencentcloud/dlc/v20210125/models.py +32 -0
- tencentcloud/emr/v20190103/models.py +17 -0
- tencentcloud/es/v20180416/models.py +15 -0
- tencentcloud/essbasic/v20210526/essbasic_client.py +1 -1
- tencentcloud/goosefs/v20220519/models.py +0 -10
- tencentcloud/gwlb/v20240906/models.py +34 -2
- tencentcloud/iotcloud/v20210408/models.py +15 -15
- tencentcloud/keewidb/v20220308/models.py +0 -76
- tencentcloud/live/v20180801/models.py +8 -58
- tencentcloud/lke/v20231130/lke_client.py +46 -0
- tencentcloud/lke/v20231130/models.py +385 -0
- tencentcloud/mongodb/v20190725/models.py +10 -4
- tencentcloud/mps/v20190612/models.py +31 -2
- tencentcloud/mqtt/v20240516/models.py +154 -0
- tencentcloud/mqtt/v20240516/mqtt_client.py +23 -0
- tencentcloud/ocr/v20181119/errorcodes.py +3 -0
- tencentcloud/ocr/v20181119/models.py +28 -6
- tencentcloud/pts/v20210728/models.py +68 -6
- tencentcloud/redis/v20180412/models.py +0 -66
- tencentcloud/rum/v20210622/models.py +150 -0
- tencentcloud/tag/v20180813/models.py +2 -2
- tencentcloud/tdmq/v20200217/models.py +192 -0
- tencentcloud/tdmq/v20200217/tdmq_client.py +23 -0
- tencentcloud/tke/v20180525/models.py +0 -20
- tencentcloud/tms/v20201229/models.py +15 -0
- tencentcloud/trp/v20210515/models.py +0 -6
- tencentcloud/tsf/v20180326/models.py +0 -880
- tencentcloud/vod/v20180717/models.py +8 -8
- tencentcloud/vod/v20180717/vod_client.py +2 -2
- tencentcloud/vpc/v20170312/errorcodes.py +3 -0
- tencentcloud/waf/v20180125/models.py +0 -6
- tencentcloud/wedata/v20210820/models.py +173 -0
- {tencentcloud_sdk_python-3.0.1332.dist-info → tencentcloud_sdk_python-3.0.1334.dist-info}/METADATA +1 -1
- {tencentcloud_sdk_python-3.0.1332.dist-info → tencentcloud_sdk_python-3.0.1334.dist-info}/RECORD +53 -53
- {tencentcloud_sdk_python-3.0.1332.dist-info → tencentcloud_sdk_python-3.0.1334.dist-info}/LICENSE +0 -0
- {tencentcloud_sdk_python-3.0.1332.dist-info → tencentcloud_sdk_python-3.0.1334.dist-info}/WHEEL +0 -0
- {tencentcloud_sdk_python-3.0.1332.dist-info → tencentcloud_sdk_python-3.0.1334.dist-info}/top_level.txt +0 -0
@@ -725,16 +725,12 @@ class ChcDeployExtraConfig(AbstractModel):
|
|
725
725
|
def __init__(self):
|
726
726
|
r"""
|
727
727
|
:param _MiniOsType: minos类型。是使用腾讯云的minios,还是客户自己的minios。
|
728
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
729
728
|
:type MiniOsType: str
|
730
729
|
:param _BootType: 服务器的架构和启动方式。取值为x86_legacy, arm_uefi。
|
731
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
732
730
|
:type BootType: str
|
733
731
|
:param _BootFile: PXE使用的引导文件。默认为pxelinux.0。
|
734
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
735
732
|
:type BootFile: str
|
736
733
|
:param _NextServerAddress: tftp服务器的ip地址。
|
737
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
738
734
|
:type NextServerAddress: str
|
739
735
|
"""
|
740
736
|
self._MiniOsType = None
|
@@ -745,7 +741,6 @@ class ChcDeployExtraConfig(AbstractModel):
|
|
745
741
|
@property
|
746
742
|
def MiniOsType(self):
|
747
743
|
"""minos类型。是使用腾讯云的minios,还是客户自己的minios。
|
748
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
749
744
|
:rtype: str
|
750
745
|
"""
|
751
746
|
return self._MiniOsType
|
@@ -757,7 +752,6 @@ class ChcDeployExtraConfig(AbstractModel):
|
|
757
752
|
@property
|
758
753
|
def BootType(self):
|
759
754
|
"""服务器的架构和启动方式。取值为x86_legacy, arm_uefi。
|
760
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
761
755
|
:rtype: str
|
762
756
|
"""
|
763
757
|
return self._BootType
|
@@ -769,7 +763,6 @@ class ChcDeployExtraConfig(AbstractModel):
|
|
769
763
|
@property
|
770
764
|
def BootFile(self):
|
771
765
|
"""PXE使用的引导文件。默认为pxelinux.0。
|
772
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
773
766
|
:rtype: str
|
774
767
|
"""
|
775
768
|
return self._BootFile
|
@@ -781,7 +774,6 @@ class ChcDeployExtraConfig(AbstractModel):
|
|
781
774
|
@property
|
782
775
|
def NextServerAddress(self):
|
783
776
|
"""tftp服务器的ip地址。
|
784
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
785
777
|
:rtype: str
|
786
778
|
"""
|
787
779
|
return self._NextServerAddress
|
@@ -830,82 +822,58 @@ class ChcHost(AbstractModel):
|
|
830
822
|
</ul>
|
831
823
|
:type InstanceState: str
|
832
824
|
:param _DeviceType: 设备类型。
|
833
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
834
825
|
:type DeviceType: str
|
835
826
|
:param _Placement: 所属可用区
|
836
827
|
:type Placement: :class:`tencentcloud.cvm.v20170312.models.Placement`
|
837
828
|
:param _BmcVirtualPrivateCloud: 带外网络。
|
838
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
839
829
|
:type BmcVirtualPrivateCloud: :class:`tencentcloud.cvm.v20170312.models.VirtualPrivateCloud`
|
840
830
|
:param _BmcIp: 带外网络Ip。
|
841
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
842
831
|
:type BmcIp: str
|
843
832
|
:param _BmcSecurityGroupIds: 带外网络安全组Id。
|
844
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
845
833
|
:type BmcSecurityGroupIds: list of str
|
846
834
|
:param _DeployVirtualPrivateCloud: 部署网络。
|
847
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
848
835
|
:type DeployVirtualPrivateCloud: :class:`tencentcloud.cvm.v20170312.models.VirtualPrivateCloud`
|
849
836
|
:param _DeployIp: 部署网络Ip。
|
850
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
851
837
|
:type DeployIp: str
|
852
838
|
:param _DeploySecurityGroupIds: 部署网络安全组Id。
|
853
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
854
839
|
:type DeploySecurityGroupIds: list of str
|
855
840
|
:param _CvmInstanceId: 关联的云主机Id。
|
856
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
857
841
|
:type CvmInstanceId: str
|
858
842
|
:param _CreatedTime: 服务器导入的时间。
|
859
843
|
:type CreatedTime: str
|
860
844
|
:param _HardwareDescription: 机型的硬件描述,分别为CPU核数,内存容量和磁盘容量
|
861
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
862
845
|
:type HardwareDescription: str
|
863
846
|
:param _CPU: CHC物理服务器的CPU核数
|
864
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
865
847
|
:type CPU: int
|
866
848
|
:param _Memory: CHC物理服务器的内存大小,单位为GB
|
867
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
868
849
|
:type Memory: int
|
869
850
|
:param _Disk: CHC物理服务器的磁盘信息
|
870
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
871
851
|
:type Disk: str
|
872
852
|
:param _BmcMAC: 带外网络下分配的MAC地址
|
873
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
874
853
|
:type BmcMAC: str
|
875
854
|
:param _DeployMAC: 部署网络下分配的MAC地址
|
876
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
877
855
|
:type DeployMAC: str
|
878
856
|
:param _TenantType: 设备托管类型。
|
879
857
|
HOSTING: 托管
|
880
858
|
TENANT: 租赁
|
881
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
882
859
|
:type TenantType: str
|
883
860
|
:param _DeployExtraConfig: chc dhcp选项,用于minios调试。
|
884
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
885
861
|
:type DeployExtraConfig: :class:`tencentcloud.cvm.v20170312.models.ChcDeployExtraConfig`
|
886
862
|
:param _Gpu: GPU型号。
|
887
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
888
863
|
:type Gpu: str
|
889
864
|
:param _NetworkCard: 网卡型号。主要指RDMA网卡。
|
890
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
891
865
|
:type NetworkCard: str
|
892
866
|
:param _IsPredefinedType: 是否是预定义机型。
|
893
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
894
867
|
:type IsPredefinedType: bool
|
895
868
|
:param _ChcInstanceType: CHC云主机机型。
|
896
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
897
869
|
:type ChcInstanceType: str
|
898
870
|
:param _ChcInstanceFamily: CHC云主机机型簇。
|
899
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
900
871
|
:type ChcInstanceFamily: str
|
901
872
|
:param _ChcInstanceFamilyName: CHC云主机机型簇名称。
|
902
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
903
873
|
:type ChcInstanceFamilyName: str
|
904
874
|
:param _ResaleAppId: 转售客户的AppId。
|
905
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
906
875
|
:type ResaleAppId: str
|
907
876
|
:param _ResaleAccountId: 转售客户的账号ID。
|
908
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
909
877
|
:type ResaleAccountId: str
|
910
878
|
:param _SaleStatus: 售卖状态。<br/>
|
911
879
|
<ul>
|
@@ -914,10 +882,8 @@ TENANT: 租赁
|
|
914
882
|
<li>SOLD: 已售卖</li>
|
915
883
|
</ul>
|
916
884
|
|
917
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
918
885
|
:type SaleStatus: str
|
919
886
|
:param _Tags: CHC物理服务器关联的标签列表。
|
920
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
921
887
|
:type Tags: list of Tag
|
922
888
|
:param _LatestOperation: 最近操作
|
923
889
|
:type LatestOperation: str
|
@@ -1023,7 +989,6 @@ TENANT: 租赁
|
|
1023
989
|
@property
|
1024
990
|
def DeviceType(self):
|
1025
991
|
"""设备类型。
|
1026
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1027
992
|
:rtype: str
|
1028
993
|
"""
|
1029
994
|
return self._DeviceType
|
@@ -1046,7 +1011,6 @@ TENANT: 租赁
|
|
1046
1011
|
@property
|
1047
1012
|
def BmcVirtualPrivateCloud(self):
|
1048
1013
|
"""带外网络。
|
1049
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1050
1014
|
:rtype: :class:`tencentcloud.cvm.v20170312.models.VirtualPrivateCloud`
|
1051
1015
|
"""
|
1052
1016
|
return self._BmcVirtualPrivateCloud
|
@@ -1058,7 +1022,6 @@ TENANT: 租赁
|
|
1058
1022
|
@property
|
1059
1023
|
def BmcIp(self):
|
1060
1024
|
"""带外网络Ip。
|
1061
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1062
1025
|
:rtype: str
|
1063
1026
|
"""
|
1064
1027
|
return self._BmcIp
|
@@ -1070,7 +1033,6 @@ TENANT: 租赁
|
|
1070
1033
|
@property
|
1071
1034
|
def BmcSecurityGroupIds(self):
|
1072
1035
|
"""带外网络安全组Id。
|
1073
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1074
1036
|
:rtype: list of str
|
1075
1037
|
"""
|
1076
1038
|
return self._BmcSecurityGroupIds
|
@@ -1082,7 +1044,6 @@ TENANT: 租赁
|
|
1082
1044
|
@property
|
1083
1045
|
def DeployVirtualPrivateCloud(self):
|
1084
1046
|
"""部署网络。
|
1085
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1086
1047
|
:rtype: :class:`tencentcloud.cvm.v20170312.models.VirtualPrivateCloud`
|
1087
1048
|
"""
|
1088
1049
|
return self._DeployVirtualPrivateCloud
|
@@ -1094,7 +1055,6 @@ TENANT: 租赁
|
|
1094
1055
|
@property
|
1095
1056
|
def DeployIp(self):
|
1096
1057
|
"""部署网络Ip。
|
1097
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1098
1058
|
:rtype: str
|
1099
1059
|
"""
|
1100
1060
|
return self._DeployIp
|
@@ -1106,7 +1066,6 @@ TENANT: 租赁
|
|
1106
1066
|
@property
|
1107
1067
|
def DeploySecurityGroupIds(self):
|
1108
1068
|
"""部署网络安全组Id。
|
1109
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1110
1069
|
:rtype: list of str
|
1111
1070
|
"""
|
1112
1071
|
return self._DeploySecurityGroupIds
|
@@ -1118,7 +1077,6 @@ TENANT: 租赁
|
|
1118
1077
|
@property
|
1119
1078
|
def CvmInstanceId(self):
|
1120
1079
|
"""关联的云主机Id。
|
1121
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1122
1080
|
:rtype: str
|
1123
1081
|
"""
|
1124
1082
|
return self._CvmInstanceId
|
@@ -1141,7 +1099,6 @@ TENANT: 租赁
|
|
1141
1099
|
@property
|
1142
1100
|
def HardwareDescription(self):
|
1143
1101
|
"""机型的硬件描述,分别为CPU核数,内存容量和磁盘容量
|
1144
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1145
1102
|
:rtype: str
|
1146
1103
|
"""
|
1147
1104
|
return self._HardwareDescription
|
@@ -1153,7 +1110,6 @@ TENANT: 租赁
|
|
1153
1110
|
@property
|
1154
1111
|
def CPU(self):
|
1155
1112
|
"""CHC物理服务器的CPU核数
|
1156
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1157
1113
|
:rtype: int
|
1158
1114
|
"""
|
1159
1115
|
return self._CPU
|
@@ -1165,7 +1121,6 @@ TENANT: 租赁
|
|
1165
1121
|
@property
|
1166
1122
|
def Memory(self):
|
1167
1123
|
"""CHC物理服务器的内存大小,单位为GB
|
1168
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1169
1124
|
:rtype: int
|
1170
1125
|
"""
|
1171
1126
|
return self._Memory
|
@@ -1177,7 +1132,6 @@ TENANT: 租赁
|
|
1177
1132
|
@property
|
1178
1133
|
def Disk(self):
|
1179
1134
|
"""CHC物理服务器的磁盘信息
|
1180
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1181
1135
|
:rtype: str
|
1182
1136
|
"""
|
1183
1137
|
return self._Disk
|
@@ -1189,7 +1143,6 @@ TENANT: 租赁
|
|
1189
1143
|
@property
|
1190
1144
|
def BmcMAC(self):
|
1191
1145
|
"""带外网络下分配的MAC地址
|
1192
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1193
1146
|
:rtype: str
|
1194
1147
|
"""
|
1195
1148
|
return self._BmcMAC
|
@@ -1201,7 +1154,6 @@ TENANT: 租赁
|
|
1201
1154
|
@property
|
1202
1155
|
def DeployMAC(self):
|
1203
1156
|
"""部署网络下分配的MAC地址
|
1204
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1205
1157
|
:rtype: str
|
1206
1158
|
"""
|
1207
1159
|
return self._DeployMAC
|
@@ -1215,7 +1167,6 @@ TENANT: 租赁
|
|
1215
1167
|
"""设备托管类型。
|
1216
1168
|
HOSTING: 托管
|
1217
1169
|
TENANT: 租赁
|
1218
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1219
1170
|
:rtype: str
|
1220
1171
|
"""
|
1221
1172
|
return self._TenantType
|
@@ -1227,7 +1178,6 @@ TENANT: 租赁
|
|
1227
1178
|
@property
|
1228
1179
|
def DeployExtraConfig(self):
|
1229
1180
|
"""chc dhcp选项,用于minios调试。
|
1230
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1231
1181
|
:rtype: :class:`tencentcloud.cvm.v20170312.models.ChcDeployExtraConfig`
|
1232
1182
|
"""
|
1233
1183
|
return self._DeployExtraConfig
|
@@ -1239,7 +1189,6 @@ TENANT: 租赁
|
|
1239
1189
|
@property
|
1240
1190
|
def Gpu(self):
|
1241
1191
|
"""GPU型号。
|
1242
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1243
1192
|
:rtype: str
|
1244
1193
|
"""
|
1245
1194
|
return self._Gpu
|
@@ -1251,7 +1200,6 @@ TENANT: 租赁
|
|
1251
1200
|
@property
|
1252
1201
|
def NetworkCard(self):
|
1253
1202
|
"""网卡型号。主要指RDMA网卡。
|
1254
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1255
1203
|
:rtype: str
|
1256
1204
|
"""
|
1257
1205
|
return self._NetworkCard
|
@@ -1263,7 +1211,6 @@ TENANT: 租赁
|
|
1263
1211
|
@property
|
1264
1212
|
def IsPredefinedType(self):
|
1265
1213
|
"""是否是预定义机型。
|
1266
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1267
1214
|
:rtype: bool
|
1268
1215
|
"""
|
1269
1216
|
return self._IsPredefinedType
|
@@ -1275,7 +1222,6 @@ TENANT: 租赁
|
|
1275
1222
|
@property
|
1276
1223
|
def ChcInstanceType(self):
|
1277
1224
|
"""CHC云主机机型。
|
1278
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1279
1225
|
:rtype: str
|
1280
1226
|
"""
|
1281
1227
|
return self._ChcInstanceType
|
@@ -1287,7 +1233,6 @@ TENANT: 租赁
|
|
1287
1233
|
@property
|
1288
1234
|
def ChcInstanceFamily(self):
|
1289
1235
|
"""CHC云主机机型簇。
|
1290
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1291
1236
|
:rtype: str
|
1292
1237
|
"""
|
1293
1238
|
return self._ChcInstanceFamily
|
@@ -1299,7 +1244,6 @@ TENANT: 租赁
|
|
1299
1244
|
@property
|
1300
1245
|
def ChcInstanceFamilyName(self):
|
1301
1246
|
"""CHC云主机机型簇名称。
|
1302
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1303
1247
|
:rtype: str
|
1304
1248
|
"""
|
1305
1249
|
return self._ChcInstanceFamilyName
|
@@ -1311,7 +1255,6 @@ TENANT: 租赁
|
|
1311
1255
|
@property
|
1312
1256
|
def ResaleAppId(self):
|
1313
1257
|
"""转售客户的AppId。
|
1314
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1315
1258
|
:rtype: str
|
1316
1259
|
"""
|
1317
1260
|
return self._ResaleAppId
|
@@ -1323,7 +1266,6 @@ TENANT: 租赁
|
|
1323
1266
|
@property
|
1324
1267
|
def ResaleAccountId(self):
|
1325
1268
|
"""转售客户的账号ID。
|
1326
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1327
1269
|
:rtype: str
|
1328
1270
|
"""
|
1329
1271
|
return self._ResaleAccountId
|
@@ -1341,7 +1283,6 @@ TENANT: 租赁
|
|
1341
1283
|
<li>SOLD: 已售卖</li>
|
1342
1284
|
</ul>
|
1343
1285
|
|
1344
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1345
1286
|
:rtype: str
|
1346
1287
|
"""
|
1347
1288
|
return self._SaleStatus
|
@@ -1353,7 +1294,6 @@ TENANT: 租赁
|
|
1353
1294
|
@property
|
1354
1295
|
def Tags(self):
|
1355
1296
|
"""CHC物理服务器关联的标签列表。
|
1356
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1357
1297
|
:rtype: list of Tag
|
1358
1298
|
"""
|
1359
1299
|
return self._Tags
|
@@ -1892,10 +1832,8 @@ class ConvertOperatingSystemsResponse(AbstractModel):
|
|
1892
1832
|
def __init__(self):
|
1893
1833
|
r"""
|
1894
1834
|
:param _SupportTargetOSList: 转换的目标操系统信息,仅在入参 DryRun 为 true 时返回。
|
1895
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1896
1835
|
:type SupportTargetOSList: list of TargetOS
|
1897
1836
|
:param _TaskId: 操作系统转换的任务 ID
|
1898
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1899
1837
|
:type TaskId: str
|
1900
1838
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
1901
1839
|
:type RequestId: str
|
@@ -1907,7 +1845,6 @@ class ConvertOperatingSystemsResponse(AbstractModel):
|
|
1907
1845
|
@property
|
1908
1846
|
def SupportTargetOSList(self):
|
1909
1847
|
"""转换的目标操系统信息,仅在入参 DryRun 为 true 时返回。
|
1910
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1911
1848
|
:rtype: list of TargetOS
|
1912
1849
|
"""
|
1913
1850
|
return self._SupportTargetOSList
|
@@ -1919,7 +1856,6 @@ class ConvertOperatingSystemsResponse(AbstractModel):
|
|
1919
1856
|
@property
|
1920
1857
|
def TaskId(self):
|
1921
1858
|
"""操作系统转换的任务 ID
|
1922
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1923
1859
|
:rtype: str
|
1924
1860
|
"""
|
1925
1861
|
return self._TaskId
|
@@ -2347,7 +2283,6 @@ class CreateHpcClusterResponse(AbstractModel):
|
|
2347
2283
|
def __init__(self):
|
2348
2284
|
r"""
|
2349
2285
|
:param _HpcClusterSet: 高性能计算集群信息。
|
2350
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2351
2286
|
:type HpcClusterSet: list of HpcClusterInfo
|
2352
2287
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
2353
2288
|
:type RequestId: str
|
@@ -2358,7 +2293,6 @@ class CreateHpcClusterResponse(AbstractModel):
|
|
2358
2293
|
@property
|
2359
2294
|
def HpcClusterSet(self):
|
2360
2295
|
"""高性能计算集群信息。
|
2361
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2362
2296
|
:rtype: list of HpcClusterInfo
|
2363
2297
|
"""
|
2364
2298
|
return self._HpcClusterSet
|
@@ -2581,7 +2515,6 @@ class CreateImageResponse(AbstractModel):
|
|
2581
2515
|
def __init__(self):
|
2582
2516
|
r"""
|
2583
2517
|
:param _ImageId: 镜像ID
|
2584
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2585
2518
|
:type ImageId: str
|
2586
2519
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
2587
2520
|
:type RequestId: str
|
@@ -2592,7 +2525,6 @@ class CreateImageResponse(AbstractModel):
|
|
2592
2525
|
@property
|
2593
2526
|
def ImageId(self):
|
2594
2527
|
"""镜像ID
|
2595
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2596
2528
|
:rtype: str
|
2597
2529
|
"""
|
2598
2530
|
return self._ImageId
|
@@ -4895,6 +4827,8 @@ class DescribeDisasterRecoverGroupQuotaResponse(AbstractModel):
|
|
4895
4827
|
:type CvmInSwGroupQuota: int
|
4896
4828
|
:param _CvmInRackGroupQuota: 机架类型容灾组内实例的配额数。
|
4897
4829
|
:type CvmInRackGroupQuota: int
|
4830
|
+
:param _CvmInSwitchGroupQuota: 交换机类型容灾组内实例的配额数。
|
4831
|
+
:type CvmInSwitchGroupQuota: int
|
4898
4832
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
4899
4833
|
:type RequestId: str
|
4900
4834
|
"""
|
@@ -4903,6 +4837,7 @@ class DescribeDisasterRecoverGroupQuotaResponse(AbstractModel):
|
|
4903
4837
|
self._CvmInHostGroupQuota = None
|
4904
4838
|
self._CvmInSwGroupQuota = None
|
4905
4839
|
self._CvmInRackGroupQuota = None
|
4840
|
+
self._CvmInSwitchGroupQuota = None
|
4906
4841
|
self._RequestId = None
|
4907
4842
|
|
4908
4843
|
@property
|
@@ -4940,6 +4875,8 @@ class DescribeDisasterRecoverGroupQuotaResponse(AbstractModel):
|
|
4940
4875
|
|
4941
4876
|
@property
|
4942
4877
|
def CvmInSwGroupQuota(self):
|
4878
|
+
warnings.warn("parameter `CvmInSwGroupQuota` is deprecated", DeprecationWarning)
|
4879
|
+
|
4943
4880
|
"""交换机类型容灾组内实例的配额数。
|
4944
4881
|
:rtype: int
|
4945
4882
|
"""
|
@@ -4947,6 +4884,8 @@ class DescribeDisasterRecoverGroupQuotaResponse(AbstractModel):
|
|
4947
4884
|
|
4948
4885
|
@CvmInSwGroupQuota.setter
|
4949
4886
|
def CvmInSwGroupQuota(self, CvmInSwGroupQuota):
|
4887
|
+
warnings.warn("parameter `CvmInSwGroupQuota` is deprecated", DeprecationWarning)
|
4888
|
+
|
4950
4889
|
self._CvmInSwGroupQuota = CvmInSwGroupQuota
|
4951
4890
|
|
4952
4891
|
@property
|
@@ -4960,6 +4899,17 @@ class DescribeDisasterRecoverGroupQuotaResponse(AbstractModel):
|
|
4960
4899
|
def CvmInRackGroupQuota(self, CvmInRackGroupQuota):
|
4961
4900
|
self._CvmInRackGroupQuota = CvmInRackGroupQuota
|
4962
4901
|
|
4902
|
+
@property
|
4903
|
+
def CvmInSwitchGroupQuota(self):
|
4904
|
+
"""交换机类型容灾组内实例的配额数。
|
4905
|
+
:rtype: int
|
4906
|
+
"""
|
4907
|
+
return self._CvmInSwitchGroupQuota
|
4908
|
+
|
4909
|
+
@CvmInSwitchGroupQuota.setter
|
4910
|
+
def CvmInSwitchGroupQuota(self, CvmInSwitchGroupQuota):
|
4911
|
+
self._CvmInSwitchGroupQuota = CvmInSwitchGroupQuota
|
4912
|
+
|
4963
4913
|
@property
|
4964
4914
|
def RequestId(self):
|
4965
4915
|
"""唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
@@ -4978,6 +4928,7 @@ class DescribeDisasterRecoverGroupQuotaResponse(AbstractModel):
|
|
4978
4928
|
self._CvmInHostGroupQuota = params.get("CvmInHostGroupQuota")
|
4979
4929
|
self._CvmInSwGroupQuota = params.get("CvmInSwGroupQuota")
|
4980
4930
|
self._CvmInRackGroupQuota = params.get("CvmInRackGroupQuota")
|
4931
|
+
self._CvmInSwitchGroupQuota = params.get("CvmInSwitchGroupQuota")
|
4981
4932
|
self._RequestId = params.get("RequestId")
|
4982
4933
|
|
4983
4934
|
|
@@ -7416,7 +7367,12 @@ class DescribeLaunchTemplatesRequest(AbstractModel):
|
|
7416
7367
|
r"""
|
7417
7368
|
:param _LaunchTemplateIds: 启动模板ID,一个或者多个启动模板ID。若未指定,则显示用户所有模板。
|
7418
7369
|
:type LaunchTemplateIds: list of str
|
7419
|
-
:param _Filters: <
|
7370
|
+
:param _Filters: <li><strong>LaunchTemplateName</strong></li>
|
7371
|
+
<p style="padding-left: 30px;">按照【<strong>实例启动模板名称</strong>】进行过滤。</p><p style="padding-left: 30px;">类型:String</p><p style="padding-left: 30px;">必选:否</p>
|
7372
|
+
<li><strong>tag-key</strong></li>
|
7373
|
+
<p style="padding-left: 30px;">按照【<strong>标签键</strong>】进行过滤。</p><p style="padding-left: 30px;">类型:String</p><p style="padding-left: 30px;">必选:否</p>
|
7374
|
+
<li><strong>tag-value</strong></li> <p style="padding-left: 30px;">按照【<strong>标签值</strong>】进行过滤。</p><p style="padding-left: 30px;">类型:String</p><p style="padding-left: 30px;">必选:否</p>
|
7375
|
+
<li><strong>tag:tag-key</strong></li> <p style="padding-left: 30px;">按照【<strong>标签键值对</strong>】进行过滤。tag-key使用具体的标签键进行替换。</p><p style="padding-left: 30px;">类型:String</p><p style="padding-left: 30px;">必选:否</p>
|
7420
7376
|
每次请求的`Filters`的上限为10,`Filter.Values`的上限为5。参数不支持同时指定`LaunchTemplateIds`和`Filters`。
|
7421
7377
|
:type Filters: list of Filter
|
7422
7378
|
:param _Offset: 偏移量,默认为0。关于`Offset`的更进一步介绍请参考 API [简介](https://cloud.tencent.com/document/api/213/15688)中的相关小节。
|
@@ -7442,7 +7398,12 @@ class DescribeLaunchTemplatesRequest(AbstractModel):
|
|
7442
7398
|
|
7443
7399
|
@property
|
7444
7400
|
def Filters(self):
|
7445
|
-
"""<
|
7401
|
+
"""<li><strong>LaunchTemplateName</strong></li>
|
7402
|
+
<p style="padding-left: 30px;">按照【<strong>实例启动模板名称</strong>】进行过滤。</p><p style="padding-left: 30px;">类型:String</p><p style="padding-left: 30px;">必选:否</p>
|
7403
|
+
<li><strong>tag-key</strong></li>
|
7404
|
+
<p style="padding-left: 30px;">按照【<strong>标签键</strong>】进行过滤。</p><p style="padding-left: 30px;">类型:String</p><p style="padding-left: 30px;">必选:否</p>
|
7405
|
+
<li><strong>tag-value</strong></li> <p style="padding-left: 30px;">按照【<strong>标签值</strong>】进行过滤。</p><p style="padding-left: 30px;">类型:String</p><p style="padding-left: 30px;">必选:否</p>
|
7406
|
+
<li><strong>tag:tag-key</strong></li> <p style="padding-left: 30px;">按照【<strong>标签键值对</strong>】进行过滤。tag-key使用具体的标签键进行替换。</p><p style="padding-left: 30px;">类型:String</p><p style="padding-left: 30px;">必选:否</p>
|
7446
7407
|
每次请求的`Filters`的上限为10,`Filter.Values`的上限为5。参数不支持同时指定`LaunchTemplateIds`和`Filters`。
|
7447
7408
|
:rtype: list of Filter
|
7448
7409
|
"""
|
@@ -7503,10 +7464,8 @@ class DescribeLaunchTemplatesResponse(AbstractModel):
|
|
7503
7464
|
def __init__(self):
|
7504
7465
|
r"""
|
7505
7466
|
:param _TotalCount: 符合条件的实例模板数量。
|
7506
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7507
7467
|
:type TotalCount: int
|
7508
7468
|
:param _LaunchTemplateSet: 实例详细信息列表。
|
7509
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7510
7469
|
:type LaunchTemplateSet: list of LaunchTemplateInfo
|
7511
7470
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
7512
7471
|
:type RequestId: str
|
@@ -7518,7 +7477,6 @@ class DescribeLaunchTemplatesResponse(AbstractModel):
|
|
7518
7477
|
@property
|
7519
7478
|
def TotalCount(self):
|
7520
7479
|
"""符合条件的实例模板数量。
|
7521
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7522
7480
|
:rtype: int
|
7523
7481
|
"""
|
7524
7482
|
return self._TotalCount
|
@@ -7530,7 +7488,6 @@ class DescribeLaunchTemplatesResponse(AbstractModel):
|
|
7530
7488
|
@property
|
7531
7489
|
def LaunchTemplateSet(self):
|
7532
7490
|
"""实例详细信息列表。
|
7533
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7534
7491
|
:rtype: list of LaunchTemplateInfo
|
7535
7492
|
"""
|
7536
7493
|
return self._LaunchTemplateSet
|
@@ -8830,7 +8787,7 @@ class ExportImagesRequest(AbstractModel):
|
|
8830
8787
|
r"""
|
8831
8788
|
:param _BucketName: COS存储桶名称
|
8832
8789
|
:type BucketName: str
|
8833
|
-
:param _ImageIds: 镜像ID
|
8790
|
+
:param _ImageIds: 镜像ID列表。调用 ExportImages 接口时,参数 ImageIds 和 SnapshotIds 为二选一必填参数,目前参数 SnapshotIds 暂未对外开放。
|
8834
8791
|
:type ImageIds: list of str
|
8835
8792
|
:param _ExportFormat: 镜像文件导出格式。取值范围:RAW,QCOW2,VHD,VMDK。默认为RAW
|
8836
8793
|
:type ExportFormat: str
|
@@ -8864,7 +8821,7 @@ class ExportImagesRequest(AbstractModel):
|
|
8864
8821
|
|
8865
8822
|
@property
|
8866
8823
|
def ImageIds(self):
|
8867
|
-
"""镜像ID
|
8824
|
+
"""镜像ID列表。调用 ExportImages 接口时,参数 ImageIds 和 SnapshotIds 为二选一必填参数,目前参数 SnapshotIds 暂未对外开放。
|
8868
8825
|
:rtype: list of str
|
8869
8826
|
"""
|
8870
8827
|
return self._ImageIds
|
@@ -9143,13 +9100,10 @@ class GPUInfo(AbstractModel):
|
|
9143
9100
|
def __init__(self):
|
9144
9101
|
r"""
|
9145
9102
|
:param _GPUCount: 实例GPU个数。值小于1代表VGPU类型,大于1代表GPU直通类型。
|
9146
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9147
9103
|
:type GPUCount: float
|
9148
9104
|
:param _GPUId: 实例GPU地址。
|
9149
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9150
9105
|
:type GPUId: list of str
|
9151
9106
|
:param _GPUType: 实例GPU类型。
|
9152
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9153
9107
|
:type GPUType: str
|
9154
9108
|
"""
|
9155
9109
|
self._GPUCount = None
|
@@ -9159,7 +9113,6 @@ class GPUInfo(AbstractModel):
|
|
9159
9113
|
@property
|
9160
9114
|
def GPUCount(self):
|
9161
9115
|
"""实例GPU个数。值小于1代表VGPU类型,大于1代表GPU直通类型。
|
9162
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9163
9116
|
:rtype: float
|
9164
9117
|
"""
|
9165
9118
|
return self._GPUCount
|
@@ -9171,7 +9124,6 @@ class GPUInfo(AbstractModel):
|
|
9171
9124
|
@property
|
9172
9125
|
def GPUId(self):
|
9173
9126
|
"""实例GPU地址。
|
9174
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9175
9127
|
:rtype: list of str
|
9176
9128
|
"""
|
9177
9129
|
return self._GPUId
|
@@ -9183,7 +9135,6 @@ class GPUInfo(AbstractModel):
|
|
9183
9135
|
@property
|
9184
9136
|
def GPUType(self):
|
9185
9137
|
"""实例GPU类型。
|
9186
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9187
9138
|
:rtype: str
|
9188
9139
|
"""
|
9189
9140
|
return self._GPUType
|
@@ -9239,10 +9190,8 @@ class HostItem(AbstractModel):
|
|
9239
9190
|
:param _HostResource: 专用宿主机实例资源信息
|
9240
9191
|
:type HostResource: :class:`tencentcloud.cvm.v20170312.models.HostResource`
|
9241
9192
|
:param _CageId: 专用宿主机所属的围笼ID。该字段仅对金融专区围笼内的专用宿主机有效。
|
9242
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9243
9193
|
:type CageId: str
|
9244
9194
|
:param _Tags: 专用宿主机关联的标签列表。
|
9245
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9246
9195
|
:type Tags: list of Tag
|
9247
9196
|
"""
|
9248
9197
|
self._Placement = None
|
@@ -9395,7 +9344,6 @@ class HostItem(AbstractModel):
|
|
9395
9344
|
@property
|
9396
9345
|
def CageId(self):
|
9397
9346
|
"""专用宿主机所属的围笼ID。该字段仅对金融专区围笼内的专用宿主机有效。
|
9398
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9399
9347
|
:rtype: str
|
9400
9348
|
"""
|
9401
9349
|
return self._CageId
|
@@ -9407,7 +9355,6 @@ class HostItem(AbstractModel):
|
|
9407
9355
|
@property
|
9408
9356
|
def Tags(self):
|
9409
9357
|
"""专用宿主机关联的标签列表。
|
9410
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9411
9358
|
:rtype: list of Tag
|
9412
9359
|
"""
|
9413
9360
|
return self._Tags
|
@@ -9515,7 +9462,6 @@ class HostResource(AbstractModel):
|
|
9515
9462
|
:param _GpuAvailable: 专用宿主机实例可用GPU卡数
|
9516
9463
|
:type GpuAvailable: int
|
9517
9464
|
:param _ExclusiveOwner: CDH owner
|
9518
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9519
9465
|
:type ExclusiveOwner: str
|
9520
9466
|
"""
|
9521
9467
|
self._CpuTotal = None
|
@@ -9631,7 +9577,6 @@ class HostResource(AbstractModel):
|
|
9631
9577
|
@property
|
9632
9578
|
def ExclusiveOwner(self):
|
9633
9579
|
"""CDH owner
|
9634
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9635
9580
|
:rtype: str
|
9636
9581
|
"""
|
9637
9582
|
return self._ExclusiveOwner
|
@@ -9672,10 +9617,8 @@ class HpcClusterInfo(AbstractModel):
|
|
9672
9617
|
:param _HpcClusterId: 高性能计算集群ID
|
9673
9618
|
:type HpcClusterId: str
|
9674
9619
|
:param _Name: 高性能计算集群名
|
9675
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9676
9620
|
:type Name: str
|
9677
9621
|
:param _Remark: 高性能计算集群备注
|
9678
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9679
9622
|
:type Remark: str
|
9680
9623
|
:param _CvmQuotaTotal: 集群下设备容量
|
9681
9624
|
:type CvmQuotaTotal: int
|
@@ -9684,16 +9627,12 @@ class HpcClusterInfo(AbstractModel):
|
|
9684
9627
|
:param _CurrentNum: 集群当前已有设备量
|
9685
9628
|
:type CurrentNum: int
|
9686
9629
|
:param _CreateTime: 集群创建时间
|
9687
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9688
9630
|
:type CreateTime: str
|
9689
9631
|
:param _InstanceIds: 集群内实例ID列表
|
9690
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9691
9632
|
:type InstanceIds: list of str
|
9692
9633
|
:param _HpcClusterType: 高性能计算集群类型。
|
9693
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9694
9634
|
:type HpcClusterType: str
|
9695
9635
|
:param _HpcClusterBusinessId: 高性能计算集群对应的业务场景标识,当前只支持CDC。
|
9696
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9697
9636
|
:type HpcClusterBusinessId: str
|
9698
9637
|
:param _HpcClusterNetMode: 高性能计算集群网络模式
|
9699
9638
|
:type HpcClusterNetMode: int
|
@@ -9727,7 +9666,6 @@ class HpcClusterInfo(AbstractModel):
|
|
9727
9666
|
@property
|
9728
9667
|
def Name(self):
|
9729
9668
|
"""高性能计算集群名
|
9730
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9731
9669
|
:rtype: str
|
9732
9670
|
"""
|
9733
9671
|
return self._Name
|
@@ -9739,7 +9677,6 @@ class HpcClusterInfo(AbstractModel):
|
|
9739
9677
|
@property
|
9740
9678
|
def Remark(self):
|
9741
9679
|
"""高性能计算集群备注
|
9742
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9743
9680
|
:rtype: str
|
9744
9681
|
"""
|
9745
9682
|
return self._Remark
|
@@ -9784,7 +9721,6 @@ class HpcClusterInfo(AbstractModel):
|
|
9784
9721
|
@property
|
9785
9722
|
def CreateTime(self):
|
9786
9723
|
"""集群创建时间
|
9787
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9788
9724
|
:rtype: str
|
9789
9725
|
"""
|
9790
9726
|
return self._CreateTime
|
@@ -9796,7 +9732,6 @@ class HpcClusterInfo(AbstractModel):
|
|
9796
9732
|
@property
|
9797
9733
|
def InstanceIds(self):
|
9798
9734
|
"""集群内实例ID列表
|
9799
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9800
9735
|
:rtype: list of str
|
9801
9736
|
"""
|
9802
9737
|
return self._InstanceIds
|
@@ -9808,7 +9743,6 @@ class HpcClusterInfo(AbstractModel):
|
|
9808
9743
|
@property
|
9809
9744
|
def HpcClusterType(self):
|
9810
9745
|
"""高性能计算集群类型。
|
9811
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9812
9746
|
:rtype: str
|
9813
9747
|
"""
|
9814
9748
|
return self._HpcClusterType
|
@@ -9820,7 +9754,6 @@ class HpcClusterInfo(AbstractModel):
|
|
9820
9754
|
@property
|
9821
9755
|
def HpcClusterBusinessId(self):
|
9822
9756
|
"""高性能计算集群对应的业务场景标识,当前只支持CDC。
|
9823
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9824
9757
|
:rtype: str
|
9825
9758
|
"""
|
9826
9759
|
return self._HpcClusterBusinessId
|
@@ -9922,18 +9855,14 @@ IMPORTFAILED-导入失败
|
|
9922
9855
|
注意:此字段可能返回 null,表示取不到有效值。
|
9923
9856
|
:type SyncPercent: int
|
9924
9857
|
:param _IsSupportCloudinit: 镜像是否支持cloud-init
|
9925
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9926
9858
|
:type IsSupportCloudinit: bool
|
9927
9859
|
:param _SnapshotSet: 镜像关联的快照信息
|
9928
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9929
9860
|
:type SnapshotSet: list of Snapshot
|
9930
9861
|
:param _Tags: 镜像关联的标签列表。
|
9931
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9932
9862
|
:type Tags: list of Tag
|
9933
9863
|
:param _LicenseType: 镜像许可类型
|
9934
9864
|
:type LicenseType: str
|
9935
9865
|
:param _ImageFamily: 镜像族
|
9936
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9937
9866
|
:type ImageFamily: str
|
9938
9867
|
:param _ImageDeprecated: 镜像是否废弃
|
9939
9868
|
:type ImageDeprecated: bool
|
@@ -10112,7 +10041,6 @@ IMPORTFAILED-导入失败
|
|
10112
10041
|
@property
|
10113
10042
|
def IsSupportCloudinit(self):
|
10114
10043
|
"""镜像是否支持cloud-init
|
10115
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
10116
10044
|
:rtype: bool
|
10117
10045
|
"""
|
10118
10046
|
return self._IsSupportCloudinit
|
@@ -10124,7 +10052,6 @@ IMPORTFAILED-导入失败
|
|
10124
10052
|
@property
|
10125
10053
|
def SnapshotSet(self):
|
10126
10054
|
"""镜像关联的快照信息
|
10127
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
10128
10055
|
:rtype: list of Snapshot
|
10129
10056
|
"""
|
10130
10057
|
return self._SnapshotSet
|
@@ -10136,7 +10063,6 @@ IMPORTFAILED-导入失败
|
|
10136
10063
|
@property
|
10137
10064
|
def Tags(self):
|
10138
10065
|
"""镜像关联的标签列表。
|
10139
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
10140
10066
|
:rtype: list of Tag
|
10141
10067
|
"""
|
10142
10068
|
return self._Tags
|
@@ -10159,7 +10085,6 @@ IMPORTFAILED-导入失败
|
|
10159
10085
|
@property
|
10160
10086
|
def ImageFamily(self):
|
10161
10087
|
"""镜像族
|
10162
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
10163
10088
|
:rtype: str
|
10164
10089
|
"""
|
10165
10090
|
return self._ImageFamily
|
@@ -10228,10 +10153,8 @@ class ImageOsList(AbstractModel):
|
|
10228
10153
|
def __init__(self):
|
10229
10154
|
r"""
|
10230
10155
|
:param _Windows: 支持的Windows操作系统。
|
10231
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
10232
10156
|
:type Windows: list of str
|
10233
10157
|
:param _Linux: 支持的Linux操作系统
|
10234
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
10235
10158
|
:type Linux: list of str
|
10236
10159
|
"""
|
10237
10160
|
self._Windows = None
|
@@ -10240,7 +10163,6 @@ class ImageOsList(AbstractModel):
|
|
10240
10163
|
@property
|
10241
10164
|
def Windows(self):
|
10242
10165
|
"""支持的Windows操作系统。
|
10243
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
10244
10166
|
:rtype: list of str
|
10245
10167
|
"""
|
10246
10168
|
return self._Windows
|
@@ -10252,7 +10174,6 @@ class ImageOsList(AbstractModel):
|
|
10252
10174
|
@property
|
10253
10175
|
def Linux(self):
|
10254
10176
|
"""支持的Linux操作系统
|
10255
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
10256
10177
|
:rtype: list of str
|
10257
10178
|
"""
|
10258
10179
|
return self._Linux
|
@@ -12293,7 +12214,6 @@ class Instance(AbstractModel):
|
|
12293
12214
|
注意:此字段可能返回 null,表示取不到有效值。
|
12294
12215
|
:type LatestOperationRequestId: str
|
12295
12216
|
:param _DisasterRecoverGroupId: 分散置放群组ID。
|
12296
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
12297
12217
|
:type DisasterRecoverGroupId: str
|
12298
12218
|
:param _IPv6Addresses: 实例的IPv6地址。
|
12299
12219
|
注意:此字段可能返回 null,表示取不到有效值。
|
@@ -12302,19 +12222,15 @@ class Instance(AbstractModel):
|
|
12302
12222
|
注意:此字段可能返回 null,表示取不到有效值。
|
12303
12223
|
:type CamRoleName: str
|
12304
12224
|
:param _HpcClusterId: 高性能计算集群`ID`。
|
12305
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
12306
12225
|
:type HpcClusterId: str
|
12307
12226
|
:param _RdmaIpAddresses: 高性能计算集群`IP`列表。
|
12308
12227
|
注意:此字段可能返回 null,表示取不到有效值。
|
12309
12228
|
:type RdmaIpAddresses: list of str
|
12310
12229
|
:param _DedicatedClusterId: 实例所在的专用集群`ID`。
|
12311
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
12312
12230
|
:type DedicatedClusterId: str
|
12313
12231
|
:param _IsolatedSource: 实例隔离类型。取值范围:<br><li>ARREAR:表示欠费隔离<br></li><li>EXPIRE:表示到期隔离<br></li><li>MANMADE:表示主动退还隔离<br></li><li>NOTISOLATED:表示未隔离<br></li>
|
12314
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
12315
12232
|
:type IsolatedSource: str
|
12316
12233
|
:param _GPUInfo: GPU信息。如果是gpu类型子机,该值会返回GPU信息,如果是其他类型子机则不返回。
|
12317
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
12318
12234
|
:type GPUInfo: :class:`tencentcloud.cvm.v20170312.models.GPUInfo`
|
12319
12235
|
:param _LicenseType: 实例的操作系统许可类型,默认为TencentCloud
|
12320
12236
|
:type LicenseType: str
|
@@ -12687,7 +12603,6 @@ class Instance(AbstractModel):
|
|
12687
12603
|
@property
|
12688
12604
|
def DisasterRecoverGroupId(self):
|
12689
12605
|
"""分散置放群组ID。
|
12690
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
12691
12606
|
:rtype: str
|
12692
12607
|
"""
|
12693
12608
|
return self._DisasterRecoverGroupId
|
@@ -12723,7 +12638,6 @@ class Instance(AbstractModel):
|
|
12723
12638
|
@property
|
12724
12639
|
def HpcClusterId(self):
|
12725
12640
|
"""高性能计算集群`ID`。
|
12726
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
12727
12641
|
:rtype: str
|
12728
12642
|
"""
|
12729
12643
|
return self._HpcClusterId
|
@@ -12747,7 +12661,6 @@ class Instance(AbstractModel):
|
|
12747
12661
|
@property
|
12748
12662
|
def DedicatedClusterId(self):
|
12749
12663
|
"""实例所在的专用集群`ID`。
|
12750
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
12751
12664
|
:rtype: str
|
12752
12665
|
"""
|
12753
12666
|
return self._DedicatedClusterId
|
@@ -12759,7 +12672,6 @@ class Instance(AbstractModel):
|
|
12759
12672
|
@property
|
12760
12673
|
def IsolatedSource(self):
|
12761
12674
|
"""实例隔离类型。取值范围:<br><li>ARREAR:表示欠费隔离<br></li><li>EXPIRE:表示到期隔离<br></li><li>MANMADE:表示主动退还隔离<br></li><li>NOTISOLATED:表示未隔离<br></li>
|
12762
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
12763
12675
|
:rtype: str
|
12764
12676
|
"""
|
12765
12677
|
return self._IsolatedSource
|
@@ -12771,7 +12683,6 @@ class Instance(AbstractModel):
|
|
12771
12683
|
@property
|
12772
12684
|
def GPUInfo(self):
|
12773
12685
|
"""GPU信息。如果是gpu类型子机,该值会返回GPU信息,如果是其他类型子机则不返回。
|
12774
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
12775
12686
|
:rtype: :class:`tencentcloud.cvm.v20170312.models.GPUInfo`
|
12776
12687
|
"""
|
12777
12688
|
return self._GPUInfo
|
@@ -13075,13 +12986,10 @@ class InstanceRefund(AbstractModel):
|
|
13075
12986
|
def __init__(self):
|
13076
12987
|
r"""
|
13077
12988
|
:param _InstanceId: 实例Id。
|
13078
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
13079
12989
|
:type InstanceId: str
|
13080
12990
|
:param _Refunds: 退款数额。
|
13081
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
13082
12991
|
:type Refunds: float
|
13083
12992
|
:param _PriceDetail: 退款详情。
|
13084
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
13085
12993
|
:type PriceDetail: str
|
13086
12994
|
"""
|
13087
12995
|
self._InstanceId = None
|
@@ -13091,7 +12999,6 @@ class InstanceRefund(AbstractModel):
|
|
13091
12999
|
@property
|
13092
13000
|
def InstanceId(self):
|
13093
13001
|
"""实例Id。
|
13094
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
13095
13002
|
:rtype: str
|
13096
13003
|
"""
|
13097
13004
|
return self._InstanceId
|
@@ -13103,7 +13010,6 @@ class InstanceRefund(AbstractModel):
|
|
13103
13010
|
@property
|
13104
13011
|
def Refunds(self):
|
13105
13012
|
"""退款数额。
|
13106
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
13107
13013
|
:rtype: float
|
13108
13014
|
"""
|
13109
13015
|
return self._Refunds
|
@@ -13115,7 +13021,6 @@ class InstanceRefund(AbstractModel):
|
|
13115
13021
|
@property
|
13116
13022
|
def PriceDetail(self):
|
13117
13023
|
"""退款详情。
|
13118
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
13119
13024
|
:rtype: str
|
13120
13025
|
"""
|
13121
13026
|
return self._PriceDetail
|
@@ -13341,7 +13246,6 @@ class InstanceTypeConfigStatus(AbstractModel):
|
|
13341
13246
|
:param _Status: 状态描述
|
13342
13247
|
:type Status: str
|
13343
13248
|
:param _Message: 状态描述信息
|
13344
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
13345
13249
|
:type Message: str
|
13346
13250
|
:param _InstanceTypeConfig: 配置信息
|
13347
13251
|
:type InstanceTypeConfig: :class:`tencentcloud.cvm.v20170312.models.InstanceTypeConfig`
|
@@ -13364,7 +13268,6 @@ class InstanceTypeConfigStatus(AbstractModel):
|
|
13364
13268
|
@property
|
13365
13269
|
def Message(self):
|
13366
13270
|
"""状态描述信息
|
13367
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
13368
13271
|
:rtype: str
|
13369
13272
|
"""
|
13370
13273
|
return self._Message
|
@@ -13941,10 +13844,8 @@ class InternetChargeTypeConfig(AbstractModel):
|
|
13941
13844
|
def __init__(self):
|
13942
13845
|
r"""
|
13943
13846
|
:param _InternetChargeType: 网络计费模式。
|
13944
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
13945
13847
|
:type InternetChargeType: str
|
13946
13848
|
:param _Description: 网络计费模式描述信息。
|
13947
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
13948
13849
|
:type Description: str
|
13949
13850
|
"""
|
13950
13851
|
self._InternetChargeType = None
|
@@ -13953,7 +13854,6 @@ class InternetChargeTypeConfig(AbstractModel):
|
|
13953
13854
|
@property
|
13954
13855
|
def InternetChargeType(self):
|
13955
13856
|
"""网络计费模式。
|
13956
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
13957
13857
|
:rtype: str
|
13958
13858
|
"""
|
13959
13859
|
return self._InternetChargeType
|
@@ -13965,7 +13865,6 @@ class InternetChargeTypeConfig(AbstractModel):
|
|
13965
13865
|
@property
|
13966
13866
|
def Description(self):
|
13967
13867
|
"""网络计费模式描述信息。
|
13968
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
13969
13868
|
:rtype: str
|
13970
13869
|
"""
|
13971
13870
|
return self._Description
|
@@ -14336,7 +14235,6 @@ class KeyPair(AbstractModel):
|
|
14336
14235
|
:param _CreatedTime: 创建时间。按照`ISO8601`标准表示,并且使用`UTC`时间。格式为:`YYYY-MM-DDThh:mm:ssZ`。
|
14337
14236
|
:type CreatedTime: str
|
14338
14237
|
:param _Tags: 密钥关联的标签列表。
|
14339
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14340
14238
|
:type Tags: list of Tag
|
14341
14239
|
"""
|
14342
14240
|
self._KeyId = None
|
@@ -14440,7 +14338,6 @@ class KeyPair(AbstractModel):
|
|
14440
14338
|
@property
|
14441
14339
|
def Tags(self):
|
14442
14340
|
"""密钥关联的标签列表。
|
14443
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14444
14341
|
:rtype: list of Tag
|
14445
14342
|
"""
|
14446
14343
|
return self._Tags
|
@@ -14534,25 +14431,18 @@ class LaunchTemplateInfo(AbstractModel):
|
|
14534
14431
|
def __init__(self):
|
14535
14432
|
r"""
|
14536
14433
|
:param _LatestVersionNumber: 实例启动模版本号。
|
14537
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14538
14434
|
:type LatestVersionNumber: int
|
14539
14435
|
:param _LaunchTemplateId: 实例启动模板ID。
|
14540
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14541
14436
|
:type LaunchTemplateId: str
|
14542
14437
|
:param _LaunchTemplateName: 实例启动模板名。
|
14543
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14544
14438
|
:type LaunchTemplateName: str
|
14545
14439
|
:param _DefaultVersionNumber: 实例启动模板默认版本号。
|
14546
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14547
14440
|
:type DefaultVersionNumber: int
|
14548
14441
|
:param _LaunchTemplateVersionCount: 实例启动模板包含的版本总数量。
|
14549
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14550
14442
|
:type LaunchTemplateVersionCount: int
|
14551
14443
|
:param _CreatedBy: 创建该模板的用户UIN。
|
14552
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14553
14444
|
:type CreatedBy: str
|
14554
14445
|
:param _CreationTime: 创建该模板的时间。
|
14555
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14556
14446
|
:type CreationTime: str
|
14557
14447
|
"""
|
14558
14448
|
self._LatestVersionNumber = None
|
@@ -14566,7 +14456,6 @@ class LaunchTemplateInfo(AbstractModel):
|
|
14566
14456
|
@property
|
14567
14457
|
def LatestVersionNumber(self):
|
14568
14458
|
"""实例启动模版本号。
|
14569
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14570
14459
|
:rtype: int
|
14571
14460
|
"""
|
14572
14461
|
return self._LatestVersionNumber
|
@@ -14578,7 +14467,6 @@ class LaunchTemplateInfo(AbstractModel):
|
|
14578
14467
|
@property
|
14579
14468
|
def LaunchTemplateId(self):
|
14580
14469
|
"""实例启动模板ID。
|
14581
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14582
14470
|
:rtype: str
|
14583
14471
|
"""
|
14584
14472
|
return self._LaunchTemplateId
|
@@ -14590,7 +14478,6 @@ class LaunchTemplateInfo(AbstractModel):
|
|
14590
14478
|
@property
|
14591
14479
|
def LaunchTemplateName(self):
|
14592
14480
|
"""实例启动模板名。
|
14593
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14594
14481
|
:rtype: str
|
14595
14482
|
"""
|
14596
14483
|
return self._LaunchTemplateName
|
@@ -14602,7 +14489,6 @@ class LaunchTemplateInfo(AbstractModel):
|
|
14602
14489
|
@property
|
14603
14490
|
def DefaultVersionNumber(self):
|
14604
14491
|
"""实例启动模板默认版本号。
|
14605
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14606
14492
|
:rtype: int
|
14607
14493
|
"""
|
14608
14494
|
return self._DefaultVersionNumber
|
@@ -14614,7 +14500,6 @@ class LaunchTemplateInfo(AbstractModel):
|
|
14614
14500
|
@property
|
14615
14501
|
def LaunchTemplateVersionCount(self):
|
14616
14502
|
"""实例启动模板包含的版本总数量。
|
14617
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14618
14503
|
:rtype: int
|
14619
14504
|
"""
|
14620
14505
|
return self._LaunchTemplateVersionCount
|
@@ -14626,7 +14511,6 @@ class LaunchTemplateInfo(AbstractModel):
|
|
14626
14511
|
@property
|
14627
14512
|
def CreatedBy(self):
|
14628
14513
|
"""创建该模板的用户UIN。
|
14629
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14630
14514
|
:rtype: str
|
14631
14515
|
"""
|
14632
14516
|
return self._CreatedBy
|
@@ -14638,7 +14522,6 @@ class LaunchTemplateInfo(AbstractModel):
|
|
14638
14522
|
@property
|
14639
14523
|
def CreationTime(self):
|
14640
14524
|
"""创建该模板的时间。
|
14641
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14642
14525
|
:rtype: str
|
14643
14526
|
"""
|
14644
14527
|
return self._CreationTime
|
@@ -14674,81 +14557,61 @@ class LaunchTemplateVersionData(AbstractModel):
|
|
14674
14557
|
def __init__(self):
|
14675
14558
|
r"""
|
14676
14559
|
:param _Placement: 实例所在的位置。
|
14677
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14678
14560
|
:type Placement: :class:`tencentcloud.cvm.v20170312.models.Placement`
|
14679
14561
|
:param _InstanceType: 实例机型。
|
14680
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14681
14562
|
:type InstanceType: str
|
14682
14563
|
:param _InstanceName: 实例名称。
|
14683
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14684
14564
|
:type InstanceName: str
|
14685
|
-
:param _InstanceChargeType:
|
14686
|
-
|
14565
|
+
:param _InstanceChargeType: 实例计费模式。取值范围:
|
14566
|
+
<li>`PREPAID`:表示预付费,即包年包月</li>
|
14567
|
+
<li>`POSTPAID_BY_HOUR`:表示后付费,即按量计费</li>
|
14568
|
+
<li>`CDHPAID`:`专用宿主机`付费,即只对`专用宿主机`计费,不对`专用宿主机`上的实例计费。</li>
|
14569
|
+
<li>`SPOTPAID`:表示竞价实例付费。</li>
|
14687
14570
|
:type InstanceChargeType: str
|
14688
14571
|
:param _SystemDisk: 实例系统盘信息。
|
14689
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14690
14572
|
:type SystemDisk: :class:`tencentcloud.cvm.v20170312.models.SystemDisk`
|
14691
14573
|
:param _DataDisks: 实例数据盘信息。只包含随实例购买的数据盘。
|
14692
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14693
14574
|
:type DataDisks: list of DataDisk
|
14694
14575
|
:param _InternetAccessible: 实例带宽信息。
|
14695
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14696
14576
|
:type InternetAccessible: :class:`tencentcloud.cvm.v20170312.models.InternetAccessible`
|
14697
14577
|
:param _VirtualPrivateCloud: 实例所属虚拟私有网络信息。
|
14698
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14699
14578
|
:type VirtualPrivateCloud: :class:`tencentcloud.cvm.v20170312.models.VirtualPrivateCloud`
|
14700
14579
|
:param _ImageId: 生产实例所使用的镜像`ID`。
|
14701
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14702
14580
|
:type ImageId: str
|
14703
14581
|
:param _SecurityGroupIds: 实例所属安全组。该参数可以通过调用 [DescribeSecurityGroups](https://cloud.tencent.com/document/api/215/15808) 的返回值中的sgId字段来获取。
|
14704
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14705
14582
|
:type SecurityGroupIds: list of str
|
14706
14583
|
:param _LoginSettings: 实例登录设置。目前只返回实例所关联的密钥。
|
14707
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14708
14584
|
:type LoginSettings: :class:`tencentcloud.cvm.v20170312.models.LoginSettings`
|
14709
14585
|
:param _CamRoleName: CAM角色名。
|
14710
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14711
14586
|
:type CamRoleName: str
|
14712
14587
|
:param _HpcClusterId: 高性能计算集群`ID`。
|
14713
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14714
14588
|
:type HpcClusterId: str
|
14715
14589
|
:param _InstanceCount: 购买实例数量。
|
14716
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14717
14590
|
:type InstanceCount: int
|
14718
14591
|
:param _EnhancedService: 增强服务。
|
14719
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14720
14592
|
:type EnhancedService: :class:`tencentcloud.cvm.v20170312.models.EnhancedService`
|
14721
14593
|
:param _UserData: 提供给实例使用的用户数据,需要以 base64 方式编码,支持的最大数据大小为 16KB。
|
14722
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14723
14594
|
:type UserData: str
|
14724
14595
|
:param _DisasterRecoverGroupIds: 置放群组ID,仅支持指定一个。
|
14725
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14726
14596
|
:type DisasterRecoverGroupIds: list of str
|
14727
14597
|
:param _ActionTimer: 定时任务。通过该参数可以为实例指定定时任务,目前仅支持定时销毁。
|
14728
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14729
14598
|
:type ActionTimer: :class:`tencentcloud.cvm.v20170312.models.ActionTimer`
|
14730
14599
|
:param _InstanceMarketOptions: 实例的市场相关选项,如竞价实例相关参数,若指定实例的付费模式为竞价付费则该参数必传。
|
14731
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14732
14600
|
:type InstanceMarketOptions: :class:`tencentcloud.cvm.v20170312.models.InstanceMarketOptionsRequest`
|
14733
14601
|
:param _HostName: 云服务器的主机名。
|
14734
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14735
14602
|
:type HostName: str
|
14736
14603
|
:param _ClientToken: 用于保证请求幂等性的字符串。
|
14737
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14738
14604
|
:type ClientToken: str
|
14739
14605
|
:param _InstanceChargePrepaid: 预付费模式,即包年包月相关参数设置。
|
14740
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14741
14606
|
:type InstanceChargePrepaid: :class:`tencentcloud.cvm.v20170312.models.InstanceChargePrepaid`
|
14742
14607
|
:param _TagSpecification: 标签描述列表。通过指定该参数可以同时绑定标签到相应的云服务器、云硬盘实例。
|
14743
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14744
14608
|
:type TagSpecification: list of TagSpecification
|
14745
14609
|
:param _DisableApiTermination: 实例销毁保护标志,表示是否允许通过api接口删除实例。取值范围:
|
14746
14610
|
|
14747
|
-
|
14748
|
-
|
14611
|
+
true:表示开启实例保护,不允许通过api接口删除实例
|
14612
|
+
false:表示关闭实例保护,允许通过api接口删除实例
|
14749
14613
|
|
14750
|
-
默认取值:
|
14751
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14614
|
+
默认取值:false。
|
14752
14615
|
:type DisableApiTermination: bool
|
14753
14616
|
"""
|
14754
14617
|
self._Placement = None
|
@@ -14779,7 +14642,6 @@ FALSE:表示关闭实例保护,允许通过api接口删除实例
|
|
14779
14642
|
@property
|
14780
14643
|
def Placement(self):
|
14781
14644
|
"""实例所在的位置。
|
14782
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14783
14645
|
:rtype: :class:`tencentcloud.cvm.v20170312.models.Placement`
|
14784
14646
|
"""
|
14785
14647
|
return self._Placement
|
@@ -14791,7 +14653,6 @@ FALSE:表示关闭实例保护,允许通过api接口删除实例
|
|
14791
14653
|
@property
|
14792
14654
|
def InstanceType(self):
|
14793
14655
|
"""实例机型。
|
14794
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14795
14656
|
:rtype: str
|
14796
14657
|
"""
|
14797
14658
|
return self._InstanceType
|
@@ -14803,7 +14664,6 @@ FALSE:表示关闭实例保护,允许通过api接口删除实例
|
|
14803
14664
|
@property
|
14804
14665
|
def InstanceName(self):
|
14805
14666
|
"""实例名称。
|
14806
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14807
14667
|
:rtype: str
|
14808
14668
|
"""
|
14809
14669
|
return self._InstanceName
|
@@ -14814,8 +14674,11 @@ FALSE:表示关闭实例保护,允许通过api接口删除实例
|
|
14814
14674
|
|
14815
14675
|
@property
|
14816
14676
|
def InstanceChargeType(self):
|
14817
|
-
"""
|
14818
|
-
|
14677
|
+
"""实例计费模式。取值范围:
|
14678
|
+
<li>`PREPAID`:表示预付费,即包年包月</li>
|
14679
|
+
<li>`POSTPAID_BY_HOUR`:表示后付费,即按量计费</li>
|
14680
|
+
<li>`CDHPAID`:`专用宿主机`付费,即只对`专用宿主机`计费,不对`专用宿主机`上的实例计费。</li>
|
14681
|
+
<li>`SPOTPAID`:表示竞价实例付费。</li>
|
14819
14682
|
:rtype: str
|
14820
14683
|
"""
|
14821
14684
|
return self._InstanceChargeType
|
@@ -14827,7 +14690,6 @@ FALSE:表示关闭实例保护,允许通过api接口删除实例
|
|
14827
14690
|
@property
|
14828
14691
|
def SystemDisk(self):
|
14829
14692
|
"""实例系统盘信息。
|
14830
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14831
14693
|
:rtype: :class:`tencentcloud.cvm.v20170312.models.SystemDisk`
|
14832
14694
|
"""
|
14833
14695
|
return self._SystemDisk
|
@@ -14839,7 +14701,6 @@ FALSE:表示关闭实例保护,允许通过api接口删除实例
|
|
14839
14701
|
@property
|
14840
14702
|
def DataDisks(self):
|
14841
14703
|
"""实例数据盘信息。只包含随实例购买的数据盘。
|
14842
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14843
14704
|
:rtype: list of DataDisk
|
14844
14705
|
"""
|
14845
14706
|
return self._DataDisks
|
@@ -14851,7 +14712,6 @@ FALSE:表示关闭实例保护,允许通过api接口删除实例
|
|
14851
14712
|
@property
|
14852
14713
|
def InternetAccessible(self):
|
14853
14714
|
"""实例带宽信息。
|
14854
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14855
14715
|
:rtype: :class:`tencentcloud.cvm.v20170312.models.InternetAccessible`
|
14856
14716
|
"""
|
14857
14717
|
return self._InternetAccessible
|
@@ -14863,7 +14723,6 @@ FALSE:表示关闭实例保护,允许通过api接口删除实例
|
|
14863
14723
|
@property
|
14864
14724
|
def VirtualPrivateCloud(self):
|
14865
14725
|
"""实例所属虚拟私有网络信息。
|
14866
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14867
14726
|
:rtype: :class:`tencentcloud.cvm.v20170312.models.VirtualPrivateCloud`
|
14868
14727
|
"""
|
14869
14728
|
return self._VirtualPrivateCloud
|
@@ -14875,7 +14734,6 @@ FALSE:表示关闭实例保护,允许通过api接口删除实例
|
|
14875
14734
|
@property
|
14876
14735
|
def ImageId(self):
|
14877
14736
|
"""生产实例所使用的镜像`ID`。
|
14878
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14879
14737
|
:rtype: str
|
14880
14738
|
"""
|
14881
14739
|
return self._ImageId
|
@@ -14887,7 +14745,6 @@ FALSE:表示关闭实例保护,允许通过api接口删除实例
|
|
14887
14745
|
@property
|
14888
14746
|
def SecurityGroupIds(self):
|
14889
14747
|
"""实例所属安全组。该参数可以通过调用 [DescribeSecurityGroups](https://cloud.tencent.com/document/api/215/15808) 的返回值中的sgId字段来获取。
|
14890
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14891
14748
|
:rtype: list of str
|
14892
14749
|
"""
|
14893
14750
|
return self._SecurityGroupIds
|
@@ -14899,7 +14756,6 @@ FALSE:表示关闭实例保护,允许通过api接口删除实例
|
|
14899
14756
|
@property
|
14900
14757
|
def LoginSettings(self):
|
14901
14758
|
"""实例登录设置。目前只返回实例所关联的密钥。
|
14902
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14903
14759
|
:rtype: :class:`tencentcloud.cvm.v20170312.models.LoginSettings`
|
14904
14760
|
"""
|
14905
14761
|
return self._LoginSettings
|
@@ -14911,7 +14767,6 @@ FALSE:表示关闭实例保护,允许通过api接口删除实例
|
|
14911
14767
|
@property
|
14912
14768
|
def CamRoleName(self):
|
14913
14769
|
"""CAM角色名。
|
14914
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14915
14770
|
:rtype: str
|
14916
14771
|
"""
|
14917
14772
|
return self._CamRoleName
|
@@ -14923,7 +14778,6 @@ FALSE:表示关闭实例保护,允许通过api接口删除实例
|
|
14923
14778
|
@property
|
14924
14779
|
def HpcClusterId(self):
|
14925
14780
|
"""高性能计算集群`ID`。
|
14926
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14927
14781
|
:rtype: str
|
14928
14782
|
"""
|
14929
14783
|
return self._HpcClusterId
|
@@ -14935,7 +14789,6 @@ FALSE:表示关闭实例保护,允许通过api接口删除实例
|
|
14935
14789
|
@property
|
14936
14790
|
def InstanceCount(self):
|
14937
14791
|
"""购买实例数量。
|
14938
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14939
14792
|
:rtype: int
|
14940
14793
|
"""
|
14941
14794
|
return self._InstanceCount
|
@@ -14947,7 +14800,6 @@ FALSE:表示关闭实例保护,允许通过api接口删除实例
|
|
14947
14800
|
@property
|
14948
14801
|
def EnhancedService(self):
|
14949
14802
|
"""增强服务。
|
14950
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14951
14803
|
:rtype: :class:`tencentcloud.cvm.v20170312.models.EnhancedService`
|
14952
14804
|
"""
|
14953
14805
|
return self._EnhancedService
|
@@ -14959,7 +14811,6 @@ FALSE:表示关闭实例保护,允许通过api接口删除实例
|
|
14959
14811
|
@property
|
14960
14812
|
def UserData(self):
|
14961
14813
|
"""提供给实例使用的用户数据,需要以 base64 方式编码,支持的最大数据大小为 16KB。
|
14962
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14963
14814
|
:rtype: str
|
14964
14815
|
"""
|
14965
14816
|
return self._UserData
|
@@ -14971,7 +14822,6 @@ FALSE:表示关闭实例保护,允许通过api接口删除实例
|
|
14971
14822
|
@property
|
14972
14823
|
def DisasterRecoverGroupIds(self):
|
14973
14824
|
"""置放群组ID,仅支持指定一个。
|
14974
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14975
14825
|
:rtype: list of str
|
14976
14826
|
"""
|
14977
14827
|
return self._DisasterRecoverGroupIds
|
@@ -14983,7 +14833,6 @@ FALSE:表示关闭实例保护,允许通过api接口删除实例
|
|
14983
14833
|
@property
|
14984
14834
|
def ActionTimer(self):
|
14985
14835
|
"""定时任务。通过该参数可以为实例指定定时任务,目前仅支持定时销毁。
|
14986
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14987
14836
|
:rtype: :class:`tencentcloud.cvm.v20170312.models.ActionTimer`
|
14988
14837
|
"""
|
14989
14838
|
return self._ActionTimer
|
@@ -14995,7 +14844,6 @@ FALSE:表示关闭实例保护,允许通过api接口删除实例
|
|
14995
14844
|
@property
|
14996
14845
|
def InstanceMarketOptions(self):
|
14997
14846
|
"""实例的市场相关选项,如竞价实例相关参数,若指定实例的付费模式为竞价付费则该参数必传。
|
14998
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14999
14847
|
:rtype: :class:`tencentcloud.cvm.v20170312.models.InstanceMarketOptionsRequest`
|
15000
14848
|
"""
|
15001
14849
|
return self._InstanceMarketOptions
|
@@ -15007,7 +14855,6 @@ FALSE:表示关闭实例保护,允许通过api接口删除实例
|
|
15007
14855
|
@property
|
15008
14856
|
def HostName(self):
|
15009
14857
|
"""云服务器的主机名。
|
15010
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
15011
14858
|
:rtype: str
|
15012
14859
|
"""
|
15013
14860
|
return self._HostName
|
@@ -15019,7 +14866,6 @@ FALSE:表示关闭实例保护,允许通过api接口删除实例
|
|
15019
14866
|
@property
|
15020
14867
|
def ClientToken(self):
|
15021
14868
|
"""用于保证请求幂等性的字符串。
|
15022
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
15023
14869
|
:rtype: str
|
15024
14870
|
"""
|
15025
14871
|
return self._ClientToken
|
@@ -15031,7 +14877,6 @@ FALSE:表示关闭实例保护,允许通过api接口删除实例
|
|
15031
14877
|
@property
|
15032
14878
|
def InstanceChargePrepaid(self):
|
15033
14879
|
"""预付费模式,即包年包月相关参数设置。
|
15034
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
15035
14880
|
:rtype: :class:`tencentcloud.cvm.v20170312.models.InstanceChargePrepaid`
|
15036
14881
|
"""
|
15037
14882
|
return self._InstanceChargePrepaid
|
@@ -15043,7 +14888,6 @@ FALSE:表示关闭实例保护,允许通过api接口删除实例
|
|
15043
14888
|
@property
|
15044
14889
|
def TagSpecification(self):
|
15045
14890
|
"""标签描述列表。通过指定该参数可以同时绑定标签到相应的云服务器、云硬盘实例。
|
15046
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
15047
14891
|
:rtype: list of TagSpecification
|
15048
14892
|
"""
|
15049
14893
|
return self._TagSpecification
|
@@ -15056,11 +14900,10 @@ FALSE:表示关闭实例保护,允许通过api接口删除实例
|
|
15056
14900
|
def DisableApiTermination(self):
|
15057
14901
|
"""实例销毁保护标志,表示是否允许通过api接口删除实例。取值范围:
|
15058
14902
|
|
15059
|
-
|
15060
|
-
|
14903
|
+
true:表示开启实例保护,不允许通过api接口删除实例
|
14904
|
+
false:表示关闭实例保护,允许通过api接口删除实例
|
15061
14905
|
|
15062
|
-
默认取值:
|
15063
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14906
|
+
默认取值:false。
|
15064
14907
|
:rtype: bool
|
15065
14908
|
"""
|
15066
14909
|
return self._DisableApiTermination
|
@@ -17683,13 +17526,10 @@ class RegionInfo(AbstractModel):
|
|
17683
17526
|
def __init__(self):
|
17684
17527
|
r"""
|
17685
17528
|
:param _Region: 地域名称,例如,ap-guangzhou
|
17686
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17687
17529
|
:type Region: str
|
17688
17530
|
:param _RegionName: 地域描述,例如,华南地区(广州)
|
17689
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17690
17531
|
:type RegionName: str
|
17691
17532
|
:param _RegionState: 地域是否可用状态
|
17692
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17693
17533
|
:type RegionState: str
|
17694
17534
|
"""
|
17695
17535
|
self._Region = None
|
@@ -17699,7 +17539,6 @@ class RegionInfo(AbstractModel):
|
|
17699
17539
|
@property
|
17700
17540
|
def Region(self):
|
17701
17541
|
"""地域名称,例如,ap-guangzhou
|
17702
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17703
17542
|
:rtype: str
|
17704
17543
|
"""
|
17705
17544
|
return self._Region
|
@@ -17711,7 +17550,6 @@ class RegionInfo(AbstractModel):
|
|
17711
17550
|
@property
|
17712
17551
|
def RegionName(self):
|
17713
17552
|
"""地域描述,例如,华南地区(广州)
|
17714
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17715
17553
|
:rtype: str
|
17716
17554
|
"""
|
17717
17555
|
return self._RegionName
|
@@ -17723,7 +17561,6 @@ class RegionInfo(AbstractModel):
|
|
17723
17561
|
@property
|
17724
17562
|
def RegionState(self):
|
17725
17563
|
"""地域是否可用状态
|
17726
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17727
17564
|
:rtype: str
|
17728
17565
|
"""
|
17729
17566
|
return self._RegionState
|