sparkle_formation 2.1.8 → 3.0.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -565,7 +565,10 @@
565
565
  "description": "Assigns a list of private IP addresses to the network interface. You can specify a primary private IP address by setting the value of the Primary property to true in the PrivateIpAddressSpecification property. If you want Amazon EC2 to automatically assign private IP addresses, use the SecondaryPrivateIpAddressCount property and do not specify this property.",
566
566
  "required": false,
567
567
  "type": "Unknown",
568
- "update_causes": "replacement"
568
+ "update_causes": [
569
+ "replacement",
570
+ "none"
571
+ ]
569
572
  },
570
573
  "SecondaryPrivateIpAddressCount": {
571
574
  "description": "The number of secondary private IP addresses that Amazon EC2 automatically assigns to the network interface. Amazon EC2 uses the value of the PrivateIpAddress property as the primary private IP address. If you don't specify that property, Amazon EC2 automatically assigns both the primary and secondary private IP addresses.",
@@ -1024,7 +1027,10 @@
1024
1027
  "description": "The number of days for which automatic backups are retained. For more information, see CreateDBCluster in the Amazon Relational Database Service API Reference.",
1025
1028
  "required": false,
1026
1029
  "type": "Number",
1027
- "update_causes": "none"
1030
+ "update_causes": [
1031
+ "none",
1032
+ "interrupt"
1033
+ ]
1028
1034
  },
1029
1035
  "DatabaseName": {
1030
1036
  "description": "The name of your database. You can specify a name of up to eight alpha-numeric characters. If you do not provide a name, Amazon Relational Database Service (Amazon RDS) won't create a database in this DB cluster.",
@@ -1090,7 +1096,10 @@
1090
1096
  "description": "The weekly time range (in UTC) during which system maintenance can occur.",
1091
1097
  "required": false,
1092
1098
  "type": "String",
1093
- "update_causes": "none"
1099
+ "update_causes": [
1100
+ "none",
1101
+ "interrupt"
1102
+ ]
1094
1103
  },
1095
1104
  "SnapshotIdentifier": {
1096
1105
  "description": "The identifier for the DB cluster snapshot from which you want to restore.",
@@ -1788,25 +1797,37 @@
1788
1797
  "description": "Allocation ID for the VPC Elastic IP address you want to associate with an Amazon EC2 instance in your VPC.",
1789
1798
  "required": false,
1790
1799
  "type": "String",
1791
- "update_causes": "replacement"
1800
+ "update_causes": [
1801
+ "replacement",
1802
+ "none"
1803
+ ]
1792
1804
  },
1793
1805
  "EIP": {
1794
1806
  "description": "Elastic IP address that you want to associate with the Amazon EC2 instance specified by the InstanceId property. You can specify an existing Elastic IP address or a reference to an Elastic IP address allocated with a AWS::EC2::EIP resource.",
1795
1807
  "required": false,
1796
1808
  "type": "String",
1797
- "update_causes": "replacement"
1809
+ "update_causes": [
1810
+ "replacement",
1811
+ "none"
1812
+ ]
1798
1813
  },
1799
1814
  "InstanceId": {
1800
1815
  "description": "Instance ID of the Amazon EC2 instance that you want to associate with the Elastic IP address specified by the EIP property.",
1801
1816
  "required": false,
1802
1817
  "type": "String",
1803
- "update_causes": "replacement"
1818
+ "update_causes": [
1819
+ "replacement",
1820
+ "none"
1821
+ ]
1804
1822
  },
1805
1823
  "NetworkInterfaceId": {
1806
1824
  "description": "The ID of the network interface to associate with the Elastic IP address (VPC only).",
1807
1825
  "required": false,
1808
1826
  "type": "String",
1809
- "update_causes": "replacement"
1827
+ "update_causes": [
1828
+ "replacement",
1829
+ "none"
1830
+ ]
1810
1831
  },
1811
1832
  "PrivateIpAddress": {
1812
1833
  "description": "The private IP address that you want to associate with the Elastic IP address. The private IP address is restricted to the primary and secondary private IP addresses that are associated with the network interface. By default, the private IP address that is associated with the EIP is the primary private IP address of the network interface.",
@@ -2065,7 +2086,10 @@
2065
2086
  "description": "The parameters to set for this RDS parameter group.",
2066
2087
  "required": false,
2067
2088
  "type": "Unknown",
2068
- "update_causes": "none"
2089
+ "update_causes": [
2090
+ "none",
2091
+ "interrupt"
2092
+ ]
2069
2093
  },
