@volcengine/pulumi-volcenginecc 0.0.47 → 0.0.49
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/apig/upstream.d.ts +12 -0
- package/apig/upstream.d.ts.map +1 -1
- package/apig/upstream.js +8 -1
- package/apig/upstream.js.map +1 -1
- package/ecs/getKeypair.d.ts +4 -0
- package/ecs/getKeypair.d.ts.map +1 -1
- package/ecs/getKeypair.js.map +1 -1
- package/ecs/keypair.d.ts +8 -0
- package/ecs/keypair.d.ts.map +1 -1
- package/ecs/keypair.js +2 -0
- package/ecs/keypair.js.map +1 -1
- package/escloud/getIpAllowList.d.ts +33 -0
- package/escloud/getIpAllowList.d.ts.map +1 -0
- package/escloud/getIpAllowList.js +51 -0
- package/escloud/getIpAllowList.js.map +1 -0
- package/escloud/getIpAllowLists.d.ts +23 -0
- package/escloud/getIpAllowLists.d.ts.map +1 -0
- package/escloud/getIpAllowLists.js +47 -0
- package/escloud/getIpAllowLists.js.map +1 -0
- package/escloud/index.d.ts +9 -0
- package/escloud/index.d.ts.map +1 -1
- package/escloud/index.js +12 -1
- package/escloud/index.js.map +1 -1
- package/escloud/ipAllowList.d.ts +146 -0
- package/escloud/ipAllowList.d.ts.map +1 -0
- package/escloud/ipAllowList.js +131 -0
- package/escloud/ipAllowList.js.map +1 -0
- package/id/getOauth2CredentialProvider.d.ts +74 -0
- package/id/getOauth2CredentialProvider.d.ts.map +1 -0
- package/id/getOauth2CredentialProvider.js +51 -0
- package/id/getOauth2CredentialProvider.js.map +1 -0
- package/id/getOauth2CredentialProviders.d.ts +23 -0
- package/id/getOauth2CredentialProviders.d.ts.map +1 -0
- package/id/getOauth2CredentialProviders.js +47 -0
- package/id/getOauth2CredentialProviders.js.map +1 -0
- package/id/index.d.ts +9 -0
- package/id/index.d.ts.map +1 -1
- package/id/index.js +12 -1
- package/id/index.js.map +1 -1
- package/id/oauth2CredentialProvider.d.ts +191 -0
- package/id/oauth2CredentialProvider.d.ts.map +1 -0
- package/id/oauth2CredentialProvider.js +157 -0
- package/id/oauth2CredentialProvider.js.map +1 -0
- package/kms/getSecret.d.ts +29 -0
- package/kms/getSecret.d.ts.map +1 -1
- package/kms/getSecret.js.map +1 -1
- package/kms/secret.d.ts +80 -0
- package/kms/secret.d.ts.map +1 -1
- package/kms/secret.js +14 -0
- package/kms/secret.js.map +1 -1
- package/package.json +1 -1
- package/tls/alarmContentTemplateType.d.ts +263 -0
- package/tls/alarmContentTemplateType.d.ts.map +1 -0
- package/tls/alarmContentTemplateType.js +183 -0
- package/tls/alarmContentTemplateType.js.map +1 -0
- package/tls/downloadTask.d.ts +295 -0
- package/tls/downloadTask.d.ts.map +1 -0
- package/tls/downloadTask.js +170 -0
- package/tls/downloadTask.js.map +1 -0
- package/tls/getAlarmContentTemplateType.d.ts +90 -0
- package/tls/getAlarmContentTemplateType.d.ts.map +1 -0
- package/tls/getAlarmContentTemplateType.js +51 -0
- package/tls/getAlarmContentTemplateType.js.map +1 -0
- package/tls/getAlarmContentTemplateTypes.d.ts +23 -0
- package/tls/getAlarmContentTemplateTypes.d.ts.map +1 -0
- package/tls/getAlarmContentTemplateTypes.js +47 -0
- package/tls/getAlarmContentTemplateTypes.js.map +1 -0
- package/tls/getDownloadTask.d.ts +118 -0
- package/tls/getDownloadTask.d.ts.map +1 -0
- package/tls/getDownloadTask.js +51 -0
- package/tls/getDownloadTask.js.map +1 -0
- package/tls/getDownloadTasks.d.ts +23 -0
- package/tls/getDownloadTasks.d.ts.map +1 -0
- package/tls/getDownloadTasks.js +47 -0
- package/tls/getDownloadTasks.js.map +1 -0
- package/tls/getRuleBoundHostGroup.d.ts +50 -0
- package/tls/getRuleBoundHostGroup.d.ts.map +1 -0
- package/tls/getRuleBoundHostGroup.js +51 -0
- package/tls/getRuleBoundHostGroup.js.map +1 -0
- package/tls/getRuleBoundHostGroups.d.ts +23 -0
- package/tls/getRuleBoundHostGroups.d.ts.map +1 -0
- package/tls/getRuleBoundHostGroups.js +47 -0
- package/tls/getRuleBoundHostGroups.js.map +1 -0
- package/tls/getTopic.d.ts +12 -0
- package/tls/getTopic.d.ts.map +1 -1
- package/tls/getTopic.js.map +1 -1
- package/tls/index.d.ts +27 -0
- package/tls/index.d.ts.map +1 -1
- package/tls/index.js +35 -2
- package/tls/index.js.map +1 -1
- package/tls/ruleBoundHostGroup.d.ts +92 -0
- package/tls/ruleBoundHostGroup.d.ts.map +1 -0
- package/tls/ruleBoundHostGroup.js +103 -0
- package/tls/ruleBoundHostGroup.js.map +1 -0
- package/tls/topic.d.ts +36 -0
- package/tls/topic.d.ts.map +1 -1
- package/tls/topic.js +8 -0
- package/tls/topic.js.map +1 -1
- package/tos/bucket.d.ts +1 -1
- package/tos/bucket.js +1 -1
- package/tos/bucketReplication.d.ts +117 -0
- package/tos/bucketReplication.d.ts.map +1 -0
- package/tos/bucketReplication.js +124 -0
- package/tos/bucketReplication.js.map +1 -0
- package/tos/getBucketReplication.d.ts +50 -0
- package/tos/getBucketReplication.d.ts.map +1 -0
- package/tos/getBucketReplication.js +51 -0
- package/tos/getBucketReplication.js.map +1 -0
- package/tos/getBucketReplications.d.ts +23 -0
- package/tos/getBucketReplications.d.ts.map +1 -0
- package/tos/getBucketReplications.js +47 -0
- package/tos/getBucketReplications.js.map +1 -0
- package/tos/getObject.d.ts +118 -0
- package/tos/getObject.d.ts.map +1 -0
- package/tos/getObject.js +51 -0
- package/tos/getObject.js.map +1 -0
- package/tos/getObjects.d.ts +23 -0
- package/tos/getObjects.d.ts.map +1 -0
- package/tos/getObjects.js +47 -0
- package/tos/getObjects.js.map +1 -0
- package/tos/index.d.ts +18 -0
- package/tos/index.d.ts.map +1 -1
- package/tos/index.js +24 -1
- package/tos/index.js.map +1 -1
- package/tos/tosObject.d.ts +294 -0
- package/tos/tosObject.d.ts.map +1 -0
- package/tos/tosObject.js +168 -0
- package/tos/tosObject.js.map +1 -0
- package/types/input.d.ts +880 -14
- package/types/input.d.ts.map +1 -1
- package/types/output.d.ts +1987 -254
- package/types/output.d.ts.map +1 -1
- package/veenedge/getVeen.d.ts +206 -0
- package/veenedge/getVeen.d.ts.map +1 -0
- package/veenedge/getVeen.js +51 -0
- package/veenedge/getVeen.js.map +1 -0
- package/veenedge/getVeens.d.ts +23 -0
- package/veenedge/getVeens.d.ts.map +1 -0
- package/veenedge/getVeens.js +47 -0
- package/veenedge/getVeens.js.map +1 -0
- package/veenedge/index.d.ts +9 -0
- package/veenedge/index.d.ts.map +1 -1
- package/veenedge/index.js +12 -1
- package/veenedge/index.js.map +1 -1
- package/veenedge/veen.d.ts +475 -0
- package/veenedge/veen.d.ts.map +1 -0
- package/veenedge/veen.js +211 -0
- package/veenedge/veen.js.map +1 -0
- package/vmp/getIntegrationTask.d.ts +90 -0
- package/vmp/getIntegrationTask.d.ts.map +1 -0
- package/vmp/getIntegrationTask.js +51 -0
- package/vmp/getIntegrationTask.js.map +1 -0
- package/vmp/getIntegrationTasks.d.ts +23 -0
- package/vmp/getIntegrationTasks.d.ts.map +1 -0
- package/vmp/getIntegrationTasks.js +47 -0
- package/vmp/getIntegrationTasks.js.map +1 -0
- package/vmp/index.d.ts +9 -0
- package/vmp/index.d.ts.map +1 -1
- package/vmp/index.js +12 -1
- package/vmp/index.js.map +1 -1
- package/vmp/integrationTask.d.ts +229 -0
- package/vmp/integrationTask.d.ts.map +1 -0
- package/vmp/integrationTask.js +148 -0
- package/vmp/integrationTask.js.map +1 -0
package/types/output.d.ts
CHANGED
|
@@ -2469,10 +2469,6 @@ export declare namespace apig {
|
|
|
2469
2469
|
* Version name. Supports uppercase and lowercase letters, numbers, and hyphens (-). Length: 2~63 characters. Cannot start with a hyphen (-)
|
|
2470
2470
|
*/
|
|
2471
2471
|
name: string;
|
|
2472
|
-
/**
|
|
2473
|
-
* Update time
|
|
2474
|
-
*/
|
|
2475
|
-
updateTime: string;
|
|
2476
2472
|
}
|
|
2477
2473
|
interface UpstreamVersionDetailLabel {
|
|
2478
2474
|
/**
|
|
@@ -13746,6 +13742,16 @@ export declare namespace escloud {
|
|
|
13746
13742
|
*/
|
|
13747
13743
|
warmNodeNum: number;
|
|
13748
13744
|
}
|
|
13745
|
+
interface GetIpAllowListGroup {
|
|
13746
|
+
/**
|
|
13747
|
+
* Custom group IP allowlist list cannot be empty; to configure multiple IPs, use commas (,)
|
|
13748
|
+
*/
|
|
13749
|
+
allowLists: string[];
|
|
13750
|
+
/**
|
|
13751
|
+
* Custom group name
|
|
13752
|
+
*/
|
|
13753
|
+
name: string;
|
|
13754
|
+
}
|
|
13749
13755
|
interface InstanceInstanceConfiguration {
|
|
13750
13756
|
/**
|
|
13751
13757
|
* Administrator password.
|
|
@@ -14313,6 +14319,16 @@ export declare namespace escloud {
|
|
|
14313
14319
|
*/
|
|
14314
14320
|
warmNodeNum: number;
|
|
14315
14321
|
}
|
|
14322
|
+
interface IpAllowListGroup {
|
|
14323
|
+
/**
|
|
14324
|
+
* Custom group IP allowlist list cannot be empty; to configure multiple IPs, use commas (,)
|
|
14325
|
+
*/
|
|
14326
|
+
allowLists: string[];
|
|
14327
|
+
/**
|
|
14328
|
+
* Custom group name
|
|
14329
|
+
*/
|
|
14330
|
+
name: string;
|
|
14331
|
+
}
|
|
14316
14332
|
}
|
|
14317
14333
|
export declare namespace filenas {
|
|
14318
14334
|
interface GetInstanceCachePerformance {
|
|
@@ -16342,6 +16358,118 @@ export declare namespace id {
|
|
|
16342
16358
|
*/
|
|
16343
16359
|
discoveryUrl: string;
|
|
16344
16360
|
}
|
|
16361
|
+
interface GetOauth2CredentialProviderConfig {
|
|
16362
|
+
/**
|
|
16363
|
+
* OAuth2 Client ID。
|
|
16364
|
+
*/
|
|
16365
|
+
clientId: string;
|
|
16366
|
+
/**
|
|
16367
|
+
* OAuth2 Client Secret。
|
|
16368
|
+
*/
|
|
16369
|
+
clientSecret: string;
|
|
16370
|
+
/**
|
|
16371
|
+
* Default custom parameters in GetResourceOauth2Token request
|
|
16372
|
+
*/
|
|
16373
|
+
customParameters: outputs.id.GetOauth2CredentialProviderConfigCustomParameters;
|
|
16374
|
+
/**
|
|
16375
|
+
* Default Flow in GetResourceOauth2Token request. Optional values: USER_FEDERATION, M2M
|
|
16376
|
+
*/
|
|
16377
|
+
flow: string;
|
|
16378
|
+
/**
|
|
16379
|
+
* Default ForceAuthentication in GetResourceOauth2Token request
|
|
16380
|
+
*/
|
|
16381
|
+
forceAuthentication: boolean;
|
|
16382
|
+
/**
|
|
16383
|
+
* Maximum token validity (seconds)
|
|
16384
|
+
*/
|
|
16385
|
+
maxExpires: number;
|
|
16386
|
+
/**
|
|
16387
|
+
* Custom metadata
|
|
16388
|
+
*/
|
|
16389
|
+
metadata: string;
|
|
16390
|
+
/**
|
|
16391
|
+
* OAuth2 discovery information
|
|
16392
|
+
*/
|
|
16393
|
+
oauth2Discovery: outputs.id.GetOauth2CredentialProviderConfigOauth2Discovery;
|
|
16394
|
+
/**
|
|
16395
|
+
* Default RedirectUrl in GetResourceOauth2Token request
|
|
16396
|
+
*/
|
|
16397
|
+
redirectUrl: string;
|
|
16398
|
+
/**
|
|
16399
|
+
* Default Scopes in GetResourceOauth2Token request
|
|
16400
|
+
*/
|
|
16401
|
+
scopes: string[];
|
|
16402
|
+
/**
|
|
16403
|
+
* Encrypted storage configuration
|
|
16404
|
+
*/
|
|
16405
|
+
secretStorage: outputs.id.GetOauth2CredentialProviderConfigSecretStorage;
|
|
16406
|
+
}
|
|
16407
|
+
interface GetOauth2CredentialProviderConfigCustomParameters {
|
|
16408
|
+
/**
|
|
16409
|
+
* Custom parameter entry list
|
|
16410
|
+
*/
|
|
16411
|
+
entries: outputs.id.GetOauth2CredentialProviderConfigCustomParametersEntry[];
|
|
16412
|
+
}
|
|
16413
|
+
interface GetOauth2CredentialProviderConfigCustomParametersEntry {
|
|
16414
|
+
/**
|
|
16415
|
+
* Parameter key
|
|
16416
|
+
*/
|
|
16417
|
+
key: string;
|
|
16418
|
+
/**
|
|
16419
|
+
* Parameter value
|
|
16420
|
+
*/
|
|
16421
|
+
value: string;
|
|
16422
|
+
}
|
|
16423
|
+
interface GetOauth2CredentialProviderConfigOauth2Discovery {
|
|
16424
|
+
/**
|
|
16425
|
+
* Authorization server metadata
|
|
16426
|
+
*/
|
|
16427
|
+
authorizationServerMetadata: outputs.id.GetOauth2CredentialProviderConfigOauth2DiscoveryAuthorizationServerMetadata;
|
|
16428
|
+
/**
|
|
16429
|
+
* DiscoveryUrl field
|
|
16430
|
+
*/
|
|
16431
|
+
discoveryUrl: string;
|
|
16432
|
+
}
|
|
16433
|
+
interface GetOauth2CredentialProviderConfigOauth2DiscoveryAuthorizationServerMetadata {
|
|
16434
|
+
/**
|
|
16435
|
+
* AuthorizationEndpoint field
|
|
16436
|
+
*/
|
|
16437
|
+
authorizationEndpoint: string;
|
|
16438
|
+
/**
|
|
16439
|
+
* CodeChallengeMethodsSupported field
|
|
16440
|
+
*/
|
|
16441
|
+
codeChallengeMethodsSupporteds: string[];
|
|
16442
|
+
/**
|
|
16443
|
+
* Issuer field
|
|
16444
|
+
*/
|
|
16445
|
+
issuer: string;
|
|
16446
|
+
/**
|
|
16447
|
+
* RegistrationEndpoint field
|
|
16448
|
+
*/
|
|
16449
|
+
registrationEndpoint: string;
|
|
16450
|
+
/**
|
|
16451
|
+
* ResponseTypes field
|
|
16452
|
+
*/
|
|
16453
|
+
responseTypes: string[];
|
|
16454
|
+
/**
|
|
16455
|
+
* RevocationEndpoint field
|
|
16456
|
+
*/
|
|
16457
|
+
revocationEndpoint: string;
|
|
16458
|
+
/**
|
|
16459
|
+
* TokenEndpoint field
|
|
16460
|
+
*/
|
|
16461
|
+
tokenEndpoint: string;
|
|
16462
|
+
}
|
|
16463
|
+
interface GetOauth2CredentialProviderConfigSecretStorage {
|
|
16464
|
+
/**
|
|
16465
|
+
* KMS key TRN for encrypted credential value. If not specified, the default key is used
|
|
16466
|
+
*/
|
|
16467
|
+
encryptionKey: string;
|
|
16468
|
+
/**
|
|
16469
|
+
* Encrypted storage type. 0: SecretManager, 1: KMS
|
|
16470
|
+
*/
|
|
16471
|
+
storageType: number;
|
|
16472
|
+
}
|
|
16345
16473
|
interface GetPermissionNamespaceTag {
|
|
16346
16474
|
/**
|
|
16347
16475
|
* Tag Key
|
|
@@ -16540,6 +16668,119 @@ export declare namespace id {
|
|
|
16540
16668
|
*/
|
|
16541
16669
|
value: string;
|
|
16542
16670
|
}
|
|
16671
|
+
interface Oauth2CredentialProviderConfig {
|
|
16672
|
+
/**
|
|
16673
|
+
* OAuth2 Client ID。
|
|
16674
|
+
*/
|
|
16675
|
+
clientId: string;
|
|
16676
|
+
/**
|
|
16677
|
+
* OAuth2 Client Secret。
|
|
16678
|
+
*/
|
|
16679
|
+
clientSecret: string;
|
|
16680
|
+
/**
|
|
16681
|
+
* Default custom parameters in GetResourceOauth2Token request
|
|
16682
|
+
*/
|
|
16683
|
+
customParameters: outputs.id.Oauth2CredentialProviderConfigCustomParameters;
|
|
16684
|
+
/**
|
|
16685
|
+
* Default Flow in GetResourceOauth2Token request. Optional values: USER_FEDERATION, M2M
|
|
16686
|
+
*/
|
|
16687
|
+
flow: string;
|
|
16688
|
+
/**
|
|
16689
|
+
* Default ForceAuthentication in GetResourceOauth2Token request
|
|
16690
|
+
*/
|
|
16691
|
+
forceAuthentication: boolean;
|
|
16692
|
+
/**
|
|
16693
|
+
* Maximum token validity (seconds)
|
|
16694
|
+
*/
|
|
16695
|
+
maxExpires: number;
|
|
16696
|
+
/**
|
|
16697
|
+
* Custom metadata
|
|
16698
|
+
*/
|
|
16699
|
+
metadata: string;
|
|
16700
|
+
/**
|
|
16701
|
+
* OAuth2 discovery information
|
|
16702
|
+
*/
|
|
16703
|
+
oauth2Discovery: outputs.id.Oauth2CredentialProviderConfigOauth2Discovery;
|
|
16704
|
+
/**
|
|
16705
|
+
* Default RedirectUrl in GetResourceOauth2Token request
|
|
16706
|
+
*/
|
|
16707
|
+
redirectUrl: string;
|
|
16708
|
+
/**
|
|
16709
|
+
* Default Scopes in GetResourceOauth2Token request
|
|
16710
|
+
*/
|
|
16711
|
+
scopes: string[];
|
|
16712
|
+
/**
|
|
16713
|
+
* Encrypted storage configuration
|
|
16714
|
+
*/
|
|
16715
|
+
secretStorage: outputs.id.Oauth2CredentialProviderConfigSecretStorage;
|
|
16716
|
+
}
|
|
16717
|
+
interface Oauth2CredentialProviderConfigCustomParameters {
|
|
16718
|
+
/**
|
|
16719
|
+
* Custom parameter entry list
|
|
16720
|
+
* Important Note: When using SetNestedAttribute, you must fully define all attributes of its nested structure. Incomplete definitions may cause Terraform to detect unexpected differences during plan comparison, triggering unnecessary resource updates and affecting resource stability and predictability.
|
|
16721
|
+
*/
|
|
16722
|
+
entries: outputs.id.Oauth2CredentialProviderConfigCustomParametersEntry[];
|
|
16723
|
+
}
|
|
16724
|
+
interface Oauth2CredentialProviderConfigCustomParametersEntry {
|
|
16725
|
+
/**
|
|
16726
|
+
* Parameter key
|
|
16727
|
+
*/
|
|
16728
|
+
key: string;
|
|
16729
|
+
/**
|
|
16730
|
+
* Parameter value
|
|
16731
|
+
*/
|
|
16732
|
+
value: string;
|
|
16733
|
+
}
|
|
16734
|
+
interface Oauth2CredentialProviderConfigOauth2Discovery {
|
|
16735
|
+
/**
|
|
16736
|
+
* Authorization server metadata
|
|
16737
|
+
*/
|
|
16738
|
+
authorizationServerMetadata: outputs.id.Oauth2CredentialProviderConfigOauth2DiscoveryAuthorizationServerMetadata;
|
|
16739
|
+
/**
|
|
16740
|
+
* DiscoveryUrl field
|
|
16741
|
+
*/
|
|
16742
|
+
discoveryUrl: string;
|
|
16743
|
+
}
|
|
16744
|
+
interface Oauth2CredentialProviderConfigOauth2DiscoveryAuthorizationServerMetadata {
|
|
16745
|
+
/**
|
|
16746
|
+
* AuthorizationEndpoint field
|
|
16747
|
+
*/
|
|
16748
|
+
authorizationEndpoint: string;
|
|
16749
|
+
/**
|
|
16750
|
+
* CodeChallengeMethodsSupported field
|
|
16751
|
+
*/
|
|
16752
|
+
codeChallengeMethodsSupporteds: string[];
|
|
16753
|
+
/**
|
|
16754
|
+
* Issuer field
|
|
16755
|
+
*/
|
|
16756
|
+
issuer: string;
|
|
16757
|
+
/**
|
|
16758
|
+
* RegistrationEndpoint field
|
|
16759
|
+
*/
|
|
16760
|
+
registrationEndpoint: string;
|
|
16761
|
+
/**
|
|
16762
|
+
* ResponseTypes field
|
|
16763
|
+
*/
|
|
16764
|
+
responseTypes: string[];
|
|
16765
|
+
/**
|
|
16766
|
+
* RevocationEndpoint field
|
|
16767
|
+
*/
|
|
16768
|
+
revocationEndpoint: string;
|
|
16769
|
+
/**
|
|
16770
|
+
* TokenEndpoint field
|
|
16771
|
+
*/
|
|
16772
|
+
tokenEndpoint: string;
|
|
16773
|
+
}
|
|
16774
|
+
interface Oauth2CredentialProviderConfigSecretStorage {
|
|
16775
|
+
/**
|
|
16776
|
+
* KMS key TRN for encrypted credential value. If not specified, the default key is used
|
|
16777
|
+
*/
|
|
16778
|
+
encryptionKey: string;
|
|
16779
|
+
/**
|
|
16780
|
+
* Encrypted storage type. 0: SecretManager, 1: KMS
|
|
16781
|
+
*/
|
|
16782
|
+
storageType: number;
|
|
16783
|
+
}
|
|
16543
16784
|
interface PermissionNamespaceTag {
|
|
16544
16785
|
/**
|
|
16545
16786
|
* Tag Key
|
|
@@ -17101,6 +17342,48 @@ export declare namespace kms {
|
|
|
17101
17342
|
*/
|
|
17102
17343
|
value: string;
|
|
17103
17344
|
}
|
|
17345
|
+
interface GetSecretSecretRestore {
|
|
17346
|
+
/**
|
|
17347
|
+
* Complete credential data returned by backup, in JSON format.
|
|
17348
|
+
*/
|
|
17349
|
+
backupData: string;
|
|
17350
|
+
/**
|
|
17351
|
+
* Encrypted data key returned by backup, Base64 encoded.
|
|
17352
|
+
*/
|
|
17353
|
+
secretDataKey: string;
|
|
17354
|
+
/**
|
|
17355
|
+
* Signature of the backup data, Base64 encoded.
|
|
17356
|
+
*/
|
|
17357
|
+
signature: string;
|
|
17358
|
+
}
|
|
17359
|
+
interface GetSecretSecretRestoreRead {
|
|
17360
|
+
/**
|
|
17361
|
+
* Complete credential data returned by backup, in JSON format.
|
|
17362
|
+
*/
|
|
17363
|
+
backupData: string;
|
|
17364
|
+
/**
|
|
17365
|
+
* Encrypted data key returned by backup, Base64 encoded.
|
|
17366
|
+
*/
|
|
17367
|
+
secretDataKey: string;
|
|
17368
|
+
/**
|
|
17369
|
+
* Signature of the backup data, Base64 encoded.
|
|
17370
|
+
*/
|
|
17371
|
+
signature: string;
|
|
17372
|
+
}
|
|
17373
|
+
interface GetSecretSecretVersion {
|
|
17374
|
+
/**
|
|
17375
|
+
* Credential version creation time.
|
|
17376
|
+
*/
|
|
17377
|
+
creationDate: number;
|
|
17378
|
+
/**
|
|
17379
|
+
* Unique identifier for the credential version, in UUID format.
|
|
17380
|
+
*/
|
|
17381
|
+
versionId: string;
|
|
17382
|
+
/**
|
|
17383
|
+
* Credential version tags.
|
|
17384
|
+
*/
|
|
17385
|
+
versionStage: string;
|
|
17386
|
+
}
|
|
17104
17387
|
interface KeyAsymmetricCiphertext {
|
|
17105
17388
|
/**
|
|
17106
17389
|
* Encryption algorithm. Optional values: RSAES*OAEP*SHA_256, SM2PKE.
|
|
@@ -17251,6 +17534,48 @@ export declare namespace kms {
|
|
|
17251
17534
|
*/
|
|
17252
17535
|
value: string;
|
|
17253
17536
|
}
|
|
17537
|
+
interface SecretSecretRestore {
|
|
17538
|
+
/**
|
|
17539
|
+
* Complete credential data returned by backup, in JSON format.
|
|
17540
|
+
*/
|
|
17541
|
+
backupData: string;
|
|
17542
|
+
/**
|
|
17543
|
+
* Encrypted data key returned by backup, Base64 encoded.
|
|
17544
|
+
*/
|
|
17545
|
+
secretDataKey: string;
|
|
17546
|
+
/**
|
|
17547
|
+
* Signature of the backup data, Base64 encoded.
|
|
17548
|
+
*/
|
|
17549
|
+
signature: string;
|
|
17550
|
+
}
|
|
17551
|
+
interface SecretSecretRestoreRead {
|
|
17552
|
+
/**
|
|
17553
|
+
* Complete credential data returned by backup, in JSON format.
|
|
17554
|
+
*/
|
|
17555
|
+
backupData: string;
|
|
17556
|
+
/**
|
|
17557
|
+
* Encrypted data key returned by backup, Base64 encoded.
|
|
17558
|
+
*/
|
|
17559
|
+
secretDataKey: string;
|
|
17560
|
+
/**
|
|
17561
|
+
* Signature of the backup data, Base64 encoded.
|
|
17562
|
+
*/
|
|
17563
|
+
signature: string;
|
|
17564
|
+
}
|
|
17565
|
+
interface SecretSecretVersion {
|
|
17566
|
+
/**
|
|
17567
|
+
* Credential version creation time.
|
|
17568
|
+
*/
|
|
17569
|
+
creationDate: number;
|
|
17570
|
+
/**
|
|
17571
|
+
* Unique identifier for the credential version, in UUID format.
|
|
17572
|
+
*/
|
|
17573
|
+
versionId: string;
|
|
17574
|
+
/**
|
|
17575
|
+
* Credential version tags.
|
|
17576
|
+
*/
|
|
17577
|
+
versionStage: string;
|
|
17578
|
+
}
|
|
17254
17579
|
}
|
|
17255
17580
|
export declare namespace mongodb {
|
|
17256
17581
|
interface AccountAccountPrivilege {
|
|
@@ -23023,6 +23348,88 @@ export declare namespace tls {
|
|
|
23023
23348
|
*/
|
|
23024
23349
|
sms: number;
|
|
23025
23350
|
}
|
|
23351
|
+
interface AlarmContentTemplateTypeDingTalk {
|
|
23352
|
+
/**
|
|
23353
|
+
* Alert notification content. Supports plain text format, content variables, and content functions. Note: The maximum length of the notification content after variable rendering is 8 KB. Content exceeding this limit will be truncated. If the body is left blank, the default content will be used.
|
|
23354
|
+
*/
|
|
23355
|
+
content: string;
|
|
23356
|
+
/**
|
|
23357
|
+
* The language for fixed content in alert notifications. Available values: zh-CN, en-US.
|
|
23358
|
+
*/
|
|
23359
|
+
locale: string;
|
|
23360
|
+
/**
|
|
23361
|
+
* Alert notification subject
|
|
23362
|
+
*/
|
|
23363
|
+
title: string;
|
|
23364
|
+
}
|
|
23365
|
+
interface AlarmContentTemplateTypeEmail {
|
|
23366
|
+
/**
|
|
23367
|
+
* Alert notification content. Supports plain text format, content variables, and content functions. Note: The maximum length of the notification content after variable rendering is 8 KB. Content exceeding this limit will be truncated. If the body is left blank, the default content will be used.
|
|
23368
|
+
*/
|
|
23369
|
+
content: string;
|
|
23370
|
+
/**
|
|
23371
|
+
* The language for fixed content in alert notifications. Available values: zh-CN, en-US.
|
|
23372
|
+
*/
|
|
23373
|
+
locale: string;
|
|
23374
|
+
/**
|
|
23375
|
+
* Email notification subject
|
|
23376
|
+
*/
|
|
23377
|
+
subject: string;
|
|
23378
|
+
}
|
|
23379
|
+
interface AlarmContentTemplateTypeLark {
|
|
23380
|
+
/**
|
|
23381
|
+
* Alert notification content. Supports plain text format, content variables, and content functions. Note: The maximum length of the notification content after variable rendering is 8 KB. Content exceeding this limit will be truncated. If the body is left blank, the default content will be used.
|
|
23382
|
+
*/
|
|
23383
|
+
content: string;
|
|
23384
|
+
/**
|
|
23385
|
+
* The language for fixed content in alert notifications. Available values: zh-CN, en-US.
|
|
23386
|
+
*/
|
|
23387
|
+
locale: string;
|
|
23388
|
+
/**
|
|
23389
|
+
* Alert notification subject
|
|
23390
|
+
*/
|
|
23391
|
+
title: string;
|
|
23392
|
+
}
|
|
23393
|
+
interface AlarmContentTemplateTypeSms {
|
|
23394
|
+
/**
|
|
23395
|
+
* Alert notification content. Supports plain text format, content variables, and content functions. Note: The maximum length of the notification content after variable rendering is 8 KB. Content exceeding this limit will be truncated. If the body is left blank, the default content will be used.
|
|
23396
|
+
*/
|
|
23397
|
+
content: string;
|
|
23398
|
+
/**
|
|
23399
|
+
* The language for fixed content in alert notifications. Available values: zh-CN, en-US.
|
|
23400
|
+
*/
|
|
23401
|
+
locale: string;
|
|
23402
|
+
}
|
|
23403
|
+
interface AlarmContentTemplateTypeVms {
|
|
23404
|
+
/**
|
|
23405
|
+
* Alert notification content. Supports plain text format, content variables, and content functions. Note: The maximum length of the notification content after variable rendering is 8 KB. Content exceeding this limit will be truncated. If the body is left blank, the default content will be used.
|
|
23406
|
+
*/
|
|
23407
|
+
content: string;
|
|
23408
|
+
/**
|
|
23409
|
+
* The language for fixed content in alert notifications. Available values: zh-CN, en-US.
|
|
23410
|
+
*/
|
|
23411
|
+
locale: string;
|
|
23412
|
+
}
|
|
23413
|
+
interface AlarmContentTemplateTypeWeChat {
|
|
23414
|
+
/**
|
|
23415
|
+
* Alert notification content. Supports plain text format, content variables, and content functions. Note: The maximum length of the notification content after variable rendering is 8 KB. Content exceeding this limit will be truncated. If the body is left blank, the default content will be used.
|
|
23416
|
+
*/
|
|
23417
|
+
content: string;
|
|
23418
|
+
/**
|
|
23419
|
+
* The language for fixed content in alert notifications. Available values: zh-CN, en-US.
|
|
23420
|
+
*/
|
|
23421
|
+
locale: string;
|
|
23422
|
+
/**
|
|
23423
|
+
* Alert notification subject
|
|
23424
|
+
*/
|
|
23425
|
+
title: string;
|
|
23426
|
+
}
|
|
23427
|
+
interface AlarmContentTemplateTypeWebhook {
|
|
23428
|
+
/**
|
|
23429
|
+
* Alert notification content, usually in JSON format. Supports content variables and content functions. Note: The maximum length of the notification content after variable rendering is 8 KB. Content exceeding this limit will be truncated. If the body is left blank, the default content will be used.
|
|
23430
|
+
*/
|
|
23431
|
+
content: string;
|
|
23432
|
+
}
|
|
23026
23433
|
interface AlarmJoinConfiguration {
|
|
23027
23434
|
/**
|
|
23028
23435
|
* Expression used for left join or right join.
|
|
@@ -23282,6 +23689,20 @@ export declare namespace tls {
|
|
|
23282
23689
|
*/
|
|
23283
23690
|
value: string;
|
|
23284
23691
|
}
|
|
23692
|
+
interface DownloadTaskLogContextInfos {
|
|
23693
|
+
/**
|
|
23694
|
+
* LogGroup ID to which the log context belongs.
|
|
23695
|
+
*/
|
|
23696
|
+
contextFlow: string;
|
|
23697
|
+
/**
|
|
23698
|
+
* Specifies the log index in the LogGroup.
|
|
23699
|
+
*/
|
|
23700
|
+
packageOffset: number;
|
|
23701
|
+
/**
|
|
23702
|
+
* Host of the log source.
|
|
23703
|
+
*/
|
|
23704
|
+
source: string;
|
|
23705
|
+
}
|
|
23285
23706
|
interface EtlTargetResource {
|
|
23286
23707
|
/**
|
|
23287
23708
|
* Name of the custom output target. You must use this name to refer to the output target in the data processing rules
|
|
@@ -23514,17 +23935,99 @@ export declare namespace tls {
|
|
|
23514
23935
|
*/
|
|
23515
23936
|
sms: number;
|
|
23516
23937
|
}
|
|
23517
|
-
interface
|
|
23938
|
+
interface GetAlarmContentTemplateTypeDingTalk {
|
|
23518
23939
|
/**
|
|
23519
|
-
*
|
|
23940
|
+
* Alert notification content. Supports plain text format, content variables, and content functions. Note: The maximum length of the notification content after variable rendering is 8 KB. Content exceeding this limit will be truncated. If the body is left blank, the default content will be used.
|
|
23520
23941
|
*/
|
|
23521
|
-
|
|
23942
|
+
content: string;
|
|
23522
23943
|
/**
|
|
23523
|
-
*
|
|
23944
|
+
* The language for fixed content in alert notifications. Available values: zh-CN, en-US.
|
|
23524
23945
|
*/
|
|
23525
|
-
|
|
23526
|
-
|
|
23527
|
-
|
|
23946
|
+
locale: string;
|
|
23947
|
+
/**
|
|
23948
|
+
* Alert notification subject
|
|
23949
|
+
*/
|
|
23950
|
+
title: string;
|
|
23951
|
+
}
|
|
23952
|
+
interface GetAlarmContentTemplateTypeEmail {
|
|
23953
|
+
/**
|
|
23954
|
+
* Alert notification content. Supports plain text format, content variables, and content functions. Note: The maximum length of the notification content after variable rendering is 8 KB. Content exceeding this limit will be truncated. If the body is left blank, the default content will be used.
|
|
23955
|
+
*/
|
|
23956
|
+
content: string;
|
|
23957
|
+
/**
|
|
23958
|
+
* The language for fixed content in alert notifications. Available values: zh-CN, en-US.
|
|
23959
|
+
*/
|
|
23960
|
+
locale: string;
|
|
23961
|
+
/**
|
|
23962
|
+
* Email notification subject
|
|
23963
|
+
*/
|
|
23964
|
+
subject: string;
|
|
23965
|
+
}
|
|
23966
|
+
interface GetAlarmContentTemplateTypeLark {
|
|
23967
|
+
/**
|
|
23968
|
+
* Alert notification content. Supports plain text format, content variables, and content functions. Note: The maximum length of the notification content after variable rendering is 8 KB. Content exceeding this limit will be truncated. If the body is left blank, the default content will be used.
|
|
23969
|
+
*/
|
|
23970
|
+
content: string;
|
|
23971
|
+
/**
|
|
23972
|
+
* The language for fixed content in alert notifications. Available values: zh-CN, en-US.
|
|
23973
|
+
*/
|
|
23974
|
+
locale: string;
|
|
23975
|
+
/**
|
|
23976
|
+
* Alert notification subject
|
|
23977
|
+
*/
|
|
23978
|
+
title: string;
|
|
23979
|
+
}
|
|
23980
|
+
interface GetAlarmContentTemplateTypeSms {
|
|
23981
|
+
/**
|
|
23982
|
+
* Alert notification content. Supports plain text format, content variables, and content functions. Note: The maximum length of the notification content after variable rendering is 8 KB. Content exceeding this limit will be truncated. If the body is left blank, the default content will be used.
|
|
23983
|
+
*/
|
|
23984
|
+
content: string;
|
|
23985
|
+
/**
|
|
23986
|
+
* The language for fixed content in alert notifications. Available values: zh-CN, en-US.
|
|
23987
|
+
*/
|
|
23988
|
+
locale: string;
|
|
23989
|
+
}
|
|
23990
|
+
interface GetAlarmContentTemplateTypeVms {
|
|
23991
|
+
/**
|
|
23992
|
+
* Alert notification content. Supports plain text format, content variables, and content functions. Note: The maximum length of the notification content after variable rendering is 8 KB. Content exceeding this limit will be truncated. If the body is left blank, the default content will be used.
|
|
23993
|
+
*/
|
|
23994
|
+
content: string;
|
|
23995
|
+
/**
|
|
23996
|
+
* The language for fixed content in alert notifications. Available values: zh-CN, en-US.
|
|
23997
|
+
*/
|
|
23998
|
+
locale: string;
|
|
23999
|
+
}
|
|
24000
|
+
interface GetAlarmContentTemplateTypeWeChat {
|
|
24001
|
+
/**
|
|
24002
|
+
* Alert notification content. Supports plain text format, content variables, and content functions. Note: The maximum length of the notification content after variable rendering is 8 KB. Content exceeding this limit will be truncated. If the body is left blank, the default content will be used.
|
|
24003
|
+
*/
|
|
24004
|
+
content: string;
|
|
24005
|
+
/**
|
|
24006
|
+
* The language for fixed content in alert notifications. Available values: zh-CN, en-US.
|
|
24007
|
+
*/
|
|
24008
|
+
locale: string;
|
|
24009
|
+
/**
|
|
24010
|
+
* Alert notification subject
|
|
24011
|
+
*/
|
|
24012
|
+
title: string;
|
|
24013
|
+
}
|
|
24014
|
+
interface GetAlarmContentTemplateTypeWebhook {
|
|
24015
|
+
/**
|
|
24016
|
+
* Alert notification content, usually in JSON format. Supports content variables and content functions. Note: The maximum length of the notification content after variable rendering is 8 KB. Content exceeding this limit will be truncated. If the body is left blank, the default content will be used.
|
|
24017
|
+
*/
|
|
24018
|
+
content: string;
|
|
24019
|
+
}
|
|
24020
|
+
interface GetAlarmJoinConfiguration {
|
|
24021
|
+
/**
|
|
24022
|
+
* Expression used for left join or right join.
|
|
24023
|
+
*/
|
|
24024
|
+
condition: string;
|
|
24025
|
+
/**
|
|
24026
|
+
* Set operation type. Optional values: CrossJoin: Cartesian product. LeftJoin: Left join. RightJoin: Right join. InnerJoin: Inner join. FullJoin: Full join.
|
|
24027
|
+
*/
|
|
24028
|
+
setOperationType: string;
|
|
24029
|
+
}
|
|
24030
|
+
interface GetAlarmNotifyGroupNoticeRule {
|
|
23528
24031
|
/**
|
|
23529
24032
|
* Whether there is an end node afterwards.
|
|
23530
24033
|
*/
|
|
@@ -23774,6 +24277,20 @@ export declare namespace tls {
|
|
|
23774
24277
|
*/
|
|
23775
24278
|
value: string;
|
|
23776
24279
|
}
|
|
24280
|
+
interface GetDownloadTaskLogContextInfos {
|
|
24281
|
+
/**
|
|
24282
|
+
* LogGroup ID to which the log context belongs.
|
|
24283
|
+
*/
|
|
24284
|
+
contextFlow: string;
|
|
24285
|
+
/**
|
|
24286
|
+
* Specifies the log index in the LogGroup.
|
|
24287
|
+
*/
|
|
24288
|
+
packageOffset: number;
|
|
24289
|
+
/**
|
|
24290
|
+
* Host of the log source.
|
|
24291
|
+
*/
|
|
24292
|
+
source: string;
|
|
24293
|
+
}
|
|
23777
24294
|
interface GetEtlTargetResource {
|
|
23778
24295
|
/**
|
|
23779
24296
|
* Name of the custom output target. You must use this name to refer to the output target in the data processing rules
|
|
@@ -24702,6 +25219,72 @@ export declare namespace tls {
|
|
|
24702
25219
|
*/
|
|
24703
25220
|
value: string;
|
|
24704
25221
|
}
|
|
25222
|
+
interface GetRuleBoundHostGroupHostGroup {
|
|
25223
|
+
/**
|
|
25224
|
+
* Number of machines with abnormal heartbeat status
|
|
25225
|
+
*/
|
|
25226
|
+
abnormalHeartbeatStatusCount: number;
|
|
25227
|
+
/**
|
|
25228
|
+
* Latest LogCollector version number available for upgrade
|
|
25229
|
+
*/
|
|
25230
|
+
agentLatestVersion: string;
|
|
25231
|
+
/**
|
|
25232
|
+
* Enable LogCollector auto upgrade on machine group servers. true: The log service will check upgrade conditions during the specified time period each day. If conditions are met, LogCollector will be upgraded automatically without manual intervention. false (default): LogCollector will not upgrade automatically. To use a newer version, refer to the LogCollector upgrade procedure.
|
|
25233
|
+
*/
|
|
25234
|
+
autoUpdate: boolean;
|
|
25235
|
+
/**
|
|
25236
|
+
* Machine group creation time
|
|
25237
|
+
*/
|
|
25238
|
+
createTime: string;
|
|
25239
|
+
/**
|
|
25240
|
+
* Number of machines in the machine group
|
|
25241
|
+
*/
|
|
25242
|
+
hostCount: number;
|
|
25243
|
+
/**
|
|
25244
|
+
* Machine group ID
|
|
25245
|
+
*/
|
|
25246
|
+
hostGroupId: string;
|
|
25247
|
+
/**
|
|
25248
|
+
* Machine group name
|
|
25249
|
+
*/
|
|
25250
|
+
hostGroupName: string;
|
|
25251
|
+
/**
|
|
25252
|
+
* Machine group type. IP: machine IP. Label: machine label.
|
|
25253
|
+
*/
|
|
25254
|
+
hostGroupType: string;
|
|
25255
|
+
/**
|
|
25256
|
+
* Machine identifier
|
|
25257
|
+
*/
|
|
25258
|
+
hostIdentifier: string;
|
|
25259
|
+
/**
|
|
25260
|
+
* IAM project associated with the machine group
|
|
25261
|
+
*/
|
|
25262
|
+
iamProjectName: string;
|
|
25263
|
+
/**
|
|
25264
|
+
* Machine group modification time
|
|
25265
|
+
*/
|
|
25266
|
+
modifyTime: string;
|
|
25267
|
+
/**
|
|
25268
|
+
* Number of machines with normal heartbeat status
|
|
25269
|
+
*/
|
|
25270
|
+
normalHeartbeatStatusCount: number;
|
|
25271
|
+
/**
|
|
25272
|
+
* Number of collection configurations bound to the machine group
|
|
25273
|
+
*/
|
|
25274
|
+
ruleCount: number;
|
|
25275
|
+
/**
|
|
25276
|
+
* Enable LogCollector service log feature. true: enabled. false (default): disabled.
|
|
25277
|
+
*/
|
|
25278
|
+
serviceLogging: boolean;
|
|
25279
|
+
/**
|
|
25280
|
+
* LogCollector auto upgrade end time
|
|
25281
|
+
*/
|
|
25282
|
+
updateEndTime: string;
|
|
25283
|
+
/**
|
|
25284
|
+
* LogCollector auto upgrade start time. Note: Only required when AutoUpdate is set to true. It is recommended to schedule auto upgrade during off-peak hours. LogCollector may restart during the upgrade process, but logs will not be lost.
|
|
25285
|
+
*/
|
|
25286
|
+
updateStartTime: string;
|
|
25287
|
+
}
|
|
24705
25288
|
interface GetRuleContainerRule {
|
|
24706
25289
|
/**
|
|
24707
25290
|
* Container name to collect. If no container name is specified, all containers in the machine group will be collected. Supports regex matching; for example, setting the container name to ^(container-test)$ will collect all containers named container-test.
|
|
@@ -25290,6 +25873,32 @@ export declare namespace tls {
|
|
|
25290
25873
|
*/
|
|
25291
25874
|
prefix: string;
|
|
25292
25875
|
}
|
|
25876
|
+
interface GetTopicShard {
|
|
25877
|
+
/**
|
|
25878
|
+
* Ending key value of the partition
|
|
25879
|
+
*/
|
|
25880
|
+
exclusiveEndKey: string;
|
|
25881
|
+
/**
|
|
25882
|
+
* Starting key value of the partition
|
|
25883
|
+
*/
|
|
25884
|
+
inclusiveBeginKey: string;
|
|
25885
|
+
/**
|
|
25886
|
+
* Last modified time of the partition
|
|
25887
|
+
*/
|
|
25888
|
+
modifyTime: string;
|
|
25889
|
+
/**
|
|
25890
|
+
* Partition ID of the log topic
|
|
25891
|
+
*/
|
|
25892
|
+
shardId: number;
|
|
25893
|
+
/**
|
|
25894
|
+
* Partition status: readwrite means read/write, readonly means read-only
|
|
25895
|
+
*/
|
|
25896
|
+
status: string;
|
|
25897
|
+
/**
|
|
25898
|
+
* Time when the partition stopped writing, that is, the last time logs were written to this partition
|
|
25899
|
+
*/
|
|
25900
|
+
stopWriteTime: string;
|
|
25901
|
+
}
|
|
25293
25902
|
interface GetTopicTag {
|
|
25294
25903
|
/**
|
|
25295
25904
|
* User tag key.
|
|
@@ -26215,6 +26824,72 @@ export declare namespace tls {
|
|
|
26215
26824
|
*/
|
|
26216
26825
|
value: string;
|
|
26217
26826
|
}
|
|
26827
|
+
interface RuleBoundHostGroupHostGroup {
|
|
26828
|
+
/**
|
|
26829
|
+
* Number of machines with abnormal heartbeat status
|
|
26830
|
+
*/
|
|
26831
|
+
abnormalHeartbeatStatusCount: number;
|
|
26832
|
+
/**
|
|
26833
|
+
* Latest LogCollector version number available for upgrade
|
|
26834
|
+
*/
|
|
26835
|
+
agentLatestVersion: string;
|
|
26836
|
+
/**
|
|
26837
|
+
* Enable LogCollector auto upgrade on machine group servers. true: The log service will check upgrade conditions during the specified time period each day. If conditions are met, LogCollector will be upgraded automatically without manual intervention. false (default): LogCollector will not upgrade automatically. To use a newer version, refer to the LogCollector upgrade procedure.
|
|
26838
|
+
*/
|
|
26839
|
+
autoUpdate: boolean;
|
|
26840
|
+
/**
|
|
26841
|
+
* Machine group creation time
|
|
26842
|
+
*/
|
|
26843
|
+
createTime: string;
|
|
26844
|
+
/**
|
|
26845
|
+
* Number of machines in the machine group
|
|
26846
|
+
*/
|
|
26847
|
+
hostCount: number;
|
|
26848
|
+
/**
|
|
26849
|
+
* Machine group ID
|
|
26850
|
+
*/
|
|
26851
|
+
hostGroupId: string;
|
|
26852
|
+
/**
|
|
26853
|
+
* Machine group name
|
|
26854
|
+
*/
|
|
26855
|
+
hostGroupName: string;
|
|
26856
|
+
/**
|
|
26857
|
+
* Machine group type. IP: machine IP. Label: machine label.
|
|
26858
|
+
*/
|
|
26859
|
+
hostGroupType: string;
|
|
26860
|
+
/**
|
|
26861
|
+
* Machine identifier
|
|
26862
|
+
*/
|
|
26863
|
+
hostIdentifier: string;
|
|
26864
|
+
/**
|
|
26865
|
+
* IAM project associated with the machine group
|
|
26866
|
+
*/
|
|
26867
|
+
iamProjectName: string;
|
|
26868
|
+
/**
|
|
26869
|
+
* Machine group modification time
|
|
26870
|
+
*/
|
|
26871
|
+
modifyTime: string;
|
|
26872
|
+
/**
|
|
26873
|
+
* Number of machines with normal heartbeat status
|
|
26874
|
+
*/
|
|
26875
|
+
normalHeartbeatStatusCount: number;
|
|
26876
|
+
/**
|
|
26877
|
+
* Number of collection configurations bound to the machine group
|
|
26878
|
+
*/
|
|
26879
|
+
ruleCount: number;
|
|
26880
|
+
/**
|
|
26881
|
+
* Enable LogCollector service log feature. true: enabled. false (default): disabled.
|
|
26882
|
+
*/
|
|
26883
|
+
serviceLogging: boolean;
|
|
26884
|
+
/**
|
|
26885
|
+
* LogCollector auto upgrade end time
|
|
26886
|
+
*/
|
|
26887
|
+
updateEndTime: string;
|
|
26888
|
+
/**
|
|
26889
|
+
* LogCollector auto upgrade start time. Note: Only required when AutoUpdate is set to true. It is recommended to schedule auto upgrade during off-peak hours. LogCollector may restart during the upgrade process, but logs will not be lost.
|
|
26890
|
+
*/
|
|
26891
|
+
updateStartTime: string;
|
|
26892
|
+
}
|
|
26218
26893
|
interface RuleContainerRule {
|
|
26219
26894
|
/**
|
|
26220
26895
|
* Container name to collect. If no container name is specified, all containers in the machine group will be collected. Supports regex matching; for example, setting the container name to ^(container-test)$ will collect all containers named container-test.
|
|
@@ -26756,6 +27431,32 @@ export declare namespace tls {
|
|
|
26756
27431
|
*/
|
|
26757
27432
|
prefix: string;
|
|
26758
27433
|
}
|
|
27434
|
+
interface TopicShard {
|
|
27435
|
+
/**
|
|
27436
|
+
* Ending key value of the partition
|
|
27437
|
+
*/
|
|
27438
|
+
exclusiveEndKey: string;
|
|
27439
|
+
/**
|
|
27440
|
+
* Starting key value of the partition
|
|
27441
|
+
*/
|
|
27442
|
+
inclusiveBeginKey: string;
|
|
27443
|
+
/**
|
|
27444
|
+
* Last modified time of the partition
|
|
27445
|
+
*/
|
|
27446
|
+
modifyTime: string;
|
|
27447
|
+
/**
|
|
27448
|
+
* Partition ID of the log topic
|
|
27449
|
+
*/
|
|
27450
|
+
shardId: number;
|
|
27451
|
+
/**
|
|
27452
|
+
* Partition status: readwrite means read/write, readonly means read-only
|
|
27453
|
+
*/
|
|
27454
|
+
status: string;
|
|
27455
|
+
/**
|
|
27456
|
+
* Time when the partition stopped writing, that is, the last time logs were written to this partition
|
|
27457
|
+
*/
|
|
27458
|
+
stopWriteTime: string;
|
|
27459
|
+
}
|
|
26759
27460
|
interface TopicTag {
|
|
26760
27461
|
/**
|
|
26761
27462
|
* User tag key.
|
|
@@ -27460,6 +28161,70 @@ export declare namespace tos {
|
|
|
27460
28161
|
*/
|
|
27461
28162
|
useServiceTopic: boolean;
|
|
27462
28163
|
}
|
|
28164
|
+
interface BucketReplicationRule {
|
|
28165
|
+
/**
|
|
28166
|
+
* Object owner management permissions
|
|
28167
|
+
*/
|
|
28168
|
+
accessControlTranslation: outputs.tos.BucketReplicationRuleAccessControlTranslation;
|
|
28169
|
+
/**
|
|
28170
|
+
* Replication target bucket information
|
|
28171
|
+
*/
|
|
28172
|
+
destination: outputs.tos.BucketReplicationRuleDestination;
|
|
28173
|
+
/**
|
|
28174
|
+
* Enable historical object replication. If enabled, historical objects matching this rule will be replicated. Options: Enabled: Enable historical object replication. Disabled: Do not enable historical object replication
|
|
28175
|
+
*/
|
|
28176
|
+
historicalObjectReplication: string;
|
|
28177
|
+
/**
|
|
28178
|
+
* Unique identifier for the rule, less than 255 characters
|
|
28179
|
+
*/
|
|
28180
|
+
id: string;
|
|
28181
|
+
/**
|
|
28182
|
+
* Object name prefix to which this rule applies
|
|
28183
|
+
*/
|
|
28184
|
+
prefixSets: string[];
|
|
28185
|
+
/**
|
|
28186
|
+
* Save replication progress
|
|
28187
|
+
*/
|
|
28188
|
+
progress: outputs.tos.BucketReplicationRuleProgress;
|
|
28189
|
+
/**
|
|
28190
|
+
* Specify whether to enable this rule. Options: Enabled: Enable this rule. Disabled: Do not enable this rule
|
|
28191
|
+
*/
|
|
28192
|
+
status: string;
|
|
28193
|
+
}
|
|
28194
|
+
interface BucketReplicationRuleAccessControlTranslation {
|
|
28195
|
+
/**
|
|
28196
|
+
* Object owner management permissions have been granted for replication to the destination bucket, allowing the destination bucket to read objects and grant other accounts permission to read objects
|
|
28197
|
+
*/
|
|
28198
|
+
owner: string;
|
|
28199
|
+
}
|
|
28200
|
+
interface BucketReplicationRuleDestination {
|
|
28201
|
+
/**
|
|
28202
|
+
* Name of the bucket storing object replicas identified by the rule
|
|
28203
|
+
*/
|
|
28204
|
+
bucket: string;
|
|
28205
|
+
/**
|
|
28206
|
+
* Region of the target bucket
|
|
28207
|
+
*/
|
|
28208
|
+
location: string;
|
|
28209
|
+
/**
|
|
28210
|
+
* Specify the storage class for objects replicated to the target bucket. Options: STANDARD: Standard storage. STANDARD*IA: Infrequent access storage. GLACIER*IR: Archive instant retrieval storage. INTELLIGENT*TIERING: Intelligent tiering storage. ARCHIVE: Archive storage. COLD*ARCHIVE: Cold archive storage. DEEP*COLD*ARCHIVE: Deep cold archive storage
|
|
28211
|
+
*/
|
|
28212
|
+
storageClass: string;
|
|
28213
|
+
/**
|
|
28214
|
+
* Set the storage class for objects replicated to the target bucket. Options: SOURCE*OBJECT: Inherit the storage class of the source bucket object. DESTINATION*BUCKET: Inherit the default storage class of the target bucket
|
|
28215
|
+
*/
|
|
28216
|
+
storageClassInheritDirective: string;
|
|
28217
|
+
}
|
|
28218
|
+
interface BucketReplicationRuleProgress {
|
|
28219
|
+
/**
|
|
28220
|
+
* Show the percentage of historical data that has been replicated
|
|
28221
|
+
*/
|
|
28222
|
+
historicalObject: number;
|
|
28223
|
+
/**
|
|
28224
|
+
* Show the timestamp when data is replicated to the target bucket
|
|
28225
|
+
*/
|
|
28226
|
+
newObject: string;
|
|
28227
|
+
}
|
|
27463
28228
|
interface BucketTag {
|
|
27464
28229
|
/**
|
|
27465
28230
|
* Tag key
|
|
@@ -28218,45 +28983,109 @@ export declare namespace tos {
|
|
|
28218
28983
|
*/
|
|
28219
28984
|
useServiceTopic: boolean;
|
|
28220
28985
|
}
|
|
28221
|
-
interface
|
|
28986
|
+
interface GetBucketReplicationRule {
|
|
28222
28987
|
/**
|
|
28223
|
-
*
|
|
28988
|
+
* Object owner management permissions
|
|
28224
28989
|
*/
|
|
28225
|
-
|
|
28990
|
+
accessControlTranslation: outputs.tos.GetBucketReplicationRuleAccessControlTranslation;
|
|
28226
28991
|
/**
|
|
28227
|
-
*
|
|
28992
|
+
* Replication target bucket information
|
|
28228
28993
|
*/
|
|
28229
|
-
|
|
28230
|
-
}
|
|
28231
|
-
interface GetBucketWebsiteErrorDocument {
|
|
28994
|
+
destination: outputs.tos.GetBucketReplicationRuleDestination;
|
|
28232
28995
|
/**
|
|
28233
|
-
*
|
|
28996
|
+
* Enable historical object replication. If enabled, historical objects matching this rule will be replicated. Options: Enabled: Enable historical object replication. Disabled: Do not enable historical object replication
|
|
28234
28997
|
*/
|
|
28235
|
-
|
|
28236
|
-
}
|
|
28237
|
-
interface GetBucketWebsiteIndexDocument {
|
|
28998
|
+
historicalObjectReplication: string;
|
|
28238
28999
|
/**
|
|
28239
|
-
*
|
|
29000
|
+
* Unique identifier for the rule, less than 255 characters
|
|
28240
29001
|
*/
|
|
28241
|
-
|
|
29002
|
+
id: string;
|
|
28242
29003
|
/**
|
|
28243
|
-
*
|
|
29004
|
+
* Object name prefix to which this rule applies
|
|
28244
29005
|
*/
|
|
28245
|
-
|
|
28246
|
-
}
|
|
28247
|
-
interface GetBucketWebsiteRedirectAllRequestsTo {
|
|
29006
|
+
prefixSets: string[];
|
|
28248
29007
|
/**
|
|
28249
|
-
*
|
|
29008
|
+
* Save replication progress
|
|
28250
29009
|
*/
|
|
28251
|
-
|
|
29010
|
+
progress: outputs.tos.GetBucketReplicationRuleProgress;
|
|
28252
29011
|
/**
|
|
28253
|
-
*
|
|
29012
|
+
* Specify whether to enable this rule. Options: Enabled: Enable this rule. Disabled: Do not enable this rule
|
|
28254
29013
|
*/
|
|
28255
|
-
|
|
29014
|
+
status: string;
|
|
28256
29015
|
}
|
|
28257
|
-
interface
|
|
29016
|
+
interface GetBucketReplicationRuleAccessControlTranslation {
|
|
28258
29017
|
/**
|
|
28259
|
-
*
|
|
29018
|
+
* Object owner management permissions have been granted for replication to the destination bucket, allowing the destination bucket to read objects and grant other accounts permission to read objects
|
|
29019
|
+
*/
|
|
29020
|
+
owner: string;
|
|
29021
|
+
}
|
|
29022
|
+
interface GetBucketReplicationRuleDestination {
|
|
29023
|
+
/**
|
|
29024
|
+
* Name of the bucket storing object replicas identified by the rule
|
|
29025
|
+
*/
|
|
29026
|
+
bucket: string;
|
|
29027
|
+
/**
|
|
29028
|
+
* Region of the target bucket
|
|
29029
|
+
*/
|
|
29030
|
+
location: string;
|
|
29031
|
+
/**
|
|
29032
|
+
* Specify the storage class for objects replicated to the target bucket. Options: STANDARD: Standard storage. STANDARD*IA: Infrequent access storage. GLACIER*IR: Archive instant retrieval storage. INTELLIGENT*TIERING: Intelligent tiering storage. ARCHIVE: Archive storage. COLD*ARCHIVE: Cold archive storage. DEEP*COLD*ARCHIVE: Deep cold archive storage
|
|
29033
|
+
*/
|
|
29034
|
+
storageClass: string;
|
|
29035
|
+
/**
|
|
29036
|
+
* Set the storage class for objects replicated to the target bucket. Options: SOURCE*OBJECT: Inherit the storage class of the source bucket object. DESTINATION*BUCKET: Inherit the default storage class of the target bucket
|
|
29037
|
+
*/
|
|
29038
|
+
storageClassInheritDirective: string;
|
|
29039
|
+
}
|
|
29040
|
+
interface GetBucketReplicationRuleProgress {
|
|
29041
|
+
/**
|
|
29042
|
+
* Show the percentage of historical data that has been replicated
|
|
29043
|
+
*/
|
|
29044
|
+
historicalObject: number;
|
|
29045
|
+
/**
|
|
29046
|
+
* Show the timestamp when data is replicated to the target bucket
|
|
29047
|
+
*/
|
|
29048
|
+
newObject: string;
|
|
29049
|
+
}
|
|
29050
|
+
interface GetBucketTag {
|
|
29051
|
+
/**
|
|
29052
|
+
* Tag key
|
|
29053
|
+
*/
|
|
29054
|
+
key: string;
|
|
29055
|
+
/**
|
|
29056
|
+
* Tag value
|
|
29057
|
+
*/
|
|
29058
|
+
value: string;
|
|
29059
|
+
}
|
|
29060
|
+
interface GetBucketWebsiteErrorDocument {
|
|
29061
|
+
/**
|
|
29062
|
+
* When a 4xx error occurs, this page is returned
|
|
29063
|
+
*/
|
|
29064
|
+
key: string;
|
|
29065
|
+
}
|
|
29066
|
+
interface GetBucketWebsiteIndexDocument {
|
|
29067
|
+
/**
|
|
29068
|
+
* Whether to support redirecting to the default homepage of a subdirectory. Value description: false (default): Does not support redirecting to the default homepage of a subdirectory. true: Supports redirecting to the default homepage of a subdirectory
|
|
29069
|
+
*/
|
|
29070
|
+
forbiddenSubDir: boolean;
|
|
29071
|
+
/**
|
|
29072
|
+
* When requesting a directory (ending with /), returns the object specified by Suffix in that directory. For example, if Suffix is set to index.html, accessing document/ returns document/index.html
|
|
29073
|
+
*/
|
|
29074
|
+
suffix: string;
|
|
29075
|
+
}
|
|
29076
|
+
interface GetBucketWebsiteRedirectAllRequestsTo {
|
|
29077
|
+
/**
|
|
29078
|
+
* Redirect site name
|
|
29079
|
+
*/
|
|
29080
|
+
hostName: string;
|
|
29081
|
+
/**
|
|
29082
|
+
* Protocol used for redirect requests. Supports http and https. Default is http
|
|
29083
|
+
*/
|
|
29084
|
+
protocol: string;
|
|
29085
|
+
}
|
|
29086
|
+
interface GetBucketWebsiteRoutingRule {
|
|
29087
|
+
/**
|
|
29088
|
+
* Set the matching conditions for the redirect rule. The redirect rule only takes effect when all specified conditions are met
|
|
28260
29089
|
*/
|
|
28261
29090
|
condition: outputs.tos.GetBucketWebsiteRoutingRuleCondition;
|
|
28262
29091
|
/**
|
|
@@ -28296,6 +29125,74 @@ export declare namespace tos {
|
|
|
28296
29125
|
*/
|
|
28297
29126
|
replaceKeyWith: string;
|
|
28298
29127
|
}
|
|
29128
|
+
interface GetObjectAccountAcl {
|
|
29129
|
+
/**
|
|
29130
|
+
* Authorized account ID.
|
|
29131
|
+
*/
|
|
29132
|
+
accountId: string;
|
|
29133
|
+
/**
|
|
29134
|
+
* Authorized principal type. Currently, only CanonicalUser is supported.
|
|
29135
|
+
*/
|
|
29136
|
+
aclType: string;
|
|
29137
|
+
/**
|
|
29138
|
+
* Authorization permission type. Includes FULL*CONTROL, READ, READ*ACP, WRITE, WRITE_ACP.
|
|
29139
|
+
*/
|
|
29140
|
+
permission: string;
|
|
29141
|
+
}
|
|
29142
|
+
interface GetObjectMetadata {
|
|
29143
|
+
/**
|
|
29144
|
+
* Tag key.
|
|
29145
|
+
*/
|
|
29146
|
+
key: string;
|
|
29147
|
+
/**
|
|
29148
|
+
* Tag value.
|
|
29149
|
+
*/
|
|
29150
|
+
value: string;
|
|
29151
|
+
}
|
|
29152
|
+
interface GetObjectTag {
|
|
29153
|
+
/**
|
|
29154
|
+
* Tag key.
|
|
29155
|
+
*/
|
|
29156
|
+
key: string;
|
|
29157
|
+
/**
|
|
29158
|
+
* Tag value.
|
|
29159
|
+
*/
|
|
29160
|
+
value: string;
|
|
29161
|
+
}
|
|
29162
|
+
interface TosObjectAccountAcl {
|
|
29163
|
+
/**
|
|
29164
|
+
* Authorized account ID.
|
|
29165
|
+
*/
|
|
29166
|
+
accountId: string;
|
|
29167
|
+
/**
|
|
29168
|
+
* Authorized principal type. Currently, only CanonicalUser is supported.
|
|
29169
|
+
*/
|
|
29170
|
+
aclType: string;
|
|
29171
|
+
/**
|
|
29172
|
+
* Authorization permission type. Includes FULL*CONTROL, READ, READ*ACP, WRITE, WRITE_ACP.
|
|
29173
|
+
*/
|
|
29174
|
+
permission: string;
|
|
29175
|
+
}
|
|
29176
|
+
interface TosObjectMetadata {
|
|
29177
|
+
/**
|
|
29178
|
+
* Tag key.
|
|
29179
|
+
*/
|
|
29180
|
+
key: string;
|
|
29181
|
+
/**
|
|
29182
|
+
* Tag value.
|
|
29183
|
+
*/
|
|
29184
|
+
value: string;
|
|
29185
|
+
}
|
|
29186
|
+
interface TosObjectTag {
|
|
29187
|
+
/**
|
|
29188
|
+
* Tag key.
|
|
29189
|
+
*/
|
|
29190
|
+
key: string;
|
|
29191
|
+
/**
|
|
29192
|
+
* Tag value.
|
|
29193
|
+
*/
|
|
29194
|
+
value: string;
|
|
29195
|
+
}
|
|
28299
29196
|
}
|
|
28300
29197
|
export declare namespace transitrouter {
|
|
28301
29198
|
interface DirectConnectGatewayAttachmentTag {
|
|
@@ -29523,431 +30420,1247 @@ export declare namespace veenedge {
|
|
|
29523
30420
|
*/
|
|
29524
30421
|
capacity: string;
|
|
29525
30422
|
/**
|
|
29526
|
-
* Release disk with instance
|
|
30423
|
+
* Release disk with instance
|
|
30424
|
+
*/
|
|
30425
|
+
deleteWithInstance: boolean;
|
|
30426
|
+
/**
|
|
30427
|
+
* Disk unique identifier
|
|
30428
|
+
*/
|
|
30429
|
+
diskIdentity: string;
|
|
30430
|
+
/**
|
|
30431
|
+
* Local disk type.
|
|
30432
|
+
*/
|
|
30433
|
+
localDiskClass: string;
|
|
30434
|
+
/**
|
|
30435
|
+
* Local disk resource name.
|
|
30436
|
+
*/
|
|
30437
|
+
localDiskResourceName: string;
|
|
30438
|
+
/**
|
|
30439
|
+
* Disk type. Valid values: CloudBlockHDD: HDD cloud disk. CloudBlockSSD: SSD cloud disk.
|
|
30440
|
+
*/
|
|
30441
|
+
storageType: string;
|
|
30442
|
+
}
|
|
30443
|
+
interface CloudServerTag {
|
|
30444
|
+
/**
|
|
30445
|
+
* Tag key
|
|
30446
|
+
*/
|
|
30447
|
+
key: string;
|
|
30448
|
+
/**
|
|
30449
|
+
* Tag value
|
|
30450
|
+
*/
|
|
30451
|
+
value: string;
|
|
30452
|
+
}
|
|
30453
|
+
interface GetCloudServerAdvancedConfiguration {
|
|
30454
|
+
/**
|
|
30455
|
+
* Enable deletion protection.
|
|
30456
|
+
*/
|
|
30457
|
+
deleteProtection: boolean;
|
|
30458
|
+
/**
|
|
30459
|
+
* Description of the edge instance. Up to 80 characters allowed. When you create edge instances in batches, the system adds the same description to each instance.
|
|
30460
|
+
*/
|
|
30461
|
+
instanceDesc: string;
|
|
30462
|
+
/**
|
|
30463
|
+
* Custom hostname. Naming rules: Windows systems allow 2–10 characters. Supports lowercase letters, numbers, and hyphens (-). Cannot contain only numbers. Cannot start or end with a hyphen (-), and hyphens (-) cannot be used consecutively. Linux systems allow 2–59 characters. Supports lowercase letters, numbers, and hyphens (-). Cannot start or end with a hyphen (-), and hyphens (-) cannot be used consecutively. When creating edge instances in bulk, the system adds a numeric suffix to your custom hostname. Example: \n\n-1, \n\n-2.
|
|
30464
|
+
*/
|
|
30465
|
+
instanceHostName: string;
|
|
30466
|
+
/**
|
|
30467
|
+
* Edge instance name. Naming rules: 5–80 characters allowed. Supports Chinese, uppercase letters, lowercase letters, and numbers. Supports special characters ()`~!@#$%^&*-+=_|{}[]:;'<>,.?/. Spaces are not allowed, and the name cannot start with a forward slash (/). When creating edge instances in batch, the system will add a numeric suffix to the specified instance name. Example: \n\n-1, \n\n-2.
|
|
30468
|
+
*/
|
|
30469
|
+
instanceName: string;
|
|
30470
|
+
}
|
|
30471
|
+
interface GetCloudServerBillingConfig {
|
|
30472
|
+
/**
|
|
30473
|
+
* Enable auto-renewal. This parameter is effective only when computing*billing*method is set to PrePaid. Value options: true: Enable auto-renewal. false (default): Disable auto-renewal.
|
|
30474
|
+
*/
|
|
30475
|
+
autoRenew: boolean;
|
|
30476
|
+
/**
|
|
30477
|
+
* Bandwidth billing method. Value options: MonthlyP95: Billed by monthly 95th percentile. DailyPeak: Billed by daily peak. If you require daily peak billing or other billing methods, please submit a ticket.
|
|
30478
|
+
*/
|
|
30479
|
+
bandwidthBillingMethod: string;
|
|
30480
|
+
/**
|
|
30481
|
+
* Computing billing method. Value range: MonthlyPeak: Billed by monthly peak. DailyPeak: Billed by daily peak. PrePaid: Yearly/monthly subscription. When computing*billing*method is set to PrePaid, you must also specify the pre*paid*period and pre*paid*period_number parameters.
|
|
30482
|
+
*/
|
|
30483
|
+
computingBillingMethod: string;
|
|
30484
|
+
/**
|
|
30485
|
+
* Unit for the purchase duration of the resource. When the value of computing*billing*method is PrePaid, this parameter must be specified. Value range: monthly: month.
|
|
30486
|
+
*/
|
|
30487
|
+
prePaidPeriod: string;
|
|
30488
|
+
/**
|
|
30489
|
+
* Resource purchase duration. When computing*billing*method is set to PrePaid, this parameter must be specified. Valid values: 1, 2, 3, 4, 5, 6, 7, 8, 9, 12, 24, 36.
|
|
30490
|
+
*/
|
|
30491
|
+
prePaidPeriodNumber: number;
|
|
30492
|
+
}
|
|
30493
|
+
interface GetCloudServerCustomData {
|
|
30494
|
+
/**
|
|
30495
|
+
* Custom data. Custom data is configuration information for edge instances. You can enter up to 16KB of custom data. Input requirements: Scripts must be entered in plain text. The platform will automatically encode the script in Base64. Do not enter scripts that are already Base64 encoded. For Linux systems, use Shell scripts, which typically start with #!/bin/bash. For Windows systems, use PowerShell scripts, which can be entered directly. The script will execute when the edge instance starts for the first time. If the operating system of the edge instance is reset or replaced later, the script will also execute the first time the system starts after the reset or replacement.
|
|
30496
|
+
*/
|
|
30497
|
+
data: string;
|
|
30498
|
+
}
|
|
30499
|
+
interface GetCloudServerInstanceAreaNum {
|
|
30500
|
+
/**
|
|
30501
|
+
* Region name
|
|
30502
|
+
*/
|
|
30503
|
+
areaName: string;
|
|
30504
|
+
/**
|
|
30505
|
+
* Node name. Specify the node where you want to deploy the edge service.
|
|
30506
|
+
*/
|
|
30507
|
+
clusterName: string;
|
|
30508
|
+
/**
|
|
30509
|
+
* Default ISP. This parameter applies only to multi-line nodes. When specifying the default ISP, ensure it is within the node ISP range. Only one ISP can be set as the default. Note: When the value of external*network*mode is single*interface*cmcc*ip, single*interface*cucc*ip, or single*interface*ctcc*ip, the ISP specified in default*isp must match the ISP specified in external*network*mode. For example, when external*network*mode is single*interface*cmcc*ip, the value of default*isp must be set to CMCC. When external*network*mode is single*interface*multi*ip or multi*interface*multi*ip, the default*isp parameter must be specified, and the value can be set to CMCC, CUCC, or CTCC as needed. When external*network*mode is single*interface*single*ip or no*interface, default*isp does not need to be specified.
|
|
30510
|
+
*/
|
|
30511
|
+
defaultIsp: string;
|
|
30512
|
+
/**
|
|
30513
|
+
* Public network configuration. This parameter applies only to multi-line nodes. Value options: single*interface*multi*ip: Single NIC, multiple IPs. If you are a new multi-line node user, submit a ticket to enable the relevant permissions. single*interface*cmcc*ip: Single NIC, CMCC IP. Submit a ticket to enable the relevant permissions. single*interface*cucc*ip: Single NIC, CUCC IP. Submit a ticket to enable the relevant permissions. single*interface*ctcc*ip: Single NIC, CTCC IP. Submit a ticket to enable the relevant permissions. multi*interface*multi*ip: Multiple NICs, multiple IPs. Submit a ticket to enable the relevant permissions. single*interface*single*ip: Single NIC, single IP. In this mode, the system randomly assigns a public IP address from an available carrier based on inventory. no*interface: No public NIC. Submit a ticket to enable the relevant permissions. Default value: When a public NIC is present: If single NIC multi-IP permission is enabled, single*interface*multi*ip (Single NIC, multiple IPs) is used by default. If single NIC multi-IP permission is disabled, single*interface*single*ip (Single NIC, single IP) is used by default. If no public NIC is present, no*interface is used by default.
|
|
30514
|
+
*/
|
|
30515
|
+
externalNetworkMode: string;
|
|
30516
|
+
/**
|
|
30517
|
+
* List of hostnames. The system assigns hostnames to created edge instances in order. You can use both the host*name*list and instance*host*name parameters at the same time. Both parameters take effect, but host*name*list has higher priority than instance*host*name. For example, if you create 3 edge instances in bulk, set instance*host*name to host, and set host*name*list to "hosta","hostb", then the names of the 3 edge instances will be hosta, hostb, and host-3 respectively.
|
|
30518
|
+
*/
|
|
30519
|
+
hostNameLists: string[];
|
|
30520
|
+
/**
|
|
30521
|
+
* Carrier. Possible values: CMCC, CTCC, CUCC.
|
|
30522
|
+
*/
|
|
30523
|
+
isp: string;
|
|
30524
|
+
/**
|
|
30525
|
+
* Network interface names for private network type edge instances configured with multiple public network interfaces. You can use this parameter to set the names of public and private network interfaces. Please note the following when using this parameter: Usage restrictions: This parameter is only applicable to private network type edge instances. You must submit a ticket to enable the relevant feature before this parameter can be used; otherwise, the parameter value is invalid. Effectiveness: If you set the interface name using the custom*internal*interface*name or custom*external*interface*name parameter in the network*config structure, and also set the interface name using the multi*interface*name*config parameter, only the latter will take effect. If you set the public network interface name only through the custom*external*interface*name parameter in the network*config structure, the name cannot be eth2, eth3, Ethernet2, or Ethernet3. The name you set will be used as the name for the Telecom public network interface. The names for the Unicom and Mobile public network interfaces will use the default values. If you do not set the interface name, the default values will be used: Linux edge instances: The default name for the private network interface is eth0. The default name for the Telecom public network interface is eth1. The default name for the Unicom public network interface is eth2. The default name for the Mobile public network interface is eth3. Windows edge instances: The default name for the private network interface is Ethernet0. The default name for the Telecom public network interface is Ethernet1. The default name for the Unicom public network interface is Ethernet2. The default name for the Mobile public network interface is Ethernet3. Notes: The multi*interface*name*config parameter and the single*interface*name*config parameter cannot be specified at the same time. The names of different network interfaces on the same edge instance must be unique. When using the multi*interface*name*config parameter, you must specify all interface names at the same time.
|
|
30526
|
+
*/
|
|
30527
|
+
multiInterfaceNameConfig: outputs.veenedge.GetCloudServerInstanceAreaNumMultiInterfaceNameConfig;
|
|
30528
|
+
/**
|
|
30529
|
+
* Number of instances.
|
|
30530
|
+
*/
|
|
30531
|
+
num: number;
|
|
30532
|
+
/**
|
|
30533
|
+
* Network interface card name for a private network type edge instance configured with a single public network interface card. You can use this parameter to set the names of the public and private network interface cards. It is recommended to set both the public and private network interface card names. Please note the following when using this parameter: Usage restrictions: This parameter is only applicable to private network type edge instances. You must submit a ticket to enable the relevant feature before this parameter can be used; otherwise, the parameter value is invalid. Effectiveness: If you set the network interface card name using the custom*internal*interface*name or custom*external*interface*name parameters in the network*config structure, and also set the name using the single*interface*name*config parameter, only the latter will take effect. If you do not set the network interface card name, the default values will be used: For Linux edge instances: the private network interface card name defaults to eth0, and the public network interface card name defaults to eth1. For Windows edge instances: the private network interface card name defaults to Ethernet0, and the public network interface card name defaults to Ethernet1. Notes: The single*interface*name*config parameter and the multi*interface*name*config parameter cannot be specified at the same time. The names of different network interface cards within the same edge instance must be unique. This parameter applies to edge instances with a single public network interface card on both single-line and multi-line nodes, but does not apply to edge instances with multiple public network interface cards on multi-line nodes.
|
|
30534
|
+
*/
|
|
30535
|
+
singleInterfaceNameConfig: outputs.veenedge.GetCloudServerInstanceAreaNumSingleInterfaceNameConfig;
|
|
30536
|
+
/**
|
|
30537
|
+
* Subnet ID. If you specify a custom private network, you must also set subnetIdentity to specify the subnet.
|
|
30538
|
+
*/
|
|
30539
|
+
subnetIdentity: string;
|
|
30540
|
+
/**
|
|
30541
|
+
* Private network ID. This parameter specifies the private network where the edge service is deployed. If vpc*identity is set, cluster*name must also be set. If you specify a custom private network, you must also set subnetIdentity to specify the subnet.
|
|
30542
|
+
*/
|
|
30543
|
+
vpcIdentity: string;
|
|
30544
|
+
}
|
|
30545
|
+
interface GetCloudServerInstanceAreaNumMultiInterfaceNameConfig {
|
|
30546
|
+
/**
|
|
30547
|
+
* Mobile public network interface name. Naming rules: 3–15 characters allowed. Uppercase and lowercase letters, numbers, hyphens (-), and underscores (_) are permitted. Interface names must be unique within the same edge instance.
|
|
30548
|
+
*/
|
|
30549
|
+
cmccExternalInterfaceName: string;
|
|
30550
|
+
/**
|
|
30551
|
+
* Telecom public network interface name. Naming rules: 3–15 characters allowed. Uppercase and lowercase letters, numbers, hyphens (-), and underscores (_) are allowed. The network interface name must be unique within the same edge instance.
|
|
30552
|
+
*/
|
|
30553
|
+
ctccExternalInterfaceName: string;
|
|
30554
|
+
/**
|
|
30555
|
+
* Public network NIC name. Naming rules: 3–15 characters allowed. Uppercase and lowercase letters, numbers, hyphens (-), and underscores (_) are permitted. NIC names must be unique within the same edge instance.
|
|
30556
|
+
*/
|
|
30557
|
+
cuccExternalInterfaceName: string;
|
|
30558
|
+
/**
|
|
30559
|
+
* Private network interface name. Naming rules: 3–15 characters allowed. Uppercase and lowercase letters, numbers, hyphens (-), and underscores (_) are permitted. Network interface names must be unique within the same edge instance.
|
|
30560
|
+
*/
|
|
30561
|
+
internalInterfaceName: string;
|
|
30562
|
+
}
|
|
30563
|
+
interface GetCloudServerInstanceAreaNumSingleInterfaceNameConfig {
|
|
30564
|
+
/**
|
|
30565
|
+
* Public network interface name. Naming rules: 3–15 characters allowed. Uppercase and lowercase letters, numbers, hyphens (-), and underscores (_) are allowed. The network interface name must be unique within the same edge instance.
|
|
30566
|
+
*/
|
|
30567
|
+
externalInterfaceName: string;
|
|
30568
|
+
/**
|
|
30569
|
+
* Private network interface name. Naming rules: 3–15 characters allowed. Uppercase and lowercase letters, numbers, hyphens (-), and underscores (_) are permitted. Network interface names must be unique within the same edge instance.
|
|
30570
|
+
*/
|
|
30571
|
+
internalInterfaceName: string;
|
|
30572
|
+
}
|
|
30573
|
+
interface GetCloudServerNetworkConfig {
|
|
30574
|
+
/**
|
|
30575
|
+
* Peak public bandwidth. Value range: [5, maximum bandwidth supported by the instance type]. Value must be a multiple of 5. Unit: Mbps. When you select an IPv4/IPv6 dual-stack edge instance, the configured peak bandwidth is shared by the IPv4 and IPv6 public IP addresses. If disable*ipv4 is set to true, you do not need to configure the bandwidth*peak parameter.
|
|
30576
|
+
*/
|
|
30577
|
+
bandwidthPeak: string;
|
|
30578
|
+
/**
|
|
30579
|
+
* Bandwidth throttling by carrier. The parameter values take effect only when you select carrier-based throttling (isp) mode. Mobile public network bandwidth peak: The default value equals the public network bandwidth peak. The value must be a multiple of 5. Unit: Mbps. Unicom public network bandwidth peak: The default value is 0. The value must be a multiple of 5. Unit: Mbps. Telecom public network bandwidth peak: The default value is 0. The value must be a multiple of 5. Unit: Mbps.
|
|
30580
|
+
*/
|
|
30581
|
+
bandwidthPeakLimitIspConfigs: outputs.veenedge.GetCloudServerNetworkConfigBandwidthPeakLimitIspConfig[];
|
|
30582
|
+
/**
|
|
30583
|
+
* Shared public bandwidth peak for all elastic public IPs bound to the private IP address of the edge instance. Private IP addresses include both primary and secondary private IP addresses. The value range for this parameter is the same as the bandwidthPeak parameter. When you set a shared bandwidth peak, the bandwidth peak of the elastic public IP itself will not take effect.
|
|
30584
|
+
*/
|
|
30585
|
+
boundEipShareBandwidthPeak: string;
|
|
30586
|
+
/**
|
|
30587
|
+
* Name of the public network interface. Naming rules: 3–15 characters allowed. Uppercase and lowercase letters, numbers, hyphens (-), and underscores (_) are allowed. The network interface name must be unique within the same edge instance.
|
|
30588
|
+
*/
|
|
30589
|
+
customExternalInterfaceName: string;
|
|
30590
|
+
/**
|
|
30591
|
+
* Private network NIC name. Naming rules: 3–15 characters allowed. Uppercase and lowercase letters, numbers, hyphens (-), and underscores (_) are permitted. NIC names must be unique within the same edge instance.
|
|
30592
|
+
*/
|
|
30593
|
+
customInternalInterfaceName: string;
|
|
30594
|
+
/**
|
|
30595
|
+
* Whether to disable IPv4. Value range: true: Disable IPv4. false (default): Enable IPv4.
|
|
30596
|
+
*/
|
|
30597
|
+
disableIpv4: boolean;
|
|
30598
|
+
/**
|
|
30599
|
+
* DNS list. The first IP address is the primary DNS, and the subsequent IP addresses are backup DNS.
|
|
30600
|
+
*/
|
|
30601
|
+
dnsLists: string[];
|
|
30602
|
+
/**
|
|
30603
|
+
* DNS type: default: Default DNS. custom: Custom DNS. If this parameter is not set, the default DNS configuration is used, with the preferred DNS as 114.114.114.114 and the alternate DNS as 180.184.1.1. DNS configuration is not supported for bare metal instances. When the instance type is bare metal, you do not need to set the dns*type and dns*list parameters.
|
|
30604
|
+
*/
|
|
30605
|
+
dnsType: string;
|
|
30606
|
+
/**
|
|
30607
|
+
* Enable IPv6. Value options: true: Enable IPv6. false (default): Disable IPv6. By default, the system assigns a public IPv4 address to the edge instance. When IPv6 is enabled, the system assigns both a public IPv4 address and a public IPv6 address to the edge instance.
|
|
30608
|
+
*/
|
|
30609
|
+
enableIpv6: boolean;
|
|
30610
|
+
/**
|
|
30611
|
+
* Rate limiting mode. When using multi-line nodes, you can configure the rate limiting mode for edge instances. Value options: shared (default): Shared rate limiting. All carriers share bandwidth resources, and the total public bandwidth used does not exceed the bandwidthPeak value (public bandwidth peak). isp: Carrier-based rate limiting. You can set the bandwidth peak for each carrier individually.
|
|
30612
|
+
*/
|
|
30613
|
+
limitMode: string;
|
|
30614
|
+
/**
|
|
30615
|
+
* Number of auxiliary private IPs.
|
|
30616
|
+
*/
|
|
30617
|
+
secondaryInternalIpNum: number;
|
|
30618
|
+
/**
|
|
30619
|
+
* List of bound global firewall IDs.
|
|
30620
|
+
*/
|
|
30621
|
+
securityGroupIdLists: string[];
|
|
30622
|
+
/**
|
|
30623
|
+
* TCP connection timeout for edge instances. If no data is transmitted over an established TCP connection and this condition lasts for the configured timeout period, the edge instance will close the connection. Value range: 30~910. Default: 900. Unit: seconds. All edge instances created under edge services use the currently configured TCP connection timeout. If you modify this setting, newly created edge instances will use the updated configuration; existing edge instances are not affected.
|
|
30624
|
+
*/
|
|
30625
|
+
tcpTimeout: number;
|
|
30626
|
+
/**
|
|
30627
|
+
* UDP session timeout for edge instances. If no data is transmitted in an established UDP session and the duration reaches the configured timeout, the edge instance will clear the session state information. Value range: 15~310. Default: 60. Unit: seconds. All edge instances created under the edge service use the currently configured UDP session timeout. If you modify this configuration, new edge instances will use the updated configuration; existing edge instances are not affected.
|
|
30628
|
+
*/
|
|
30629
|
+
udpTimeout: number;
|
|
30630
|
+
}
|
|
30631
|
+
interface GetCloudServerNetworkConfigBandwidthPeakLimitIspConfig {
|
|
30632
|
+
/**
|
|
30633
|
+
* Bandwidth limit value for this carrier.
|
|
30634
|
+
*/
|
|
30635
|
+
bandwidthPeakLimit: string;
|
|
30636
|
+
/**
|
|
30637
|
+
* Carrier. Value options: CMCC: China Mobile. CTCC: China Telecom. CUCC: China Unicom.
|
|
30638
|
+
*/
|
|
30639
|
+
isp: string;
|
|
30640
|
+
}
|
|
30641
|
+
interface GetCloudServerScheduleStrategy {
|
|
30642
|
+
/**
|
|
30643
|
+
* Pricing policy: high*priority: prioritize higher price. When you create multiple edge instances across multiple regions, this policy means the system will prioritize nodes in cities with higher bandwidth prices for deploying edge instances. low*priority: prioritize lower price. When you create multiple edge instances across multiple regions, this policy means the system will prioritize nodes in cities with lower bandwidth prices for deploying edge instances.
|
|
30644
|
+
*/
|
|
30645
|
+
priceStrategy: string;
|
|
30646
|
+
/**
|
|
30647
|
+
* Scheduling policy: dispersion: city dispersion. When you create multiple edge instances in multiple regions, this policy means the system prioritizes nodes in different cities for deploying edge instances. concentration: city concentration. When you create multiple edge instances in multiple regions, this policy means the system prioritizes nodes in the same city for deploying edge instances.
|
|
30648
|
+
*/
|
|
30649
|
+
scheduleStrategy: string;
|
|
30650
|
+
}
|
|
30651
|
+
interface GetCloudServerSecretConfig {
|
|
30652
|
+
/**
|
|
30653
|
+
* Login password. Custom password: Password input rules are as follows: 8–30 characters allowed. The password must contain at least three of the following types: uppercase letters, lowercase letters, numbers, and special characters. Supported special characters: ()`~!@#$%^&*-+=_|{}[]:;'<>,.?/ Double quotes (") , backslash (), and spaces are not allowed, and the password cannot start with a forward slash (/). SSH Key type password: Enter the SSH key pair ID. You can query the key pair ID via the ListSSHKey API.
|
|
30654
|
+
*/
|
|
30655
|
+
secretData: string;
|
|
30656
|
+
/**
|
|
30657
|
+
* Type of login password for edge instances. Value options: 2: Custom password. 3: SSH Key type password. 4: Indicates no login credentials are injected.
|
|
30658
|
+
*/
|
|
30659
|
+
secretType: number;
|
|
30660
|
+
}
|
|
30661
|
+
interface GetCloudServerStorageConfig {
|
|
30662
|
+
/**
|
|
30663
|
+
* Data disk. This parameter is used to add a single data disk. To add multiple data disks at once, use the data*disk*list parameter.
|
|
30664
|
+
*/
|
|
30665
|
+
dataDisk: outputs.veenedge.GetCloudServerStorageConfigDataDisk;
|
|
30666
|
+
/**
|
|
30667
|
+
* Data disk list. This parameter is used to add one or more data disks.
|
|
30668
|
+
*/
|
|
30669
|
+
dataDiskLists: outputs.veenedge.GetCloudServerStorageConfigDataDiskList[];
|
|
30670
|
+
/**
|
|
30671
|
+
* Local data disk configuration list.
|
|
30672
|
+
*/
|
|
30673
|
+
dataLocalDisks: outputs.veenedge.GetCloudServerStorageConfigDataLocalDisk[];
|
|
30674
|
+
/**
|
|
30675
|
+
* System disk configuration
|
|
30676
|
+
*/
|
|
30677
|
+
systemDisk: outputs.veenedge.GetCloudServerStorageConfigSystemDisk;
|
|
30678
|
+
}
|
|
30679
|
+
interface GetCloudServerStorageConfigDataDisk {
|
|
30680
|
+
/**
|
|
30681
|
+
* Disk capacity. Unit: GB. Capacity range: System cloud disk: 40–100. Data cloud disk: 20–1000.
|
|
30682
|
+
*/
|
|
30683
|
+
capacity: string;
|
|
30684
|
+
/**
|
|
30685
|
+
* Release disk with instance
|
|
30686
|
+
*/
|
|
30687
|
+
deleteWithInstance: boolean;
|
|
30688
|
+
/**
|
|
30689
|
+
* Disk unique identifier
|
|
30690
|
+
*/
|
|
30691
|
+
diskIdentity: string;
|
|
30692
|
+
/**
|
|
30693
|
+
* Local disk type.
|
|
30694
|
+
*/
|
|
30695
|
+
localDiskClass: string;
|
|
30696
|
+
/**
|
|
30697
|
+
* Local disk resource name.
|
|
30698
|
+
*/
|
|
30699
|
+
localDiskResourceName: string;
|
|
30700
|
+
/**
|
|
30701
|
+
* Disk type. Valid values: CloudBlockHDD: HDD cloud disk. CloudBlockSSD: SSD cloud disk.
|
|
30702
|
+
*/
|
|
30703
|
+
storageType: string;
|
|
30704
|
+
}
|
|
30705
|
+
interface GetCloudServerStorageConfigDataDiskList {
|
|
30706
|
+
/**
|
|
30707
|
+
* Disk capacity. Unit: GB. Capacity range: System cloud disk: 40–100. Data cloud disk: 20–1000.
|
|
30708
|
+
*/
|
|
30709
|
+
capacity: string;
|
|
30710
|
+
/**
|
|
30711
|
+
* Release disk with instance
|
|
30712
|
+
*/
|
|
30713
|
+
deleteWithInstance: boolean;
|
|
30714
|
+
/**
|
|
30715
|
+
* Disk unique identifier
|
|
30716
|
+
*/
|
|
30717
|
+
diskIdentity: string;
|
|
30718
|
+
/**
|
|
30719
|
+
* Local disk type.
|
|
30720
|
+
*/
|
|
30721
|
+
localDiskClass: string;
|
|
30722
|
+
/**
|
|
30723
|
+
* Local disk resource name.
|
|
30724
|
+
*/
|
|
30725
|
+
localDiskResourceName: string;
|
|
30726
|
+
/**
|
|
30727
|
+
* Disk type. Valid values: CloudBlockHDD: HDD cloud disk. CloudBlockSSD: SSD cloud disk.
|
|
30728
|
+
*/
|
|
30729
|
+
storageType: string;
|
|
30730
|
+
}
|
|
30731
|
+
interface GetCloudServerStorageConfigDataLocalDisk {
|
|
30732
|
+
/**
|
|
30733
|
+
* Disk specifications.
|
|
30734
|
+
*/
|
|
30735
|
+
diskSpec: outputs.veenedge.GetCloudServerStorageConfigDataLocalDiskDiskSpec;
|
|
30736
|
+
/**
|
|
30737
|
+
* Number of disks
|
|
30738
|
+
*/
|
|
30739
|
+
num: number;
|
|
30740
|
+
}
|
|
30741
|
+
interface GetCloudServerStorageConfigDataLocalDiskDiskSpec {
|
|
30742
|
+
/**
|
|
30743
|
+
* Disk capacity. Unit: GB. Capacity range: System cloud disk: 40–100. Data cloud disk: 20–1000.
|
|
30744
|
+
*/
|
|
30745
|
+
capacity: string;
|
|
30746
|
+
/**
|
|
30747
|
+
* Release disk with instance
|
|
30748
|
+
*/
|
|
30749
|
+
deleteWithInstance: boolean;
|
|
30750
|
+
/**
|
|
30751
|
+
* Disk unique identifier
|
|
30752
|
+
*/
|
|
30753
|
+
diskIdentity: string;
|
|
30754
|
+
/**
|
|
30755
|
+
* Local disk type.
|
|
30756
|
+
*/
|
|
30757
|
+
localDiskClass: string;
|
|
30758
|
+
/**
|
|
30759
|
+
* Local disk resource name.
|
|
30760
|
+
*/
|
|
30761
|
+
localDiskResourceName: string;
|
|
30762
|
+
/**
|
|
30763
|
+
* Disk type. Valid values: CloudBlockHDD: HDD cloud disk. CloudBlockSSD: SSD cloud disk.
|
|
30764
|
+
*/
|
|
30765
|
+
storageType: string;
|
|
30766
|
+
}
|
|
30767
|
+
interface GetCloudServerStorageConfigSystemDisk {
|
|
30768
|
+
/**
|
|
30769
|
+
* Disk capacity. Unit: GB. Capacity range: System cloud disk: 40–100. Data cloud disk: 20–1000.
|
|
30770
|
+
*/
|
|
30771
|
+
capacity: string;
|
|
30772
|
+
/**
|
|
30773
|
+
* Release disk with instance
|
|
30774
|
+
*/
|
|
30775
|
+
deleteWithInstance: boolean;
|
|
30776
|
+
/**
|
|
30777
|
+
* Disk unique identifier
|
|
30778
|
+
*/
|
|
30779
|
+
diskIdentity: string;
|
|
30780
|
+
/**
|
|
30781
|
+
* Local disk type.
|
|
30782
|
+
*/
|
|
30783
|
+
localDiskClass: string;
|
|
30784
|
+
/**
|
|
30785
|
+
* Local disk resource name.
|
|
30786
|
+
*/
|
|
30787
|
+
localDiskResourceName: string;
|
|
30788
|
+
/**
|
|
30789
|
+
* Disk type. Valid values: CloudBlockHDD: HDD cloud disk. CloudBlockSSD: SSD cloud disk.
|
|
30790
|
+
*/
|
|
30791
|
+
storageType: string;
|
|
30792
|
+
}
|
|
30793
|
+
interface GetCloudServerTag {
|
|
30794
|
+
/**
|
|
30795
|
+
* Tag key
|
|
30796
|
+
*/
|
|
30797
|
+
key: string;
|
|
30798
|
+
/**
|
|
30799
|
+
* Tag value
|
|
30800
|
+
*/
|
|
30801
|
+
value: string;
|
|
30802
|
+
}
|
|
30803
|
+
interface GetVeenAdvancedConfiguration {
|
|
30804
|
+
/**
|
|
30805
|
+
* Whether deletion protection is enabled for the edge instance. true: enabled. false: not enabled.
|
|
30806
|
+
*/
|
|
30807
|
+
deleteProtection: boolean;
|
|
30808
|
+
}
|
|
30809
|
+
interface GetVeenBandwidthPeakLimitIspConfigs {
|
|
30810
|
+
/**
|
|
30811
|
+
* Bandwidth throttling value for this carrier.
|
|
30812
|
+
*/
|
|
30813
|
+
bandwidthPeakLimit: string;
|
|
30814
|
+
/**
|
|
30815
|
+
* Carrier. Value range: CMCC: China Mobile; CTCC: China Telecom; CUCC: China Unicom
|
|
30816
|
+
*/
|
|
30817
|
+
isp: string;
|
|
30818
|
+
}
|
|
30819
|
+
interface GetVeenBilling {
|
|
30820
|
+
/**
|
|
30821
|
+
* Bandwidth billing method: MonthlyP95: Billed by monthly 95th percentile. DailyPeak: Billed by daily peak. If you require daily peak billing or other billing methods, please submit a ticket.
|
|
30822
|
+
*/
|
|
30823
|
+
bandwidthBillingMethod: string;
|
|
30824
|
+
/**
|
|
30825
|
+
* Compute billing method: MonthlyPeak: monthly peak billing. DailyPeak: daily peak billing. If you require daily peak billing or other billing methods, please submit a ticket. PrePaid: yearly/monthly subscription.
|
|
30826
|
+
*/
|
|
30827
|
+
computingBillingMethod: string;
|
|
30828
|
+
}
|
|
30829
|
+
interface GetVeenBillingConfig {
|
|
30830
|
+
/**
|
|
30831
|
+
* Enable auto-renewal. Value options: true: enable auto-renewal. false (default): disable auto-renewal.
|
|
30832
|
+
*/
|
|
30833
|
+
autoRenew: boolean;
|
|
30834
|
+
/**
|
|
30835
|
+
* Unit of resource purchase duration. This parameter must be used together with the pre*paid*period_number parameter. Valid values: monthly: month
|
|
30836
|
+
*/
|
|
30837
|
+
prePaidPeriod: string;
|
|
30838
|
+
/**
|
|
30839
|
+
* Resource purchase duration. This parameter must be used together with the pre*paid*period parameter. Valid values: 1, 2, 3, 4, 5, 6, 7, 8, 9, 12, 24, 36
|
|
30840
|
+
*/
|
|
30841
|
+
prePaidPeriodNumber: number;
|
|
30842
|
+
}
|
|
30843
|
+
interface GetVeenCluster {
|
|
30844
|
+
/**
|
|
30845
|
+
* Node alias.
|
|
30846
|
+
*/
|
|
30847
|
+
alias: string;
|
|
30848
|
+
/**
|
|
30849
|
+
* City where the node is located.
|
|
30850
|
+
*/
|
|
30851
|
+
city: string;
|
|
30852
|
+
/**
|
|
30853
|
+
* Name of the node
|
|
30854
|
+
*/
|
|
30855
|
+
clusterName: string;
|
|
30856
|
+
/**
|
|
30857
|
+
* Country where the node is located.
|
|
30858
|
+
*/
|
|
30859
|
+
country: string;
|
|
30860
|
+
/**
|
|
30861
|
+
* Network carrier of the node.
|
|
30862
|
+
*/
|
|
30863
|
+
isp: string;
|
|
30864
|
+
/**
|
|
30865
|
+
* Node billing category: 1: Beijing, Shanghai, Guangzhou; 2: regional centers; 3: general cities
|
|
30866
|
+
*/
|
|
30867
|
+
level: string;
|
|
30868
|
+
/**
|
|
30869
|
+
* Province where the node is located.
|
|
30870
|
+
*/
|
|
30871
|
+
province: string;
|
|
30872
|
+
/**
|
|
30873
|
+
* Region where the node is located.
|
|
30874
|
+
*/
|
|
30875
|
+
region: string;
|
|
30876
|
+
}
|
|
30877
|
+
interface GetVeenCustomData {
|
|
30878
|
+
/**
|
|
30879
|
+
* Original user data content. When IsBase64 is true, the data should be Base64 encoded.
|
|
30880
|
+
*/
|
|
30881
|
+
data: string;
|
|
30882
|
+
/**
|
|
30883
|
+
* Whether the data uses Base64 encoding
|
|
30884
|
+
*/
|
|
30885
|
+
isBase64: boolean;
|
|
30886
|
+
}
|
|
30887
|
+
interface GetVeenGpu {
|
|
30888
|
+
/**
|
|
30889
|
+
* GPU specification information
|
|
30890
|
+
*/
|
|
30891
|
+
gpuses: outputs.veenedge.GetVeenGpuGpus[];
|
|
30892
|
+
}
|
|
30893
|
+
interface GetVeenGpuGpus {
|
|
30894
|
+
/**
|
|
30895
|
+
* GPU specification
|
|
30896
|
+
*/
|
|
30897
|
+
gpuSpec: outputs.veenedge.GetVeenGpuGpusGpuSpec;
|
|
30898
|
+
/**
|
|
30899
|
+
* GPU quantity.
|
|
30900
|
+
*/
|
|
30901
|
+
num: number;
|
|
30902
|
+
}
|
|
30903
|
+
interface GetVeenGpuGpusGpuSpec {
|
|
30904
|
+
/**
|
|
30905
|
+
* GPU type.
|
|
30906
|
+
*/
|
|
30907
|
+
gpuType: string;
|
|
30908
|
+
}
|
|
30909
|
+
interface GetVeenImage {
|
|
30910
|
+
/**
|
|
30911
|
+
* Whether to disable VGA. Value range: true: disable VGA; false: enable VGA.
|
|
30912
|
+
*/
|
|
30913
|
+
disableVga: boolean;
|
|
30914
|
+
/**
|
|
30915
|
+
* Image boot mode: BIOS, UEFI
|
|
30916
|
+
*/
|
|
30917
|
+
imageBootMode: string;
|
|
30918
|
+
/**
|
|
30919
|
+
* Image ID.
|
|
30920
|
+
*/
|
|
30921
|
+
imageIdentity: string;
|
|
30922
|
+
/**
|
|
30923
|
+
* Image name.
|
|
30924
|
+
*/
|
|
30925
|
+
imageName: string;
|
|
30926
|
+
/**
|
|
30927
|
+
* Image attributes: BENBuildImage: image created from edge instance. LocalImage: local image. PublicBaseImage: public image. UrlImage: image uploaded via URL
|
|
30928
|
+
*/
|
|
30929
|
+
property: string;
|
|
30930
|
+
/**
|
|
30931
|
+
* Operating system architecture.
|
|
30932
|
+
*/
|
|
30933
|
+
systemArch: string;
|
|
30934
|
+
/**
|
|
30935
|
+
* Operating system bitness.
|
|
30936
|
+
*/
|
|
30937
|
+
systemBit: string;
|
|
30938
|
+
/**
|
|
30939
|
+
* Type of operating system.
|
|
30940
|
+
*/
|
|
30941
|
+
systemType: string;
|
|
30942
|
+
/**
|
|
30943
|
+
* Operating system version.
|
|
30944
|
+
*/
|
|
30945
|
+
systemVersion: string;
|
|
30946
|
+
}
|
|
30947
|
+
interface GetVeenInstanceAreaNum {
|
|
30948
|
+
/**
|
|
30949
|
+
* Region name. You can use the ListAvailableResourceInfo API to query supported regions, cities, carriers, and node information for instance types
|
|
30950
|
+
*/
|
|
30951
|
+
areaName: string;
|
|
30952
|
+
/**
|
|
30953
|
+
* Node name. Specify the node where you want to deploy the edge service. You can query the supported regions, cities, carriers, and node information for instance types through the ListAvailableResourceInfo API.
|
|
30954
|
+
*/
|
|
30955
|
+
clusterName: string;
|
|
30956
|
+
/**
|
|
30957
|
+
* Default ISP. This parameter is only applicable to multi-line nodes. When specifying the default ISP, ensure it is within the range of node ISPs. Only one ISP can be specified as the default. Note: When the value of external*network*mode is single*interface*cmcc*ip, single*interface*cucc*ip, or single*interface*ctcc*ip, the ISP specified in default*isp must be the same as the ISP specified in external*network*mode. For example, when external*network*mode is set to single*interface*cmcc*ip, the value of default*isp must be set to CMCC. When external*network*mode is set to single*interface*multi*ip or multi*interface*multi*ip, the default*isp parameter must be specified, and the value can be set to CMCC, CUCC, or CTCC as needed. When external*network*mode is set to single*interface*single*ip or no*interface, default*isp does not need to be specified.
|
|
30958
|
+
*/
|
|
30959
|
+
defaultIsp: string;
|
|
30960
|
+
/**
|
|
30961
|
+
* Public network configuration. This parameter applies only to multi-line nodes. Value options: single*interface*multi*ip: single NIC with multiple IPs. If you are a new user of multi-line nodes, you must submit a ticket to enable the relevant permissions. single*interface*cmcc*ip: single NIC with China Mobile IP. You must submit a ticket to enable the relevant permissions. single*interface*cucc*ip: single NIC with China Unicom IP. You must submit a ticket to enable the relevant permissions.
|
|
30962
|
+
* single*interface*ctcc*ip: single NIC with China Telecom IP. You must submit a ticket to enable the relevant permissions. multi*interface*multi*ip: multiple NICs with multiple IPs. You must submit a ticket to enable the relevant permissions. single*interface*single*ip: single NIC with a single IP. In this mode, the system randomly assigns a public IP address from an available carrier. no*interface: no public network NIC. You must submit a ticket to enable the relevant permissions. Default values: When a public network NIC is available:
|
|
30963
|
+
* Single NIC multi-IP permission enabled: single*interface*multi*ip (single NIC with multiple IPs) is used by default. Single NIC multi-IP permission disabled: single*interface*single*ip (single NIC with a single IP) is used by default. When no public network NIC is available, no*interface is used by default.
|
|
30964
|
+
*/
|
|
30965
|
+
externalNetworkMode: string;
|
|
30966
|
+
/**
|
|
30967
|
+
* The host name list to assign to the created instances.
|
|
30968
|
+
*/
|
|
30969
|
+
hostNameLists: string[];
|
|
30970
|
+
/**
|
|
30971
|
+
* Carrier. You can use the ListAvailableResourceInfo API to query supported regions, cities, carriers, and node information for instance types
|
|
30972
|
+
*/
|
|
30973
|
+
isp: string;
|
|
30974
|
+
/**
|
|
30975
|
+
* NIC name for edge instances of private network type with multiple public NICs. You can use this parameter to set the names of public and private NICs. When using this parameter, note the following: Usage restrictions: This parameter applies only to edge instances of private network type. You must submit a ticket to enable this feature before you can use this parameter; otherwise, the parameter value is invalid. Effect: If you set the NIC name using the custom*internal*interface*name or custom*external*interface*name parameter in the edge service network*config struct, and also set the NIC name using the multi*interface*name*config parameter, only the latter takes effect.
|
|
30976
|
+
* If you set the public NIC name only through the custom*external*interface*name parameter in the edge service network*config struct, the name cannot be eth2, eth3, Ethernet2, or Ethernet3. The name you set will be used as the name for the China Telecom public NIC. The China Unicom and China Mobile public NICs will use the default values. If you do not set the NIC name, the following default values apply: Linux edge instance: The default name for the private NIC is eth0. The default name for the China Telecom public NIC is eth1. The default name for the China Unicom public NIC is eth2. The default name for the China Mobile public NIC is eth3. Windows edge instance: The default name for the private NIC is Ethernet0. The default name for the China Telecom public NIC is Ethernet1. The default name for the China Unicom public NIC is Ethernet2. The default name for the China Mobile public NIC is Ethernet3.
|
|
30977
|
+
*/
|
|
30978
|
+
multiInterfaceNameConfig: outputs.veenedge.GetVeenInstanceAreaNumMultiInterfaceNameConfig;
|
|
30979
|
+
/**
|
|
30980
|
+
* Number of instances.
|
|
30981
|
+
*/
|
|
30982
|
+
num: number;
|
|
30983
|
+
/**
|
|
30984
|
+
* Name of the network interface for a private network type edge instance configured with a single public network interface. You can use this parameter to set the names of both the public and private network interfaces. It is recommended to set both the public and private network interface names. Please note the following when using this parameter: Usage restrictions: This parameter is only applicable to private network type edge instances. You must submit a ticket to enable the related feature before this parameter can be used; otherwise, the parameter value is invalid. Effectiveness: If you set the network interface name using the custom*internal*interface*name or custom*external*interface*name parameter in the network*config structure of the edge service, and also set the network interface name using the single*interface*name*config parameter, only the latter takes effect. If you do not set the network interface name, the default values are used: For Linux edge instances: the default name for the private network interface is eth0, and for the public network interface is eth1. For Windows edge instances: the default name for the private network interface is Ethernet0, and for the public network interface is Ethernet1.
|
|
30985
|
+
*/
|
|
30986
|
+
singleInterfaceNameConfig: outputs.veenedge.GetVeenInstanceAreaNumSingleInterfaceNameConfig;
|
|
30987
|
+
/**
|
|
30988
|
+
* Subnet ID. If you specify a custom private network, you must also set subnetIdentity to specify the subnet.
|
|
30989
|
+
*/
|
|
30990
|
+
subnetIdentity: string;
|
|
30991
|
+
/**
|
|
30992
|
+
* Private network ID. This parameter specifies the private network where the edge service is deployed. If vpc*identity is set, cluster*name must also be set. If you specify a custom private network, subnetIdentity must also be set to specify the subnet
|
|
30993
|
+
*/
|
|
30994
|
+
vpcIdentity: string;
|
|
30995
|
+
}
|
|
30996
|
+
interface GetVeenInstanceAreaNumMultiInterfaceNameConfig {
|
|
30997
|
+
/**
|
|
30998
|
+
* Name of the mobile public network interface. Naming rules: 3–15 characters allowed. Uppercase and lowercase letters, numbers, hyphens (-), and underscores (_) are allowed. The network interface name must be unique within the same edge instance.
|
|
30999
|
+
*/
|
|
31000
|
+
cmccExternalInterfaceName: string;
|
|
31001
|
+
/**
|
|
31002
|
+
* Telecom public network NIC name. Naming rules: 3–15 characters allowed. Uppercase and lowercase letters, numbers allowed. Hyphens (-) and underscores (_) allowed. NIC names must be unique within the same edge instance
|
|
31003
|
+
*/
|
|
31004
|
+
ctccExternalInterfaceName: string;
|
|
31005
|
+
/**
|
|
31006
|
+
* Public network interface name for Unicom. Naming rules: 3–15 characters allowed. Uppercase and lowercase letters, numbers, hyphens (-), and underscores (_) are permitted. Interface names must be unique within the same edge instance
|
|
31007
|
+
*/
|
|
31008
|
+
cuccExternalInterfaceName: string;
|
|
31009
|
+
/**
|
|
31010
|
+
* Private network interface name. Naming rules: 3–15 characters allowed. Uppercase and lowercase letters, numbers, hyphens (-), and underscores (_) are permitted. Interface names must be unique within the same edge instance
|
|
31011
|
+
*/
|
|
31012
|
+
internalInterfaceName: string;
|
|
31013
|
+
}
|
|
31014
|
+
interface GetVeenInstanceAreaNumSingleInterfaceNameConfig {
|
|
31015
|
+
/**
|
|
31016
|
+
* Public network interface card name. Naming rules: 3–15 characters allowed. Uppercase and lowercase letters, numbers, hyphens (-), and underscores (_) are permitted. The network interface card name must be unique within the same edge instance.
|
|
31017
|
+
*/
|
|
31018
|
+
externalInterfaceName: string;
|
|
31019
|
+
/**
|
|
31020
|
+
* Private network interface name. Naming rules: 3–15 characters allowed. Uppercase and lowercase letters, numbers, hyphens (-), and underscores (_) are permitted. Interface names must be unique within the same edge instance
|
|
31021
|
+
*/
|
|
31022
|
+
internalInterfaceName: string;
|
|
31023
|
+
}
|
|
31024
|
+
interface GetVeenMonitorAgent {
|
|
31025
|
+
/**
|
|
31026
|
+
* Status of the monitoring Agent: running: running. stopped: not running. If the return value is an empty string, it means the Agent is not running.
|
|
31027
|
+
*/
|
|
31028
|
+
agentStatus: string;
|
|
31029
|
+
}
|
|
31030
|
+
interface GetVeenNetwork {
|
|
31031
|
+
/**
|
|
31032
|
+
* Number of allocated auxiliary private IP addresses
|
|
31033
|
+
*/
|
|
31034
|
+
actualSecondaryIpNum: number;
|
|
31035
|
+
/**
|
|
31036
|
+
* Percentile peak bandwidth, no fixed bandwidth value.
|
|
31037
|
+
*/
|
|
31038
|
+
bandwidthPeakConfigRatio: outputs.veenedge.GetVeenNetworkBandwidthPeakConfigRatio;
|
|
31039
|
+
/**
|
|
31040
|
+
* Bandwidth peak update status: updating: updating. ready: update complete.
|
|
31041
|
+
*/
|
|
31042
|
+
bandwidthPeakUpdateStatus: string;
|
|
31043
|
+
/**
|
|
31044
|
+
* Default carrier
|
|
31045
|
+
*/
|
|
31046
|
+
defaultIsp: string;
|
|
31047
|
+
/**
|
|
31048
|
+
* Disable IPv4: true: IPv4 disabled. false: IPv4 enabled
|
|
31049
|
+
*/
|
|
31050
|
+
disableIpv4: boolean;
|
|
31051
|
+
/**
|
|
31052
|
+
* DNS list. The first IP address is the primary DNS, and the subsequent IP addresses are backup DNS servers
|
|
31053
|
+
*/
|
|
31054
|
+
dnsLists: string[];
|
|
31055
|
+
/**
|
|
31056
|
+
* DNS type: default: Default DNS. Default DNS configuration: Preferred DNS is 114.114.114.114, alternate DNS is 180.184.1.1. custom: Custom DNS.
|
|
31057
|
+
*/
|
|
31058
|
+
dnsType: string;
|
|
31059
|
+
/**
|
|
31060
|
+
* Enable IPv6: true: enable IPv6. false: disable IPv6.
|
|
31061
|
+
*/
|
|
31062
|
+
enableIpv6: boolean;
|
|
31063
|
+
/**
|
|
31064
|
+
* Public network configuration for multi-line nodes. single*interface*multi*ip: single NIC, multiple IPs. single*interface*cmcc*ip: single NIC, China Mobile IP. single*interface*cucc*ip: single NIC, China Unicom IP. single*interface*ctcc*ip: single NIC, China Telecom IP. multi*interface*multi*ip: multiple NICs, multiple IPs. no*interface: no public NIC.
|
|
31065
|
+
*/
|
|
31066
|
+
externalNetworkMode: string;
|
|
31067
|
+
/**
|
|
31068
|
+
* Bandwidth throttling mode. shared: shared throttling. Bandwidth resources are shared among carriers. isp: throttling by carrier. You set the bandwidth peak for each carrier separately.
|
|
31069
|
+
*/
|
|
31070
|
+
limitMode: string;
|
|
31071
|
+
/**
|
|
31072
|
+
* Edge instance TCP session timeout. Unit: seconds.
|
|
31073
|
+
*/
|
|
31074
|
+
tcpTimeout: number;
|
|
31075
|
+
/**
|
|
31076
|
+
* UDP session timeout for the edge instance. Unit: seconds.
|
|
31077
|
+
*/
|
|
31078
|
+
udpTimeout: number;
|
|
31079
|
+
/**
|
|
31080
|
+
* Whether it is a VF passthrough type: true: VF passthrough type. false: non-VF passthrough type.
|
|
31081
|
+
*/
|
|
31082
|
+
vfPassthrough: boolean;
|
|
31083
|
+
/**
|
|
31084
|
+
* Whether it is a VLAN VF passthrough type: true: VLAN VF passthrough type. false: Non-VLAN VF passthrough type.
|
|
31085
|
+
*/
|
|
31086
|
+
vlanVfPassthrough: boolean;
|
|
31087
|
+
/**
|
|
31088
|
+
* Number of required auxiliary private network IP addresses
|
|
31089
|
+
*/
|
|
31090
|
+
wantedSecondaryIpNum: number;
|
|
31091
|
+
}
|
|
31092
|
+
interface GetVeenNetworkBandwidthPeakConfigRatio {
|
|
31093
|
+
/**
|
|
31094
|
+
* Bandwidth ratio in enhanced/burst mode
|
|
31095
|
+
*/
|
|
31096
|
+
enhancedRatio: number;
|
|
31097
|
+
/**
|
|
31098
|
+
* Bandwidth ratio in standard mode
|
|
31099
|
+
*/
|
|
31100
|
+
normalRatio: number;
|
|
31101
|
+
}
|
|
31102
|
+
interface GetVeenSecret {
|
|
31103
|
+
/**
|
|
31104
|
+
* Edge instance login password type: 2: custom password. 3: SSH Key password. 4: do not inject login credentials.
|
|
31105
|
+
*/
|
|
31106
|
+
secretType: number;
|
|
31107
|
+
}
|
|
31108
|
+
interface GetVeenStorage {
|
|
31109
|
+
/**
|
|
31110
|
+
* Data disk. This parameter is used to add a single data disk
|
|
31111
|
+
*/
|
|
31112
|
+
dataDisk: outputs.veenedge.GetVeenStorageDataDisk;
|
|
31113
|
+
/**
|
|
31114
|
+
* Data disk list
|
|
31115
|
+
*/
|
|
31116
|
+
dataDiskLists: outputs.veenedge.GetVeenStorageDataDiskList[];
|
|
31117
|
+
/**
|
|
31118
|
+
* System disk
|
|
31119
|
+
*/
|
|
31120
|
+
systemDisk: outputs.veenedge.GetVeenStorageSystemDisk;
|
|
31121
|
+
}
|
|
31122
|
+
interface GetVeenStorageDataDisk {
|
|
31123
|
+
/**
|
|
31124
|
+
* Disk capacity. Unit: GB.
|
|
31125
|
+
*/
|
|
31126
|
+
capacity: string;
|
|
31127
|
+
/**
|
|
31128
|
+
* Release disk when instance is deleted. true: delete disk with instance; false: retain disk independently.
|
|
31129
|
+
*/
|
|
31130
|
+
deleteWithInstance: boolean;
|
|
31131
|
+
/**
|
|
31132
|
+
* Unique disk ID, the primary key of the cloud disk resource.
|
|
31133
|
+
*/
|
|
31134
|
+
diskIdentity: string;
|
|
31135
|
+
/**
|
|
31136
|
+
* Local disk specification type. Applies only to local disk instances; cloud disk instances leave this blank.
|
|
31137
|
+
*/
|
|
31138
|
+
localDiskClass: string;
|
|
31139
|
+
/**
|
|
31140
|
+
* Local disk resource name, exclusive identifier for local disk instances. Not required for cloud disk instances
|
|
31141
|
+
*/
|
|
31142
|
+
localDiskResourceName: string;
|
|
31143
|
+
/**
|
|
31144
|
+
* Disk type: CloudBlockHDD: HDD cloud disk. CloudBlockSSD: SSD cloud disk.
|
|
31145
|
+
*/
|
|
31146
|
+
storageType: string;
|
|
31147
|
+
}
|
|
31148
|
+
interface GetVeenStorageDataDiskList {
|
|
31149
|
+
/**
|
|
31150
|
+
* Disk capacity. Unit: GB.
|
|
31151
|
+
*/
|
|
31152
|
+
capacity: string;
|
|
31153
|
+
/**
|
|
31154
|
+
* Release disk when instance is deleted. true: delete disk with instance; false: retain disk independently.
|
|
31155
|
+
*/
|
|
31156
|
+
deleteWithInstance: boolean;
|
|
31157
|
+
/**
|
|
31158
|
+
* Unique disk ID, the primary key of the cloud disk resource.
|
|
31159
|
+
*/
|
|
31160
|
+
diskIdentity: string;
|
|
31161
|
+
/**
|
|
31162
|
+
* Local disk specification type. Applies only to local disk instances; cloud disk instances leave this blank.
|
|
31163
|
+
*/
|
|
31164
|
+
localDiskClass: string;
|
|
31165
|
+
/**
|
|
31166
|
+
* Local disk resource name, exclusive identifier for local disk instances. Not required for cloud disk instances
|
|
31167
|
+
*/
|
|
31168
|
+
localDiskResourceName: string;
|
|
31169
|
+
/**
|
|
31170
|
+
* Disk type: CloudBlockHDD: HDD cloud disk. CloudBlockSSD: SSD cloud disk.
|
|
31171
|
+
*/
|
|
31172
|
+
storageType: string;
|
|
31173
|
+
}
|
|
31174
|
+
interface GetVeenStorageSystemDisk {
|
|
31175
|
+
/**
|
|
31176
|
+
* Disk capacity. Unit: GB.
|
|
31177
|
+
*/
|
|
31178
|
+
capacity: string;
|
|
31179
|
+
/**
|
|
31180
|
+
* Release disk when instance is deleted. true: delete disk with instance; false: retain disk independently.
|
|
31181
|
+
*/
|
|
31182
|
+
deleteWithInstance: boolean;
|
|
31183
|
+
/**
|
|
31184
|
+
* Unique disk ID, the primary key of the cloud disk resource.
|
|
31185
|
+
*/
|
|
31186
|
+
diskIdentity: string;
|
|
31187
|
+
/**
|
|
31188
|
+
* Local disk specification type. Applies only to local disk instances; cloud disk instances leave this blank.
|
|
31189
|
+
*/
|
|
31190
|
+
localDiskClass: string;
|
|
31191
|
+
/**
|
|
31192
|
+
* Local disk resource name, exclusive identifier for local disk instances. Not required for cloud disk instances
|
|
31193
|
+
*/
|
|
31194
|
+
localDiskResourceName: string;
|
|
31195
|
+
/**
|
|
31196
|
+
* Disk type: CloudBlockHDD: HDD cloud disk. CloudBlockSSD: SSD cloud disk.
|
|
31197
|
+
*/
|
|
31198
|
+
storageType: string;
|
|
31199
|
+
}
|
|
31200
|
+
interface GetVeenTag {
|
|
31201
|
+
/**
|
|
31202
|
+
* Tag key.
|
|
31203
|
+
*/
|
|
31204
|
+
key: string;
|
|
31205
|
+
/**
|
|
31206
|
+
* Tag value.
|
|
31207
|
+
*/
|
|
31208
|
+
value: string;
|
|
31209
|
+
}
|
|
31210
|
+
interface GetVpcSubnet {
|
|
31211
|
+
/**
|
|
31212
|
+
* Subnet CIDR Block, e.g. 10.1.0.0/16
|
|
31213
|
+
*/
|
|
31214
|
+
cidr: string;
|
|
31215
|
+
/**
|
|
31216
|
+
* Subnet IP Segment, e.g. 10.1.0.0
|
|
31217
|
+
*/
|
|
31218
|
+
cidrIp: string;
|
|
31219
|
+
/**
|
|
31220
|
+
* Subnet Mask Length, e.g. 16
|
|
31221
|
+
*/
|
|
31222
|
+
cidrMask: number;
|
|
31223
|
+
/**
|
|
31224
|
+
* Subnet Creation Time, Unix Timestamp
|
|
31225
|
+
*/
|
|
31226
|
+
createTime: number;
|
|
31227
|
+
/**
|
|
31228
|
+
* Subnet Description
|
|
31229
|
+
*/
|
|
31230
|
+
desc: string;
|
|
31231
|
+
/**
|
|
31232
|
+
* Subnet Name
|
|
31233
|
+
*/
|
|
31234
|
+
name: string;
|
|
31235
|
+
/**
|
|
31236
|
+
* Subnet Status
|
|
31237
|
+
*/
|
|
31238
|
+
status: string;
|
|
31239
|
+
/**
|
|
31240
|
+
* Unique Identifier of Subnet
|
|
31241
|
+
*/
|
|
31242
|
+
subnetIdentity: string;
|
|
31243
|
+
/**
|
|
31244
|
+
* Subnet Update Time, Unix Timestamp
|
|
31245
|
+
*/
|
|
31246
|
+
updateTime: number;
|
|
31247
|
+
}
|
|
31248
|
+
interface GetVpcTag {
|
|
31249
|
+
/**
|
|
31250
|
+
* Tag Key
|
|
31251
|
+
*/
|
|
31252
|
+
key: string;
|
|
31253
|
+
/**
|
|
31254
|
+
* Tag Value
|
|
31255
|
+
*/
|
|
31256
|
+
value: string;
|
|
31257
|
+
}
|
|
31258
|
+
interface VeenAdvancedConfiguration {
|
|
31259
|
+
/**
|
|
31260
|
+
* Whether deletion protection is enabled for the edge instance. true: enabled. false: not enabled.
|
|
31261
|
+
*/
|
|
31262
|
+
deleteProtection: boolean;
|
|
31263
|
+
}
|
|
31264
|
+
interface VeenBandwidthPeakLimitIspConfigs {
|
|
31265
|
+
/**
|
|
31266
|
+
* Bandwidth throttling value for this carrier.
|
|
31267
|
+
*/
|
|
31268
|
+
bandwidthPeakLimit: string;
|
|
31269
|
+
/**
|
|
31270
|
+
* Carrier. Value range: CMCC: China Mobile; CTCC: China Telecom; CUCC: China Unicom
|
|
31271
|
+
*/
|
|
31272
|
+
isp: string;
|
|
31273
|
+
}
|
|
31274
|
+
interface VeenBilling {
|
|
31275
|
+
/**
|
|
31276
|
+
* Bandwidth billing method: MonthlyP95: Billed by monthly 95th percentile. DailyPeak: Billed by daily peak. If you require daily peak billing or other billing methods, please submit a ticket.
|
|
31277
|
+
*/
|
|
31278
|
+
bandwidthBillingMethod: string;
|
|
31279
|
+
/**
|
|
31280
|
+
* Compute billing method: MonthlyPeak: monthly peak billing. DailyPeak: daily peak billing. If you require daily peak billing or other billing methods, please submit a ticket. PrePaid: yearly/monthly subscription.
|
|
31281
|
+
*/
|
|
31282
|
+
computingBillingMethod: string;
|
|
31283
|
+
}
|
|
31284
|
+
interface VeenBillingConfig {
|
|
31285
|
+
/**
|
|
31286
|
+
* Enable auto-renewal. Value options: true: enable auto-renewal. false (default): disable auto-renewal.
|
|
31287
|
+
*/
|
|
31288
|
+
autoRenew: boolean;
|
|
31289
|
+
/**
|
|
31290
|
+
* Unit of resource purchase duration. This parameter must be used together with the pre*paid*period_number parameter. Valid values: monthly: month
|
|
31291
|
+
*/
|
|
31292
|
+
prePaidPeriod: string;
|
|
31293
|
+
/**
|
|
31294
|
+
* Resource purchase duration. This parameter must be used together with the pre*paid*period parameter. Valid values: 1, 2, 3, 4, 5, 6, 7, 8, 9, 12, 24, 36
|
|
31295
|
+
*/
|
|
31296
|
+
prePaidPeriodNumber: number;
|
|
31297
|
+
}
|
|
31298
|
+
interface VeenCluster {
|
|
31299
|
+
/**
|
|
31300
|
+
* Node alias.
|
|
31301
|
+
*/
|
|
31302
|
+
alias: string;
|
|
31303
|
+
/**
|
|
31304
|
+
* City where the node is located.
|
|
31305
|
+
*/
|
|
31306
|
+
city: string;
|
|
31307
|
+
/**
|
|
31308
|
+
* Name of the node
|
|
31309
|
+
*/
|
|
31310
|
+
clusterName: string;
|
|
31311
|
+
/**
|
|
31312
|
+
* Country where the node is located.
|
|
31313
|
+
*/
|
|
31314
|
+
country: string;
|
|
31315
|
+
/**
|
|
31316
|
+
* Network carrier of the node.
|
|
31317
|
+
*/
|
|
31318
|
+
isp: string;
|
|
31319
|
+
/**
|
|
31320
|
+
* Node billing category: 1: Beijing, Shanghai, Guangzhou; 2: regional centers; 3: general cities
|
|
31321
|
+
*/
|
|
31322
|
+
level: string;
|
|
31323
|
+
/**
|
|
31324
|
+
* Province where the node is located.
|
|
29527
31325
|
*/
|
|
29528
|
-
|
|
31326
|
+
province: string;
|
|
29529
31327
|
/**
|
|
29530
|
-
*
|
|
31328
|
+
* Region where the node is located.
|
|
29531
31329
|
*/
|
|
29532
|
-
|
|
31330
|
+
region: string;
|
|
31331
|
+
}
|
|
31332
|
+
interface VeenCustomData {
|
|
29533
31333
|
/**
|
|
29534
|
-
*
|
|
31334
|
+
* Original user data content. When IsBase64 is true, the data should be Base64 encoded.
|
|
29535
31335
|
*/
|
|
29536
|
-
|
|
31336
|
+
data: string;
|
|
29537
31337
|
/**
|
|
29538
|
-
*
|
|
31338
|
+
* Whether the data uses Base64 encoding
|
|
29539
31339
|
*/
|
|
29540
|
-
|
|
31340
|
+
isBase64: boolean;
|
|
31341
|
+
}
|
|
31342
|
+
interface VeenGpu {
|
|
29541
31343
|
/**
|
|
29542
|
-
*
|
|
31344
|
+
* GPU specification information
|
|
31345
|
+
* Important Note: When using SetNestedAttribute, you must fully define all attributes of its nested structure. Incomplete definitions may cause Terraform to detect unexpected differences during plan comparison, triggering unnecessary resource updates and affecting resource stability and predictability.
|
|
29543
31346
|
*/
|
|
29544
|
-
|
|
31347
|
+
gpuses: outputs.veenedge.VeenGpuGpus[];
|
|
29545
31348
|
}
|
|
29546
|
-
interface
|
|
31349
|
+
interface VeenGpuGpus {
|
|
29547
31350
|
/**
|
|
29548
|
-
*
|
|
31351
|
+
* GPU specification
|
|
29549
31352
|
*/
|
|
29550
|
-
|
|
31353
|
+
gpuSpec: outputs.veenedge.VeenGpuGpusGpuSpec;
|
|
29551
31354
|
/**
|
|
29552
|
-
*
|
|
31355
|
+
* GPU quantity.
|
|
29553
31356
|
*/
|
|
29554
|
-
|
|
31357
|
+
num: number;
|
|
29555
31358
|
}
|
|
29556
|
-
interface
|
|
31359
|
+
interface VeenGpuGpusGpuSpec {
|
|
29557
31360
|
/**
|
|
29558
|
-
*
|
|
31361
|
+
* GPU type.
|
|
29559
31362
|
*/
|
|
29560
|
-
|
|
31363
|
+
gpuType: string;
|
|
31364
|
+
}
|
|
31365
|
+
interface VeenImage {
|
|
29561
31366
|
/**
|
|
29562
|
-
*
|
|
31367
|
+
* Whether to disable VGA. Value range: true: disable VGA; false: enable VGA.
|
|
29563
31368
|
*/
|
|
29564
|
-
|
|
31369
|
+
disableVga: boolean;
|
|
29565
31370
|
/**
|
|
29566
|
-
*
|
|
31371
|
+
* Image boot mode: BIOS, UEFI
|
|
29567
31372
|
*/
|
|
29568
|
-
|
|
31373
|
+
imageBootMode: string;
|
|
29569
31374
|
/**
|
|
29570
|
-
*
|
|
31375
|
+
* Image ID.
|
|
29571
31376
|
*/
|
|
29572
|
-
|
|
29573
|
-
}
|
|
29574
|
-
interface GetCloudServerBillingConfig {
|
|
31377
|
+
imageIdentity: string;
|
|
29575
31378
|
/**
|
|
29576
|
-
*
|
|
31379
|
+
* Image name.
|
|
29577
31380
|
*/
|
|
29578
|
-
|
|
31381
|
+
imageName: string;
|
|
29579
31382
|
/**
|
|
29580
|
-
*
|
|
31383
|
+
* Image attributes: BENBuildImage: image created from edge instance. LocalImage: local image. PublicBaseImage: public image. UrlImage: image uploaded via URL
|
|
29581
31384
|
*/
|
|
29582
|
-
|
|
31385
|
+
property: string;
|
|
29583
31386
|
/**
|
|
29584
|
-
*
|
|
31387
|
+
* Operating system architecture.
|
|
29585
31388
|
*/
|
|
29586
|
-
|
|
31389
|
+
systemArch: string;
|
|
29587
31390
|
/**
|
|
29588
|
-
*
|
|
31391
|
+
* Operating system bitness.
|
|
29589
31392
|
*/
|
|
29590
|
-
|
|
31393
|
+
systemBit: string;
|
|
29591
31394
|
/**
|
|
29592
|
-
*
|
|
31395
|
+
* Type of operating system.
|
|
29593
31396
|
*/
|
|
29594
|
-
|
|
29595
|
-
}
|
|
29596
|
-
interface GetCloudServerCustomData {
|
|
31397
|
+
systemType: string;
|
|
29597
31398
|
/**
|
|
29598
|
-
*
|
|
31399
|
+
* Operating system version.
|
|
29599
31400
|
*/
|
|
29600
|
-
|
|
31401
|
+
systemVersion: string;
|
|
29601
31402
|
}
|
|
29602
|
-
interface
|
|
31403
|
+
interface VeenInstanceAreaNum {
|
|
29603
31404
|
/**
|
|
29604
|
-
* Region name
|
|
31405
|
+
* Region name. You can use the ListAvailableResourceInfo API to query supported regions, cities, carriers, and node information for instance types
|
|
29605
31406
|
*/
|
|
29606
31407
|
areaName: string;
|
|
29607
31408
|
/**
|
|
29608
|
-
* Node name. Specify the node where you want to deploy the edge service.
|
|
31409
|
+
* Node name. Specify the node where you want to deploy the edge service. You can query the supported regions, cities, carriers, and node information for instance types through the ListAvailableResourceInfo API.
|
|
29609
31410
|
*/
|
|
29610
31411
|
clusterName: string;
|
|
29611
31412
|
/**
|
|
29612
|
-
* Default ISP. This parameter
|
|
31413
|
+
* Default ISP. This parameter is only applicable to multi-line nodes. When specifying the default ISP, ensure it is within the range of node ISPs. Only one ISP can be specified as the default. Note: When the value of external*network*mode is single*interface*cmcc*ip, single*interface*cucc*ip, or single*interface*ctcc*ip, the ISP specified in default*isp must be the same as the ISP specified in external*network*mode. For example, when external*network*mode is set to single*interface*cmcc*ip, the value of default*isp must be set to CMCC. When external*network*mode is set to single*interface*multi*ip or multi*interface*multi*ip, the default*isp parameter must be specified, and the value can be set to CMCC, CUCC, or CTCC as needed. When external*network*mode is set to single*interface*single*ip or no*interface, default*isp does not need to be specified.
|
|
29613
31414
|
*/
|
|
29614
31415
|
defaultIsp: string;
|
|
29615
31416
|
/**
|
|
29616
|
-
* Public network configuration. This parameter applies only to multi-line nodes. Value options: single*interface*multi*ip:
|
|
31417
|
+
* Public network configuration. This parameter applies only to multi-line nodes. Value options: single*interface*multi*ip: single NIC with multiple IPs. If you are a new user of multi-line nodes, you must submit a ticket to enable the relevant permissions. single*interface*cmcc*ip: single NIC with China Mobile IP. You must submit a ticket to enable the relevant permissions. single*interface*cucc*ip: single NIC with China Unicom IP. You must submit a ticket to enable the relevant permissions.
|
|
31418
|
+
* single*interface*ctcc*ip: single NIC with China Telecom IP. You must submit a ticket to enable the relevant permissions. multi*interface*multi*ip: multiple NICs with multiple IPs. You must submit a ticket to enable the relevant permissions. single*interface*single*ip: single NIC with a single IP. In this mode, the system randomly assigns a public IP address from an available carrier. no*interface: no public network NIC. You must submit a ticket to enable the relevant permissions. Default values: When a public network NIC is available:
|
|
31419
|
+
* Single NIC multi-IP permission enabled: single*interface*multi*ip (single NIC with multiple IPs) is used by default. Single NIC multi-IP permission disabled: single*interface*single*ip (single NIC with a single IP) is used by default. When no public network NIC is available, no*interface is used by default.
|
|
29617
31420
|
*/
|
|
29618
31421
|
externalNetworkMode: string;
|
|
29619
31422
|
/**
|
|
29620
|
-
*
|
|
31423
|
+
* The host name list to assign to the created instances.
|
|
29621
31424
|
*/
|
|
29622
31425
|
hostNameLists: string[];
|
|
29623
31426
|
/**
|
|
29624
|
-
* Carrier.
|
|
31427
|
+
* Carrier. You can use the ListAvailableResourceInfo API to query supported regions, cities, carriers, and node information for instance types
|
|
29625
31428
|
*/
|
|
29626
31429
|
isp: string;
|
|
29627
31430
|
/**
|
|
29628
|
-
*
|
|
31431
|
+
* NIC name for edge instances of private network type with multiple public NICs. You can use this parameter to set the names of public and private NICs. When using this parameter, note the following: Usage restrictions: This parameter applies only to edge instances of private network type. You must submit a ticket to enable this feature before you can use this parameter; otherwise, the parameter value is invalid. Effect: If you set the NIC name using the custom*internal*interface*name or custom*external*interface*name parameter in the edge service network*config struct, and also set the NIC name using the multi*interface*name*config parameter, only the latter takes effect.
|
|
31432
|
+
* If you set the public NIC name only through the custom*external*interface*name parameter in the edge service network*config struct, the name cannot be eth2, eth3, Ethernet2, or Ethernet3. The name you set will be used as the name for the China Telecom public NIC. The China Unicom and China Mobile public NICs will use the default values. If you do not set the NIC name, the following default values apply: Linux edge instance: The default name for the private NIC is eth0. The default name for the China Telecom public NIC is eth1. The default name for the China Unicom public NIC is eth2. The default name for the China Mobile public NIC is eth3. Windows edge instance: The default name for the private NIC is Ethernet0. The default name for the China Telecom public NIC is Ethernet1. The default name for the China Unicom public NIC is Ethernet2. The default name for the China Mobile public NIC is Ethernet3.
|
|
29629
31433
|
*/
|
|
29630
|
-
multiInterfaceNameConfig: outputs.veenedge.
|
|
31434
|
+
multiInterfaceNameConfig: outputs.veenedge.VeenInstanceAreaNumMultiInterfaceNameConfig;
|
|
29631
31435
|
/**
|
|
29632
31436
|
* Number of instances.
|
|
29633
31437
|
*/
|
|
29634
31438
|
num: number;
|
|
29635
31439
|
/**
|
|
29636
|
-
*
|
|
31440
|
+
* Name of the network interface for a private network type edge instance configured with a single public network interface. You can use this parameter to set the names of both the public and private network interfaces. It is recommended to set both the public and private network interface names. Please note the following when using this parameter: Usage restrictions: This parameter is only applicable to private network type edge instances. You must submit a ticket to enable the related feature before this parameter can be used; otherwise, the parameter value is invalid. Effectiveness: If you set the network interface name using the custom*internal*interface*name or custom*external*interface*name parameter in the network*config structure of the edge service, and also set the network interface name using the single*interface*name*config parameter, only the latter takes effect. If you do not set the network interface name, the default values are used: For Linux edge instances: the default name for the private network interface is eth0, and for the public network interface is eth1. For Windows edge instances: the default name for the private network interface is Ethernet0, and for the public network interface is Ethernet1.
|
|
29637
31441
|
*/
|
|
29638
|
-
singleInterfaceNameConfig: outputs.veenedge.
|
|
31442
|
+
singleInterfaceNameConfig: outputs.veenedge.VeenInstanceAreaNumSingleInterfaceNameConfig;
|
|
29639
31443
|
/**
|
|
29640
31444
|
* Subnet ID. If you specify a custom private network, you must also set subnetIdentity to specify the subnet.
|
|
29641
31445
|
*/
|
|
29642
31446
|
subnetIdentity: string;
|
|
29643
31447
|
/**
|
|
29644
|
-
* Private network ID. This parameter specifies the private network where the edge service is deployed. If vpc*identity is set, cluster*name must also be set. If you specify a custom private network,
|
|
31448
|
+
* Private network ID. This parameter specifies the private network where the edge service is deployed. If vpc*identity is set, cluster*name must also be set. If you specify a custom private network, subnetIdentity must also be set to specify the subnet
|
|
29645
31449
|
*/
|
|
29646
31450
|
vpcIdentity: string;
|
|
29647
31451
|
}
|
|
29648
|
-
interface
|
|
31452
|
+
interface VeenInstanceAreaNumMultiInterfaceNameConfig {
|
|
29649
31453
|
/**
|
|
29650
|
-
*
|
|
31454
|
+
* Name of the mobile public network interface. Naming rules: 3–15 characters allowed. Uppercase and lowercase letters, numbers, hyphens (-), and underscores (_) are allowed. The network interface name must be unique within the same edge instance.
|
|
29651
31455
|
*/
|
|
29652
31456
|
cmccExternalInterfaceName: string;
|
|
29653
31457
|
/**
|
|
29654
|
-
* Telecom public network
|
|
31458
|
+
* Telecom public network NIC name. Naming rules: 3–15 characters allowed. Uppercase and lowercase letters, numbers allowed. Hyphens (-) and underscores (_) allowed. NIC names must be unique within the same edge instance
|
|
29655
31459
|
*/
|
|
29656
31460
|
ctccExternalInterfaceName: string;
|
|
29657
31461
|
/**
|
|
29658
|
-
* Public network
|
|
31462
|
+
* Public network interface name for Unicom. Naming rules: 3–15 characters allowed. Uppercase and lowercase letters, numbers, hyphens (-), and underscores (_) are permitted. Interface names must be unique within the same edge instance
|
|
29659
31463
|
*/
|
|
29660
31464
|
cuccExternalInterfaceName: string;
|
|
29661
31465
|
/**
|
|
29662
|
-
* Private network interface name. Naming rules: 3–15 characters allowed. Uppercase and lowercase letters, numbers, hyphens (-), and underscores (_) are permitted.
|
|
31466
|
+
* Private network interface name. Naming rules: 3–15 characters allowed. Uppercase and lowercase letters, numbers, hyphens (-), and underscores (_) are permitted. Interface names must be unique within the same edge instance
|
|
29663
31467
|
*/
|
|
29664
31468
|
internalInterfaceName: string;
|
|
29665
31469
|
}
|
|
29666
|
-
interface
|
|
31470
|
+
interface VeenInstanceAreaNumSingleInterfaceNameConfig {
|
|
29667
31471
|
/**
|
|
29668
|
-
* Public network interface name. Naming rules: 3–15 characters allowed. Uppercase and lowercase letters, numbers, hyphens (-), and underscores (_) are
|
|
31472
|
+
* Public network interface card name. Naming rules: 3–15 characters allowed. Uppercase and lowercase letters, numbers, hyphens (-), and underscores (_) are permitted. The network interface card name must be unique within the same edge instance.
|
|
29669
31473
|
*/
|
|
29670
31474
|
externalInterfaceName: string;
|
|
29671
31475
|
/**
|
|
29672
|
-
* Private network interface name. Naming rules: 3–15 characters allowed. Uppercase and lowercase letters, numbers, hyphens (-), and underscores (_) are permitted.
|
|
31476
|
+
* Private network interface name. Naming rules: 3–15 characters allowed. Uppercase and lowercase letters, numbers, hyphens (-), and underscores (_) are permitted. Interface names must be unique within the same edge instance
|
|
29673
31477
|
*/
|
|
29674
31478
|
internalInterfaceName: string;
|
|
29675
31479
|
}
|
|
29676
|
-
interface
|
|
31480
|
+
interface VeenMonitorAgent {
|
|
29677
31481
|
/**
|
|
29678
|
-
*
|
|
31482
|
+
* Status of the monitoring Agent: running: running. stopped: not running. If the return value is an empty string, it means the Agent is not running.
|
|
29679
31483
|
*/
|
|
29680
|
-
|
|
31484
|
+
agentStatus: string;
|
|
31485
|
+
}
|
|
31486
|
+
interface VeenNetwork {
|
|
29681
31487
|
/**
|
|
29682
|
-
*
|
|
31488
|
+
* Number of allocated auxiliary private IP addresses
|
|
29683
31489
|
*/
|
|
29684
|
-
|
|
31490
|
+
actualSecondaryIpNum: number;
|
|
29685
31491
|
/**
|
|
29686
|
-
*
|
|
31492
|
+
* Percentile peak bandwidth, no fixed bandwidth value.
|
|
29687
31493
|
*/
|
|
29688
|
-
|
|
31494
|
+
bandwidthPeakConfigRatio: outputs.veenedge.VeenNetworkBandwidthPeakConfigRatio;
|
|
29689
31495
|
/**
|
|
29690
|
-
*
|
|
31496
|
+
* Bandwidth peak update status: updating: updating. ready: update complete.
|
|
29691
31497
|
*/
|
|
29692
|
-
|
|
31498
|
+
bandwidthPeakUpdateStatus: string;
|
|
29693
31499
|
/**
|
|
29694
|
-
*
|
|
31500
|
+
* Default carrier
|
|
29695
31501
|
*/
|
|
29696
|
-
|
|
31502
|
+
defaultIsp: string;
|
|
29697
31503
|
/**
|
|
29698
|
-
*
|
|
31504
|
+
* Disable IPv4: true: IPv4 disabled. false: IPv4 enabled
|
|
29699
31505
|
*/
|
|
29700
31506
|
disableIpv4: boolean;
|
|
29701
31507
|
/**
|
|
29702
|
-
* DNS list. The first IP address is the primary DNS, and the subsequent IP addresses are backup DNS
|
|
31508
|
+
* DNS list. The first IP address is the primary DNS, and the subsequent IP addresses are backup DNS servers
|
|
29703
31509
|
*/
|
|
29704
31510
|
dnsLists: string[];
|
|
29705
31511
|
/**
|
|
29706
|
-
* DNS type: default: Default DNS.
|
|
31512
|
+
* DNS type: default: Default DNS. Default DNS configuration: Preferred DNS is 114.114.114.114, alternate DNS is 180.184.1.1. custom: Custom DNS.
|
|
29707
31513
|
*/
|
|
29708
31514
|
dnsType: string;
|
|
29709
31515
|
/**
|
|
29710
|
-
* Enable IPv6
|
|
31516
|
+
* Enable IPv6: true: enable IPv6. false: disable IPv6.
|
|
29711
31517
|
*/
|
|
29712
31518
|
enableIpv6: boolean;
|
|
29713
31519
|
/**
|
|
29714
|
-
*
|
|
29715
|
-
*/
|
|
29716
|
-
limitMode: string;
|
|
29717
|
-
/**
|
|
29718
|
-
* Number of auxiliary private IPs.
|
|
31520
|
+
* Public network configuration for multi-line nodes. single*interface*multi*ip: single NIC, multiple IPs. single*interface*cmcc*ip: single NIC, China Mobile IP. single*interface*cucc*ip: single NIC, China Unicom IP. single*interface*ctcc*ip: single NIC, China Telecom IP. multi*interface*multi*ip: multiple NICs, multiple IPs. no*interface: no public NIC.
|
|
29719
31521
|
*/
|
|
29720
|
-
|
|
31522
|
+
externalNetworkMode: string;
|
|
29721
31523
|
/**
|
|
29722
|
-
*
|
|
31524
|
+
* Bandwidth throttling mode. shared: shared throttling. Bandwidth resources are shared among carriers. isp: throttling by carrier. You set the bandwidth peak for each carrier separately.
|
|
29723
31525
|
*/
|
|
29724
|
-
|
|
31526
|
+
limitMode: string;
|
|
29725
31527
|
/**
|
|
29726
|
-
*
|
|
31528
|
+
* Edge instance TCP session timeout. Unit: seconds.
|
|
29727
31529
|
*/
|
|
29728
31530
|
tcpTimeout: number;
|
|
29729
31531
|
/**
|
|
29730
|
-
* UDP session timeout for
|
|
31532
|
+
* UDP session timeout for the edge instance. Unit: seconds.
|
|
29731
31533
|
*/
|
|
29732
31534
|
udpTimeout: number;
|
|
29733
|
-
}
|
|
29734
|
-
interface GetCloudServerNetworkConfigBandwidthPeakLimitIspConfig {
|
|
29735
|
-
/**
|
|
29736
|
-
* Bandwidth limit value for this carrier.
|
|
29737
|
-
*/
|
|
29738
|
-
bandwidthPeakLimit: string;
|
|
29739
31535
|
/**
|
|
29740
|
-
*
|
|
31536
|
+
* Whether it is a VF passthrough type: true: VF passthrough type. false: non-VF passthrough type.
|
|
29741
31537
|
*/
|
|
29742
|
-
|
|
29743
|
-
}
|
|
29744
|
-
interface GetCloudServerScheduleStrategy {
|
|
31538
|
+
vfPassthrough: boolean;
|
|
29745
31539
|
/**
|
|
29746
|
-
*
|
|
31540
|
+
* Whether it is a VLAN VF passthrough type: true: VLAN VF passthrough type. false: Non-VLAN VF passthrough type.
|
|
29747
31541
|
*/
|
|
29748
|
-
|
|
31542
|
+
vlanVfPassthrough: boolean;
|
|
29749
31543
|
/**
|
|
29750
|
-
*
|
|
31544
|
+
* Number of required auxiliary private network IP addresses
|
|
29751
31545
|
*/
|
|
29752
|
-
|
|
31546
|
+
wantedSecondaryIpNum: number;
|
|
29753
31547
|
}
|
|
29754
|
-
interface
|
|
31548
|
+
interface VeenNetworkBandwidthPeakConfigRatio {
|
|
29755
31549
|
/**
|
|
29756
|
-
*
|
|
31550
|
+
* Bandwidth ratio in enhanced/burst mode
|
|
29757
31551
|
*/
|
|
29758
|
-
|
|
31552
|
+
enhancedRatio: number;
|
|
29759
31553
|
/**
|
|
29760
|
-
*
|
|
31554
|
+
* Bandwidth ratio in standard mode
|
|
29761
31555
|
*/
|
|
29762
|
-
|
|
31556
|
+
normalRatio: number;
|
|
29763
31557
|
}
|
|
29764
|
-
interface
|
|
29765
|
-
/**
|
|
29766
|
-
* Data disk. This parameter is used to add a single data disk. To add multiple data disks at once, use the data*disk*list parameter.
|
|
29767
|
-
*/
|
|
29768
|
-
dataDisk: outputs.veenedge.GetCloudServerStorageConfigDataDisk;
|
|
29769
|
-
/**
|
|
29770
|
-
* Data disk list. This parameter is used to add one or more data disks.
|
|
29771
|
-
*/
|
|
29772
|
-
dataDiskLists: outputs.veenedge.GetCloudServerStorageConfigDataDiskList[];
|
|
29773
|
-
/**
|
|
29774
|
-
* Local data disk configuration list.
|
|
29775
|
-
*/
|
|
29776
|
-
dataLocalDisks: outputs.veenedge.GetCloudServerStorageConfigDataLocalDisk[];
|
|
31558
|
+
interface VeenSecret {
|
|
29777
31559
|
/**
|
|
29778
|
-
*
|
|
31560
|
+
* Edge instance login password type: 2: custom password. 3: SSH Key password. 4: do not inject login credentials.
|
|
29779
31561
|
*/
|
|
29780
|
-
|
|
31562
|
+
secretType: number;
|
|
29781
31563
|
}
|
|
29782
|
-
interface
|
|
29783
|
-
/**
|
|
29784
|
-
* Disk capacity. Unit: GB. Capacity range: System cloud disk: 40–100. Data cloud disk: 20–1000.
|
|
29785
|
-
*/
|
|
29786
|
-
capacity: string;
|
|
29787
|
-
/**
|
|
29788
|
-
* Release disk with instance
|
|
29789
|
-
*/
|
|
29790
|
-
deleteWithInstance: boolean;
|
|
29791
|
-
/**
|
|
29792
|
-
* Disk unique identifier
|
|
29793
|
-
*/
|
|
29794
|
-
diskIdentity: string;
|
|
31564
|
+
interface VeenStorage {
|
|
29795
31565
|
/**
|
|
29796
|
-
*
|
|
31566
|
+
* Data disk. This parameter is used to add a single data disk
|
|
29797
31567
|
*/
|
|
29798
|
-
|
|
31568
|
+
dataDisk: outputs.veenedge.VeenStorageDataDisk;
|
|
29799
31569
|
/**
|
|
29800
|
-
*
|
|
31570
|
+
* Data disk list
|
|
31571
|
+
* Important Note: When using SetNestedAttribute, you must fully define all attributes of its nested structure. Incomplete definitions may cause Terraform to detect unexpected differences during plan comparison, triggering unnecessary resource updates and affecting resource stability and predictability.
|
|
29801
31572
|
*/
|
|
29802
|
-
|
|
31573
|
+
dataDiskLists: outputs.veenedge.VeenStorageDataDiskList[];
|
|
29803
31574
|
/**
|
|
29804
|
-
*
|
|
31575
|
+
* System disk
|
|
29805
31576
|
*/
|
|
29806
|
-
|
|
31577
|
+
systemDisk: outputs.veenedge.VeenStorageSystemDisk;
|
|
29807
31578
|
}
|
|
29808
|
-
interface
|
|
31579
|
+
interface VeenStorageDataDisk {
|
|
29809
31580
|
/**
|
|
29810
|
-
* Disk capacity. Unit: GB.
|
|
31581
|
+
* Disk capacity. Unit: GB.
|
|
29811
31582
|
*/
|
|
29812
31583
|
capacity: string;
|
|
29813
31584
|
/**
|
|
29814
|
-
* Release disk with instance
|
|
31585
|
+
* Release disk when instance is deleted. true: delete disk with instance; false: retain disk independently.
|
|
29815
31586
|
*/
|
|
29816
31587
|
deleteWithInstance: boolean;
|
|
29817
31588
|
/**
|
|
29818
|
-
*
|
|
31589
|
+
* Unique disk ID, the primary key of the cloud disk resource.
|
|
29819
31590
|
*/
|
|
29820
31591
|
diskIdentity: string;
|
|
29821
31592
|
/**
|
|
29822
|
-
* Local disk type.
|
|
31593
|
+
* Local disk specification type. Applies only to local disk instances; cloud disk instances leave this blank.
|
|
29823
31594
|
*/
|
|
29824
31595
|
localDiskClass: string;
|
|
29825
31596
|
/**
|
|
29826
|
-
* Local disk resource name.
|
|
31597
|
+
* Local disk resource name, exclusive identifier for local disk instances. Not required for cloud disk instances
|
|
29827
31598
|
*/
|
|
29828
31599
|
localDiskResourceName: string;
|
|
29829
31600
|
/**
|
|
29830
|
-
* Disk type
|
|
31601
|
+
* Disk type: CloudBlockHDD: HDD cloud disk. CloudBlockSSD: SSD cloud disk.
|
|
29831
31602
|
*/
|
|
29832
31603
|
storageType: string;
|
|
29833
31604
|
}
|
|
29834
|
-
interface
|
|
29835
|
-
/**
|
|
29836
|
-
* Disk specifications.
|
|
29837
|
-
*/
|
|
29838
|
-
diskSpec: outputs.veenedge.GetCloudServerStorageConfigDataLocalDiskDiskSpec;
|
|
29839
|
-
/**
|
|
29840
|
-
* Number of disks
|
|
29841
|
-
*/
|
|
29842
|
-
num: number;
|
|
29843
|
-
}
|
|
29844
|
-
interface GetCloudServerStorageConfigDataLocalDiskDiskSpec {
|
|
31605
|
+
interface VeenStorageDataDiskList {
|
|
29845
31606
|
/**
|
|
29846
|
-
* Disk capacity. Unit: GB.
|
|
31607
|
+
* Disk capacity. Unit: GB.
|
|
29847
31608
|
*/
|
|
29848
31609
|
capacity: string;
|
|
29849
31610
|
/**
|
|
29850
|
-
* Release disk with instance
|
|
31611
|
+
* Release disk when instance is deleted. true: delete disk with instance; false: retain disk independently.
|
|
29851
31612
|
*/
|
|
29852
31613
|
deleteWithInstance: boolean;
|
|
29853
31614
|
/**
|
|
29854
|
-
*
|
|
31615
|
+
* Unique disk ID, the primary key of the cloud disk resource.
|
|
29855
31616
|
*/
|
|
29856
31617
|
diskIdentity: string;
|
|
29857
31618
|
/**
|
|
29858
|
-
* Local disk type.
|
|
31619
|
+
* Local disk specification type. Applies only to local disk instances; cloud disk instances leave this blank.
|
|
29859
31620
|
*/
|
|
29860
31621
|
localDiskClass: string;
|
|
29861
31622
|
/**
|
|
29862
|
-
* Local disk resource name.
|
|
31623
|
+
* Local disk resource name, exclusive identifier for local disk instances. Not required for cloud disk instances
|
|
29863
31624
|
*/
|
|
29864
31625
|
localDiskResourceName: string;
|
|
29865
31626
|
/**
|
|
29866
|
-
* Disk type
|
|
31627
|
+
* Disk type: CloudBlockHDD: HDD cloud disk. CloudBlockSSD: SSD cloud disk.
|
|
29867
31628
|
*/
|
|
29868
31629
|
storageType: string;
|
|
29869
31630
|
}
|
|
29870
|
-
interface
|
|
31631
|
+
interface VeenStorageSystemDisk {
|
|
29871
31632
|
/**
|
|
29872
|
-
* Disk capacity. Unit: GB.
|
|
31633
|
+
* Disk capacity. Unit: GB.
|
|
29873
31634
|
*/
|
|
29874
31635
|
capacity: string;
|
|
29875
31636
|
/**
|
|
29876
|
-
* Release disk with instance
|
|
31637
|
+
* Release disk when instance is deleted. true: delete disk with instance; false: retain disk independently.
|
|
29877
31638
|
*/
|
|
29878
31639
|
deleteWithInstance: boolean;
|
|
29879
31640
|
/**
|
|
29880
|
-
*
|
|
31641
|
+
* Unique disk ID, the primary key of the cloud disk resource.
|
|
29881
31642
|
*/
|
|
29882
31643
|
diskIdentity: string;
|
|
29883
31644
|
/**
|
|
29884
|
-
* Local disk type.
|
|
31645
|
+
* Local disk specification type. Applies only to local disk instances; cloud disk instances leave this blank.
|
|
29885
31646
|
*/
|
|
29886
31647
|
localDiskClass: string;
|
|
29887
31648
|
/**
|
|
29888
|
-
* Local disk resource name.
|
|
31649
|
+
* Local disk resource name, exclusive identifier for local disk instances. Not required for cloud disk instances
|
|
29889
31650
|
*/
|
|
29890
31651
|
localDiskResourceName: string;
|
|
29891
31652
|
/**
|
|
29892
|
-
* Disk type
|
|
31653
|
+
* Disk type: CloudBlockHDD: HDD cloud disk. CloudBlockSSD: SSD cloud disk.
|
|
29893
31654
|
*/
|
|
29894
31655
|
storageType: string;
|
|
29895
31656
|
}
|
|
29896
|
-
interface
|
|
29897
|
-
/**
|
|
29898
|
-
* Tag key
|
|
29899
|
-
*/
|
|
29900
|
-
key: string;
|
|
29901
|
-
/**
|
|
29902
|
-
* Tag value
|
|
29903
|
-
*/
|
|
29904
|
-
value: string;
|
|
29905
|
-
}
|
|
29906
|
-
interface GetVpcSubnet {
|
|
29907
|
-
/**
|
|
29908
|
-
* Subnet CIDR Block, e.g. 10.1.0.0/16
|
|
29909
|
-
*/
|
|
29910
|
-
cidr: string;
|
|
29911
|
-
/**
|
|
29912
|
-
* Subnet IP Segment, e.g. 10.1.0.0
|
|
29913
|
-
*/
|
|
29914
|
-
cidrIp: string;
|
|
29915
|
-
/**
|
|
29916
|
-
* Subnet Mask Length, e.g. 16
|
|
29917
|
-
*/
|
|
29918
|
-
cidrMask: number;
|
|
29919
|
-
/**
|
|
29920
|
-
* Subnet Creation Time, Unix Timestamp
|
|
29921
|
-
*/
|
|
29922
|
-
createTime: number;
|
|
29923
|
-
/**
|
|
29924
|
-
* Subnet Description
|
|
29925
|
-
*/
|
|
29926
|
-
desc: string;
|
|
29927
|
-
/**
|
|
29928
|
-
* Subnet Name
|
|
29929
|
-
*/
|
|
29930
|
-
name: string;
|
|
29931
|
-
/**
|
|
29932
|
-
* Subnet Status
|
|
29933
|
-
*/
|
|
29934
|
-
status: string;
|
|
29935
|
-
/**
|
|
29936
|
-
* Unique Identifier of Subnet
|
|
29937
|
-
*/
|
|
29938
|
-
subnetIdentity: string;
|
|
29939
|
-
/**
|
|
29940
|
-
* Subnet Update Time, Unix Timestamp
|
|
29941
|
-
*/
|
|
29942
|
-
updateTime: number;
|
|
29943
|
-
}
|
|
29944
|
-
interface GetVpcTag {
|
|
31657
|
+
interface VeenTag {
|
|
29945
31658
|
/**
|
|
29946
|
-
* Tag
|
|
31659
|
+
* Tag key.
|
|
29947
31660
|
*/
|
|
29948
31661
|
key: string;
|
|
29949
31662
|
/**
|
|
29950
|
-
* Tag
|
|
31663
|
+
* Tag value.
|
|
29951
31664
|
*/
|
|
29952
31665
|
value: string;
|
|
29953
31666
|
}
|
|
@@ -33353,6 +35066,16 @@ export declare namespace vmp {
|
|
|
33353
35066
|
*/
|
|
33354
35067
|
value: string;
|
|
33355
35068
|
}
|
|
35069
|
+
interface GetIntegrationTaskTag {
|
|
35070
|
+
/**
|
|
35071
|
+
* Tag Key
|
|
35072
|
+
*/
|
|
35073
|
+
key: string;
|
|
35074
|
+
/**
|
|
35075
|
+
* Tag Value
|
|
35076
|
+
*/
|
|
35077
|
+
value: string;
|
|
35078
|
+
}
|
|
33356
35079
|
interface GetWorkspaceInstanceType {
|
|
33357
35080
|
/**
|
|
33358
35081
|
* Maximum active time series count
|
|
@@ -33473,6 +35196,16 @@ export declare namespace vmp {
|
|
|
33473
35196
|
*/
|
|
33474
35197
|
ingestedSamplesPerSecond: number;
|
|
33475
35198
|
}
|
|
35199
|
+
interface IntegrationTaskTag {
|
|
35200
|
+
/**
|
|
35201
|
+
* Tag Key
|
|
35202
|
+
*/
|
|
35203
|
+
key: string;
|
|
35204
|
+
/**
|
|
35205
|
+
* Tag Value
|
|
35206
|
+
*/
|
|
35207
|
+
value: string;
|
|
35208
|
+
}
|
|
33476
35209
|
interface WorkspaceInstanceType {
|
|
33477
35210
|
/**
|
|
33478
35211
|
* Maximum active time series count
|