Skip to content

Commit 264a58b

Browse files
release 3.0.1063
1 parent ccd852b commit 264a58b

File tree

4 files changed

+203
-34
lines changed

4 files changed

+203
-34
lines changed

tencentcloud/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515

16-
__version__ = '3.0.1062'
16+
__version__ = '3.0.1063'

tencentcloud/cvm/v20170312/errorcodes.py

Lines changed: 72 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -212,6 +212,9 @@
212212
# Up to one parameter can be specified.
213213
INVALIDPARAMETER_ATMOSTONE = 'InvalidParameter.AtMostOne'
214214

215+
#
216+
INVALIDPARAMETER_CDCNOTSUPPORTED = 'InvalidParameter.CdcNotSupported'
217+
215218
# RootDisk ID should not be passed to DataDiskIds.
216219
INVALIDPARAMETER_DATADISKIDCONTAINSROOTDISK = 'InvalidParameter.DataDiskIdContainsRootDisk'
217220

@@ -221,6 +224,18 @@
221224
# Only one system disk snapshot can be included.
222225
INVALIDPARAMETER_DUPLICATESYSTEMSNAPSHOTS = 'InvalidParameter.DuplicateSystemSnapshots'
223226

227+
# When specifying the CTCC/CUCC/CMCC public IP address parameter for edge zones, you need to first specify the public IP address parameter for the primary IP address.
228+
INVALIDPARAMETER_EDGEZONEMISSINTERNETACCESSIBLE = 'InvalidParameter.EdgeZoneMissInternetAccessible'
229+
230+
# The specified CDH host does not support custom instance specifications.
231+
INVALIDPARAMETER_HOSTIDCUSTOMIZEDINSTANCETYPENOTSUPPORT = 'InvalidParameter.HostIdCustomizedInstanceTypeNotSupport'
232+
233+
# The specified CDH host does not support the instance model specifications.
234+
INVALIDPARAMETER_HOSTIDINSTANCETYPENOTSUPPORT = 'InvalidParameter.HostIdInstanceTypeNotSupport'
235+
236+
# The specified CDH host does not support standard instance specifications.
237+
INVALIDPARAMETER_HOSTIDSTANDARDINSTANCETYPENOTSUPPORT = 'InvalidParameter.HostIdStandardInstanceTypeNotSupport'
238+
224239
# This operation is not supported under the current status of the CVM.
225240
INVALIDPARAMETER_HOSTIDSTATUSNOTSUPPORT = 'InvalidParameter.HostIdStatusNotSupport'
226241

@@ -233,6 +248,9 @@
233248
# This API does not support instance images.
234249
INVALIDPARAMETER_INSTANCEIMAGENOTSUPPORT = 'InvalidParameter.InstanceImageNotSupport'
235250

251+
# No CDH host supports the specified instance specifications.
252+
INVALIDPARAMETER_INSTANCETYPESUPPORTEDHOSTNOTFOUND = 'InvalidParameter.InstanceTypeSupportedHostNotFound'
253+
236254
# Unable to set the public network bandwidth.
237255
INVALIDPARAMETER_INTERNETACCESSIBLENOTSUPPORTED = 'InvalidParameter.InternetAccessibleNotSupported'
238256

@@ -254,6 +272,9 @@
254272
# Local data disks cannot be used to create instance images.
255273
INVALIDPARAMETER_LOCALDATADISKNOTSUPPORT = 'InvalidParameter.LocalDataDiskNotSupport'
256274

275+
# Only edge zones support this parameter.
276+
INVALIDPARAMETER_ONLYSUPPORTFOREDGEZONE = 'InvalidParameter.OnlySupportForEdgeZone'
277+
257278
# Specifying an SSH key will override the original one of the image.
258279
INVALIDPARAMETER_PARAMETERCONFLICT = 'InvalidParameter.ParameterConflict'
259280

@@ -263,6 +284,9 @@
263284
# The specified snapshot does not exist.
264285
INVALIDPARAMETER_SNAPSHOTNOTFOUND = 'InvalidParameter.SnapshotNotFound'
265286

287+
# This parameter can only be used when the allowlist feature is enabled.
288+
INVALIDPARAMETER_SPECIALPARAMETERFORSPECIALACCOUNT = 'InvalidParameter.SpecialParameterForSpecialAccount'
289+
266290
# At least one of the multiple parameters must be passed in.
267291
INVALIDPARAMETER_SPECIFYONEPARAMETER = 'InvalidParameter.SpecifyOneParameter'
268292