2070
2094
  "Tags": {
2071
2095
  "description": "The tags that you want to attach to the RDS parameter group.",
@@ -2442,7 +2466,10 @@
2442
2466
  "description": "One or more VPCs that you want to associate with this hosted zone. When you specify this property, AWS CloudFormation creates a private hosted zone.",
2443
2467
  "required": false,
2444
2468
  "type": "Array",
2445
- "update_causes": "replacement"
2469
+ "update_causes": [
2470
+ "replacement",
2471
+ "none"
2472
+ ]
2446
2473
  }
2447
2474
  },
2448
2475
  "path": "aws-resource-route53-hostedzone.html"
@@ -2484,7 +2511,10 @@
2484
2511
  "description": "The type of source for which Amazon RDS provides notification events. For example, if you want to be notified of events generated by a database instance, set this parameter to db-instance. If you don't specify a value, notifications are provided for all source types.",
2485
2512
  "required": false,
2486
2513
  "type": "String",
2487
- "update_causes": "replacement"
2514
+ "update_causes": [
2515
+ "replacement",
2516
+ "interrupt"
2517
+ ]
2488
2518
  }
2489
2519
  },
2490
2520
  "path": "aws-resource-rds-eventsubscription.html"
@@ -2970,7 +3000,10 @@
2970
3000
  "description": "The number of cache nodes that the cache cluster should have.",
2971
3001
  "required": true,
2972
3002
  "type": "String",
2973
- "update_causes": "replacement"
3003
+ "update_causes": [
3004
+ "replacement",
3005
+ "none"
3006
+ ]
2974
3007
  },
2975
3008
  "Port": {
2976
3009
  "description": "The port number on which each of the cache nodes will accept connections.",
@@ -2988,7 +3021,10 @@
2988
3021
  "description": "For Memcached cache clusters, the list of Availability Zones in which cache nodes are created. The number of Availability Zones listed must equal the number of cache nodes. For example, if you want to create three nodes in two different Availability Zones, you can specify [\"us-east-1a\", \"us-east-1a\", \"us-east-1b\"], which would create two nodes in us-east-1a and one node in us-east-1b.",
2989
3022
  "required": false,
2990
3023
  "type": "Array",
2991
- "update_causes": "replacement"
3024
+ "update_causes": [
3025
+ "replacement",
3026
+ "interrupt"
3027
+ ]
2992
3028
  },
2993
3029
  "PreferredMaintenanceWindow": {
2994
3030
  "description": "The weekly time range (in UTC) during which system maintenance can occur.",
@@ -3157,7 +3193,10 @@
3157
3193
  "description": "Indicates that minor engine upgrades will be applied automatically to the DB instance during the maintenance window. The default value is true.",
3158
3194
  "required": false,
3159
3195
  "type": "Boolean",
3160
- "update_causes": "none"
3196
+ "update_causes": [
3197
+ "none",
3198
+ "interrupt"
3199
+ ]
3161
3200
  },
3162
3201
  "AvailabilityZone": {
3163
3202
  "description": "The name of the Availability Zone where the DB instance is located. You cannot set the AvailabilityZone parameter if the MultiAZ parameter is set to true.",
@@ -3169,7 +3208,10 @@
3169
3208
  "description": "The number of days for which automatic DB snapshots are retained.",
3170
3209
  "required": false,
3171
3210
  "type": "String",
3172
- "update_causes": "none"
3211
+ "update_causes": [
3212
+ "none",
3213
+ "interrupt"
3214
+ ]
3173
3215
  },
3174
3216
  "CharacterSetName": {
3175
3217
  "description": "For supported engines, specifies the character set to associate with the database instance. For more information, see Appendix: Oracle Character Sets Supported in Amazon RDS in the Amazon Relational Database Service User Guide.",
@@ -3205,7 +3247,10 @@
3205
3247
  "description": "The name of an existing DB parameter group or a reference to an AWS::RDS::DBParameterGroup resource created in the template.",
3206
3248
  "required": false,
3207
3249
  "type": "String",
3208
- "update_causes": "none"
3250
+ "update_causes": [
3251
+ "none",
3252
+ "interrupt"
3253
+ ]
3209
3254
  },
