@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,501 @@
|
|
|
1
|
+
// https://registry.terraform.io/providers/edge-center/edgecenter/0.10.4/docs/data-sources/instance_v2
|
|
2
|
+
// generated from terraform resource schema
|
|
3
|
+
import * as cdktf from 'cdktf';
|
|
4
|
+
export function dataEdgecenterInstanceV2BootVolumesToTerraform(struct) {
|
|
5
|
+
if (!cdktf.canInspect(struct) || cdktf.Tokenization.isResolvable(struct)) {
|
|
6
|
+
return struct;
|
|
7
|
+
}
|
|
8
|
+
if (cdktf.isComplexElement(struct)) {
|
|
9
|
+
throw new Error("A complex element was used as configuration, this is not supported: https://cdk.tf/complex-object-as-configuration");
|
|
10
|
+
}
|
|
11
|
+
return {};
|
|
12
|
+
}
|
|
13
|
+
export function dataEdgecenterInstanceV2BootVolumesToHclTerraform(struct) {
|
|
14
|
+
if (!cdktf.canInspect(struct) || cdktf.Tokenization.isResolvable(struct)) {
|
|
15
|
+
return struct;
|
|
16
|
+
}
|
|
17
|
+
if (cdktf.isComplexElement(struct)) {
|
|
18
|
+
throw new Error("A complex element was used as configuration, this is not supported: https://cdk.tf/complex-object-as-configuration");
|
|
19
|
+
}
|
|
20
|
+
const attrs = {};
|
|
21
|
+
return attrs;
|
|
22
|
+
}
|
|
23
|
+
export class DataEdgecenterInstanceV2BootVolumesOutputReference extends cdktf.ComplexObject {
|
|
24
|
+
isEmptyObject = false;
|
|
25
|
+
/**
|
|
26
|
+
* @param terraformResource The parent resource
|
|
27
|
+
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
28
|
+
* @param complexObjectIndex the index of this item in the list
|
|
29
|
+
* @param complexObjectIsFromSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
30
|
+
*/
|
|
31
|
+
constructor(terraformResource, terraformAttribute, complexObjectIndex, complexObjectIsFromSet) {
|
|
32
|
+
super(terraformResource, terraformAttribute, complexObjectIsFromSet, complexObjectIndex);
|
|
33
|
+
}
|
|
34
|
+
get internalValue() {
|
|
35
|
+
let hasAnyValues = this.isEmptyObject;
|
|
36
|
+
const internalValueResult = {};
|
|
37
|
+
return hasAnyValues ? internalValueResult : undefined;
|
|
38
|
+
}
|
|
39
|
+
set internalValue(value) {
|
|
40
|
+
if (value === undefined) {
|
|
41
|
+
this.isEmptyObject = false;
|
|
42
|
+
}
|
|
43
|
+
else {
|
|
44
|
+
this.isEmptyObject = Object.keys(value).length === 0;
|
|
45
|
+
}
|
|
46
|
+
}
|
|
47
|
+
// name - computed: true, optional: false, required: false
|
|
48
|
+
get name() {
|
|
49
|
+
return this.getStringAttribute('name');
|
|
50
|
+
}
|
|
51
|
+
// size - computed: true, optional: false, required: false
|
|
52
|
+
get size() {
|
|
53
|
+
return this.getNumberAttribute('size');
|
|
54
|
+
}
|
|
55
|
+
// type_name - computed: true, optional: false, required: false
|
|
56
|
+
get typeName() {
|
|
57
|
+
return this.getStringAttribute('type_name');
|
|
58
|
+
}
|
|
59
|
+
// volume_id - computed: true, optional: false, required: false
|
|
60
|
+
get volumeId() {
|
|
61
|
+
return this.getStringAttribute('volume_id');
|
|
62
|
+
}
|
|
63
|
+
}
|
|
64
|
+
export class DataEdgecenterInstanceV2BootVolumesList extends cdktf.ComplexList {
|
|
65
|
+
terraformResource;
|
|
66
|
+
terraformAttribute;
|
|
67
|
+
wrapsSet;
|
|
68
|
+
/**
|
|
69
|
+
* @param terraformResource The parent resource
|
|
70
|
+
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
71
|
+
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
72
|
+
*/
|
|
73
|
+
constructor(terraformResource, terraformAttribute, wrapsSet) {
|
|
74
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
75
|
+
this.terraformResource = terraformResource;
|
|
76
|
+
this.terraformAttribute = terraformAttribute;
|
|
77
|
+
this.wrapsSet = wrapsSet;
|
|
78
|
+
}
|
|
79
|
+
/**
|
|
80
|
+
* @param index the index of the item to return
|
|
81
|
+
*/
|
|
82
|
+
get(index) {
|
|
83
|
+
return new DataEdgecenterInstanceV2BootVolumesOutputReference(this.terraformResource, this.terraformAttribute, index, this.wrapsSet);
|
|
84
|
+
}
|
|
85
|
+
}
|
|
86
|
+
export function dataEdgecenterInstanceV2DataVolumesToTerraform(struct) {
|
|
87
|
+
if (!cdktf.canInspect(struct) || cdktf.Tokenization.isResolvable(struct)) {
|
|
88
|
+
return struct;
|
|
89
|
+
}
|
|
90
|
+
if (cdktf.isComplexElement(struct)) {
|
|
91
|
+
throw new Error("A complex element was used as configuration, this is not supported: https://cdk.tf/complex-object-as-configuration");
|
|
92
|
+
}
|
|
93
|
+
return {};
|
|
94
|
+
}
|
|
95
|
+
export function dataEdgecenterInstanceV2DataVolumesToHclTerraform(struct) {
|
|
96
|
+
if (!cdktf.canInspect(struct) || cdktf.Tokenization.isResolvable(struct)) {
|
|
97
|
+
return struct;
|
|
98
|
+
}
|
|
99
|
+
if (cdktf.isComplexElement(struct)) {
|
|
100
|
+
throw new Error("A complex element was used as configuration, this is not supported: https://cdk.tf/complex-object-as-configuration");
|
|
101
|
+
}
|
|
102
|
+
const attrs = {};
|
|
103
|
+
return attrs;
|
|
104
|
+
}
|
|
105
|
+
export class DataEdgecenterInstanceV2DataVolumesOutputReference extends cdktf.ComplexObject {
|
|
106
|
+
isEmptyObject = false;
|
|
107
|
+
/**
|
|
108
|
+
* @param terraformResource The parent resource
|
|
109
|
+
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
110
|
+
* @param complexObjectIndex the index of this item in the list
|
|
111
|
+
* @param complexObjectIsFromSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
112
|
+
*/
|
|
113
|
+
constructor(terraformResource, terraformAttribute, complexObjectIndex, complexObjectIsFromSet) {
|
|
114
|
+
super(terraformResource, terraformAttribute, complexObjectIsFromSet, complexObjectIndex);
|
|
115
|
+
}
|
|
116
|
+
get internalValue() {
|
|
117
|
+
let hasAnyValues = this.isEmptyObject;
|
|
118
|
+
const internalValueResult = {};
|
|
119
|
+
return hasAnyValues ? internalValueResult : undefined;
|
|
120
|
+
}
|
|
121
|
+
set internalValue(value) {
|
|
122
|
+
if (value === undefined) {
|
|
123
|
+
this.isEmptyObject = false;
|
|
124
|
+
}
|
|
125
|
+
else {
|
|
126
|
+
this.isEmptyObject = Object.keys(value).length === 0;
|
|
127
|
+
}
|
|
128
|
+
}
|
|
129
|
+
// name - computed: true, optional: false, required: false
|
|
130
|
+
get name() {
|
|
131
|
+
return this.getStringAttribute('name');
|
|
132
|
+
}
|
|
133
|
+
// size - computed: true, optional: false, required: false
|
|
134
|
+
get size() {
|
|
135
|
+
return this.getNumberAttribute('size');
|
|
136
|
+
}
|
|
137
|
+
// type_name - computed: true, optional: false, required: false
|
|
138
|
+
get typeName() {
|
|
139
|
+
return this.getStringAttribute('type_name');
|
|
140
|
+
}
|
|
141
|
+
// volume_id - computed: true, optional: false, required: false
|
|
142
|
+
get volumeId() {
|
|
143
|
+
return this.getStringAttribute('volume_id');
|
|
144
|
+
}
|
|
145
|
+
}
|
|
146
|
+
export class DataEdgecenterInstanceV2DataVolumesList extends cdktf.ComplexList {
|
|
147
|
+
terraformResource;
|
|
148
|
+
terraformAttribute;
|
|
149
|
+
wrapsSet;
|
|
150
|
+
/**
|
|
151
|
+
* @param terraformResource The parent resource
|
|
152
|
+
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
153
|
+
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
154
|
+
*/
|
|
155
|
+
constructor(terraformResource, terraformAttribute, wrapsSet) {
|
|
156
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
157
|
+
this.terraformResource = terraformResource;
|
|
158
|
+
this.terraformAttribute = terraformAttribute;
|
|
159
|
+
this.wrapsSet = wrapsSet;
|
|
160
|
+
}
|
|
161
|
+
/**
|
|
162
|
+
* @param index the index of the item to return
|
|
163
|
+
*/
|
|
164
|
+
get(index) {
|
|
165
|
+
return new DataEdgecenterInstanceV2DataVolumesOutputReference(this.terraformResource, this.terraformAttribute, index, this.wrapsSet);
|
|
166
|
+
}
|
|
167
|
+
}
|
|
168
|
+
export function dataEdgecenterInstanceV2InterfacesToTerraform(struct) {
|
|
169
|
+
if (!cdktf.canInspect(struct) || cdktf.Tokenization.isResolvable(struct)) {
|
|
170
|
+
return struct;
|
|
171
|
+
}
|
|
172
|
+
if (cdktf.isComplexElement(struct)) {
|
|
173
|
+
throw new Error("A complex element was used as configuration, this is not supported: https://cdk.tf/complex-object-as-configuration");
|
|
174
|
+
}
|
|
175
|
+
return {};
|
|
176
|
+
}
|
|
177
|
+
export function dataEdgecenterInstanceV2InterfacesToHclTerraform(struct) {
|
|
178
|
+
if (!cdktf.canInspect(struct) || cdktf.Tokenization.isResolvable(struct)) {
|
|
179
|
+
return struct;
|
|
180
|
+
}
|
|
181
|
+
if (cdktf.isComplexElement(struct)) {
|
|
182
|
+
throw new Error("A complex element was used as configuration, this is not supported: https://cdk.tf/complex-object-as-configuration");
|
|
183
|
+
}
|
|
184
|
+
const attrs = {};
|
|
185
|
+
return attrs;
|
|
186
|
+
}
|
|
187
|
+
export class DataEdgecenterInstanceV2InterfacesOutputReference extends cdktf.ComplexObject {
|
|
188
|
+
isEmptyObject = false;
|
|
189
|
+
/**
|
|
190
|
+
* @param terraformResource The parent resource
|
|
191
|
+
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
192
|
+
* @param complexObjectIndex the index of this item in the list
|
|
193
|
+
* @param complexObjectIsFromSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
194
|
+
*/
|
|
195
|
+
constructor(terraformResource, terraformAttribute, complexObjectIndex, complexObjectIsFromSet) {
|
|
196
|
+
super(terraformResource, terraformAttribute, complexObjectIsFromSet, complexObjectIndex);
|
|
197
|
+
}
|
|
198
|
+
get internalValue() {
|
|
199
|
+
let hasAnyValues = this.isEmptyObject;
|
|
200
|
+
const internalValueResult = {};
|
|
201
|
+
return hasAnyValues ? internalValueResult : undefined;
|
|
202
|
+
}
|
|
203
|
+
set internalValue(value) {
|
|
204
|
+
if (value === undefined) {
|
|
205
|
+
this.isEmptyObject = false;
|
|
206
|
+
}
|
|
207
|
+
else {
|
|
208
|
+
this.isEmptyObject = Object.keys(value).length === 0;
|
|
209
|
+
}
|
|
210
|
+
}
|
|
211
|
+
// ip_address - computed: true, optional: false, required: false
|
|
212
|
+
get ipAddress() {
|
|
213
|
+
return this.getStringAttribute('ip_address');
|
|
214
|
+
}
|
|
215
|
+
// network_id - computed: true, optional: false, required: false
|
|
216
|
+
get networkId() {
|
|
217
|
+
return this.getStringAttribute('network_id');
|
|
218
|
+
}
|
|
219
|
+
// network_name - computed: true, optional: false, required: false
|
|
220
|
+
get networkName() {
|
|
221
|
+
return this.getStringAttribute('network_name');
|
|
222
|
+
}
|
|
223
|
+
// order - computed: true, optional: false, required: false
|
|
224
|
+
get order() {
|
|
225
|
+
return this.getNumberAttribute('order');
|
|
226
|
+
}
|
|
227
|
+
// port_id - computed: true, optional: false, required: false
|
|
228
|
+
get portId() {
|
|
229
|
+
return this.getStringAttribute('port_id');
|
|
230
|
+
}
|
|
231
|
+
// subnet_id - computed: true, optional: false, required: false
|
|
232
|
+
get subnetId() {
|
|
233
|
+
return this.getStringAttribute('subnet_id');
|
|
234
|
+
}
|
|
235
|
+
}
|
|
236
|
+
export class DataEdgecenterInstanceV2InterfacesList extends cdktf.ComplexList {
|
|
237
|
+
terraformResource;
|
|
238
|
+
terraformAttribute;
|
|
239
|
+
wrapsSet;
|
|
240
|
+
/**
|
|
241
|
+
* @param terraformResource The parent resource
|
|
242
|
+
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
243
|
+
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
244
|
+
*/
|
|
245
|
+
constructor(terraformResource, terraformAttribute, wrapsSet) {
|
|
246
|
+
super(terraformResource, terraformAttribute, wrapsSet);
|
|
247
|
+
this.terraformResource = terraformResource;
|
|
248
|
+
this.terraformAttribute = terraformAttribute;
|
|
249
|
+
this.wrapsSet = wrapsSet;
|
|
250
|
+
}
|
|
251
|
+
/**
|
|
252
|
+
* @param index the index of the item to return
|
|
253
|
+
*/
|
|
254
|
+
get(index) {
|
|
255
|
+
return new DataEdgecenterInstanceV2InterfacesOutputReference(this.terraformResource, this.terraformAttribute, index, this.wrapsSet);
|
|
256
|
+
}
|
|
257
|
+
}
|
|
258
|
+
/**
|
|
259
|
+
* Represents a {@link https://registry.terraform.io/providers/edge-center/edgecenter/0.10.4/docs/data-sources/instance_v2 edgecenter_instanceV2}
|
|
260
|
+
*/
|
|
261
|
+
export class DataEdgecenterInstanceV2 extends cdktf.TerraformDataSource {
|
|
262
|
+
// =================
|
|
263
|
+
// STATIC PROPERTIES
|
|
264
|
+
// =================
|
|
265
|
+
static tfResourceType = "edgecenter_instanceV2";
|
|
266
|
+
// ==============
|
|
267
|
+
// STATIC Methods
|
|
268
|
+
// ==============
|
|
269
|
+
/**
|
|
270
|
+
* Generates CDKTF code for importing a DataEdgecenterInstanceV2 resource upon running "cdktf plan <stack-name>"
|
|
271
|
+
* @param scope The scope in which to define this construct
|
|
272
|
+
* @param importToId The construct id used in the generated config for the DataEdgecenterInstanceV2 to import
|
|
273
|
+
* @param importFromId The id of the existing DataEdgecenterInstanceV2 that should be imported. Refer to the {@link https://registry.terraform.io/providers/edge-center/edgecenter/0.10.4/docs/data-sources/instance_v2#import import section} in the documentation of this resource for the id to use
|
|
274
|
+
* @param provider? Optional instance of the provider where the DataEdgecenterInstanceV2 to import is found
|
|
275
|
+
*/
|
|
276
|
+
static generateConfigForImport(scope, importToId, importFromId, provider) {
|
|
277
|
+
return new cdktf.ImportableResource(scope, importToId, { terraformResourceType: "edgecenter_instanceV2", importId: importFromId, provider });
|
|
278
|
+
}
|
|
279
|
+
// ===========
|
|
280
|
+
// INITIALIZER
|
|
281
|
+
// ===========
|
|
282
|
+
/**
|
|
283
|
+
* Create a new {@link https://registry.terraform.io/providers/edge-center/edgecenter/0.10.4/docs/data-sources/instance_v2 edgecenter_instanceV2} Data Source
|
|
284
|
+
*
|
|
285
|
+
* @param scope The scope in which to define this construct
|
|
286
|
+
* @param id The scoped construct ID. Must be unique amongst siblings in the same scope
|
|
287
|
+
* @param options DataEdgecenterInstanceV2Config = {}
|
|
288
|
+
*/
|
|
289
|
+
constructor(scope, id, config = {}) {
|
|
290
|
+
super(scope, id, {
|
|
291
|
+
terraformResourceType: 'edgecenter_instanceV2',
|
|
292
|
+
terraformGeneratorMetadata: {
|
|
293
|
+
providerName: 'edgecenter',
|
|
294
|
+
providerVersion: '0.10.4',
|
|
295
|
+
providerVersionConstraint: '0.10.4'
|
|
296
|
+
},
|
|
297
|
+
provider: config.provider,
|
|
298
|
+
dependsOn: config.dependsOn,
|
|
299
|
+
count: config.count,
|
|
300
|
+
lifecycle: config.lifecycle,
|
|
301
|
+
provisioners: config.provisioners,
|
|
302
|
+
connection: config.connection,
|
|
303
|
+
forEach: config.forEach
|
|
304
|
+
});
|
|
305
|
+
this._id = config.id;
|
|
306
|
+
this._name = config.name;
|
|
307
|
+
this._projectId = config.projectId;
|
|
308
|
+
this._projectName = config.projectName;
|
|
309
|
+
this._regionId = config.regionId;
|
|
310
|
+
this._regionName = config.regionName;
|
|
311
|
+
}
|
|
312
|
+
// ==========
|
|
313
|
+
// ATTRIBUTES
|
|
314
|
+
// ==========
|
|
315
|
+
// availability_zone - computed: true, optional: false, required: false
|
|
316
|
+
get availabilityZone() {
|
|
317
|
+
return this.getStringAttribute('availability_zone');
|
|
318
|
+
}
|
|
319
|
+
// boot_volumes - computed: true, optional: false, required: false
|
|
320
|
+
_bootVolumes = new DataEdgecenterInstanceV2BootVolumesList(this, "boot_volumes", false);
|
|
321
|
+
get bootVolumes() {
|
|
322
|
+
return this._bootVolumes;
|
|
323
|
+
}
|
|
324
|
+
// data_volumes - computed: true, optional: false, required: false
|
|
325
|
+
_dataVolumes = new DataEdgecenterInstanceV2DataVolumesList(this, "data_volumes", false);
|
|
326
|
+
get dataVolumes() {
|
|
327
|
+
return this._dataVolumes;
|
|
328
|
+
}
|
|
329
|
+
// flavor - computed: true, optional: false, required: false
|
|
330
|
+
_flavor = new cdktf.StringMap(this, "flavor");
|
|
331
|
+
get flavor() {
|
|
332
|
+
return this._flavor;
|
|
333
|
+
}
|
|
334
|
+
// flavor_id - computed: true, optional: false, required: false
|
|
335
|
+
get flavorId() {
|
|
336
|
+
return this.getStringAttribute('flavor_id');
|
|
337
|
+
}
|
|
338
|
+
// id - computed: true, optional: true, required: false
|
|
339
|
+
_id;
|
|
340
|
+
get id() {
|
|
341
|
+
return this.getStringAttribute('id');
|
|
342
|
+
}
|
|
343
|
+
set id(value) {
|
|
344
|
+
this._id = value;
|
|
345
|
+
}
|
|
346
|
+
resetId() {
|
|
347
|
+
this._id = undefined;
|
|
348
|
+
}
|
|
349
|
+
// Temporarily expose input value. Use with caution.
|
|
350
|
+
get idInput() {
|
|
351
|
+
return this._id;
|
|
352
|
+
}
|
|
353
|
+
// interfaces - computed: true, optional: false, required: false
|
|
354
|
+
_interfaces = new DataEdgecenterInstanceV2InterfacesList(this, "interfaces", false);
|
|
355
|
+
get interfaces() {
|
|
356
|
+
return this._interfaces;
|
|
357
|
+
}
|
|
358
|
+
// metadata - computed: true, optional: false, required: false
|
|
359
|
+
_metadata = new cdktf.StringMap(this, "metadata");
|
|
360
|
+
get metadata() {
|
|
361
|
+
return this._metadata;
|
|
362
|
+
}
|
|
363
|
+
// name - computed: true, optional: true, required: false
|
|
364
|
+
_name;
|
|
365
|
+
get name() {
|
|
366
|
+
return this.getStringAttribute('name');
|
|
367
|
+
}
|
|
368
|
+
set name(value) {
|
|
369
|
+
this._name = value;
|
|
370
|
+
}
|
|
371
|
+
resetName() {
|
|
372
|
+
this._name = undefined;
|
|
373
|
+
}
|
|
374
|
+
// Temporarily expose input value. Use with caution.
|
|
375
|
+
get nameInput() {
|
|
376
|
+
return this._name;
|
|
377
|
+
}
|
|
378
|
+
// project_id - computed: false, optional: true, required: false
|
|
379
|
+
_projectId;
|
|
380
|
+
get projectId() {
|
|
381
|
+
return this.getNumberAttribute('project_id');
|
|
382
|
+
}
|
|
383
|
+
set projectId(value) {
|
|
384
|
+
this._projectId = value;
|
|
385
|
+
}
|
|
386
|
+
resetProjectId() {
|
|
387
|
+
this._projectId = undefined;
|
|
388
|
+
}
|
|
389
|
+
// Temporarily expose input value. Use with caution.
|
|
390
|
+
get projectIdInput() {
|
|
391
|
+
return this._projectId;
|
|
392
|
+
}
|
|
393
|
+
// project_name - computed: false, optional: true, required: false
|
|
394
|
+
_projectName;
|
|
395
|
+
get projectName() {
|
|
396
|
+
return this.getStringAttribute('project_name');
|
|
397
|
+
}
|
|
398
|
+
set projectName(value) {
|
|
399
|
+
this._projectName = value;
|
|
400
|
+
}
|
|
401
|
+
resetProjectName() {
|
|
402
|
+
this._projectName = undefined;
|
|
403
|
+
}
|
|
404
|
+
// Temporarily expose input value. Use with caution.
|
|
405
|
+
get projectNameInput() {
|
|
406
|
+
return this._projectName;
|
|
407
|
+
}
|
|
408
|
+
// region_id - computed: false, optional: true, required: false
|
|
409
|
+
_regionId;
|
|
410
|
+
get regionId() {
|
|
411
|
+
return this.getNumberAttribute('region_id');
|
|
412
|
+
}
|
|
413
|
+
set regionId(value) {
|
|
414
|
+
this._regionId = value;
|
|
415
|
+
}
|
|
416
|
+
resetRegionId() {
|
|
417
|
+
this._regionId = undefined;
|
|
418
|
+
}
|
|
419
|
+
// Temporarily expose input value. Use with caution.
|
|
420
|
+
get regionIdInput() {
|
|
421
|
+
return this._regionId;
|
|
422
|
+
}
|
|
423
|
+
// region_name - computed: false, optional: true, required: false
|
|
424
|
+
_regionName;
|
|
425
|
+
get regionName() {
|
|
426
|
+
return this.getStringAttribute('region_name');
|
|
427
|
+
}
|
|
428
|
+
set regionName(value) {
|
|
429
|
+
this._regionName = value;
|
|
430
|
+
}
|
|
431
|
+
resetRegionName() {
|
|
432
|
+
this._regionName = undefined;
|
|
433
|
+
}
|
|
434
|
+
// Temporarily expose input value. Use with caution.
|
|
435
|
+
get regionNameInput() {
|
|
436
|
+
return this._regionName;
|
|
437
|
+
}
|
|
438
|
+
// status - computed: true, optional: false, required: false
|
|
439
|
+
get status() {
|
|
440
|
+
return this.getStringAttribute('status');
|
|
441
|
+
}
|
|
442
|
+
// vm_state - computed: true, optional: false, required: false
|
|
443
|
+
get vmState() {
|
|
444
|
+
return this.getStringAttribute('vm_state');
|
|
445
|
+
}
|
|
446
|
+
// =========
|
|
447
|
+
// SYNTHESIS
|
|
448
|
+
// =========
|
|
449
|
+
synthesizeAttributes() {
|
|
450
|
+
return {
|
|
451
|
+
id: cdktf.stringToTerraform(this._id),
|
|
452
|
+
name: cdktf.stringToTerraform(this._name),
|
|
453
|
+
project_id: cdktf.numberToTerraform(this._projectId),
|
|
454
|
+
project_name: cdktf.stringToTerraform(this._projectName),
|
|
455
|
+
region_id: cdktf.numberToTerraform(this._regionId),
|
|
456
|
+
region_name: cdktf.stringToTerraform(this._regionName),
|
|
457
|
+
};
|
|
458
|
+
}
|
|
459
|
+
synthesizeHclAttributes() {
|
|
460
|
+
const attrs = {
|
|
461
|
+
id: {
|
|
462
|
+
value: cdktf.stringToHclTerraform(this._id),
|
|
463
|
+
isBlock: false,
|
|
464
|
+
type: "simple",
|
|
465
|
+
storageClassType: "string",
|
|
466
|
+
},
|
|
467
|
+
name: {
|
|
468
|
+
value: cdktf.stringToHclTerraform(this._name),
|
|
469
|
+
isBlock: false,
|
|
470
|
+
type: "simple",
|
|
471
|
+
storageClassType: "string",
|
|
472
|
+
},
|
|
473
|
+
project_id: {
|
|
474
|
+
value: cdktf.numberToHclTerraform(this._projectId),
|
|
475
|
+
isBlock: false,
|
|
476
|
+
type: "simple",
|
|
477
|
+
storageClassType: "number",
|
|
478
|
+
},
|
|
479
|
+
project_name: {
|
|
480
|
+
value: cdktf.stringToHclTerraform(this._projectName),
|
|
481
|
+
isBlock: false,
|
|
482
|
+
type: "simple",
|
|
483
|
+
storageClassType: "string",
|
|
484
|
+
},
|
|
485
|
+
region_id: {
|
|
486
|
+
value: cdktf.numberToHclTerraform(this._regionId),
|
|
487
|
+
isBlock: false,
|
|
488
|
+
type: "simple",
|
|
489
|
+
storageClassType: "number",
|
|
490
|
+
},
|
|
491
|
+
region_name: {
|
|
492
|
+
value: cdktf.stringToHclTerraform(this._regionName),
|
|
493
|
+
isBlock: false,
|
|
494
|
+
type: "simple",
|
|
495
|
+
storageClassType: "string",
|
|
496
|
+
},
|
|
497
|
+
};
|
|
498
|
+
// remove undefined attributes
|
|
499
|
+
return Object.fromEntries(Object.entries(attrs).filter(([_, value]) => value !== undefined && value.value !== undefined));
|
|
500
|
+
}
|
|
501
|
+
}
|
|
@@ -0,0 +1,167 @@
|
|
|
1
|
+
import { Construct } from 'constructs';
|
|
2
|
+
import * as cdktf from 'cdktf';
|
|
3
|
+
export interface DataEdgecenterK8SConfig extends cdktf.TerraformMetaArguments {
|
|
4
|
+
/**
|
|
5
|
+
* The uuid of the Kubernetes cluster.
|
|
6
|
+
*
|
|
7
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/edge-center/edgecenter/0.10.4/docs/data-sources/k8s#cluster_id DataEdgecenterK8S#cluster_id}
|
|
8
|
+
*/
|
|
9
|
+
readonly clusterId: string;
|
|
10
|
+
/**
|
|
11
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/edge-center/edgecenter/0.10.4/docs/data-sources/k8s#id DataEdgecenterK8S#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
|
+
* The uuid of the project. Either 'project_id' or 'project_name' must be specified.
|
|
19
|
+
*
|
|
20
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/edge-center/edgecenter/0.10.4/docs/data-sources/k8s#project_id DataEdgecenterK8S#project_id}
|
|
21
|
+
*/
|
|
22
|
+
readonly projectId?: number;
|
|
23
|
+
/**
|
|
24
|
+
* The name of the project. Either 'project_id' or 'project_name' must be specified.
|
|
25
|
+
*
|
|
26
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/edge-center/edgecenter/0.10.4/docs/data-sources/k8s#project_name DataEdgecenterK8S#project_name}
|
|
27
|
+
*/
|
|
28
|
+
readonly projectName?: string;
|
|
29
|
+
/**
|
|
30
|
+
* The uuid of the region. Either 'region_id' or 'region_name' must be specified.
|
|
31
|
+
*
|
|
32
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/edge-center/edgecenter/0.10.4/docs/data-sources/k8s#region_id DataEdgecenterK8S#region_id}
|
|
33
|
+
*/
|
|
34
|
+
readonly regionId?: number;
|
|
35
|
+
/**
|
|
36
|
+
* The name of the region. Either 'region_id' or 'region_name' must be specified.
|
|
37
|
+
*
|
|
38
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/edge-center/edgecenter/0.10.4/docs/data-sources/k8s#region_name DataEdgecenterK8S#region_name}
|
|
39
|
+
*/
|
|
40
|
+
readonly regionName?: string;
|
|
41
|
+
}
|
|
42
|
+
export interface DataEdgecenterK8SPool {
|
|
43
|
+
}
|
|
44
|
+
export declare function dataEdgecenterK8SPoolToTerraform(struct?: DataEdgecenterK8SPool): any;
|
|
45
|
+
export declare function dataEdgecenterK8SPoolToHclTerraform(struct?: DataEdgecenterK8SPool): any;
|
|
46
|
+
export declare class DataEdgecenterK8SPoolOutputReference extends cdktf.ComplexObject {
|
|
47
|
+
private isEmptyObject;
|
|
48
|
+
/**
|
|
49
|
+
* @param terraformResource The parent resource
|
|
50
|
+
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
51
|
+
* @param complexObjectIndex the index of this item in the list
|
|
52
|
+
* @param complexObjectIsFromSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
53
|
+
*/
|
|
54
|
+
constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string, complexObjectIndex: number, complexObjectIsFromSet: boolean);
|
|
55
|
+
get internalValue(): DataEdgecenterK8SPool | undefined;
|
|
56
|
+
set internalValue(value: DataEdgecenterK8SPool | undefined);
|
|
57
|
+
get createdAt(): any;
|
|
58
|
+
get dockerVolumeSize(): any;
|
|
59
|
+
get dockerVolumeType(): any;
|
|
60
|
+
get flavorId(): any;
|
|
61
|
+
get maxNodeCount(): any;
|
|
62
|
+
get minNodeCount(): any;
|
|
63
|
+
get name(): any;
|
|
64
|
+
get nodeCount(): any;
|
|
65
|
+
get stackId(): any;
|
|
66
|
+
get uuid(): any;
|
|
67
|
+
}
|
|
68
|
+
export declare class DataEdgecenterK8SPoolList extends cdktf.ComplexList {
|
|
69
|
+
protected terraformResource: cdktf.IInterpolatingParent;
|
|
70
|
+
protected terraformAttribute: string;
|
|
71
|
+
protected wrapsSet: boolean;
|
|
72
|
+
/**
|
|
73
|
+
* @param terraformResource The parent resource
|
|
74
|
+
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
75
|
+
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
76
|
+
*/
|
|
77
|
+
constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean);
|
|
78
|
+
/**
|
|
79
|
+
* @param index the index of the item to return
|
|
80
|
+
*/
|
|
81
|
+
get(index: number): DataEdgecenterK8SPoolOutputReference;
|
|
82
|
+
}
|
|
83
|
+
/**
|
|
84
|
+
* Represents a {@link https://registry.terraform.io/providers/edge-center/edgecenter/0.10.4/docs/data-sources/k8s edgecenter_k8s}
|
|
85
|
+
*/
|
|
86
|
+
export declare class DataEdgecenterK8S extends cdktf.TerraformDataSource {
|
|
87
|
+
static readonly tfResourceType = "edgecenter_k8s";
|
|
88
|
+
/**
|
|
89
|
+
* Generates CDKTF code for importing a DataEdgecenterK8S resource upon running "cdktf plan <stack-name>"
|
|
90
|
+
* @param scope The scope in which to define this construct
|
|
91
|
+
* @param importToId The construct id used in the generated config for the DataEdgecenterK8S to import
|
|
92
|
+
* @param importFromId The id of the existing DataEdgecenterK8S that should be imported. Refer to the {@link https://registry.terraform.io/providers/edge-center/edgecenter/0.10.4/docs/data-sources/k8s#import import section} in the documentation of this resource for the id to use
|
|
93
|
+
* @param provider? Optional instance of the provider where the DataEdgecenterK8S to import is found
|
|
94
|
+
*/
|
|
95
|
+
static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider): any;
|
|
96
|
+
/**
|
|
97
|
+
* Create a new {@link https://registry.terraform.io/providers/edge-center/edgecenter/0.10.4/docs/data-sources/k8s edgecenter_k8s} Data Source
|
|
98
|
+
*
|
|
99
|
+
* @param scope The scope in which to define this construct
|
|
100
|
+
* @param id The scoped construct ID. Must be unique amongst siblings in the same scope
|
|
101
|
+
* @param options DataEdgecenterK8SConfig
|
|
102
|
+
*/
|
|
103
|
+
constructor(scope: Construct, id: string, config: DataEdgecenterK8SConfig);
|
|
104
|
+
get apiAddress(): any;
|
|
105
|
+
get autoHealingEnabled(): any;
|
|
106
|
+
get certificateAuthorityData(): any;
|
|
107
|
+
private _clusterId?;
|
|
108
|
+
get clusterId(): string;
|
|
109
|
+
set clusterId(value: string);
|
|
110
|
+
get clusterIdInput(): string;
|
|
111
|
+
get clusterTemplateId(): any;
|
|
112
|
+
get containerVersion(): any;
|
|
113
|
+
get createdAt(): any;
|
|
114
|
+
get discoveryUrl(): any;
|
|
115
|
+
private _faults;
|
|
116
|
+
get faults(): any;
|
|
117
|
+
get fixedNetwork(): any;
|
|
118
|
+
get fixedSubnet(): any;
|
|
119
|
+
get healthStatus(): any;
|
|
120
|
+
private _healthStatusReason;
|
|
121
|
+
get healthStatusReason(): any;
|
|
122
|
+
private _id?;
|
|
123
|
+
get id(): string;
|
|
124
|
+
set id(value: string);
|
|
125
|
+
resetId(): void;
|
|
126
|
+
get idInput(): string;
|
|
127
|
+
get keypair(): any;
|
|
128
|
+
get masterAddresses(): any;
|
|
129
|
+
get masterFlavorId(): any;
|
|
130
|
+
get masterLbFloatingIpEnabled(): any;
|
|
131
|
+
get name(): any;
|
|
132
|
+
get nodeAddresses(): any;
|
|
133
|
+
get nodeCount(): any;
|
|
134
|
+
private _pool;
|
|
135
|
+
get pool(): DataEdgecenterK8SPoolList;
|
|
136
|
+
private _projectId?;
|
|
137
|
+
get projectId(): number;
|
|
138
|
+
set projectId(value: number);
|
|
139
|
+
resetProjectId(): void;
|
|
140
|
+
get projectIdInput(): number;
|
|
141
|
+
private _projectName?;
|
|
142
|
+
get projectName(): string;
|
|
143
|
+
set projectName(value: string);
|
|
144
|
+
resetProjectName(): void;
|
|
145
|
+
get projectNameInput(): string;
|
|
146
|
+
private _regionId?;
|
|
147
|
+
get regionId(): number;
|
|
148
|
+
set regionId(value: number);
|
|
149
|
+
resetRegionId(): void;
|
|
150
|
+
get regionIdInput(): number;
|
|
151
|
+
private _regionName?;
|
|
152
|
+
get regionName(): string;
|
|
153
|
+
set regionName(value: string);
|
|
154
|
+
resetRegionName(): void;
|
|
155
|
+
get regionNameInput(): string;
|
|
156
|
+
get status(): any;
|
|
157
|
+
get statusReason(): any;
|
|
158
|
+
get updatedAt(): any;
|
|
159
|
+
get userId(): any;
|
|
160
|
+
get version(): any;
|
|
161
|
+
protected synthesizeAttributes(): {
|
|
162
|
+
[name: string]: any;
|
|
163
|
+
};
|
|
164
|
+
protected synthesizeHclAttributes(): {
|
|
165
|
+
[name: string]: any;
|
|
166
|
+
};
|
|
167
|
+
}
|