|
212 | 212 | # Up to one parameter can be specified.
|
213 | 213 | INVALIDPARAMETER_ATMOSTONE = 'InvalidParameter.AtMostOne'
|
214 | 214 |
|
| 215 | +# |
| 216 | +INVALIDPARAMETER_CDCNOTSUPPORTED = 'InvalidParameter.CdcNotSupported' |
| 217 | + |
215 | 218 | # RootDisk ID should not be passed to DataDiskIds.
|
216 | 219 | INVALIDPARAMETER_DATADISKIDCONTAINSROOTDISK = 'InvalidParameter.DataDiskIdContainsRootDisk'
|
217 | 220 |
|
|
221 | 224 | # Only one system disk snapshot can be included.
|
222 | 225 | INVALIDPARAMETER_DUPLICATESYSTEMSNAPSHOTS = 'InvalidParameter.DuplicateSystemSnapshots'
|
223 | 226 |
|
| 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 | + |
224 | 239 | # This operation is not supported under the current status of the CVM.
|
225 | 240 | INVALIDPARAMETER_HOSTIDSTATUSNOTSUPPORT = 'InvalidParameter.HostIdStatusNotSupport'
|
226 | 241 |
|
|
233 | 248 | # This API does not support instance images.
|
234 | 249 | INVALIDPARAMETER_INSTANCEIMAGENOTSUPPORT = 'InvalidParameter.InstanceImageNotSupport'
|
235 | 250 |
|
| 251 | +# No CDH host supports the specified instance specifications. |
| 252 | +INVALIDPARAMETER_INSTANCETYPESUPPORTEDHOSTNOTFOUND = 'InvalidParameter.InstanceTypeSupportedHostNotFound' |
| 253 | + |
236 | 254 | # Unable to set the public network bandwidth.
|
237 | 255 | INVALIDPARAMETER_INTERNETACCESSIBLENOTSUPPORTED = 'InvalidParameter.InternetAccessibleNotSupported'
|
238 | 256 |
|
|
254 | 272 | # Local data disks cannot be used to create instance images.
|
255 | 273 | INVALIDPARAMETER_LOCALDATADISKNOTSUPPORT = 'InvalidParameter.LocalDataDiskNotSupport'
|
256 | 274 |
|
| 275 | +# Only edge zones support this parameter. |
| 276 | +INVALIDPARAMETER_ONLYSUPPORTFOREDGEZONE = 'InvalidParameter.OnlySupportForEdgeZone' |
| 277 | + |
257 | 278 | # Specifying an SSH key will override the original one of the image.
|
258 | 279 | INVALIDPARAMETER_PARAMETERCONFLICT = 'InvalidParameter.ParameterConflict'
|
259 | 280 |
|
|
263 | 284 | # The specified snapshot does not exist.
|
264 | 285 | INVALIDPARAMETER_SNAPSHOTNOTFOUND = 'InvalidParameter.SnapshotNotFound'
|
265 | 286 |
|
| 287 | +# This parameter can only be used when the allowlist feature is enabled. |
| 288 | +INVALIDPARAMETER_SPECIALPARAMETERFORSPECIALACCOUNT = 'InvalidParameter.SpecialParameterForSpecialAccount' |
| 289 | + |
266 | 290 | # At least one of the multiple parameters must be passed in.
|
267 | 291 | INVALIDPARAMETER_SPECIFYONEPARAMETER = 'InvalidParameter.SpecifyOneParameter'
|
268 | 292 |
|
|
293 | 317 | # The specified bandwidth package does not exist.
|
294 | 318 | INVALIDPARAMETERVALUE_BANDWIDTHPACKAGEIDNOTFOUND = 'InvalidParameterValue.BandwidthPackageIdNotFound'
|
295 | 319 |
|
| 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 | + |
296 | 326 | # Only VPC is supported. The network type of the instance is classic network, which cannot be changed.
|
297 | 327 | INVALIDPARAMETERVALUE_BASICNETWORKINSTANCEFAMILY = 'InvalidParameterValue.BasicNetworkInstanceFamily'
|
298 | 328 |
|
|
314 | 344 | # Invalid number of cores.
|
315 | 345 | INVALIDPARAMETERVALUE_CORECOUNTVALUE = 'InvalidParameterValue.CoreCountValue'
|
316 | 346 |
|
| 347 | +# |
| 348 | +INVALIDPARAMETERVALUE_DEDICATEDCLUSTERNOTSUPPORTEDCHARGETYPE = 'InvalidParameterValue.DedicatedClusterNotSupportedChargeType' |
| 349 | + |
317 | 350 | # A deployment VPC already exists.
|
318 | 351 | INVALIDPARAMETERVALUE_DEPLOYVPCALREADYEXISTS = 'InvalidParameterValue.DeployVpcAlreadyExists'
|
319 | 352 |
|
|
326 | 359 | # Duplicate tags.
|
327 | 360 | INVALIDPARAMETERVALUE_DUPLICATETAGS = 'InvalidParameterValue.DuplicateTags'
|
328 | 361 |
|
| 362 | +# The number of requested public IP addresses exceeds the quota of this instance type. |
| 363 | +INVALIDPARAMETERVALUE_EXTERNALIPQUOTALIMITED = 'InvalidParameterValue.ExternalIpQuotaLimited' |
| 364 | + |
329 | 365 | # Non-GPU instances cannot be changed to the GPU instance.
|
330 | 366 | INVALIDPARAMETERVALUE_GPUINSTANCEFAMILY = 'InvalidParameterValue.GPUInstanceFamily'
|
331 | 367 |
|
| 368 | +# |
| 369 | +INVALIDPARAMETERVALUE_HPCCLUSTERIDZONEIDNOTMATCH = 'InvalidParameterValue.HpcClusterIdZoneIdNotMatch' |
| 370 | + |
332 | 371 | # Invalid IP format
|
333 | 372 | INVALIDPARAMETERVALUE_IPADDRESSMALFORMED = 'InvalidParameterValue.IPAddressMalformed'
|
334 | 373 |
|
|
425 | 464 | # Invalid fuzzy query string
|
426 | 465 | INVALIDPARAMETERVALUE_INVALIDVAGUENAME = 'InvalidParameterValue.InvalidVagueName'
|
427 | 466 |
|
| 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 | + |
428 | 473 | # The key does not exist.
|
429 | 474 | INVALIDPARAMETERVALUE_KEYPAIRNOTFOUND = 'InvalidParameterValue.KeyPairNotFound'
|
430 | 475 |
|
|
560 | 605 | # An instance can be bound with up to 5 security groups.
|
561 | 606 | LIMITEXCEEDED_ASSOCIATEUSGLIMITEXCEEDED = 'LimitExceeded.AssociateUSGLimitExceeded'
|
562 | 607 |
|
| 608 | +# The quota limit for purchasing instances has been reached. |
| 609 | +LIMITEXCEEDED_CVMINSTANCEQUOTA = 'LimitExceeded.CvmInstanceQuota' |
| 610 | + |
563 | 611 | # The CVM ENIs associated with the security group has exceeded the limit.
|
564 | 612 | LIMITEXCEEDED_CVMSVIFSPERSECGROUPLIMITEXCEEDED = 'LimitExceeded.CvmsVifsPerSecGroupLimitExceeded'
|
565 | 613 |
|
|
599 | 647 | # Your quota for monthly-subscribed instances is used up. Increase your quota and try again.
|
600 | 648 | LIMITEXCEEDED_PREPAYQUOTA = 'LimitExceeded.PrepayQuota'
|
601 | 649 |
|
| 650 | +# |
| 651 | +LIMITEXCEEDED_PREPAYUNDERWRITEQUOTA = 'LimitExceeded.PrepayUnderwriteQuota' |
| 652 | + |
602 | 653 | # The number of security groups exceeds the quota limit.
|
603 | 654 | LIMITEXCEEDED_SINGLEUSGQUOTA = 'LimitExceeded.SingleUSGQuota'
|
604 | 655 |
|
|
632 | 683 | # An identical job is running.
|
633 | 684 | MUTEXOPERATION_TASKRUNNING = 'MutexOperation.TaskRunning'
|
634 | 685 |
|
| 686 | +# |
| 687 | +OPERATIONDENIED_ACCOUNTNOTSUPPORTED = 'OperationDenied.AccountNotSupported' |
| 688 | + |
635 | 689 | # A CHC instance without network configured is not allowed for the installation of a cloud image
|
636 | 690 | OPERATIONDENIED_CHCINSTALLCLOUDIMAGEWITHOUTDEPLOYNETWORK = 'OperationDenied.ChcInstallCloudImageWithoutDeployNetwork'
|
637 | 691 |
|
|
641 | 695 | # The instance has an operation in progress. Please try again later.
|
642 | 696 | OPERATIONDENIED_INSTANCEOPERATIONINPROGRESS = 'OperationDenied.InstanceOperationInProgress'
|
643 | 697 |
|
| 698 | +# Bill-by-CVM users are not allowed to apply for edge zone public IP addresses. |
| 699 | +OPERATIONDENIED_NOTBANDWIDTHSHIFTUPUSERAPPLYEDGEZONEEIP = 'OperationDenied.NotBandwidthShiftUpUserApplyEdgeZoneEip' |
| 700 | + |
644 | 701 | # The number of shared images exceeds the quota.
|
645 | 702 | OVERQUOTA = 'OverQuota'
|
646 | 703 |
|
|
653 | 710 | # The availability zone has been sold out.
|
654 | 711 | RESOURCEINSUFFICIENT_AVAILABILITYZONESOLDOUT = 'ResourceInsufficient.AvailabilityZoneSoldOut'
|
655 | 712 |
|
| 713 | +# |
| 714 | +RESOURCEINSUFFICIENT_CIDRBLOCK = 'ResourceInsufficient.CidrBlock' |
| 715 | + |
656 | 716 | # The specified cloud disk has been sold out.
|
657 | 717 | RESOURCEINSUFFICIENT_CLOUDDISKSOLDOUT = 'ResourceInsufficient.CloudDiskSoldOut'
|
658 | 718 |
|
|
677 | 737 | # This instance type is not supported in the AZ.
|
678 | 738 | RESOURCENOTFOUND_INVALIDZONEINSTANCETYPE = 'ResourceNotFound.InvalidZoneInstanceType'
|
679 | 739 |
|
| 740 | +# |
| 741 | +RESOURCENOTFOUND_KEYPAIRNOTFOUND = 'ResourceNotFound.KeyPairNotFound' |
| 742 | + |
680 | 743 | # No default CBS resources are available.
|
681 | 744 | RESOURCENOTFOUND_NODEFAULTCBS = 'ResourceNotFound.NoDefaultCbs'
|
682 | 745 |
|
|
743 | 806 | # Instances with hibernation disabled are not supported.
|
744 | 807 | UNSUPPORTEDOPERATION_HIBERNATIONFORNORMALINSTANCE = 'UnsupportedOperation.HibernationForNormalInstance'
|
745 | 808 |
|
| 809 | +# |
| 810 | +UNSUPPORTEDOPERATION_HIBERNATIONOSVERSION = 'UnsupportedOperation.HibernationOsVersion' |
| 811 | + |
746 | 812 | # IPv6 instances cannot be migrated from Classiclink to VPC.
|
747 | 813 | UNSUPPORTEDOPERATION_IPV6NOTSUPPORTVPCMIGRATE = 'UnsupportedOperation.IPv6NotSupportVpcMigrate'
|
748 | 814 |
|
|
818 | 884 | # The instance is being terminated, and the operation is not supported.
|
819 | 885 | UNSUPPORTEDOPERATION_INSTANCESTATETERMINATING = 'UnsupportedOperation.InstanceStateTerminating'
|
820 | 886 |
|
| 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 | + |
821 | 893 | # The instance is under termination protection and cannot be terminated. Disable the termination protection and try again.
|
822 | 894 | UNSUPPORTEDOPERATION_INSTANCESPROTECTED = 'UnsupportedOperation.InstancesProtected'
|
823 | 895 |
|
|
0 commit comments