3210
3255
  "DBSecurityGroups": {
3211
3256
  "description": "A list of the DB security groups to assign to the Amazon RDS instance. The list can include both the name of existing DB security groups or references to AWS::RDS::DBSecurityGroup resources created in the template.",
@@ -3295,7 +3340,10 @@
3295
3340
  "description": "The weekly time range (in UTC) during which system maintenance can occur.",
3296
3341
  "required": false,
3297
3342
  "type": "String",
3298
- "update_causes": "none"
3343
+ "update_causes": [
3344
+ "none",
3345
+ "interrupt"
3346
+ ]
3299
3347
  },
3300
3348
  "PubliclyAccessible": {
3301
3349
  "description": "Indicates whether the database instance is an Internet-facing instance. If you specify true, an instance is created with a publicly resolvable DNS name, which resolves to a public IP address. If you specify false, an internal instance is created with a DNS name that resolves to a private IP address.",
@@ -3576,7 +3624,10 @@
3576
3624
  "description": "The parameters to set for this DB cluster parameter group. For a list of parameter keys, see Appendix: DB Cluster and DB Instance Parameters in the Amazon Relational Database Service User Guide.",
3577
3625
  "required": true,
3578
3626
  "type": "Unknown",
3579
- "update_causes": "none"
3627
+ "update_causes": [
3628
+ "none",
3629
+ "interrupt"
3630
+ ]
3580
3631
  },
3581
3632
  "Tags": {
3582
3633
  "description": "The tags that you want to attach to this parameter group.",
@@ -3717,7 +3768,10 @@
3717
3768
  "description": "Defines a set of Amazon Elastic Block Store block device mappings, ephemeral instance store block device mappings, or both. For more information, see Amazon Elastic Block Store or Amazon EC2 Instance Store in the Amazon EC2 User Guide for Linux Instances.",
3718
3769
  "required": false,
3719
3770
  "type": "Array",
3720
- "update_causes": "replacement"
3771
+ "update_causes": [
3772
+ "replacement",
3773
+ "none"
3774
+ ]
3721
3775
  },
3722
3776
  "DisableApiTermination": {
3723
3777
  "description": "Specifies whether the instance can be terminated through the API.",
@@ -3729,7 +3783,10 @@
3729
3783
  "description": "Specifies whether the instance is optimized for Amazon Elastic Block Store I/O. This optimization provides dedicated throughput to Amazon EBS and an optimized configuration stack to provide optimal EBS I/O performance.",
3730
3784
  "required": false,
3731
3785
  "type": "Boolean",
3732
- "update_causes": "replacement"
3786
+ "update_causes": [
3787
+ "replacement",
3788
+ "interrupt"
3789
+ ]
3733
3790
  },
3734
3791
  "IamInstanceProfile": {
3735
3792
  "description": "The physical ID of an instance profile or a reference to an AWS::IAM::InstanceProfile resource.",
@@ -3753,13 +3810,19 @@
3753
3810
  "description": "The instance type, such as t2.micro. The default type is \"m1.small\". For a list of instance types, see Instance Families and Types.",
3754
3811
  "required": false,
3755
3812
  "type": "Array",
3756
- "update_causes": "replacement"
3813
+ "update_causes": [
3814
+ "replacement",
3815
+ "interrupt"
3816
+ ]
3757
3817
  },
3758
3818
  "KernelId": {
3759
3819
  "description": "The kernel ID.",
3760
3820
  "required": false,
3761
3821
  "type": "String",
3762
- "update_causes": "replacement"
3822
+ "update_causes": [
3823
+ "replacement",
3824
+ "interrupt"
3825
+ ]
3763
3826
  },