@@ -293,6 +317,12 @@
293317
# The specified bandwidth package does not exist.
294318
INVALIDPARAMETERVALUE_BANDWIDTHPACKAGEIDNOTFOUND = 'InvalidParameterValue.BandwidthPackageIdNotFound'
295319

320+
# The ISP of the bandwidth package does not match the ISP parameter.
321+
INVALIDPARAMETERVALUE_BANDWIDTHPACKAGEISPNOTMATCH = 'InvalidParameterValue.BandwidthPackageIspNotMatch'
322+
323+
# The availability zone of the bandwidth package does not match the specified availability zone.
324+
INVALIDPARAMETERVALUE_BANDWIDTHPACKAGEZONENOTMATCH = 'InvalidParameterValue.BandwidthPackageZoneNotMatch'
325+
296326
# Only VPC is supported. The network type of the instance is classic network, which cannot be changed.
297327
INVALIDPARAMETERVALUE_BASICNETWORKINSTANCEFAMILY = 'InvalidParameterValue.BasicNetworkInstanceFamily'
298328

@@ -314,6 +344,9 @@
314344
# Invalid number of cores.
315345
INVALIDPARAMETERVALUE_CORECOUNTVALUE = 'InvalidParameterValue.CoreCountValue'
316346

347+
#
348+
INVALIDPARAMETERVALUE_DEDICATEDCLUSTERNOTSUPPORTEDCHARGETYPE = 'InvalidParameterValue.DedicatedClusterNotSupportedChargeType'
349+
317350
# A deployment VPC already exists.
318351
INVALIDPARAMETERVALUE_DEPLOYVPCALREADYEXISTS = 'InvalidParameterValue.DeployVpcAlreadyExists'
319352

@@ -326,9 +359,15 @@
326359
# Duplicate tags.
327360
INVALIDPARAMETERVALUE_DUPLICATETAGS = 'InvalidParameterValue.DuplicateTags'
328361

362+
# The number of requested public IP addresses exceeds the quota of this instance type.
363+
INVALIDPARAMETERVALUE_EXTERNALIPQUOTALIMITED = 'InvalidParameterValue.ExternalIpQuotaLimited'
364+
329365
# Non-GPU instances cannot be changed to the GPU instance.
330366
INVALIDPARAMETERVALUE_GPUINSTANCEFAMILY = 'InvalidParameterValue.GPUInstanceFamily'
331367

368+
#
369+
INVALIDPARAMETERVALUE_HPCCLUSTERIDZONEIDNOTMATCH = 'InvalidParameterValue.HpcClusterIdZoneIdNotMatch'
370+
332371
# Invalid IP format
333372
INVALIDPARAMETERVALUE_IPADDRESSMALFORMED = 'InvalidParameterValue.IPAddressMalformed'
334373

@@ -425,6 +464,12 @@
425464
# Invalid fuzzy query string
426465
INVALIDPARAMETERVALUE_INVALIDVAGUENAME = 'InvalidParameterValue.InvalidVagueName'
427466

467+
# Edge zones do not support this ISP.
468+
INVALIDPARAMETERVALUE_ISPNOTSUPPORTFOREDGEZONE = 'InvalidParameterValue.IspNotSupportForEdgeZone'
469+
470+
# Duplicate ISP parameter value specified.
471+
INVALIDPARAMETERVALUE_ISPVALUEREPEATED = 'InvalidParameterValue.IspValueRepeated'
472+
428473
# The key does not exist.
429474
INVALIDPARAMETERVALUE_KEYPAIRNOTFOUND = 'InvalidParameterValue.KeyPairNotFound'
430475

@@ -560,6 +605,9 @@
560605
# An instance can be bound with up to 5 security groups.
561606
LIMITEXCEEDED_ASSOCIATEUSGLIMITEXCEEDED = 'LimitExceeded.AssociateUSGLimitExceeded'
562607

608+
# The quota limit for purchasing instances has been reached.
609+
LIMITEXCEEDED_CVMINSTANCEQUOTA = 'LimitExceeded.CvmInstanceQuota'
610+
563611
# The CVM ENIs associated with the security group has exceeded the limit.
564612
LIMITEXCEEDED_CVMSVIFSPERSECGROUPLIMITEXCEEDED = 'LimitExceeded.CvmsVifsPerSecGroupLimitExceeded'
565613

@@ -599,6 +647,9 @@
599647
# Your quota for monthly-subscribed instances is used up. Increase your quota and try again.
600648
LIMITEXCEEDED_PREPAYQUOTA = 'LimitExceeded.PrepayQuota'
601649

