@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/input.d.ts
CHANGED
|
@@ -1204,10 +1204,6 @@ export declare namespace apig {
|
|
|
1204
1204
|
* Version name. Supports uppercase and lowercase letters, numbers, and hyphens (-). Length: 2~63 characters. Cannot start with a hyphen (-)
|
|
1205
1205
|
*/
|
|
1206
1206
|
name?: pulumi.Input<string | undefined>;
|
|
1207
|
-
/**
|
|
1208
|
-
* Update time
|
|
1209
|
-
*/
|
|
1210
|
-
updateTime?: pulumi.Input<string | undefined>;
|
|
1211
1207
|
}
|
|
1212
1208
|
interface UpstreamVersionDetailLabel {
|
|
1213
1209
|
/**
|
|
@@ -7109,6 +7105,16 @@ export declare namespace escloud {
|
|
|
7109
7105
|
*/
|
|
7110
7106
|
warmNodeNum?: pulumi.Input<number | undefined>;
|
|
7111
7107
|
}
|
|
7108
|
+
interface IpAllowListGroup {
|
|
7109
|
+
/**
|
|
7110
|
+
* Custom group IP allowlist list cannot be empty; to configure multiple IPs, use commas (,)
|
|
7111
|
+
*/
|
|
7112
|
+
allowLists?: pulumi.Input<pulumi.Input<string>[] | undefined>;
|
|
7113
|
+
/**
|
|
7114
|
+
* Custom group name
|
|
7115
|
+
*/
|
|
7116
|
+
name?: pulumi.Input<string | undefined>;
|
|
7117
|
+
}
|
|
7112
7118
|
}
|
|
7113
7119
|
export declare namespace filenas {
|
|
7114
7120
|
interface InstanceCachePerformance {
|
|
@@ -8054,6 +8060,119 @@ export declare namespace id {
|
|
|
8054
8060
|
*/
|
|
8055
8061
|
discoveryUrl?: pulumi.Input<string | undefined>;
|
|
8056
8062
|
}
|
|
8063
|
+
interface Oauth2CredentialProviderConfig {
|
|
8064
|
+
/**
|
|
8065
|
+
* OAuth2 Client ID。
|
|
8066
|
+
*/
|
|
8067
|
+
clientId?: pulumi.Input<string | undefined>;
|
|
8068
|
+
/**
|
|
8069
|
+
* OAuth2 Client Secret。
|
|
8070
|
+
*/
|
|
8071
|
+
clientSecret?: pulumi.Input<string | undefined>;
|
|
8072
|
+
/**
|
|
8073
|
+
* Default custom parameters in GetResourceOauth2Token request
|
|
8074
|
+
*/
|
|
8075
|
+
customParameters?: pulumi.Input<inputs.id.Oauth2CredentialProviderConfigCustomParameters | undefined>;
|
|
8076
|
+
/**
|
|
8077
|
+
* Default Flow in GetResourceOauth2Token request. Optional values: USER_FEDERATION, M2M
|
|
8078
|
+
*/
|
|
8079
|
+
flow?: pulumi.Input<string | undefined>;
|
|
8080
|
+
/**
|
|
8081
|
+
* Default ForceAuthentication in GetResourceOauth2Token request
|
|
8082
|
+
*/
|
|
8083
|
+
forceAuthentication?: pulumi.Input<boolean | undefined>;
|
|
8084
|
+
/**
|
|
8085
|
+
* Maximum token validity (seconds)
|
|
8086
|
+
*/
|
|
8087
|
+
maxExpires?: pulumi.Input<number | undefined>;
|
|
8088
|
+
/**
|
|
8089
|
+
* Custom metadata
|
|
8090
|
+
*/
|
|
8091
|
+
metadata?: pulumi.Input<string | undefined>;
|
|
8092
|
+
/**
|
|
8093
|
+
* OAuth2 discovery information
|
|
8094
|
+
*/
|
|
8095
|
+
oauth2Discovery?: pulumi.Input<inputs.id.Oauth2CredentialProviderConfigOauth2Discovery | undefined>;
|
|
8096
|
+
/**
|
|
8097
|
+
* Default RedirectUrl in GetResourceOauth2Token request
|
|
8098
|
+
*/
|
|
8099
|
+
redirectUrl?: pulumi.Input<string | undefined>;
|
|
8100
|
+
/**
|
|
8101
|
+
* Default Scopes in GetResourceOauth2Token request
|
|
8102
|
+
*/
|
|
8103
|
+
scopes?: pulumi.Input<pulumi.Input<string>[] | undefined>;
|
|
8104
|
+
/**
|
|
8105
|
+
* Encrypted storage configuration
|
|
8106
|
+
*/
|
|
8107
|
+
secretStorage?: pulumi.Input<inputs.id.Oauth2CredentialProviderConfigSecretStorage | undefined>;
|
|
8108
|
+
}
|
|
8109
|
+
interface Oauth2CredentialProviderConfigCustomParameters {
|
|
8110
|
+
/**
|
|
8111
|
+
* Custom parameter entry list
|
|
8112
|
+
* 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.
|
|
8113
|
+
*/
|
|
8114
|
+
entries?: pulumi.Input<pulumi.Input<inputs.id.Oauth2CredentialProviderConfigCustomParametersEntry>[] | undefined>;
|
|
8115
|
+
}
|
|
8116
|
+
interface Oauth2CredentialProviderConfigCustomParametersEntry {
|
|
8117
|
+
/**
|
|
8118
|
+
* Parameter key
|
|
8119
|
+
*/
|
|
8120
|
+
key?: pulumi.Input<string | undefined>;
|
|
8121
|
+
/**
|
|
8122
|
+
* Parameter value
|
|
8123
|
+
*/
|
|
8124
|
+
value?: pulumi.Input<string | undefined>;
|
|
8125
|
+
}
|
|
8126
|
+
interface Oauth2CredentialProviderConfigOauth2Discovery {
|
|
8127
|
+
/**
|
|
8128
|
+
* Authorization server metadata
|
|
8129
|
+
*/
|
|
8130
|
+
authorizationServerMetadata?: pulumi.Input<inputs.id.Oauth2CredentialProviderConfigOauth2DiscoveryAuthorizationServerMetadata | undefined>;
|
|
8131
|
+
/**
|
|
8132
|
+
* DiscoveryUrl field
|
|
8133
|
+
*/
|
|
8134
|
+
discoveryUrl?: pulumi.Input<string | undefined>;
|
|
8135
|
+
}
|
|
8136
|
+
interface Oauth2CredentialProviderConfigOauth2DiscoveryAuthorizationServerMetadata {
|
|
8137
|
+
/**
|
|
8138
|
+
* AuthorizationEndpoint field
|
|
8139
|
+
*/
|
|
8140
|
+
authorizationEndpoint?: pulumi.Input<string | undefined>;
|
|
8141
|
+
/**
|
|
8142
|
+
* CodeChallengeMethodsSupported field
|
|
8143
|
+
*/
|
|
8144
|
+
codeChallengeMethodsSupporteds?: pulumi.Input<pulumi.Input<string>[] | undefined>;
|
|
8145
|
+
/**
|
|
8146
|
+
* Issuer field
|
|
8147
|
+
*/
|
|
8148
|
+
issuer?: pulumi.Input<string | undefined>;
|
|
8149
|
+
/**
|
|
8150
|
+
* RegistrationEndpoint field
|
|
8151
|
+
*/
|
|
8152
|
+
registrationEndpoint?: pulumi.Input<string | undefined>;
|
|
8153
|
+
/**
|
|
8154
|
+
* ResponseTypes field
|
|
8155
|
+
*/
|
|
8156
|
+
responseTypes?: pulumi.Input<pulumi.Input<string>[] | undefined>;
|
|
8157
|
+
/**
|
|
8158
|
+
* RevocationEndpoint field
|
|
8159
|
+
*/
|
|
8160
|
+
revocationEndpoint?: pulumi.Input<string | undefined>;
|
|
8161
|
+
/**
|
|
8162
|
+
* TokenEndpoint field
|
|
8163
|
+
*/
|
|
8164
|
+
tokenEndpoint?: pulumi.Input<string | undefined>;
|
|
8165
|
+
}
|
|
8166
|
+
interface Oauth2CredentialProviderConfigSecretStorage {
|
|
8167
|
+
/**
|
|
8168
|
+
* KMS key TRN for encrypted credential value. If not specified, the default key is used
|
|
8169
|
+
*/
|
|
8170
|
+
encryptionKey?: pulumi.Input<string | undefined>;
|
|
8171
|
+
/**
|
|
8172
|
+
* Encrypted storage type. 0: SecretManager, 1: KMS
|
|
8173
|
+
*/
|
|
8174
|
+
storageType?: pulumi.Input<number | undefined>;
|
|
8175
|
+
}
|
|
8057
8176
|
interface PermissionNamespaceTag {
|
|
8058
8177
|
/**
|
|
8059
8178
|
* Tag Key
|
|
@@ -8511,6 +8630,48 @@ export declare namespace kms {
|
|
|
8511
8630
|
*/
|
|
8512
8631
|
value?: pulumi.Input<string | undefined>;
|
|
8513
8632
|
}
|
|
8633
|
+
interface SecretSecretRestore {
|
|
8634
|
+
/**
|
|
8635
|
+
* Complete credential data returned by backup, in JSON format.
|
|
8636
|
+
*/
|
|
8637
|
+
backupData?: pulumi.Input<string | undefined>;
|
|
8638
|
+
/**
|
|
8639
|
+
* Encrypted data key returned by backup, Base64 encoded.
|
|
8640
|
+
*/
|
|
8641
|
+
secretDataKey?: pulumi.Input<string | undefined>;
|
|
8642
|
+
/**
|
|
8643
|
+
* Signature of the backup data, Base64 encoded.
|
|
8644
|
+
*/
|
|
8645
|
+
signature?: pulumi.Input<string | undefined>;
|
|
8646
|
+
}
|
|
8647
|
+
interface SecretSecretRestoreRead {
|
|
8648
|
+
/**
|
|
8649
|
+
* Complete credential data returned by backup, in JSON format.
|
|
8650
|
+
*/
|
|
8651
|
+
backupData?: pulumi.Input<string | undefined>;
|
|
8652
|
+
/**
|
|
8653
|
+
* Encrypted data key returned by backup, Base64 encoded.
|
|
8654
|
+
*/
|
|
8655
|
+
secretDataKey?: pulumi.Input<string | undefined>;
|
|
8656
|
+
/**
|
|
8657
|
+
* Signature of the backup data, Base64 encoded.
|
|
8658
|
+
*/
|
|
8659
|
+
signature?: pulumi.Input<string | undefined>;
|
|
8660
|
+
}
|
|
8661
|
+
interface SecretSecretVersion {
|
|
8662
|
+
/**
|
|
8663
|
+
* Credential version creation time.
|
|
8664
|
+
*/
|
|
8665
|
+
creationDate?: pulumi.Input<number | undefined>;
|
|
8666
|
+
/**
|
|
8667
|
+
* Unique identifier for the credential version, in UUID format.
|
|
8668
|
+
*/
|
|
8669
|
+
versionId?: pulumi.Input<string | undefined>;
|
|
8670
|
+
/**
|
|
8671
|
+
* Credential version tags.
|
|
8672
|
+
*/
|
|
8673
|
+
versionStage?: pulumi.Input<string | undefined>;
|
|
8674
|
+
}
|
|
8514
8675
|
}
|
|
8515
8676
|
export declare namespace mongodb {
|
|
8516
8677
|
interface AccountAccountPrivilege {
|
|
@@ -11315,6 +11476,88 @@ export declare namespace tls {
|
|
|
11315
11476
|
*/
|
|
11316
11477
|
sms?: pulumi.Input<number | undefined>;
|
|
11317
11478
|
}
|
|
11479
|
+
interface AlarmContentTemplateTypeDingTalk {
|
|
11480
|
+
/**
|
|
11481
|
+
* 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.
|
|
11482
|
+
*/
|
|
11483
|
+
content?: pulumi.Input<string | undefined>;
|
|
11484
|
+
/**
|
|
11485
|
+
* The language for fixed content in alert notifications. Available values: zh-CN, en-US.
|
|
11486
|
+
*/
|
|
11487
|
+
locale?: pulumi.Input<string | undefined>;
|
|
11488
|
+
/**
|
|
11489
|
+
* Alert notification subject
|
|
11490
|
+
*/
|
|
11491
|
+
title?: pulumi.Input<string | undefined>;
|
|
11492
|
+
}
|
|
11493
|
+
interface AlarmContentTemplateTypeEmail {
|
|
11494
|
+
/**
|
|
11495
|
+
* 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.
|
|
11496
|
+
*/
|
|
11497
|
+
content?: pulumi.Input<string | undefined>;
|
|
11498
|
+
/**
|
|
11499
|
+
* The language for fixed content in alert notifications. Available values: zh-CN, en-US.
|
|
11500
|
+
*/
|
|
11501
|
+
locale?: pulumi.Input<string | undefined>;
|
|
11502
|
+
/**
|
|
11503
|
+
* Email notification subject
|
|
11504
|
+
*/
|
|
11505
|
+
subject?: pulumi.Input<string | undefined>;
|
|
11506
|
+
}
|
|
11507
|
+
interface AlarmContentTemplateTypeLark {
|
|
11508
|
+
/**
|
|
11509
|
+
* 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.
|
|
11510
|
+
*/
|
|
11511
|
+
content?: pulumi.Input<string | undefined>;
|
|
11512
|
+
/**
|
|
11513
|
+
* The language for fixed content in alert notifications. Available values: zh-CN, en-US.
|
|
11514
|
+
*/
|
|
11515
|
+
locale?: pulumi.Input<string | undefined>;
|
|
11516
|
+
/**
|
|
11517
|
+
* Alert notification subject
|
|
11518
|
+
*/
|
|
11519
|
+
title?: pulumi.Input<string | undefined>;
|
|
11520
|
+
}
|
|
11521
|
+
interface AlarmContentTemplateTypeSms {
|
|
11522
|
+
/**
|
|
11523
|
+
* 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.
|
|
11524
|
+
*/
|
|
11525
|
+
content?: pulumi.Input<string | undefined>;
|
|
11526
|
+
/**
|
|
11527
|
+
* The language for fixed content in alert notifications. Available values: zh-CN, en-US.
|
|
11528
|
+
*/
|
|
11529
|
+
locale?: pulumi.Input<string | undefined>;
|
|
11530
|
+
}
|
|
11531
|
+
interface AlarmContentTemplateTypeVms {
|
|
11532
|
+
/**
|
|
11533
|
+
* 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.
|
|
11534
|
+
*/
|
|
11535
|
+
content?: pulumi.Input<string | undefined>;
|
|
11536
|
+
/**
|
|
11537
|
+
* The language for fixed content in alert notifications. Available values: zh-CN, en-US.
|
|
11538
|
+
*/
|
|
11539
|
+
locale?: pulumi.Input<string | undefined>;
|
|
11540
|
+
}
|
|
11541
|
+
interface AlarmContentTemplateTypeWeChat {
|
|
11542
|
+
/**
|
|
11543
|
+
* 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.
|
|
11544
|
+
*/
|
|
11545
|
+
content?: pulumi.Input<string | undefined>;
|
|
11546
|
+
/**
|
|
11547
|
+
* The language for fixed content in alert notifications. Available values: zh-CN, en-US.
|
|
11548
|
+
*/
|
|
11549
|
+
locale?: pulumi.Input<string | undefined>;
|
|
11550
|
+
/**
|
|
11551
|
+
* Alert notification subject
|
|
11552
|
+
*/
|
|
11553
|
+
title?: pulumi.Input<string | undefined>;
|
|
11554
|
+
}
|
|
11555
|
+
interface AlarmContentTemplateTypeWebhook {
|
|
11556
|
+
/**
|
|
11557
|
+
* 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.
|
|
11558
|
+
*/
|
|
11559
|
+
content?: pulumi.Input<string | undefined>;
|
|
11560
|
+
}
|
|
11318
11561
|
interface AlarmJoinConfiguration {
|
|
11319
11562
|
/**
|
|
11320
11563
|
* Expression used for left join or right join.
|
|
@@ -11574,6 +11817,20 @@ export declare namespace tls {
|
|
|
11574
11817
|
*/
|
|
11575
11818
|
value?: pulumi.Input<string | undefined>;
|
|
11576
11819
|
}
|
|
11820
|
+
interface DownloadTaskLogContextInfos {
|
|
11821
|
+
/**
|
|
11822
|
+
* LogGroup ID to which the log context belongs.
|
|
11823
|
+
*/
|
|
11824
|
+
contextFlow?: pulumi.Input<string | undefined>;
|
|
11825
|
+
/**
|
|
11826
|
+
* Specifies the log index in the LogGroup.
|
|
11827
|
+
*/
|
|
11828
|
+
packageOffset?: pulumi.Input<number | undefined>;
|
|
11829
|
+
/**
|
|
11830
|
+
* Host of the log source.
|
|
11831
|
+
*/
|
|
11832
|
+
source?: pulumi.Input<string | undefined>;
|
|
11833
|
+
}
|
|
11577
11834
|
interface EtlTargetResource {
|
|
11578
11835
|
/**
|
|
11579
11836
|
* Name of the custom output target. You must use this name to refer to the output target in the data processing rules
|
|
@@ -12507,6 +12764,72 @@ export declare namespace tls {
|
|
|
12507
12764
|
*/
|
|
12508
12765
|
value?: pulumi.Input<string | undefined>;
|
|
12509
12766
|
}
|
|
12767
|
+
interface RuleBoundHostGroupHostGroup {
|
|
12768
|
+
/**
|
|
12769
|
+
* Number of machines with abnormal heartbeat status
|
|
12770
|
+
*/
|
|
12771
|
+
abnormalHeartbeatStatusCount?: pulumi.Input<number | undefined>;
|
|
12772
|
+
/**
|
|
12773
|
+
* Latest LogCollector version number available for upgrade
|
|
12774
|
+
*/
|
|
12775
|
+
agentLatestVersion?: pulumi.Input<string | undefined>;
|
|
12776
|
+
/**
|
|
12777
|
+
* 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.
|
|
12778
|
+
*/
|
|
12779
|
+
autoUpdate?: pulumi.Input<boolean | undefined>;
|
|
12780
|
+
/**
|
|
12781
|
+
* Machine group creation time
|
|
12782
|
+
*/
|
|
12783
|
+
createTime?: pulumi.Input<string | undefined>;
|
|
12784
|
+
/**
|
|
12785
|
+
* Number of machines in the machine group
|
|
12786
|
+
*/
|
|
12787
|
+
hostCount?: pulumi.Input<number | undefined>;
|
|
12788
|
+
/**
|
|
12789
|
+
* Machine group ID
|
|
12790
|
+
*/
|
|
12791
|
+
hostGroupId?: pulumi.Input<string | undefined>;
|
|
12792
|
+
/**
|
|
12793
|
+
* Machine group name
|
|
12794
|
+
*/
|
|
12795
|
+
hostGroupName?: pulumi.Input<string | undefined>;
|
|
12796
|
+
/**
|
|
12797
|
+
* Machine group type. IP: machine IP. Label: machine label.
|
|
12798
|
+
*/
|
|
12799
|
+
hostGroupType?: pulumi.Input<string | undefined>;
|
|
12800
|
+
/**
|
|
12801
|
+
* Machine identifier
|
|
12802
|
+
*/
|
|
12803
|
+
hostIdentifier?: pulumi.Input<string | undefined>;
|
|
12804
|
+
/**
|
|
12805
|
+
* IAM project associated with the machine group
|
|
12806
|
+
*/
|
|
12807
|
+
iamProjectName?: pulumi.Input<string | undefined>;
|
|
12808
|
+
/**
|
|
12809
|
+
* Machine group modification time
|
|
12810
|
+
*/
|
|
12811
|
+
modifyTime?: pulumi.Input<string | undefined>;
|
|
12812
|
+
/**
|
|
12813
|
+
* Number of machines with normal heartbeat status
|
|
12814
|
+
*/
|
|
12815
|
+
normalHeartbeatStatusCount?: pulumi.Input<number | undefined>;
|
|
12816
|
+
/**
|
|
12817
|
+
* Number of collection configurations bound to the machine group
|
|
12818
|
+
*/
|
|
12819
|
+
ruleCount?: pulumi.Input<number | undefined>;
|
|
12820
|
+
/**
|
|
12821
|
+
* Enable LogCollector service log feature. true: enabled. false (default): disabled.
|
|
12822
|
+
*/
|
|
12823
|
+
serviceLogging?: pulumi.Input<boolean | undefined>;
|
|
12824
|
+
/**
|
|
12825
|
+
* LogCollector auto upgrade end time
|
|
12826
|
+
*/
|
|
12827
|
+
updateEndTime?: pulumi.Input<string | undefined>;
|
|
12828
|
+
/**
|
|
12829
|
+
* 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.
|
|
12830
|
+
*/
|
|
12831
|
+
updateStartTime?: pulumi.Input<string | undefined>;
|
|
12832
|
+
}
|
|
12510
12833
|
interface RuleContainerRule {
|
|
12511
12834
|
/**
|
|
12512
12835
|
* 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.
|
|
@@ -13048,6 +13371,32 @@ export declare namespace tls {
|
|
|
13048
13371
|
*/
|
|
13049
13372
|
prefix?: pulumi.Input<string | undefined>;
|
|
13050
13373
|
}
|
|
13374
|
+
interface TopicShard {
|
|
13375
|
+
/**
|
|
13376
|
+
* Ending key value of the partition
|
|
13377
|
+
*/
|
|
13378
|
+
exclusiveEndKey?: pulumi.Input<string | undefined>;
|
|
13379
|
+
/**
|
|
13380
|
+
* Starting key value of the partition
|
|
13381
|
+
*/
|
|
13382
|
+
inclusiveBeginKey?: pulumi.Input<string | undefined>;
|
|
13383
|
+
/**
|
|
13384
|
+
* Last modified time of the partition
|
|
13385
|
+
*/
|
|
13386
|
+
modifyTime?: pulumi.Input<string | undefined>;
|
|
13387
|
+
/**
|
|
13388
|
+
* Partition ID of the log topic
|
|
13389
|
+
*/
|
|
13390
|
+
shardId?: pulumi.Input<number | undefined>;
|
|
13391
|
+
/**
|
|
13392
|
+
* Partition status: readwrite means read/write, readonly means read-only
|
|
13393
|
+
*/
|
|
13394
|
+
status?: pulumi.Input<string | undefined>;
|
|
13395
|
+
/**
|
|
13396
|
+
* Time when the partition stopped writing, that is, the last time logs were written to this partition
|
|
13397
|
+
*/
|
|
13398
|
+
stopWriteTime?: pulumi.Input<string | undefined>;
|
|
13399
|
+
}
|
|
13051
13400
|
interface TopicTag {
|
|
13052
13401
|
/**
|
|
13053
13402
|
* User tag key.
|
|
@@ -13752,6 +14101,70 @@ export declare namespace tos {
|
|
|
13752
14101
|
*/
|
|
13753
14102
|
useServiceTopic: pulumi.Input<boolean>;
|
|
13754
14103
|
}
|
|
14104
|
+
interface BucketReplicationRule {
|
|
14105
|
+
/**
|
|
14106
|
+
* Object owner management permissions
|
|
14107
|
+
*/
|
|
14108
|
+
accessControlTranslation?: pulumi.Input<inputs.tos.BucketReplicationRuleAccessControlTranslation | undefined>;
|
|
14109
|
+
/**
|
|
14110
|
+
* Replication target bucket information
|
|
14111
|
+
*/
|
|
14112
|
+
destination: pulumi.Input<inputs.tos.BucketReplicationRuleDestination>;
|
|
14113
|
+
/**
|
|
14114
|
+
* 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
|
|
14115
|
+
*/
|
|
14116
|
+
historicalObjectReplication: pulumi.Input<string>;
|
|
14117
|
+
/**
|
|
14118
|
+
* Unique identifier for the rule, less than 255 characters
|
|
14119
|
+
*/
|
|
14120
|
+
id: pulumi.Input<string>;
|
|
14121
|
+
/**
|
|
14122
|
+
* Object name prefix to which this rule applies
|
|
14123
|
+
*/
|
|
14124
|
+
prefixSets?: pulumi.Input<pulumi.Input<string>[] | undefined>;
|
|
14125
|
+
/**
|
|
14126
|
+
* Save replication progress
|
|
14127
|
+
*/
|
|
14128
|
+
progress?: pulumi.Input<inputs.tos.BucketReplicationRuleProgress | undefined>;
|
|
14129
|
+
/**
|
|
14130
|
+
* Specify whether to enable this rule. Options: Enabled: Enable this rule. Disabled: Do not enable this rule
|
|
14131
|
+
*/
|
|
14132
|
+
status: pulumi.Input<string>;
|
|
14133
|
+
}
|
|
14134
|
+
interface BucketReplicationRuleAccessControlTranslation {
|
|
14135
|
+
/**
|
|
14136
|
+
* 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
|
|
14137
|
+
*/
|
|
14138
|
+
owner?: pulumi.Input<string | undefined>;
|
|
14139
|
+
}
|
|
14140
|
+
interface BucketReplicationRuleDestination {
|
|
14141
|
+
/**
|
|
14142
|
+
* Name of the bucket storing object replicas identified by the rule
|
|
14143
|
+
*/
|
|
14144
|
+
bucket: pulumi.Input<string>;
|
|
14145
|
+
/**
|
|
14146
|
+
* Region of the target bucket
|
|
14147
|
+
*/
|
|
14148
|
+
location: pulumi.Input<string>;
|
|
14149
|
+
/**
|
|
14150
|
+
* 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
|
|
14151
|
+
*/
|
|
14152
|
+
storageClass?: pulumi.Input<string | undefined>;
|
|
14153
|
+
/**
|
|
14154
|
+
* 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
|
|
14155
|
+
*/
|
|
14156
|
+
storageClassInheritDirective?: pulumi.Input<string | undefined>;
|
|
14157
|
+
}
|
|
14158
|
+
interface BucketReplicationRuleProgress {
|
|
14159
|
+
/**
|
|
14160
|
+
* Show the percentage of historical data that has been replicated
|
|
14161
|
+
*/
|
|
14162
|
+
historicalObject?: pulumi.Input<number | undefined>;
|
|
14163
|
+
/**
|
|
14164
|
+
* Show the timestamp when data is replicated to the target bucket
|
|
14165
|
+
*/
|
|
14166
|
+
newObject?: pulumi.Input<string | undefined>;
|
|
14167
|
+
}
|
|
13755
14168
|
interface BucketTag {
|
|
13756
14169
|
/**
|
|
13757
14170
|
* Tag key
|
|
@@ -13830,25 +14243,59 @@ export declare namespace tos {
|
|
|
13830
14243
|
*/
|
|
13831
14244
|
replaceKeyWith?: pulumi.Input<string | undefined>;
|
|
13832
14245
|
}
|
|
13833
|
-
|
|
13834
|
-
export declare namespace transitrouter {
|
|
13835
|
-
interface DirectConnectGatewayAttachmentTag {
|
|
14246
|
+
interface TosObjectAccountAcl {
|
|
13836
14247
|
/**
|
|
13837
|
-
*
|
|
14248
|
+
* Authorized account ID.
|
|
13838
14249
|
*/
|
|
13839
|
-
|
|
14250
|
+
accountId?: pulumi.Input<string | undefined>;
|
|
13840
14251
|
/**
|
|
13841
|
-
*
|
|
14252
|
+
* Authorized principal type. Currently, only CanonicalUser is supported.
|
|
13842
14253
|
*/
|
|
13843
|
-
|
|
14254
|
+
aclType?: pulumi.Input<string | undefined>;
|
|
14255
|
+
/**
|
|
14256
|
+
* Authorization permission type. Includes FULL*CONTROL, READ, READ*ACP, WRITE, WRITE_ACP.
|
|
14257
|
+
*/
|
|
14258
|
+
permission?: pulumi.Input<string | undefined>;
|
|
13844
14259
|
}
|
|
13845
|
-
interface
|
|
14260
|
+
interface TosObjectMetadata {
|
|
13846
14261
|
/**
|
|
13847
|
-
* Tag key
|
|
14262
|
+
* Tag key.
|
|
13848
14263
|
*/
|
|
13849
14264
|
key?: pulumi.Input<string | undefined>;
|
|
13850
14265
|
/**
|
|
13851
|
-
* Tag value
|
|
14266
|
+
* Tag value.
|
|
14267
|
+
*/
|
|
14268
|
+
value?: pulumi.Input<string | undefined>;
|
|
14269
|
+
}
|
|
14270
|
+
interface TosObjectTag {
|
|
14271
|
+
/**
|
|
14272
|
+
* Tag key.
|
|
14273
|
+
*/
|
|
14274
|
+
key?: pulumi.Input<string | undefined>;
|
|
14275
|
+
/**
|
|
14276
|
+
* Tag value.
|
|
14277
|
+
*/
|
|
14278
|
+
value?: pulumi.Input<string | undefined>;
|
|
14279
|
+
}
|
|
14280
|
+
}
|
|
14281
|
+
export declare namespace transitrouter {
|
|
14282
|
+
interface DirectConnectGatewayAttachmentTag {
|
|
14283
|
+
/**
|
|
14284
|
+
* Tag key
|
|
14285
|
+
*/
|
|
14286
|
+
key?: pulumi.Input<string | undefined>;
|
|
14287
|
+
/**
|
|
14288
|
+
* Tag value
|
|
14289
|
+
*/
|
|
14290
|
+
value?: pulumi.Input<string | undefined>;
|
|
14291
|
+
}
|
|
14292
|
+
interface PeerAttachmentTag {
|
|
14293
|
+
/**
|
|
14294
|
+
* Tag key for cross-region connection user tags. Length must be between 1 and 128 characters. Case-sensitive; cannot start with any case combination of sys:. Cannot start or end with a space character. Allowed characters include letters, numbers, space character, underscore (_), period (.), colon (:), slash (/), equals sign (=), plus sign (+), minus sign (-), and @. Note: Tag keys for the same resource must be unique. If this parameter is not provided or no value is specified, the default is empty.
|
|
14295
|
+
*/
|
|
14296
|
+
key?: pulumi.Input<string | undefined>;
|
|
14297
|
+
/**
|
|
14298
|
+
* Tag value for the cross-region connection user tag. Length limit: 0–255 characters. Case-sensitive. Cannot start or end with a space. Allowed characters: letters, numbers, spaces (), underscores (_), periods (.), colons (:), slashes (/), equals signs (=), plus signs (+), hyphens (-), and @. Note: If this parameter is provided, Tags.N.Key must be provided first.
|
|
13852
14299
|
*/
|
|
13853
14300
|
value?: pulumi.Input<string | undefined>;
|
|
13854
14301
|
}
|
|
@@ -14633,6 +15080,415 @@ export declare namespace veenedge {
|
|
|
14633
15080
|
*/
|
|
14634
15081
|
value?: pulumi.Input<string | undefined>;
|
|
14635
15082
|
}
|
|
15083
|
+
interface VeenAdvancedConfiguration {
|
|
15084
|
+
/**
|
|
15085
|
+
* Whether deletion protection is enabled for the edge instance. true: enabled. false: not enabled.
|
|
15086
|
+
*/
|
|
15087
|
+
deleteProtection?: pulumi.Input<boolean | undefined>;
|
|
15088
|
+
}
|
|
15089
|
+
interface VeenBandwidthPeakLimitIspConfigs {
|
|
15090
|
+
/**
|
|
15091
|
+
* Bandwidth throttling value for this carrier.
|
|
15092
|
+
*/
|
|
15093
|
+
bandwidthPeakLimit?: pulumi.Input<string | undefined>;
|
|
15094
|
+
/**
|
|
15095
|
+
* Carrier. Value range: CMCC: China Mobile; CTCC: China Telecom; CUCC: China Unicom
|
|
15096
|
+
*/
|
|
15097
|
+
isp?: pulumi.Input<string | undefined>;
|
|
15098
|
+
}
|
|
15099
|
+
interface VeenBilling {
|
|
15100
|
+
/**
|
|
15101
|
+
* 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.
|
|
15102
|
+
*/
|
|
15103
|
+
bandwidthBillingMethod?: pulumi.Input<string | undefined>;
|
|
15104
|
+
/**
|
|
15105
|
+
* 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.
|
|
15106
|
+
*/
|
|
15107
|
+
computingBillingMethod?: pulumi.Input<string | undefined>;
|
|
15108
|
+
}
|
|
15109
|
+
interface VeenBillingConfig {
|
|
15110
|
+
/**
|
|
15111
|
+
* Enable auto-renewal. Value options: true: enable auto-renewal. false (default): disable auto-renewal.
|
|
15112
|
+
*/
|
|
15113
|
+
autoRenew?: pulumi.Input<boolean | undefined>;
|
|
15114
|
+
/**
|
|
15115
|
+
* Unit of resource purchase duration. This parameter must be used together with the pre*paid*period_number parameter. Valid values: monthly: month
|
|
15116
|
+
*/
|
|
15117
|
+
prePaidPeriod?: pulumi.Input<string | undefined>;
|
|
15118
|
+
/**
|
|
15119
|
+
* 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
|
|
15120
|
+
*/
|
|
15121
|
+
prePaidPeriodNumber?: pulumi.Input<number | undefined>;
|
|
15122
|
+
}
|
|
15123
|
+
interface VeenCluster {
|
|
15124
|
+
/**
|
|
15125
|
+
* Node alias.
|
|
15126
|
+
*/
|
|
15127
|
+
alias?: pulumi.Input<string | undefined>;
|
|
15128
|
+
/**
|
|
15129
|
+
* City where the node is located.
|
|
15130
|
+
*/
|
|
15131
|
+
city?: pulumi.Input<string | undefined>;
|
|
15132
|
+
/**
|
|
15133
|
+
* Name of the node
|
|
15134
|
+
*/
|
|
15135
|
+
clusterName?: pulumi.Input<string | undefined>;
|
|
15136
|
+
/**
|
|
15137
|
+
* Country where the node is located.
|
|
15138
|
+
*/
|
|
15139
|
+
country?: pulumi.Input<string | undefined>;
|
|
15140
|
+
/**
|
|
15141
|
+
* Network carrier of the node.
|
|
15142
|
+
*/
|
|
15143
|
+
isp?: pulumi.Input<string | undefined>;
|
|
15144
|
+
/**
|
|
15145
|
+
* Node billing category: 1: Beijing, Shanghai, Guangzhou; 2: regional centers; 3: general cities
|
|
15146
|
+
*/
|
|
15147
|
+
level?: pulumi.Input<string | undefined>;
|
|
15148
|
+
/**
|
|
15149
|
+
* Province where the node is located.
|
|
15150
|
+
*/
|
|
15151
|
+
province?: pulumi.Input<string | undefined>;
|
|
15152
|
+
/**
|
|
15153
|
+
* Region where the node is located.
|
|
15154
|
+
*/
|
|
15155
|
+
region?: pulumi.Input<string | undefined>;
|
|
15156
|
+
}
|
|
15157
|
+
interface VeenCustomData {
|
|
15158
|
+
/**
|
|
15159
|
+
* Original user data content. When IsBase64 is true, the data should be Base64 encoded.
|
|
15160
|
+
*/
|
|
15161
|
+
data?: pulumi.Input<string | undefined>;
|
|
15162
|
+
/**
|
|
15163
|
+
* Whether the data uses Base64 encoding
|
|
15164
|
+
*/
|
|
15165
|
+
isBase64?: pulumi.Input<boolean | undefined>;
|
|
15166
|
+
}
|
|
15167
|
+
interface VeenGpu {
|
|
15168
|
+
/**
|
|
15169
|
+
* GPU specification information
|
|
15170
|
+
* 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.
|
|
15171
|
+
*/
|
|
15172
|
+
gpuses?: pulumi.Input<pulumi.Input<inputs.veenedge.VeenGpuGpus>[] | undefined>;
|
|
15173
|
+
}
|
|
15174
|
+
interface VeenGpuGpus {
|
|
15175
|
+
/**
|
|
15176
|
+
* GPU specification
|
|
15177
|
+
*/
|
|
15178
|
+
gpuSpec?: pulumi.Input<inputs.veenedge.VeenGpuGpusGpuSpec | undefined>;
|
|
15179
|
+
/**
|
|
15180
|
+
* GPU quantity.
|
|
15181
|
+
*/
|
|
15182
|
+
num?: pulumi.Input<number | undefined>;
|
|
15183
|
+
}
|
|
15184
|
+
interface VeenGpuGpusGpuSpec {
|
|
15185
|
+
/**
|
|
15186
|
+
* GPU type.
|
|
15187
|
+
*/
|
|
15188
|
+
gpuType?: pulumi.Input<string | undefined>;
|
|
15189
|
+
}
|
|
15190
|
+
interface VeenImage {
|
|
15191
|
+
/**
|
|
15192
|
+
* Whether to disable VGA. Value range: true: disable VGA; false: enable VGA.
|
|
15193
|
+
*/
|
|
15194
|
+
disableVga?: pulumi.Input<boolean | undefined>;
|
|
15195
|
+
/**
|
|
15196
|
+
* Image boot mode: BIOS, UEFI
|
|
15197
|
+
*/
|
|
15198
|
+
imageBootMode?: pulumi.Input<string | undefined>;
|
|
15199
|
+
/**
|
|
15200
|
+
* Image ID.
|
|
15201
|
+
*/
|
|
15202
|
+
imageIdentity?: pulumi.Input<string | undefined>;
|
|
15203
|
+
/**
|
|
15204
|
+
* Image name.
|
|
15205
|
+
*/
|
|
15206
|
+
imageName?: pulumi.Input<string | undefined>;
|
|
15207
|
+
/**
|
|
15208
|
+
* Image attributes: BENBuildImage: image created from edge instance. LocalImage: local image. PublicBaseImage: public image. UrlImage: image uploaded via URL
|
|
15209
|
+
*/
|
|
15210
|
+
property?: pulumi.Input<string | undefined>;
|
|
15211
|
+
/**
|
|
15212
|
+
* Operating system architecture.
|
|
15213
|
+
*/
|
|
15214
|
+
systemArch?: pulumi.Input<string | undefined>;
|
|
15215
|
+
/**
|
|
15216
|
+
* Operating system bitness.
|
|
15217
|
+
*/
|
|
15218
|
+
systemBit?: pulumi.Input<string | undefined>;
|
|
15219
|
+
/**
|
|
15220
|
+
* Type of operating system.
|
|
15221
|
+
*/
|
|
15222
|
+
systemType?: pulumi.Input<string | undefined>;
|
|
15223
|
+
/**
|
|
15224
|
+
* Operating system version.
|
|
15225
|
+
*/
|
|
15226
|
+
systemVersion?: pulumi.Input<string | undefined>;
|
|
15227
|
+
}
|
|
15228
|
+
interface VeenInstanceAreaNum {
|
|
15229
|
+
/**
|
|
15230
|
+
* Region name. You can use the ListAvailableResourceInfo API to query supported regions, cities, carriers, and node information for instance types
|
|
15231
|
+
*/
|
|
15232
|
+
areaName?: pulumi.Input<string | undefined>;
|
|
15233
|
+
/**
|
|
15234
|
+
* 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.
|
|
15235
|
+
*/
|
|
15236
|
+
clusterName?: pulumi.Input<string | undefined>;
|
|
15237
|
+
/**
|
|
15238
|
+
* 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.
|
|
15239
|
+
*/
|
|
15240
|
+
defaultIsp?: pulumi.Input<string | undefined>;
|
|
15241
|
+
/**
|
|
15242
|
+
* 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.
|
|
15243
|
+
* 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:
|
|
15244
|
+
* 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.
|
|
15245
|
+
*/
|
|
15246
|
+
externalNetworkMode?: pulumi.Input<string | undefined>;
|
|
15247
|
+
/**
|
|
15248
|
+
* The host name list to assign to the created instances.
|
|
15249
|
+
*/
|
|
15250
|
+
hostNameLists?: pulumi.Input<pulumi.Input<string>[] | undefined>;
|
|
15251
|
+
/**
|
|
15252
|
+
* Carrier. You can use the ListAvailableResourceInfo API to query supported regions, cities, carriers, and node information for instance types
|
|
15253
|
+
*/
|
|
15254
|
+
isp?: pulumi.Input<string | undefined>;
|
|
15255
|
+
/**
|
|
15256
|
+
* 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.
|
|
15257
|
+
* 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.
|
|
15258
|
+
*/
|
|
15259
|
+
multiInterfaceNameConfig?: pulumi.Input<inputs.veenedge.VeenInstanceAreaNumMultiInterfaceNameConfig | undefined>;
|
|
15260
|
+
/**
|
|
15261
|
+
* Number of instances.
|
|
15262
|
+
*/
|
|
15263
|
+
num?: pulumi.Input<number | undefined>;
|
|
15264
|
+
/**
|
|
15265
|
+
* 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.
|
|
15266
|
+
*/
|
|
15267
|
+
singleInterfaceNameConfig?: pulumi.Input<inputs.veenedge.VeenInstanceAreaNumSingleInterfaceNameConfig | undefined>;
|
|
15268
|
+
/**
|
|
15269
|
+
* Subnet ID. If you specify a custom private network, you must also set subnetIdentity to specify the subnet.
|
|
15270
|
+
*/
|
|
15271
|
+
subnetIdentity?: pulumi.Input<string | undefined>;
|
|
15272
|
+
/**
|
|
15273
|
+
* 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
|
|
15274
|
+
*/
|
|
15275
|
+
vpcIdentity?: pulumi.Input<string | undefined>;
|
|
15276
|
+
}
|
|
15277
|
+
interface VeenInstanceAreaNumMultiInterfaceNameConfig {
|
|
15278
|
+
/**
|
|
15279
|
+
* 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.
|
|
15280
|
+
*/
|
|
15281
|
+
cmccExternalInterfaceName?: pulumi.Input<string | undefined>;
|
|
15282
|
+
/**
|
|
15283
|
+
* 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
|
|
15284
|
+
*/
|
|
15285
|
+
ctccExternalInterfaceName?: pulumi.Input<string | undefined>;
|
|
15286
|
+
/**
|
|
15287
|
+
* 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
|
|
15288
|
+
*/
|
|
15289
|
+
cuccExternalInterfaceName?: pulumi.Input<string | undefined>;
|
|
15290
|
+
/**
|
|
15291
|
+
* 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
|
|
15292
|
+
*/
|
|
15293
|
+
internalInterfaceName?: pulumi.Input<string | undefined>;
|
|
15294
|
+
}
|
|
15295
|
+
interface VeenInstanceAreaNumSingleInterfaceNameConfig {
|
|
15296
|
+
/**
|
|
15297
|
+
* 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.
|
|
15298
|
+
*/
|
|
15299
|
+
externalInterfaceName?: pulumi.Input<string | undefined>;
|
|
15300
|
+
/**
|
|
15301
|
+
* 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
|
|
15302
|
+
*/
|
|
15303
|
+
internalInterfaceName?: pulumi.Input<string | undefined>;
|
|
15304
|
+
}
|
|
15305
|
+
interface VeenMonitorAgent {
|
|
15306
|
+
/**
|
|
15307
|
+
* 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.
|
|
15308
|
+
*/
|
|
15309
|
+
agentStatus?: pulumi.Input<string | undefined>;
|
|
15310
|
+
}
|
|
15311
|
+
interface VeenNetwork {
|
|
15312
|
+
/**
|
|
15313
|
+
* Number of allocated auxiliary private IP addresses
|
|
15314
|
+
*/
|
|
15315
|
+
actualSecondaryIpNum?: pulumi.Input<number | undefined>;
|
|
15316
|
+
/**
|
|
15317
|
+
* Percentile peak bandwidth, no fixed bandwidth value.
|
|
15318
|
+
*/
|
|
15319
|
+
bandwidthPeakConfigRatio?: pulumi.Input<inputs.veenedge.VeenNetworkBandwidthPeakConfigRatio | undefined>;
|
|
15320
|
+
/**
|
|
15321
|
+
* Bandwidth peak update status: updating: updating. ready: update complete.
|
|
15322
|
+
*/
|
|
15323
|
+
bandwidthPeakUpdateStatus?: pulumi.Input<string | undefined>;
|
|
15324
|
+
/**
|
|
15325
|
+
* Default carrier
|
|
15326
|
+
*/
|
|
15327
|
+
defaultIsp?: pulumi.Input<string | undefined>;
|
|
15328
|
+
/**
|
|
15329
|
+
* Disable IPv4: true: IPv4 disabled. false: IPv4 enabled
|
|
15330
|
+
*/
|
|
15331
|
+
disableIpv4?: pulumi.Input<boolean | undefined>;
|
|
15332
|
+
/**
|
|
15333
|
+
* DNS list. The first IP address is the primary DNS, and the subsequent IP addresses are backup DNS servers
|
|
15334
|
+
*/
|
|
15335
|
+
dnsLists?: pulumi.Input<pulumi.Input<string>[] | undefined>;
|
|
15336
|
+
/**
|
|
15337
|
+
* 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.
|
|
15338
|
+
*/
|
|
15339
|
+
dnsType?: pulumi.Input<string | undefined>;
|
|
15340
|
+
/**
|
|
15341
|
+
* Enable IPv6: true: enable IPv6. false: disable IPv6.
|
|
15342
|
+
*/
|
|
15343
|
+
enableIpv6?: pulumi.Input<boolean | undefined>;
|
|
15344
|
+
/**
|
|
15345
|
+
* 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.
|
|
15346
|
+
*/
|
|
15347
|
+
externalNetworkMode?: pulumi.Input<string | undefined>;
|
|
15348
|
+
/**
|
|
15349
|
+
* 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.
|
|
15350
|
+
*/
|
|
15351
|
+
limitMode?: pulumi.Input<string | undefined>;
|
|
15352
|
+
/**
|
|
15353
|
+
* Edge instance TCP session timeout. Unit: seconds.
|
|
15354
|
+
*/
|
|
15355
|
+
tcpTimeout?: pulumi.Input<number | undefined>;
|
|
15356
|
+
/**
|
|
15357
|
+
* UDP session timeout for the edge instance. Unit: seconds.
|
|
15358
|
+
*/
|
|
15359
|
+
udpTimeout?: pulumi.Input<number | undefined>;
|
|
15360
|
+
/**
|
|
15361
|
+
* Whether it is a VF passthrough type: true: VF passthrough type. false: non-VF passthrough type.
|
|
15362
|
+
*/
|
|
15363
|
+
vfPassthrough?: pulumi.Input<boolean | undefined>;
|
|
15364
|
+
/**
|
|
15365
|
+
* Whether it is a VLAN VF passthrough type: true: VLAN VF passthrough type. false: Non-VLAN VF passthrough type.
|
|
15366
|
+
*/
|
|
15367
|
+
vlanVfPassthrough?: pulumi.Input<boolean | undefined>;
|
|
15368
|
+
/**
|
|
15369
|
+
* Number of required auxiliary private network IP addresses
|
|
15370
|
+
*/
|
|
15371
|
+
wantedSecondaryIpNum?: pulumi.Input<number | undefined>;
|
|
15372
|
+
}
|
|
15373
|
+
interface VeenNetworkBandwidthPeakConfigRatio {
|
|
15374
|
+
/**
|
|
15375
|
+
* Bandwidth ratio in enhanced/burst mode
|
|
15376
|
+
*/
|
|
15377
|
+
enhancedRatio?: pulumi.Input<number | undefined>;
|
|
15378
|
+
/**
|
|
15379
|
+
* Bandwidth ratio in standard mode
|
|
15380
|
+
*/
|
|
15381
|
+
normalRatio?: pulumi.Input<number | undefined>;
|
|
15382
|
+
}
|
|
15383
|
+
interface VeenSecret {
|
|
15384
|
+
/**
|
|
15385
|
+
* Edge instance login password type: 2: custom password. 3: SSH Key password. 4: do not inject login credentials.
|
|
15386
|
+
*/
|
|
15387
|
+
secretType?: pulumi.Input<number | undefined>;
|
|
15388
|
+
}
|
|
15389
|
+
interface VeenStorage {
|
|
15390
|
+
/**
|
|
15391
|
+
* Data disk. This parameter is used to add a single data disk
|
|
15392
|
+
*/
|
|
15393
|
+
dataDisk?: pulumi.Input<inputs.veenedge.VeenStorageDataDisk | undefined>;
|
|
15394
|
+
/**
|
|
15395
|
+
* Data disk list
|
|
15396
|
+
* 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.
|
|
15397
|
+
*/
|
|
15398
|
+
dataDiskLists?: pulumi.Input<pulumi.Input<inputs.veenedge.VeenStorageDataDiskList>[] | undefined>;
|
|
15399
|
+
/**
|
|
15400
|
+
* System disk
|
|
15401
|
+
*/
|
|
15402
|
+
systemDisk?: pulumi.Input<inputs.veenedge.VeenStorageSystemDisk | undefined>;
|
|
15403
|
+
}
|
|
15404
|
+
interface VeenStorageDataDisk {
|
|
15405
|
+
/**
|
|
15406
|
+
* Disk capacity. Unit: GB.
|
|
15407
|
+
*/
|
|
15408
|
+
capacity?: pulumi.Input<string | undefined>;
|
|
15409
|
+
/**
|
|
15410
|
+
* Release disk when instance is deleted. true: delete disk with instance; false: retain disk independently.
|
|
15411
|
+
*/
|
|
15412
|
+
deleteWithInstance?: pulumi.Input<boolean | undefined>;
|
|
15413
|
+
/**
|
|
15414
|
+
* Unique disk ID, the primary key of the cloud disk resource.
|
|
15415
|
+
*/
|
|
15416
|
+
diskIdentity?: pulumi.Input<string | undefined>;
|
|
15417
|
+
/**
|
|
15418
|
+
* Local disk specification type. Applies only to local disk instances; cloud disk instances leave this blank.
|
|
15419
|
+
*/
|
|
15420
|
+
localDiskClass?: pulumi.Input<string | undefined>;
|
|
15421
|
+
/**
|
|
15422
|
+
* Local disk resource name, exclusive identifier for local disk instances. Not required for cloud disk instances
|
|
15423
|
+
*/
|
|
15424
|
+
localDiskResourceName?: pulumi.Input<string | undefined>;
|
|
15425
|
+
/**
|
|
15426
|
+
* Disk type: CloudBlockHDD: HDD cloud disk. CloudBlockSSD: SSD cloud disk.
|
|
15427
|
+
*/
|
|
15428
|
+
storageType?: pulumi.Input<string | undefined>;
|
|
15429
|
+
}
|
|
15430
|
+
interface VeenStorageDataDiskList {
|
|
15431
|
+
/**
|
|
15432
|
+
* Disk capacity. Unit: GB.
|
|
15433
|
+
*/
|
|
15434
|
+
capacity?: pulumi.Input<string | undefined>;
|
|
15435
|
+
/**
|
|
15436
|
+
* Release disk when instance is deleted. true: delete disk with instance; false: retain disk independently.
|
|
15437
|
+
*/
|
|
15438
|
+
deleteWithInstance?: pulumi.Input<boolean | undefined>;
|
|
15439
|
+
/**
|
|
15440
|
+
* Unique disk ID, the primary key of the cloud disk resource.
|
|
15441
|
+
*/
|
|
15442
|
+
diskIdentity?: pulumi.Input<string | undefined>;
|
|
15443
|
+
/**
|
|
15444
|
+
* Local disk specification type. Applies only to local disk instances; cloud disk instances leave this blank.
|
|
15445
|
+
*/
|
|
15446
|
+
localDiskClass?: pulumi.Input<string | undefined>;
|
|
15447
|
+
/**
|
|
15448
|
+
* Local disk resource name, exclusive identifier for local disk instances. Not required for cloud disk instances
|
|
15449
|
+
*/
|
|
15450
|
+
localDiskResourceName?: pulumi.Input<string | undefined>;
|
|
15451
|
+
/**
|
|
15452
|
+
* Disk type: CloudBlockHDD: HDD cloud disk. CloudBlockSSD: SSD cloud disk.
|
|
15453
|
+
*/
|
|
15454
|
+
storageType?: pulumi.Input<string | undefined>;
|
|
15455
|
+
}
|
|
15456
|
+
interface VeenStorageSystemDisk {
|
|
15457
|
+
/**
|
|
15458
|
+
* Disk capacity. Unit: GB.
|
|
15459
|
+
*/
|
|
15460
|
+
capacity?: pulumi.Input<string | undefined>;
|
|
15461
|
+
/**
|
|
15462
|
+
* Release disk when instance is deleted. true: delete disk with instance; false: retain disk independently.
|
|
15463
|
+
*/
|
|
15464
|
+
deleteWithInstance?: pulumi.Input<boolean | undefined>;
|
|
15465
|
+
/**
|
|
15466
|
+
* Unique disk ID, the primary key of the cloud disk resource.
|
|
15467
|
+
*/
|
|
15468
|
+
diskIdentity?: pulumi.Input<string | undefined>;
|
|
15469
|
+
/**
|
|
15470
|
+
* Local disk specification type. Applies only to local disk instances; cloud disk instances leave this blank.
|
|
15471
|
+
*/
|
|
15472
|
+
localDiskClass?: pulumi.Input<string | undefined>;
|
|
15473
|
+
/**
|
|
15474
|
+
* Local disk resource name, exclusive identifier for local disk instances. Not required for cloud disk instances
|
|
15475
|
+
*/
|
|
15476
|
+
localDiskResourceName?: pulumi.Input<string | undefined>;
|
|
15477
|
+
/**
|
|
15478
|
+
* Disk type: CloudBlockHDD: HDD cloud disk. CloudBlockSSD: SSD cloud disk.
|
|
15479
|
+
*/
|
|
15480
|
+
storageType?: pulumi.Input<string | undefined>;
|
|
15481
|
+
}
|
|
15482
|
+
interface VeenTag {
|
|
15483
|
+
/**
|
|
15484
|
+
* Tag key.
|
|
15485
|
+
*/
|
|
15486
|
+
key?: pulumi.Input<string | undefined>;
|
|
15487
|
+
/**
|
|
15488
|
+
* Tag value.
|
|
15489
|
+
*/
|
|
15490
|
+
value?: pulumi.Input<string | undefined>;
|
|
15491
|
+
}
|
|
14636
15492
|
interface VpcSubnet {
|
|
14637
15493
|
/**
|
|
14638
15494
|
* Subnet CIDR Block, e.g. 10.1.0.0/16
|
|
@@ -16357,6 +17213,16 @@ export declare namespace vmp {
|
|
|
16357
17213
|
*/
|
|
16358
17214
|
value?: pulumi.Input<string | undefined>;
|
|
16359
17215
|
}
|
|
17216
|
+
interface IntegrationTaskTag {
|
|
17217
|
+
/**
|
|
17218
|
+
* Tag Key
|
|
17219
|
+
*/
|
|
17220
|
+
key?: pulumi.Input<string | undefined>;
|
|
17221
|
+
/**
|
|
17222
|
+
* Tag Value
|
|
17223
|
+
*/
|
|
17224
|
+
value?: pulumi.Input<string | undefined>;
|
|
17225
|
+
}
|
|
16360
17226
|
interface WorkspaceInstanceType {
|
|
16361
17227
|
/**
|
|
16362
17228
|
* Maximum active time series count
|