@cdktf-providers/edge-center-edgecenter 0.10.4
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/LICENSE +355 -0
- package/README.md +19 -0
- package/dist/baremetal/index.d.ts +528 -0
- package/dist/baremetal/index.js +1250 -0
- package/dist/cdn-lecert/index.d.ts +76 -0
- package/dist/cdn-lecert/index.js +157 -0
- package/dist/cdn-origingroup/index.d.ts +237 -0
- package/dist/cdn-origingroup/index.js +560 -0
- package/dist/cdn-resource/index.d.ts +2223 -0
- package/dist/cdn-resource/index.js +5865 -0
- package/dist/cdn-rule/index.d.ts +2037 -0
- package/dist/cdn-rule/index.js +5381 -0
- package/dist/cdn-shielding/index.d.ts +64 -0
- package/dist/cdn-shielding/index.js +131 -0
- package/dist/cdn-sslcert/index.d.ts +76 -0
- package/dist/cdn-sslcert/index.js +159 -0
- package/dist/data-edgecenter-availability-zone/index.d.ts +67 -0
- package/dist/data-edgecenter-availability-zone/index.js +141 -0
- package/dist/data-edgecenter-cdn-shielding-location/index.d.ts +54 -0
- package/dist/data-edgecenter-cdn-shielding-location/index.js +111 -0
- package/dist/data-edgecenter-floatingip/index.d.ts +183 -0
- package/dist/data-edgecenter-floatingip/index.js +378 -0
- package/dist/data-edgecenter-image/index.d.ts +183 -0
- package/dist/data-edgecenter-image/index.js +378 -0
- package/dist/data-edgecenter-instance/index.d.ts +312 -0
- package/dist/data-edgecenter-instance/index.js +690 -0
- package/dist/data-edgecenter-instance-port-security/index.d.ts +110 -0
- package/dist/data-edgecenter-instance-port-security/index.js +231 -0
- package/dist/data-edgecenter-instance-v2/index.d.ts +222 -0
- package/dist/data-edgecenter-instance-v2/index.js +501 -0
- package/dist/data-edgecenter-k8s/index.d.ts +167 -0
- package/dist/data-edgecenter-k8s/index.js +412 -0
- package/dist/data-edgecenter-k8s-client-config/index.d.ts +100 -0
- package/dist/data-edgecenter-k8s-client-config/index.js +211 -0
- package/dist/data-edgecenter-k8s-pool/index.d.ts +120 -0
- package/dist/data-edgecenter-k8s-pool/index.js +271 -0
- package/dist/data-edgecenter-lb-l7policy/index.d.ts +114 -0
- package/dist/data-edgecenter-lb-l7policy/index.js +258 -0
- package/dist/data-edgecenter-lb-l7rule/index.d.ts +120 -0
- package/dist/data-edgecenter-lb-l7rule/index.js +262 -0
- package/dist/data-edgecenter-lblistener/index.d.ts +122 -0
- package/dist/data-edgecenter-lblistener/index.js +269 -0
- package/dist/data-edgecenter-lbpool/index.d.ts +204 -0
- package/dist/data-edgecenter-lbpool/index.js +454 -0
- package/dist/data-edgecenter-loadbalancer/index.d.ts +203 -0
- package/dist/data-edgecenter-loadbalancer/index.js +427 -0
- package/dist/data-edgecenter-loadbalancerv2/index.d.ts +169 -0
- package/dist/data-edgecenter-loadbalancerv2/index.js +343 -0
- package/dist/data-edgecenter-network/index.d.ts +270 -0
- package/dist/data-edgecenter-network/index.js +589 -0
- package/dist/data-edgecenter-project/index.d.ts +72 -0
- package/dist/data-edgecenter-project/index.js +153 -0
- package/dist/data-edgecenter-region/index.d.ts +54 -0
- package/dist/data-edgecenter-region/index.js +111 -0
- package/dist/data-edgecenter-reseller-images/index.d.ts +91 -0
- package/dist/data-edgecenter-reseller-images/index.js +198 -0
- package/dist/data-edgecenter-reseller-images-v2/index.d.ts +101 -0
- package/dist/data-edgecenter-reseller-images-v2/index.js +218 -0
- package/dist/data-edgecenter-reseller-networks/index.d.ts +269 -0
- package/dist/data-edgecenter-reseller-networks/index.js +610 -0
- package/dist/data-edgecenter-reservedfixedip/index.d.ts +141 -0
- package/dist/data-edgecenter-reservedfixedip/index.js +311 -0
- package/dist/data-edgecenter-router/index.d.ts +245 -0
- package/dist/data-edgecenter-router/index.js +538 -0
- package/dist/data-edgecenter-secret/index.d.ts +109 -0
- package/dist/data-edgecenter-secret/index.js +235 -0
- package/dist/data-edgecenter-securitygroup/index.d.ts +211 -0
- package/dist/data-edgecenter-securitygroup/index.js +450 -0
- package/dist/data-edgecenter-servergroup/index.d.ts +137 -0
- package/dist/data-edgecenter-servergroup/index.js +289 -0
- package/dist/data-edgecenter-snapshot/index.d.ts +129 -0
- package/dist/data-edgecenter-snapshot/index.js +281 -0
- package/dist/data-edgecenter-storage-s3/index.d.ts +71 -0
- package/dist/data-edgecenter-storage-s3/index.js +157 -0
- package/dist/data-edgecenter-storage-s3-bucket/index.d.ts +64 -0
- package/dist/data-edgecenter-storage-s3-bucket/index.js +131 -0
- package/dist/data-edgecenter-subnet/index.d.ts +253 -0
- package/dist/data-edgecenter-subnet/index.js +536 -0
- package/dist/data-edgecenter-useractions-subscription-amqp/index.d.ts +48 -0
- package/dist/data-edgecenter-useractions-subscription-amqp/index.js +107 -0
- package/dist/data-edgecenter-useractions-subscription-log/index.d.ts +47 -0
- package/dist/data-edgecenter-useractions-subscription-log/index.js +103 -0
- package/dist/data-edgecenter-volume/index.d.ts +169 -0
- package/dist/data-edgecenter-volume/index.js +343 -0
- package/dist/dns-zone/index.d.ts +54 -0
- package/dist/dns-zone/index.js +111 -0
- package/dist/dns-zone-record/index.d.ts +494 -0
- package/dist/dns-zone-record/index.js +1217 -0
- package/dist/floatingip/index.d.ts +185 -0
- package/dist/floatingip/index.js +394 -0
- package/dist/index.d.ts +83 -0
- package/dist/index.js +84 -0
- package/dist/instance/index.d.ts +830 -0
- package/dist/instance/index.js +1948 -0
- package/dist/instance-port-security/index.d.ts +229 -0
- package/dist/instance-port-security/index.js +564 -0
- package/dist/instance-v2/index.d.ts +552 -0
- package/dist/instance-v2/index.js +1244 -0
- package/dist/k8s/index.d.ts +342 -0
- package/dist/k8s/index.js +856 -0
- package/dist/k8s-pool/index.d.ts +227 -0
- package/dist/k8s-pool/index.js +514 -0
- package/dist/keypair/index.d.ts +88 -0
- package/dist/keypair/index.js +185 -0
- package/dist/lazy-index.d.ts +0 -0
- package/dist/lazy-index.js +84 -0
- package/dist/lb-l7policy/index.d.ts +244 -0
- package/dist/lb-l7policy/index.js +566 -0
- package/dist/lb-l7rule/index.d.ts +219 -0
- package/dist/lb-l7rule/index.js +506 -0
- package/dist/lblistener/index.d.ts +264 -0
- package/dist/lblistener/index.js +597 -0
- package/dist/lbmember/index.d.ts +207 -0
- package/dist/lbmember/index.js +473 -0
- package/dist/lbpool/index.d.ts +387 -0
- package/dist/lbpool/index.js +934 -0
- package/dist/lifecyclepolicy/index.d.ts +476 -0
- package/dist/lifecyclepolicy/index.js +1188 -0
- package/dist/loadbalancer/index.d.ts +341 -0
- package/dist/loadbalancer/index.js +851 -0
- package/dist/loadbalancerv2/index.d.ts +253 -0
- package/dist/loadbalancerv2/index.js +562 -0
- package/dist/network/index.d.ts +187 -0
- package/dist/network/index.js +382 -0
- package/dist/project/index.d.ts +68 -0
- package/dist/project/index.js +150 -0
- package/dist/protection-resource/index.d.ts +179 -0
- package/dist/protection-resource/index.js +381 -0
- package/dist/protection-resource-alias/index.d.ts +64 -0
- package/dist/protection-resource-alias/index.js +131 -0
- package/dist/protection-resource-alias-certificate/index.d.ts +88 -0
- package/dist/protection-resource-alias-certificate/index.js +185 -0
- package/dist/protection-resource-blacklist-entry/index.d.ts +64 -0
- package/dist/protection-resource-blacklist-entry/index.js +131 -0
- package/dist/protection-resource-certificate/index.d.ts +88 -0
- package/dist/protection-resource-certificate/index.js +185 -0
- package/dist/protection-resource-header/index.d.ts +74 -0
- package/dist/protection-resource-header/index.js +151 -0
- package/dist/protection-resource-origin/index.d.ts +119 -0
- package/dist/protection-resource-origin/index.js +246 -0
- package/dist/protection-resource-whitelist-entry/index.d.ts +64 -0
- package/dist/protection-resource-whitelist-entry/index.js +131 -0
- package/dist/provider/index.d.ts +182 -0
- package/dist/provider/index.js +384 -0
- package/dist/reseller-images/index.d.ts +120 -0
- package/dist/reseller-images/index.js +272 -0
- package/dist/reseller-images-v2/index.d.ts +130 -0
- package/dist/reseller-images-v2/index.js +292 -0
- package/dist/reservedfixedip/index.d.ts +230 -0
- package/dist/reservedfixedip/index.js +513 -0
- package/dist/router/index.d.ts +322 -0
- package/dist/router/index.js +755 -0
- package/dist/secret/index.d.ts +146 -0
- package/dist/secret/index.js +311 -0
- package/dist/securitygroup/index.d.ts +291 -0
- package/dist/securitygroup/index.js +654 -0
- package/dist/servergroup/index.d.ts +143 -0
- package/dist/servergroup/index.js +302 -0
- package/dist/snapshot/index.d.ts +185 -0
- package/dist/snapshot/index.js +383 -0
- package/dist/storage-s3/index.d.ts +141 -0
- package/dist/storage-s3/index.js +292 -0
- package/dist/storage-s3-bucket/index.d.ts +64 -0
- package/dist/storage-s3-bucket/index.js +131 -0
- package/dist/subnet/index.d.ts +346 -0
- package/dist/subnet/index.js +751 -0
- package/dist/useractions-subscription-amqp/index.d.ts +87 -0
- package/dist/useractions-subscription-amqp/index.js +180 -0
- package/dist/useractions-subscription-log/index.d.ts +74 -0
- package/dist/useractions-subscription-log/index.js +151 -0
- package/dist/volume/index.d.ts +208 -0
- package/dist/volume/index.js +424 -0
- package/package.json +51 -0
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
import { Construct } from 'constructs';
|
|
2
|
+
import * as cdktf from 'cdktf';
|
|
3
|
+
export interface DataEdgecenterCdnShieldingLocationConfig extends cdktf.TerraformMetaArguments {
|
|
4
|
+
/**
|
|
5
|
+
* Datacenter of shielding location.
|
|
6
|
+
*
|
|
7
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/edge-center/edgecenter/0.10.4/docs/data-sources/cdn_shielding_location#datacenter DataEdgecenterCdnShieldingLocation#datacenter}
|
|
8
|
+
*/
|
|
9
|
+
readonly datacenter: string;
|
|
10
|
+
/**
|
|
11
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/edge-center/edgecenter/0.10.4/docs/data-sources/cdn_shielding_location#id DataEdgecenterCdnShieldingLocation#id}
|
|
12
|
+
*
|
|
13
|
+
* Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
|
|
14
|
+
* If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
|
|
15
|
+
*/
|
|
16
|
+
readonly id?: string;
|
|
17
|
+
}
|
|
18
|
+
/**
|
|
19
|
+
* Represents a {@link https://registry.terraform.io/providers/edge-center/edgecenter/0.10.4/docs/data-sources/cdn_shielding_location edgecenter_cdn_shielding_location}
|
|
20
|
+
*/
|
|
21
|
+
export declare class DataEdgecenterCdnShieldingLocation extends cdktf.TerraformDataSource {
|
|
22
|
+
static readonly tfResourceType = "edgecenter_cdn_shielding_location";
|
|
23
|
+
/**
|
|
24
|
+
* Generates CDKTF code for importing a DataEdgecenterCdnShieldingLocation resource upon running "cdktf plan <stack-name>"
|
|
25
|
+
* @param scope The scope in which to define this construct
|
|
26
|
+
* @param importToId The construct id used in the generated config for the DataEdgecenterCdnShieldingLocation to import
|
|
27
|
+
* @param importFromId The id of the existing DataEdgecenterCdnShieldingLocation that should be imported. Refer to the {@link https://registry.terraform.io/providers/edge-center/edgecenter/0.10.4/docs/data-sources/cdn_shielding_location#import import section} in the documentation of this resource for the id to use
|
|
28
|
+
* @param provider? Optional instance of the provider where the DataEdgecenterCdnShieldingLocation to import is found
|
|
29
|
+
*/
|
|
30
|
+
static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider): any;
|
|
31
|
+
/**
|
|
32
|
+
* Create a new {@link https://registry.terraform.io/providers/edge-center/edgecenter/0.10.4/docs/data-sources/cdn_shielding_location edgecenter_cdn_shielding_location} Data Source
|
|
33
|
+
*
|
|
34
|
+
* @param scope The scope in which to define this construct
|
|
35
|
+
* @param id The scoped construct ID. Must be unique amongst siblings in the same scope
|
|
36
|
+
* @param options DataEdgecenterCdnShieldingLocationConfig
|
|
37
|
+
*/
|
|
38
|
+
constructor(scope: Construct, id: string, config: DataEdgecenterCdnShieldingLocationConfig);
|
|
39
|
+
private _datacenter?;
|
|
40
|
+
get datacenter(): string;
|
|
41
|
+
set datacenter(value: string);
|
|
42
|
+
get datacenterInput(): string;
|
|
43
|
+
private _id?;
|
|
44
|
+
get id(): string;
|
|
45
|
+
set id(value: string);
|
|
46
|
+
resetId(): void;
|
|
47
|
+
get idInput(): string;
|
|
48
|
+
protected synthesizeAttributes(): {
|
|
49
|
+
[name: string]: any;
|
|
50
|
+
};
|
|
51
|
+
protected synthesizeHclAttributes(): {
|
|
52
|
+
[name: string]: any;
|
|
53
|
+
};
|
|
54
|
+
}
|
|
@@ -0,0 +1,111 @@
|
|
|
1
|
+
// https://registry.terraform.io/providers/edge-center/edgecenter/0.10.4/docs/data-sources/cdn_shielding_location
|
|
2
|
+
// generated from terraform resource schema
|
|
3
|
+
import * as cdktf from 'cdktf';
|
|
4
|
+
/**
|
|
5
|
+
* Represents a {@link https://registry.terraform.io/providers/edge-center/edgecenter/0.10.4/docs/data-sources/cdn_shielding_location edgecenter_cdn_shielding_location}
|
|
6
|
+
*/
|
|
7
|
+
export class DataEdgecenterCdnShieldingLocation extends cdktf.TerraformDataSource {
|
|
8
|
+
// =================
|
|
9
|
+
// STATIC PROPERTIES
|
|
10
|
+
// =================
|
|
11
|
+
static tfResourceType = "edgecenter_cdn_shielding_location";
|
|
12
|
+
// ==============
|
|
13
|
+
// STATIC Methods
|
|
14
|
+
// ==============
|
|
15
|
+
/**
|
|
16
|
+
* Generates CDKTF code for importing a DataEdgecenterCdnShieldingLocation resource upon running "cdktf plan <stack-name>"
|
|
17
|
+
* @param scope The scope in which to define this construct
|
|
18
|
+
* @param importToId The construct id used in the generated config for the DataEdgecenterCdnShieldingLocation to import
|
|
19
|
+
* @param importFromId The id of the existing DataEdgecenterCdnShieldingLocation that should be imported. Refer to the {@link https://registry.terraform.io/providers/edge-center/edgecenter/0.10.4/docs/data-sources/cdn_shielding_location#import import section} in the documentation of this resource for the id to use
|
|
20
|
+
* @param provider? Optional instance of the provider where the DataEdgecenterCdnShieldingLocation to import is found
|
|
21
|
+
*/
|
|
22
|
+
static generateConfigForImport(scope, importToId, importFromId, provider) {
|
|
23
|
+
return new cdktf.ImportableResource(scope, importToId, { terraformResourceType: "edgecenter_cdn_shielding_location", importId: importFromId, provider });
|
|
24
|
+
}
|
|
25
|
+
// ===========
|
|
26
|
+
// INITIALIZER
|
|
27
|
+
// ===========
|
|
28
|
+
/**
|
|
29
|
+
* Create a new {@link https://registry.terraform.io/providers/edge-center/edgecenter/0.10.4/docs/data-sources/cdn_shielding_location edgecenter_cdn_shielding_location} Data Source
|
|
30
|
+
*
|
|
31
|
+
* @param scope The scope in which to define this construct
|
|
32
|
+
* @param id The scoped construct ID. Must be unique amongst siblings in the same scope
|
|
33
|
+
* @param options DataEdgecenterCdnShieldingLocationConfig
|
|
34
|
+
*/
|
|
35
|
+
constructor(scope, id, config) {
|
|
36
|
+
super(scope, id, {
|
|
37
|
+
terraformResourceType: 'edgecenter_cdn_shielding_location',
|
|
38
|
+
terraformGeneratorMetadata: {
|
|
39
|
+
providerName: 'edgecenter',
|
|
40
|
+
providerVersion: '0.10.4',
|
|
41
|
+
providerVersionConstraint: '0.10.4'
|
|
42
|
+
},
|
|
43
|
+
provider: config.provider,
|
|
44
|
+
dependsOn: config.dependsOn,
|
|
45
|
+
count: config.count,
|
|
46
|
+
lifecycle: config.lifecycle,
|
|
47
|
+
provisioners: config.provisioners,
|
|
48
|
+
connection: config.connection,
|
|
49
|
+
forEach: config.forEach
|
|
50
|
+
});
|
|
51
|
+
this._datacenter = config.datacenter;
|
|
52
|
+
this._id = config.id;
|
|
53
|
+
}
|
|
54
|
+
// ==========
|
|
55
|
+
// ATTRIBUTES
|
|
56
|
+
// ==========
|
|
57
|
+
// datacenter - computed: false, optional: false, required: true
|
|
58
|
+
_datacenter;
|
|
59
|
+
get datacenter() {
|
|
60
|
+
return this.getStringAttribute('datacenter');
|
|
61
|
+
}
|
|
62
|
+
set datacenter(value) {
|
|
63
|
+
this._datacenter = value;
|
|
64
|
+
}
|
|
65
|
+
// Temporarily expose input value. Use with caution.
|
|
66
|
+
get datacenterInput() {
|
|
67
|
+
return this._datacenter;
|
|
68
|
+
}
|
|
69
|
+
// id - computed: true, optional: true, required: false
|
|
70
|
+
_id;
|
|
71
|
+
get id() {
|
|
72
|
+
return this.getStringAttribute('id');
|
|
73
|
+
}
|
|
74
|
+
set id(value) {
|
|
75
|
+
this._id = value;
|
|
76
|
+
}
|
|
77
|
+
resetId() {
|
|
78
|
+
this._id = undefined;
|
|
79
|
+
}
|
|
80
|
+
// Temporarily expose input value. Use with caution.
|
|
81
|
+
get idInput() {
|
|
82
|
+
return this._id;
|
|
83
|
+
}
|
|
84
|
+
// =========
|
|
85
|
+
// SYNTHESIS
|
|
86
|
+
// =========
|
|
87
|
+
synthesizeAttributes() {
|
|
88
|
+
return {
|
|
89
|
+
datacenter: cdktf.stringToTerraform(this._datacenter),
|
|
90
|
+
id: cdktf.stringToTerraform(this._id),
|
|
91
|
+
};
|
|
92
|
+
}
|
|
93
|
+
synthesizeHclAttributes() {
|
|
94
|
+
const attrs = {
|
|
95
|
+
datacenter: {
|
|
96
|
+
value: cdktf.stringToHclTerraform(this._datacenter),
|
|
97
|
+
isBlock: false,
|
|
98
|
+
type: "simple",
|
|
99
|
+
storageClassType: "string",
|
|
100
|
+
},
|
|
101
|
+
id: {
|
|
102
|
+
value: cdktf.stringToHclTerraform(this._id),
|
|
103
|
+
isBlock: false,
|
|
104
|
+
type: "simple",
|
|
105
|
+
storageClassType: "string",
|
|
106
|
+
},
|
|
107
|
+
};
|
|
108
|
+
// remove undefined attributes
|
|
109
|
+
return Object.fromEntries(Object.entries(attrs).filter(([_, value]) => value !== undefined && value.value !== undefined));
|
|
110
|
+
}
|
|
111
|
+
}
|
|
@@ -0,0 +1,183 @@
|
|
|
1
|
+
import { Construct } from 'constructs';
|
|
2
|
+
import * as cdktf from 'cdktf';
|
|
3
|
+
export interface DataEdgecenterFloatingipConfig extends cdktf.TerraformMetaArguments {
|
|
4
|
+
/**
|
|
5
|
+
* The floating IP address assigned to the resource. It must be a valid IP address.
|
|
6
|
+
*
|
|
7
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/edge-center/edgecenter/0.10.4/docs/data-sources/floatingip#floating_ip_address DataEdgecenterFloatingip#floating_ip_address}
|
|
8
|
+
*/
|
|
9
|
+
readonly floatingIpAddress?: string;
|
|
10
|
+
/**
|
|
11
|
+
* floating IP uuid
|
|
12
|
+
*
|
|
13
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/edge-center/edgecenter/0.10.4/docs/data-sources/floatingip#id DataEdgecenterFloatingip#id}
|
|
14
|
+
*
|
|
15
|
+
* Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
|
|
16
|
+
* If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
|
|
17
|
+
*/
|
|
18
|
+
readonly id?: string;
|
|
19
|
+
/**
|
|
20
|
+
* Filtration query opts (only key).
|
|
21
|
+
*
|
|
22
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/edge-center/edgecenter/0.10.4/docs/data-sources/floatingip#metadata_k DataEdgecenterFloatingip#metadata_k}
|
|
23
|
+
*/
|
|
24
|
+
readonly metadataK?: string;
|
|
25
|
+
/**
|
|
26
|
+
* Filtration query opts, for example, {offset = "10", limit = "10"}.
|
|
27
|
+
*
|
|
28
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/edge-center/edgecenter/0.10.4/docs/data-sources/floatingip#metadata_kv DataEdgecenterFloatingip#metadata_kv}
|
|
29
|
+
*/
|
|
30
|
+
readonly metadataKv?: {
|
|
31
|
+
[key: string]: string;
|
|
32
|
+
};
|
|
33
|
+
/**
|
|
34
|
+
* The ID (uuid) of the network port that the floating IP is associated with.
|
|
35
|
+
*
|
|
36
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/edge-center/edgecenter/0.10.4/docs/data-sources/floatingip#port_id DataEdgecenterFloatingip#port_id}
|
|
37
|
+
*/
|
|
38
|
+
readonly portId?: string;
|
|
39
|
+
/**
|
|
40
|
+
* The uuid of the project. Either 'project_id' or 'project_name' must be specified.
|
|
41
|
+
*
|
|
42
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/edge-center/edgecenter/0.10.4/docs/data-sources/floatingip#project_id DataEdgecenterFloatingip#project_id}
|
|
43
|
+
*/
|
|
44
|
+
readonly projectId?: number;
|
|
45
|
+
/**
|
|
46
|
+
* The name of the project. Either 'project_id' or 'project_name' must be specified.
|
|
47
|
+
*
|
|
48
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/edge-center/edgecenter/0.10.4/docs/data-sources/floatingip#project_name DataEdgecenterFloatingip#project_name}
|
|
49
|
+
*/
|
|
50
|
+
readonly projectName?: string;
|
|
51
|
+
/**
|
|
52
|
+
* The uuid of the region. Either 'region_id' or 'region_name' must be specified.
|
|
53
|
+
*
|
|
54
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/edge-center/edgecenter/0.10.4/docs/data-sources/floatingip#region_id DataEdgecenterFloatingip#region_id}
|
|
55
|
+
*/
|
|
56
|
+
readonly regionId?: number;
|
|
57
|
+
/**
|
|
58
|
+
* The name of the region. Either 'region_id' or 'region_name' must be specified.
|
|
59
|
+
*
|
|
60
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/edge-center/edgecenter/0.10.4/docs/data-sources/floatingip#region_name DataEdgecenterFloatingip#region_name}
|
|
61
|
+
*/
|
|
62
|
+
readonly regionName?: string;
|
|
63
|
+
}
|
|
64
|
+
export interface DataEdgecenterFloatingipMetadataReadOnly {
|
|
65
|
+
}
|
|
66
|
+
export declare function dataEdgecenterFloatingipMetadataReadOnlyToTerraform(struct?: DataEdgecenterFloatingipMetadataReadOnly): any;
|
|
67
|
+
export declare function dataEdgecenterFloatingipMetadataReadOnlyToHclTerraform(struct?: DataEdgecenterFloatingipMetadataReadOnly): any;
|
|
68
|
+
export declare class DataEdgecenterFloatingipMetadataReadOnlyOutputReference extends cdktf.ComplexObject {
|
|
69
|
+
private isEmptyObject;
|
|
70
|
+
/**
|
|
71
|
+
* @param terraformResource The parent resource
|
|
72
|
+
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
73
|
+
* @param complexObjectIndex the index of this item in the list
|
|
74
|
+
* @param complexObjectIsFromSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
75
|
+
*/
|
|
76
|
+
constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string, complexObjectIndex: number, complexObjectIsFromSet: boolean);
|
|
77
|
+
get internalValue(): DataEdgecenterFloatingipMetadataReadOnly | undefined;
|
|
78
|
+
set internalValue(value: DataEdgecenterFloatingipMetadataReadOnly | undefined);
|
|
79
|
+
get key(): any;
|
|
80
|
+
get readOnly(): any;
|
|
81
|
+
get value(): any;
|
|
82
|
+
}
|
|
83
|
+
export declare class DataEdgecenterFloatingipMetadataReadOnlyList extends cdktf.ComplexList {
|
|
84
|
+
protected terraformResource: cdktf.IInterpolatingParent;
|
|
85
|
+
protected terraformAttribute: string;
|
|
86
|
+
protected wrapsSet: boolean;
|
|
87
|
+
/**
|
|
88
|
+
* @param terraformResource The parent resource
|
|
89
|
+
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
90
|
+
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
91
|
+
*/
|
|
92
|
+
constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean);
|
|
93
|
+
/**
|
|
94
|
+
* @param index the index of the item to return
|
|
95
|
+
*/
|
|
96
|
+
get(index: number): DataEdgecenterFloatingipMetadataReadOnlyOutputReference;
|
|
97
|
+
}
|
|
98
|
+
/**
|
|
99
|
+
* Represents a {@link https://registry.terraform.io/providers/edge-center/edgecenter/0.10.4/docs/data-sources/floatingip edgecenter_floatingip}
|
|
100
|
+
*/
|
|
101
|
+
export declare class DataEdgecenterFloatingip extends cdktf.TerraformDataSource {
|
|
102
|
+
static readonly tfResourceType = "edgecenter_floatingip";
|
|
103
|
+
/**
|
|
104
|
+
* Generates CDKTF code for importing a DataEdgecenterFloatingip resource upon running "cdktf plan <stack-name>"
|
|
105
|
+
* @param scope The scope in which to define this construct
|
|
106
|
+
* @param importToId The construct id used in the generated config for the DataEdgecenterFloatingip to import
|
|
107
|
+
* @param importFromId The id of the existing DataEdgecenterFloatingip that should be imported. Refer to the {@link https://registry.terraform.io/providers/edge-center/edgecenter/0.10.4/docs/data-sources/floatingip#import import section} in the documentation of this resource for the id to use
|
|
108
|
+
* @param provider? Optional instance of the provider where the DataEdgecenterFloatingip to import is found
|
|
109
|
+
*/
|
|
110
|
+
static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider): any;
|
|
111
|
+
/**
|
|
112
|
+
* Create a new {@link https://registry.terraform.io/providers/edge-center/edgecenter/0.10.4/docs/data-sources/floatingip edgecenter_floatingip} Data Source
|
|
113
|
+
*
|
|
114
|
+
* @param scope The scope in which to define this construct
|
|
115
|
+
* @param id The scoped construct ID. Must be unique amongst siblings in the same scope
|
|
116
|
+
* @param options DataEdgecenterFloatingipConfig = {}
|
|
117
|
+
*/
|
|
118
|
+
constructor(scope: Construct, id: string, config?: DataEdgecenterFloatingipConfig);
|
|
119
|
+
get fixedIpAddress(): any;
|
|
120
|
+
private _floatingIpAddress?;
|
|
121
|
+
get floatingIpAddress(): string;
|
|
122
|
+
set floatingIpAddress(value: string);
|
|
123
|
+
resetFloatingIpAddress(): void;
|
|
124
|
+
get floatingIpAddressInput(): string;
|
|
125
|
+
private _id?;
|
|
126
|
+
get id(): string;
|
|
127
|
+
set id(value: string);
|
|
128
|
+
resetId(): void;
|
|
129
|
+
get idInput(): string;
|
|
130
|
+
get instanceIdAttachedTo(): any;
|
|
131
|
+
get loadBalancersIdAttachedTo(): any;
|
|
132
|
+
private _metadataK?;
|
|
133
|
+
get metadataK(): string;
|
|
134
|
+
set metadataK(value: string);
|
|
135
|
+
resetMetadataK(): void;
|
|
136
|
+
get metadataKInput(): string;
|
|
137
|
+
private _metadataKv?;
|
|
138
|
+
get metadataKv(): {
|
|
139
|
+
[key: string]: string;
|
|
140
|
+
};
|
|
141
|
+
set metadataKv(value: {
|
|
142
|
+
[key: string]: string;
|
|
143
|
+
});
|
|
144
|
+
resetMetadataKv(): void;
|
|
145
|
+
get metadataKvInput(): {
|
|
146
|
+
[key: string]: string;
|
|
147
|
+
};
|
|
148
|
+
private _metadataReadOnly;
|
|
149
|
+
get metadataReadOnly(): DataEdgecenterFloatingipMetadataReadOnlyList;
|
|
150
|
+
private _portId?;
|
|
151
|
+
get portId(): string;
|
|
152
|
+
set portId(value: string);
|
|
153
|
+
resetPortId(): void;
|
|
154
|
+
get portIdInput(): string;
|
|
155
|
+
private _projectId?;
|
|
156
|
+
get projectId(): number;
|
|
157
|
+
set projectId(value: number);
|
|
158
|
+
resetProjectId(): void;
|
|
159
|
+
get projectIdInput(): number;
|
|
160
|
+
private _projectName?;
|
|
161
|
+
get projectName(): string;
|
|
162
|
+
set projectName(value: string);
|
|
163
|
+
resetProjectName(): void;
|
|
164
|
+
get projectNameInput(): string;
|
|
165
|
+
private _regionId?;
|
|
166
|
+
get regionId(): number;
|
|
167
|
+
set regionId(value: number);
|
|
168
|
+
resetRegionId(): void;
|
|
169
|
+
get regionIdInput(): number;
|
|
170
|
+
private _regionName?;
|
|
171
|
+
get regionName(): string;
|
|
172
|
+
set regionName(value: string);
|
|
173
|
+
resetRegionName(): void;
|
|
174
|
+
get regionNameInput(): string;
|
|
175
|
+
get routerId(): any;
|
|
176
|
+
get status(): any;
|
|
177
|
+
protected synthesizeAttributes(): {
|
|
178
|
+
[name: string]: any;
|
|
179
|
+
};
|
|
180
|
+
protected synthesizeHclAttributes(): {
|
|
181
|
+
[name: string]: any;
|
|
182
|
+
};
|
|
183
|
+
}
|