650+
#
651+
LIMITEXCEEDED_PREPAYUNDERWRITEQUOTA = 'LimitExceeded.PrepayUnderwriteQuota'
652+
602653
# The number of security groups exceeds the quota limit.
603654
LIMITEXCEEDED_SINGLEUSGQUOTA = 'LimitExceeded.SingleUSGQuota'
604655

@@ -632,6 +683,9 @@
632683
# An identical job is running.
633684
MUTEXOPERATION_TASKRUNNING = 'MutexOperation.TaskRunning'
634685

686+
#
687+
OPERATIONDENIED_ACCOUNTNOTSUPPORTED = 'OperationDenied.AccountNotSupported'
688+
635689
# A CHC instance without network configured is not allowed for the installation of a cloud image
636690
OPERATIONDENIED_CHCINSTALLCLOUDIMAGEWITHOUTDEPLOYNETWORK = 'OperationDenied.ChcInstallCloudImageWithoutDeployNetwork'
637691

@@ -641,6 +695,9 @@
641695
# The instance has an operation in progress. Please try again later.
642696
OPERATIONDENIED_INSTANCEOPERATIONINPROGRESS = 'OperationDenied.InstanceOperationInProgress'
643697

698+
# Bill-by-CVM users are not allowed to apply for edge zone public IP addresses.
699+
OPERATIONDENIED_NOTBANDWIDTHSHIFTUPUSERAPPLYEDGEZONEEIP = 'OperationDenied.NotBandwidthShiftUpUserApplyEdgeZoneEip'
700+
644701
# The number of shared images exceeds the quota.
645702
OVERQUOTA = 'OverQuota'
646703

@@ -653,6 +710,9 @@
653710
# The availability zone has been sold out.
654711
RESOURCEINSUFFICIENT_AVAILABILITYZONESOLDOUT = 'ResourceInsufficient.AvailabilityZoneSoldOut'
655712

713+
#
714+
RESOURCEINSUFFICIENT_CIDRBLOCK = 'ResourceInsufficient.CidrBlock'
715+
656716
# The specified cloud disk has been sold out.
657717
RESOURCEINSUFFICIENT_CLOUDDISKSOLDOUT = 'ResourceInsufficient.CloudDiskSoldOut'
658718

@@ -677,6 +737,9 @@
677737
# This instance type is not supported in the AZ.
678738
RESOURCENOTFOUND_INVALIDZONEINSTANCETYPE = 'ResourceNotFound.InvalidZoneInstanceType'
679739

740+
#
741+
RESOURCENOTFOUND_KEYPAIRNOTFOUND = 'ResourceNotFound.KeyPairNotFound'
742+
680743
# No default CBS resources are available.
681744
RESOURCENOTFOUND_NODEFAULTCBS = 'ResourceNotFound.NoDefaultCbs'
682745

@@ -743,6 +806,9 @@
743806
# Instances with hibernation disabled are not supported.
744807
UNSUPPORTEDOPERATION_HIBERNATIONFORNORMALINSTANCE = 'UnsupportedOperation.HibernationForNormalInstance'
745808

809+
#
810+
UNSUPPORTEDOPERATION_HIBERNATIONOSVERSION = 'UnsupportedOperation.HibernationOsVersion'
811+
746812
# IPv6 instances cannot be migrated from Classiclink to VPC.
747813
UNSUPPORTEDOPERATION_IPV6NOTSUPPORTVPCMIGRATE = 'UnsupportedOperation.IPv6NotSupportVpcMigrate'
748814

@@ -818,6 +884,12 @@
818884
# The instance is being terminated, and the operation is not supported.
819885
UNSUPPORTEDOPERATION_INSTANCESTATETERMINATING = 'UnsupportedOperation.InstanceStateTerminating'
820886

887+
# The instance type does not support setting the `EnableJumboFrame` status.
888+
UNSUPPORTEDOPERATION_INSTANCETYPENOTSUPPORTJUMBOFRAME = 'UnsupportedOperation.InstanceTypeNotSupportJumboFrame'
889+
890+
# Modifying Jumbo Frame status without a restart is not supported.
891+
UNSUPPORTEDOPERATION_INSTANCESENABLEJUMBOWITHOUTREBOOT = 'UnsupportedOperation.InstancesEnableJumboWithoutReboot'
892+
821893
# The instance is under termination protection and cannot be terminated. Disable the termination protection and try again.
822894
UNSUPPORTEDOPERATION_INSTANCESPROTECTED = 'UnsupportedOperation.InstancesProtected'
823895

0 commit comments

Comments
 (0)