3764
3827
  "KeyName": {
3765
3828
  "description": "Provides the name of the Amazon EC2 key pair.",
@@ -3795,13 +3858,19 @@
3795
3858
  "description": "The ID of the RAM disk to select. Some kernels require additional drivers at launch. Check the kernel requirements for information about whether you need to specify a RAM disk. To find kernel requirements, go to the AWS Resource Center and search for the kernel ID.",
3796
3859
  "required": false,
3797
3860
  "type": "String",
3798
- "update_causes": "replacement"
3861
+ "update_causes": [
3862
+ "replacement",
3863
+ "interrupt"
3864
+ ]
3799
3865
  },
3800
3866
  "SecurityGroupIds": {
3801
3867
  "description": "A list that contains the security group IDs for VPC security groups to assign to the Amazon EC2 instance. If you specified the NetworkInterfaces property, do not specify this property.",
3802
3868
  "required": false,
3803
3869
  "type": "Array",
3804
- "update_causes": "replacement"
3870
+ "update_causes": [
3871
+ "replacement",
3872
+ "none"
3873
+ ]
3805
3874
  },
3806
3875
  "SecurityGroups": {
3807
3876
  "description": "Valid only for Amazon EC2 security groups. A list that contains the Amazon EC2 security groups to assign to the Amazon EC2 instance. The list can contain both the name of existing Amazon EC2 security groups or references to AWS::EC2::SecurityGroup resources created in the template.",
@@ -3843,7 +3912,10 @@
3843
3912
  "description": "Base64-encoded MIME user data that is made available to the instances.",
3844
3913
  "required": false,
3845
3914
  "type": "String",
3846
- "update_causes": "replacement"
3915
+ "update_causes": [
3916
+ "replacement",
3917
+ "interrupt"
3918
+ ]
3847
3919
  },
3848
3920
  "Volumes": {
3849
3921
  "description": "The Amazon EBS volumes to attach to the instance.",
@@ -3855,7 +3927,10 @@
3855
3927
  "description": "Reserved.",
3856
3928
  "required": false,
3857
3929
  "type": "String",
3858
- "update_causes": "replacement"
3930
+ "update_causes": [
3931
+ "replacement",
3932
+ "interrupt"
3933
+ ]
3859
3934
  }
3860
3935
  },
3861
3936
  "path": "aws-properties-ec2-instance.html"
@@ -4413,7 +4488,11 @@
4413
4488
  "description": "Global secondary indexes to be created on the table. You can create up to 5 global secondary indexes.",
4414
4489
  "required": false,
4415
4490
  "type": "Array",
4416
- "update_causes": "replacement"
4491
+ "update_causes": [
4492
+ "replacement",
4493
+ "none",
4494
+ "interrupt"
4495
+ ]
4417
4496
  },
4418
4497
  "KeySchema": {
4419
4498
  "description": "Specifies the attributes that make up the primary key for the table. The attributes in the KeySchema property must also be defined in the AttributeDefinitions property.",
@@ -5043,7 +5122,10 @@
5043
5122
  "description": "The Availability Zones in which to create the load balancer. You can specify the AvailabilityZones or Subnets property, but not both.",
5044
5123
  "required": false,
5045
5124
  "type": "Array",
5046
- "update_causes": "replacement"
5125
+ "update_causes": [
5126
+ "replacement",
5127
+ "none"
5128
+ ]
5047
5129
  },
5048
5130
  "ConnectionDrainingPolicy": {
5049
5131
  "description": "Whether deregistered or unhealthy instances can complete all in-flight requests.",
@@ -5067,7 +5149,10 @@
5067
5149
  "description": "Application health check for the instances.",
5068
5150
  "required": false,
5069
5151
  "type": "Unknown",
5070
- "update_causes": "replacement"
5152
+ "update_causes": [
5153
+ "replacement",
5154
+ "none"
5155
+ ]
5071
5156
  },
5072
5157
  "Instances": {
5073
5158
  "description": "A list of EC2 instance IDs for the load balancer.",
@@ -5115,7 +5200,10 @@
5115
5200
  "description": "A list of subnet IDs in your virtual private cloud (VPC) to attach to your load balancer. Do not specify multiple subnets that are in the same Availability Zone. You can specify the AvailabilityZones or Subnets property, but not both.",
5116
5201
  "required": false,
5117
5202
  "type": "Array",
5118
- "update_causes": "replacement"
5203
+ "update_causes": [
5204
+ "replacement",
5205
+ "none"
5206
+ ]
5119
5207
  },
