@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,346 @@
|
|
|
1
|
+
import { Construct } from 'constructs';
|
|
2
|
+
import * as cdktf from 'cdktf';
|
|
3
|
+
export interface SubnetConfig extends cdktf.TerraformMetaArguments {
|
|
4
|
+
/**
|
|
5
|
+
* Represents the IP address range of the subnet.
|
|
6
|
+
*
|
|
7
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/edge-center/edgecenter/0.10.4/docs/resources/subnet#cidr Subnet#cidr}
|
|
8
|
+
*/
|
|
9
|
+
readonly cidr: string;
|
|
10
|
+
/**
|
|
11
|
+
* True if the network's router should get a gateway in this subnet. Must be explicitly 'false' when gateway_ip is null. Default true.
|
|
12
|
+
*
|
|
13
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/edge-center/edgecenter/0.10.4/docs/resources/subnet#connect_to_network_router Subnet#connect_to_network_router}
|
|
14
|
+
*/
|
|
15
|
+
readonly connectToNetworkRouter?: boolean | cdktf.IResolvable;
|
|
16
|
+
/**
|
|
17
|
+
* List of DNS name servers for the subnet.
|
|
18
|
+
*
|
|
19
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/edge-center/edgecenter/0.10.4/docs/resources/subnet#dns_nameservers Subnet#dns_nameservers}
|
|
20
|
+
*/
|
|
21
|
+
readonly dnsNameservers?: string[];
|
|
22
|
+
/**
|
|
23
|
+
* Enable DHCP for this subnet. If true, DHCP will be used to assign IP addresses to instances within this subnet.
|
|
24
|
+
*
|
|
25
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/edge-center/edgecenter/0.10.4/docs/resources/subnet#enable_dhcp Subnet#enable_dhcp}
|
|
26
|
+
*/
|
|
27
|
+
readonly enableDhcp?: boolean | cdktf.IResolvable;
|
|
28
|
+
/**
|
|
29
|
+
* The IP address of the gateway for this subnet. The subnet will be recreated if the gateway IP is changed.
|
|
30
|
+
*
|
|
31
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/edge-center/edgecenter/0.10.4/docs/resources/subnet#gateway_ip Subnet#gateway_ip}
|
|
32
|
+
*/
|
|
33
|
+
readonly gatewayIp?: string;
|
|
34
|
+
/**
|
|
35
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/edge-center/edgecenter/0.10.4/docs/resources/subnet#id Subnet#id}
|
|
36
|
+
*
|
|
37
|
+
* Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
|
|
38
|
+
* 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.
|
|
39
|
+
*/
|
|
40
|
+
readonly id?: string;
|
|
41
|
+
/**
|
|
42
|
+
* A map containing metadata, for example tags.
|
|
43
|
+
*
|
|
44
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/edge-center/edgecenter/0.10.4/docs/resources/subnet#metadata_map Subnet#metadata_map}
|
|
45
|
+
*/
|
|
46
|
+
readonly metadataMap?: {
|
|
47
|
+
[key: string]: string;
|
|
48
|
+
};
|
|
49
|
+
/**
|
|
50
|
+
* The name of the subnet.
|
|
51
|
+
*
|
|
52
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/edge-center/edgecenter/0.10.4/docs/resources/subnet#name Subnet#name}
|
|
53
|
+
*/
|
|
54
|
+
readonly name: string;
|
|
55
|
+
/**
|
|
56
|
+
* The ID of the network to which this subnet belongs.
|
|
57
|
+
*
|
|
58
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/edge-center/edgecenter/0.10.4/docs/resources/subnet#network_id Subnet#network_id}
|
|
59
|
+
*/
|
|
60
|
+
readonly networkId: string;
|
|
61
|
+
/**
|
|
62
|
+
* The uuid of the project. Either 'project_id' or 'project_name' must be specified.
|
|
63
|
+
*
|
|
64
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/edge-center/edgecenter/0.10.4/docs/resources/subnet#project_id Subnet#project_id}
|
|
65
|
+
*/
|
|
66
|
+
readonly projectId?: number;
|
|
67
|
+
/**
|
|
68
|
+
* The name of the project. Either 'project_id' or 'project_name' must be specified.
|
|
69
|
+
*
|
|
70
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/edge-center/edgecenter/0.10.4/docs/resources/subnet#project_name Subnet#project_name}
|
|
71
|
+
*/
|
|
72
|
+
readonly projectName?: string;
|
|
73
|
+
/**
|
|
74
|
+
* The uuid of the region. Either 'region_id' or 'region_name' must be specified.
|
|
75
|
+
*
|
|
76
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/edge-center/edgecenter/0.10.4/docs/resources/subnet#region_id Subnet#region_id}
|
|
77
|
+
*/
|
|
78
|
+
readonly regionId?: number;
|
|
79
|
+
/**
|
|
80
|
+
* The name of the region. Either 'region_id' or 'region_name' must be specified.
|
|
81
|
+
*
|
|
82
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/edge-center/edgecenter/0.10.4/docs/resources/subnet#region_name Subnet#region_name}
|
|
83
|
+
*/
|
|
84
|
+
readonly regionName?: string;
|
|
85
|
+
/**
|
|
86
|
+
* allocation_pools block
|
|
87
|
+
*
|
|
88
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/edge-center/edgecenter/0.10.4/docs/resources/subnet#allocation_pools Subnet#allocation_pools}
|
|
89
|
+
*/
|
|
90
|
+
readonly allocationPools?: SubnetAllocationPools[] | cdktf.IResolvable;
|
|
91
|
+
/**
|
|
92
|
+
* host_routes block
|
|
93
|
+
*
|
|
94
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/edge-center/edgecenter/0.10.4/docs/resources/subnet#host_routes Subnet#host_routes}
|
|
95
|
+
*/
|
|
96
|
+
readonly hostRoutes?: SubnetHostRoutes[] | cdktf.IResolvable;
|
|
97
|
+
}
|
|
98
|
+
export interface SubnetMetadataReadOnly {
|
|
99
|
+
}
|
|
100
|
+
export declare function subnetMetadataReadOnlyToTerraform(struct?: SubnetMetadataReadOnly): any;
|
|
101
|
+
export declare function subnetMetadataReadOnlyToHclTerraform(struct?: SubnetMetadataReadOnly): any;
|
|
102
|
+
export declare class SubnetMetadataReadOnlyOutputReference extends cdktf.ComplexObject {
|
|
103
|
+
private isEmptyObject;
|
|
104
|
+
/**
|
|
105
|
+
* @param terraformResource The parent resource
|
|
106
|
+
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
107
|
+
* @param complexObjectIndex the index of this item in the list
|
|
108
|
+
* @param complexObjectIsFromSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
109
|
+
*/
|
|
110
|
+
constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string, complexObjectIndex: number, complexObjectIsFromSet: boolean);
|
|
111
|
+
get internalValue(): SubnetMetadataReadOnly | undefined;
|
|
112
|
+
set internalValue(value: SubnetMetadataReadOnly | undefined);
|
|
113
|
+
get key(): any;
|
|
114
|
+
get readOnly(): any;
|
|
115
|
+
get value(): any;
|
|
116
|
+
}
|
|
117
|
+
export declare class SubnetMetadataReadOnlyList extends cdktf.ComplexList {
|
|
118
|
+
protected terraformResource: cdktf.IInterpolatingParent;
|
|
119
|
+
protected terraformAttribute: string;
|
|
120
|
+
protected wrapsSet: boolean;
|
|
121
|
+
/**
|
|
122
|
+
* @param terraformResource The parent resource
|
|
123
|
+
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
124
|
+
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
125
|
+
*/
|
|
126
|
+
constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean);
|
|
127
|
+
/**
|
|
128
|
+
* @param index the index of the item to return
|
|
129
|
+
*/
|
|
130
|
+
get(index: number): SubnetMetadataReadOnlyOutputReference;
|
|
131
|
+
}
|
|
132
|
+
export interface SubnetAllocationPools {
|
|
133
|
+
/**
|
|
134
|
+
* End IP address.
|
|
135
|
+
*
|
|
136
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/edge-center/edgecenter/0.10.4/docs/resources/subnet#end Subnet#end}
|
|
137
|
+
*/
|
|
138
|
+
readonly end: string;
|
|
139
|
+
/**
|
|
140
|
+
* Start IP address.
|
|
141
|
+
*
|
|
142
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/edge-center/edgecenter/0.10.4/docs/resources/subnet#start Subnet#start}
|
|
143
|
+
*/
|
|
144
|
+
readonly start: string;
|
|
145
|
+
}
|
|
146
|
+
export declare function subnetAllocationPoolsToTerraform(struct?: SubnetAllocationPools | cdktf.IResolvable): any;
|
|
147
|
+
export declare function subnetAllocationPoolsToHclTerraform(struct?: SubnetAllocationPools | cdktf.IResolvable): any;
|
|
148
|
+
export declare class SubnetAllocationPoolsOutputReference extends cdktf.ComplexObject {
|
|
149
|
+
private isEmptyObject;
|
|
150
|
+
private resolvableValue?;
|
|
151
|
+
/**
|
|
152
|
+
* @param terraformResource The parent resource
|
|
153
|
+
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
154
|
+
* @param complexObjectIndex the index of this item in the list
|
|
155
|
+
* @param complexObjectIsFromSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
156
|
+
*/
|
|
157
|
+
constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string, complexObjectIndex: number, complexObjectIsFromSet: boolean);
|
|
158
|
+
get internalValue(): SubnetAllocationPools | cdktf.IResolvable | undefined;
|
|
159
|
+
set internalValue(value: SubnetAllocationPools | cdktf.IResolvable | undefined);
|
|
160
|
+
private _end?;
|
|
161
|
+
get end(): string;
|
|
162
|
+
set end(value: string);
|
|
163
|
+
get endInput(): string;
|
|
164
|
+
private _start?;
|
|
165
|
+
get start(): string;
|
|
166
|
+
set start(value: string);
|
|
167
|
+
get startInput(): string;
|
|
168
|
+
}
|
|
169
|
+
export declare class SubnetAllocationPoolsList extends cdktf.ComplexList {
|
|
170
|
+
protected terraformResource: cdktf.IInterpolatingParent;
|
|
171
|
+
protected terraformAttribute: string;
|
|
172
|
+
protected wrapsSet: boolean;
|
|
173
|
+
internalValue?: SubnetAllocationPools[] | cdktf.IResolvable;
|
|
174
|
+
/**
|
|
175
|
+
* @param terraformResource The parent resource
|
|
176
|
+
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
177
|
+
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
178
|
+
*/
|
|
179
|
+
constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean);
|
|
180
|
+
/**
|
|
181
|
+
* @param index the index of the item to return
|
|
182
|
+
*/
|
|
183
|
+
get(index: number): SubnetAllocationPoolsOutputReference;
|
|
184
|
+
}
|
|
185
|
+
export interface SubnetHostRoutes {
|
|
186
|
+
/**
|
|
187
|
+
* The CIDR of the destination IPv4 subnet
|
|
188
|
+
*
|
|
189
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/edge-center/edgecenter/0.10.4/docs/resources/subnet#destination Subnet#destination}
|
|
190
|
+
*/
|
|
191
|
+
readonly destination: string;
|
|
192
|
+
/**
|
|
193
|
+
* IPv4 address to forward traffic to if it's destination IP matches 'destination' CIDR
|
|
194
|
+
*
|
|
195
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/edge-center/edgecenter/0.10.4/docs/resources/subnet#nexthop Subnet#nexthop}
|
|
196
|
+
*/
|
|
197
|
+
readonly nexthop: string;
|
|
198
|
+
}
|
|
199
|
+
export declare function subnetHostRoutesToTerraform(struct?: SubnetHostRoutes | cdktf.IResolvable): any;
|
|
200
|
+
export declare function subnetHostRoutesToHclTerraform(struct?: SubnetHostRoutes | cdktf.IResolvable): any;
|
|
201
|
+
export declare class SubnetHostRoutesOutputReference extends cdktf.ComplexObject {
|
|
202
|
+
private isEmptyObject;
|
|
203
|
+
private resolvableValue?;
|
|
204
|
+
/**
|
|
205
|
+
* @param terraformResource The parent resource
|
|
206
|
+
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
207
|
+
* @param complexObjectIndex the index of this item in the list
|
|
208
|
+
* @param complexObjectIsFromSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
209
|
+
*/
|
|
210
|
+
constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string, complexObjectIndex: number, complexObjectIsFromSet: boolean);
|
|
211
|
+
get internalValue(): SubnetHostRoutes | cdktf.IResolvable | undefined;
|
|
212
|
+
set internalValue(value: SubnetHostRoutes | cdktf.IResolvable | undefined);
|
|
213
|
+
private _destination?;
|
|
214
|
+
get destination(): string;
|
|
215
|
+
set destination(value: string);
|
|
216
|
+
get destinationInput(): string;
|
|
217
|
+
private _nexthop?;
|
|
218
|
+
get nexthop(): string;
|
|
219
|
+
set nexthop(value: string);
|
|
220
|
+
get nexthopInput(): string;
|
|
221
|
+
}
|
|
222
|
+
export declare class SubnetHostRoutesList extends cdktf.ComplexList {
|
|
223
|
+
protected terraformResource: cdktf.IInterpolatingParent;
|
|
224
|
+
protected terraformAttribute: string;
|
|
225
|
+
protected wrapsSet: boolean;
|
|
226
|
+
internalValue?: SubnetHostRoutes[] | cdktf.IResolvable;
|
|
227
|
+
/**
|
|
228
|
+
* @param terraformResource The parent resource
|
|
229
|
+
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
230
|
+
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
231
|
+
*/
|
|
232
|
+
constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean);
|
|
233
|
+
/**
|
|
234
|
+
* @param index the index of the item to return
|
|
235
|
+
*/
|
|
236
|
+
get(index: number): SubnetHostRoutesOutputReference;
|
|
237
|
+
}
|
|
238
|
+
/**
|
|
239
|
+
* Represents a {@link https://registry.terraform.io/providers/edge-center/edgecenter/0.10.4/docs/resources/subnet edgecenter_subnet}
|
|
240
|
+
*/
|
|
241
|
+
export declare class Subnet extends cdktf.TerraformResource {
|
|
242
|
+
static readonly tfResourceType = "edgecenter_subnet";
|
|
243
|
+
/**
|
|
244
|
+
* Generates CDKTF code for importing a Subnet resource upon running "cdktf plan <stack-name>"
|
|
245
|
+
* @param scope The scope in which to define this construct
|
|
246
|
+
* @param importToId The construct id used in the generated config for the Subnet to import
|
|
247
|
+
* @param importFromId The id of the existing Subnet that should be imported. Refer to the {@link https://registry.terraform.io/providers/edge-center/edgecenter/0.10.4/docs/resources/subnet#import import section} in the documentation of this resource for the id to use
|
|
248
|
+
* @param provider? Optional instance of the provider where the Subnet to import is found
|
|
249
|
+
*/
|
|
250
|
+
static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider): any;
|
|
251
|
+
/**
|
|
252
|
+
* Create a new {@link https://registry.terraform.io/providers/edge-center/edgecenter/0.10.4/docs/resources/subnet edgecenter_subnet} Resource
|
|
253
|
+
*
|
|
254
|
+
* @param scope The scope in which to define this construct
|
|
255
|
+
* @param id The scoped construct ID. Must be unique amongst siblings in the same scope
|
|
256
|
+
* @param options SubnetConfig
|
|
257
|
+
*/
|
|
258
|
+
constructor(scope: Construct, id: string, config: SubnetConfig);
|
|
259
|
+
private _cidr?;
|
|
260
|
+
get cidr(): string;
|
|
261
|
+
set cidr(value: string);
|
|
262
|
+
get cidrInput(): string;
|
|
263
|
+
private _connectToNetworkRouter?;
|
|
264
|
+
get connectToNetworkRouter(): boolean | cdktf.IResolvable;
|
|
265
|
+
set connectToNetworkRouter(value: boolean | cdktf.IResolvable);
|
|
266
|
+
resetConnectToNetworkRouter(): void;
|
|
267
|
+
get connectToNetworkRouterInput(): any;
|
|
268
|
+
private _dnsNameservers?;
|
|
269
|
+
get dnsNameservers(): string[];
|
|
270
|
+
set dnsNameservers(value: string[]);
|
|
271
|
+
resetDnsNameservers(): void;
|
|
272
|
+
get dnsNameserversInput(): string[];
|
|
273
|
+
private _enableDhcp?;
|
|
274
|
+
get enableDhcp(): boolean | cdktf.IResolvable;
|
|
275
|
+
set enableDhcp(value: boolean | cdktf.IResolvable);
|
|
276
|
+
resetEnableDhcp(): void;
|
|
277
|
+
get enableDhcpInput(): any;
|
|
278
|
+
private _gatewayIp?;
|
|
279
|
+
get gatewayIp(): string;
|
|
280
|
+
set gatewayIp(value: string);
|
|
281
|
+
resetGatewayIp(): void;
|
|
282
|
+
get gatewayIpInput(): string;
|
|
283
|
+
private _id?;
|
|
284
|
+
get id(): string;
|
|
285
|
+
set id(value: string);
|
|
286
|
+
resetId(): void;
|
|
287
|
+
get idInput(): string;
|
|
288
|
+
get lastUpdated(): any;
|
|
289
|
+
private _metadataMap?;
|
|
290
|
+
get metadataMap(): {
|
|
291
|
+
[key: string]: string;
|
|
292
|
+
};
|
|
293
|
+
set metadataMap(value: {
|
|
294
|
+
[key: string]: string;
|
|
295
|
+
});
|
|
296
|
+
resetMetadataMap(): void;
|
|
297
|
+
get metadataMapInput(): {
|
|
298
|
+
[key: string]: string;
|
|
299
|
+
};
|
|
300
|
+
private _metadataReadOnly;
|
|
301
|
+
get metadataReadOnly(): SubnetMetadataReadOnlyList;
|
|
302
|
+
private _name?;
|
|
303
|
+
get name(): string;
|
|
304
|
+
set name(value: string);
|
|
305
|
+
get nameInput(): string;
|
|
306
|
+
private _networkId?;
|
|
307
|
+
get networkId(): string;
|
|
308
|
+
set networkId(value: string);
|
|
309
|
+
get networkIdInput(): string;
|
|
310
|
+
private _projectId?;
|
|
311
|
+
get projectId(): number;
|
|
312
|
+
set projectId(value: number);
|
|
313
|
+
resetProjectId(): void;
|
|
314
|
+
get projectIdInput(): number;
|
|
315
|
+
private _projectName?;
|
|
316
|
+
get projectName(): string;
|
|
317
|
+
set projectName(value: string);
|
|
318
|
+
resetProjectName(): void;
|
|
319
|
+
get projectNameInput(): string;
|
|
320
|
+
private _regionId?;
|
|
321
|
+
get regionId(): number;
|
|
322
|
+
set regionId(value: number);
|
|
323
|
+
resetRegionId(): void;
|
|
324
|
+
get regionIdInput(): number;
|
|
325
|
+
private _regionName?;
|
|
326
|
+
get regionName(): string;
|
|
327
|
+
set regionName(value: string);
|
|
328
|
+
resetRegionName(): void;
|
|
329
|
+
get regionNameInput(): string;
|
|
330
|
+
private _allocationPools;
|
|
331
|
+
get allocationPools(): SubnetAllocationPoolsList;
|
|
332
|
+
putAllocationPools(value: SubnetAllocationPools[] | cdktf.IResolvable): void;
|
|
333
|
+
resetAllocationPools(): void;
|
|
334
|
+
get allocationPoolsInput(): any;
|
|
335
|
+
private _hostRoutes;
|
|
336
|
+
get hostRoutes(): SubnetHostRoutesList;
|
|
337
|
+
putHostRoutes(value: SubnetHostRoutes[] | cdktf.IResolvable): void;
|
|
338
|
+
resetHostRoutes(): void;
|
|
339
|
+
get hostRoutesInput(): any;
|
|
340
|
+
protected synthesizeAttributes(): {
|
|
341
|
+
[name: string]: any;
|
|
342
|
+
};
|
|
343
|
+
protected synthesizeHclAttributes(): {
|
|
344
|
+
[name: string]: any;
|
|
345
|
+
};
|
|
346
|
+
}
|