5120
5208
  "Tags": {
5121
5209
  "description": "An arbitrary set of tags (key-value pairs) for this load balancer.",
@@ -0,0 +1,47 @@
1
+ require 'sparkle_formation'
2
+
3
+ class SparkleFormation
4
+
5
+ # Resources helper
6
+ class Resources
7
+
8
+ # Google specific resources collection
9
+ class Google < Resources
10
+
11
+ # String to split for resource namespacing
12
+ RESOURCE_TYPE_NAMESPACE_SPLITTER = ['.']
13
+
14
+ class << self
15
+
16
+ include Bogo::Memoization
17
+
18
+ # Load the builtin AWS resources
19
+ #
20
+ # @return [TrueClass]
21
+ def load!
22
+ memoize(:google_resources, :global) do
23
+ load(
24
+ File.join(
25
+ File.dirname(__FILE__),
26
+ 'google_resources.json'
27
+ )
28
+ )
29
+ # NOTE: Internal resource type used for nesting
30
+ registry['sparkleformation.stack'] = {
31
+ 'properties' => [],
32
+ 'full_properties' => {}
33
+ }
34
+ true
35
+ end
36
+ end
37
+
38
+ # Auto load data when included
39
+ def included(_klass)
40
+ load!
41
+ end
42
+
43
+ end
44
+
45
+ end
46
+ end
47
+ end
@@ -0,0 +1,667 @@
1
+ {
2
+ "autoscaler.v1beta2.autoscaler": {
3
+ "properties": [
4
+
5
+ ],
6
+ "full_properties": {
7
+ }
8
+ },
9
+ "bigquery.v2.dataset": {
10
+ "properties": [
11
+
12
+ ],
13
+ "full_properties": {
14
+ }
15
+ },
16
+ "bigquery.v2.table": {
17
+ "properties": [
18
+
19
+ ],
20
+ "full_properties": {
21
+ }
22
+ },
23
+ "clouduseraccounts.beta.group": {
24
+ "properties": [
25
+
26
+ ],
27
+ "full_properties": {
28
+ }
29
+ },
30
+ "clouduseraccounts.beta.user": {
31
+ "properties": [
32
+
33
+ ],
34
+ "full_properties": {
35
+ }
36
+ },
37
+ "compute.alpha.address": {
38
+ "properties": [
39
+
40
+ ],
41
+ "full_properties": {
42
+ }
43
+ },
44
+ "compute.alpha.autoscaler": {
45
+ "properties": [
46
+
47
+ ],
48
+ "full_properties": {
49
+ }
50
+ },
51
+ "compute.alpha.backendService": {
52
+ "properties": [
53
+
54
+ ],
55
+ "full_properties": {
56
+ }
57
+ },
58
+ "compute.alpha.disk": {
59
+ "properties": [
60
+
61
+ ],
62
+ "full_properties": {
63
+ }
64
+ },
65
+ "compute.alpha.firewall": {
66
+ "properties": [
67
+
68
+ ],
69
+ "full_properties": {
70
+ }
71
+ },
72
+ "compute.alpha.forwardingRule": {
73
+ "properties": [
74
+
75
+ ],
76
+ "full_properties": {
77
+ }
78
+ },
79
+ "compute.alpha.globalAddress": {
80
+ "properties": [
81
+
82
+ ],
83
+ "full_properties": {
84
+ }
85
+ },
86
+ "compute.alpha.globalForwardingRule": {
87
+ "properties": [
88
+
89
+ ],
90
+ "full_properties": {
91
+ }
92
+ },
93
+ "compute.alpha.httpHealthCheck": {
94
+ "properties": [
95
+
96
+ ],
97
+ "full_properties": {
98
+ }
99
+ },
100
+ "compute.alpha.httpsHealthCheck": {
101
+ "properties": [
102
+
103
+ ],
104
+ "full_properties": {
105
+ }
106
+ },
107
+ "compute.alpha.image": {
108
+ "properties": [
109
+
110
+ ],
111
+ "full_properties": {
112
+ }
113
+ },
114
+ "compute.alpha.instance": {
115
+ "properties": [
116
+
117
+ ],
118
+ "full_properties": {
119
+ }
120
+ },
121
+ "compute.alpha.instanceGroup": {
122
+ "properties": [
123
+
124
+ ],
125
+ "full_properties": {
126
+ }
127
+ },
128
+ "compute.alpha.instanceGroupManager": {
129
+ "properties": [
130
+
131
+ ],
132
+ "full_properties": {
133
+ }
134
+ },
135
+ "compute.alpha.instanceTemplate": {
136
+ "properties": [
137
+
138
+ ],
139
+ "full_properties": {
140
+ }
141
+ },
142
+ "compute.alpha.network": {
143
+ "properties": [
144
+
145
+ ],
146
+ "full_properties": {
147
+ }
148
+ },
149
+ "compute.alpha.route": {
150
+ "properties": [
151
+
152
+ ],
153
+ "full_properties": {
154
+ }
155
+ },
156
+ "compute.alpha.router": {
157
+ "properties": [
158
+
159
+ ],
160
+ "full_properties": {
161
+ }
162
+ },
163
+ "compute.alpha.sslCertificate": {
164
+ "properties": [
165
+
166
+ ],
167
+ "full_properties": {
168
+ }
169
+ },
170
+ "compute.alpha.subnetwork": {
171
+ "properties": [
172
+
173
+ ],
174
+ "full_properties": {
175
+ }
176
+ },
177
+ "compute.alpha.targetHttpProxy": {
178
+ "properties": [
179
+
180
+ ],
181
+ "full_properties": {
182
+ }
183
+ },
184
+ "compute.alpha.targetHttpsProxy": {
185
+ "properties": [
186
+
187
+ ],
188
+ "full_properties": {
189
+ }
190
+ },
191
+ "compute.alpha.targetInstance": {
192
+ "properties": [
193
+
194
+ ],
195
+ "full_properties": {
196
+ }
197
+ },
198
+ "compute.alpha.targetPool": {
199
+ "properties": [
200
+
201
+ ],
202
+ "full_properties": {
203
+ }
204
+ },
205
+ "compute.alpha.targetVpnGateway": {
206
+ "properties": [
207
+
208
+ ],
209
+ "full_properties": {
210
+ }
211
+ },
212
+ "compute.alpha.urlMap": {
213
+ "properties": [
214
+
215
+ ],
216
+ "full_properties": {
217
+ }
218
+ },
219
+ "compute.alpha.vpnTunnel": {
220
+ "properties": [
221
+
222
+ ],
223
+ "full_properties": {
224
+ }
225
+ },
226
+ "compute.beta.address": {
227
+ "properties": [
228
+
229
+ ],
230
+ "full_properties": {
231
+ }
232
+ },
233
+ "compute.beta.autoscaler": {
234
+ "properties": [
235
+
236
+ ],
237
+ "full_properties": {
238
+ }
239
+ },
240
+ "compute.beta.backendService": {
241
+ "properties": [
242
+
243
+ ],
244
+ "full_properties": {
245
+ }
246
+ },
247
+ "compute.beta.disk": {
248
+ "properties": [
249
+
250
+ ],
251
+ "full_properties": {
252
+ }
253
+ },
254
+ "compute.beta.firewall": {
255
+ "properties": [
256
+
257
+ ],
258
+ "full_properties": {
259
+ }
260
+ },
261
+ "compute.beta.forwardingRule": {
262
+ "properties": [
263
+
264
+ ],
265
+ "full_properties": {
266
+ }
267
+ },
268
+ "compute.beta.globalAddress": {
269
+ "properties": [
270
+
271
+ ],
272
+ "full_properties": {
273
+ }
274
+ },
275
+ "compute.beta.globalForwardingRule": {
276
+ "properties": [
277
+
278
+ ],
279
+ "full_properties": {
280
+ }
281
+ },
282
+ "compute.beta.httpHealthCheck": {
283
+ "properties": [
284
+
285
+ ],
286
+ "full_properties": {
287
+ }
288
+ },
289
+ "compute.beta.httpsHealthCheck": {
290
+ "properties": [
291
+
292
+ ],
293
+ "full_properties": {
294
+ }
295
+ },
296
+ "compute.beta.image": {
297
+ "properties": [
298
+
299
+ ],
300
+ "full_properties": {
301
+ }
302
+ },
303
+ "compute.beta.instance": {
304
+ "properties": [
305
+
306
+ ],
307
+ "full_properties": {
308
+ }
309
+ },
310
+ "compute.beta.instanceGroup": {
311
+ "properties": [
312
+
313
+ ],
314
+ "full_properties": {
315
+ }
316
+ },
317
+ "compute.beta.instanceGroupManager": {
318
+ "properties": [
319
+
320
+ ],
321
+ "full_properties": {
322
+ }
323
+ },
324
+ "compute.beta.instanceTemplate": {
325
+ "properties": [
326
+
327
+ ],
328
+ "full_properties": {
329
+ }
330
+ },
331
+ "compute.beta.network": {
332
+ "properties": [
333
+
334
+ ],
335
+ "full_properties": {
336
+ }
337
+ },
338
+ "compute.beta.route": {
339
+ "properties": [
340
+
341
+ ],
342
+ "full_properties": {
343
+ }
344
+ },
345
+ "compute.beta.sslCertificate": {
346
+ "properties": [
347
+
348
+ ],
349
+ "full_properties": {
350
+ }
351
+ },
352
+ "compute.beta.subnetwork": {
353
+ "properties": [
354
+
355
+ ],
356
+ "full_properties": {
357
+ }
358
+ },
359
+ "compute.beta.targetHttpProxy": {
360
+ "properties": [
361
+
362
+ ],
363
+ "full_properties": {
364
+ }
365
+ },
366
+ "compute.beta.targetHttpsProxy": {
367
+ "properties": [
368
+
369
+ ],
370
+ "full_properties": {
371
+ }
372
+ },
373
+ "compute.beta.targetInstance": {
374
+ "properties": [
375
+
376
+ ],
377
+ "full_properties": {
378
+ }
379
+ },
380
+ "compute.beta.targetPool": {
381
+ "properties": [
382
+
383
+ ],
384
+ "full_properties": {
385
+ }
386
+ },
387
+ "compute.beta.targetVpnGateway": {
388
+ "properties": [
389
+
390
+ ],
391
+ "full_properties": {
392
+ }
393
+ },
394
+ "compute.beta.urlMap": {
395
+ "properties": [
396
+
397
+ ],
398
+ "full_properties": {
399
+ }
400
+ },
401
+ "compute.beta.vpnTunnel": {
402
+ "properties": [
403
+
404
+ ],
405
+ "full_properties": {
406
+ }
407
+ },
408
+ "compute.v1.address": {
409
+ "properties": [
410
+
411
+ ],
412
+ "full_properties": {
413
+ }
414
+ },
415
+ "compute.v1.autoscaler": {
416
+ "properties": [
417
+
418
+ ],
419
+ "full_properties": {
420
+ }
421
+ },
422
+ "compute.v1.backendService": {
423
+ "properties": [
424
+
425
+ ],
426
+ "full_properties": {
427
+ }
428
+ },
429
+ "compute.v1.disk": {
430
+ "properties": [
431
+
432
+ ],
433
+ "full_properties": {
434
+ }
435
+ },
436
+ "compute.v1.firewall": {
437
+ "properties": [
438
+
439
+ ],
440
+ "full_properties": {
441
+ }
442
+ },
443
+ "compute.v1.forwardingRule": {
444
+ "properties": [
445
+
446
+ ],
447
+ "full_properties": {
448
+ }
449
+ },
450
+ "compute.v1.globalAddress": {
451
+ "properties": [
452
+
453
+ ],
454
+ "full_properties": {
455
+ }
456
+ },
457
+ "compute.v1.globalForwardingRule": {
458
+ "properties": [
459
+
460
+ ],
461
+ "full_properties": {
462
+ }
463
+ },
464
+ "compute.v1.httpHealthCheck": {
465
+ "properties": [
466
+
467
+ ],
468
+ "full_properties": {
469
+ }
470
+ },
471
+ "compute.v1.httpsHealthCheck": {
472
+ "properties": [
473
+
474
+ ],
475
+ "full_properties": {
476
+ }
477
+ },
478
+ "compute.v1.image": {
479
+ "properties": [
480
+
481
+ ],
482
+ "full_properties": {
483
+ }
484
+ },
485
+ "compute.v1.instance": {
486
+ "properties": [
487
+
488
+ ],
489
+ "full_properties": {
490
+ }
491
+ },
492
+ "compute.v1.instanceGroup": {
493
+ "properties": [
494
+
495
+ ],
496
+ "full_properties": {
497
+ }
498
+ },
499
+ "compute.v1.instanceGroupManager": {
500
+ "properties": [
501
+
502
+ ],
503
+ "full_properties": {
504
+ }
505
+ },
506
+ "compute.v1.instanceTemplate": {
507
+ "properties": [
508
+
509
+ ],
510
+ "full_properties": {
511
+ }
512
+ },
513
+ "compute.v1.network": {
514
+ "properties": [
515
+
516
+ ],
517
+ "full_properties": {
518
+ }
519
+ },
520
+ "compute.v1.route": {
521
+ "properties": [
522
+
523
+ ],
524
+ "full_properties": {
525
+ }
526
+ },
527
+ "compute.v1.sslCertificate": {
528
+ "properties": [
529
+
530
+ ],
531
+ "full_properties": {
532
+ }
533
+ },
534
+ "compute.v1.subnetwork": {
535
+ "properties": [
536
+
537
+ ],
538
+ "full_properties": {
539
+ }
540
+ },
541
+ "compute.v1.targetHttpProxy": {
542
+ "properties": [
543
+
544
+ ],
545
+ "full_properties": {
546
+ }
547
+ },
548
+ "compute.v1.targetHttpsProxy": {
549
+ "properties": [
550
+
551
+ ],
552
+ "full_properties": {
553
+ }
554
+ },
555
+ "compute.v1.targetInstance": {
556
+ "properties": [
557
+
558
+ ],
559
+ "full_properties": {
560
+ }
561
+ },
562
+ "compute.v1.targetPool": {
563
+ "properties": [
564
+
565
+ ],
566
+ "full_properties": {
567
+ }
568
+ },
569
+ "compute.v1.targetVpnGateway": {
570
+ "properties": [
571
+
572
+ ],
573
+ "full_properties": {
574
+ }
575
+ },
576
+ "compute.v1.urlMap": {
577
+ "properties": [
578
+
579
+ ],
580
+ "full_properties": {
581
+ }
582
+ },
583
+ "compute.v1.vpnTunnel": {
584
+ "properties": [
585
+
586
+ ],
587
+ "full_properties": {
588
+ }
589
+ },
590
+ "container.v1.cluster": {
591
+ "properties": [
592
+
593
+ ],
594
+ "full_properties": {
595
+ }
596
+ },
597
+ "replicapool.v1beta1.pool": {
598
+ "properties": [
599
+
600
+ ],
601
+ "full_properties": {
602
+ }
603
+ },
604
+ "replicapool.v1beta2.instanceGroupManager": {
605
+ "properties": [
606
+
607
+ ],
608
+ "full_properties": {
609
+ }
610
+ },
611
+ "resourceviews.v1beta2.zoneView": {
612
+ "properties": [
613
+
614
+ ],
615
+ "full_properties": {
616
+ }
617
+ },
618
+ "sqladmin.v1beta4.database": {
619
+ "properties": [
620
+
621
+ ],
622
+ "full_properties": {
623
+ }
624
+ },
625
+ "sqladmin.v1beta4.instance": {
626
+ "properties": [
627
+
628
+ ],
629
+ "full_properties": {
630
+ }
631
+ },
632
+ "storage.v1.bucket": {
633
+ "properties": [
634
+
635
+ ],
636
+ "full_properties": {
637
+ }
638
+ },
639
+ "storage.v1.bucketAccessControl": {
640
+ "properties": [
641
+
642
+ ],
643
+ "full_properties": {
644
+ }
645
+ },
646
+ "storage.v1.defaultObjectAccessControl": {
647
+ "properties": [
648
+
649
+ ],
650
+ "full_properties": {
651
+ }
652
+ },
653
+ "storage.v1.object": {
654
+ "properties": [
655
+
656
+ ],
657
+ "full_properties": {
658
+ }
659
+ },
660
+ "storage.v1.objectAccessControl": {
661
+ "properties": [
662
+
663
+ ],
664
+ "full_properties": {
665
+ }
666
+ }
667
+ }