google-apis-baremetalsolution_v2 0.6.0 → 0.9.0
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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +12 -0
- data/lib/google/apis/baremetalsolution_v2/classes.rb +834 -0
- data/lib/google/apis/baremetalsolution_v2/gem_version.rb +2 -2
- data/lib/google/apis/baremetalsolution_v2/representations.rb +336 -0
- data/lib/google/apis/baremetalsolution_v2/service.rb +350 -1
- metadata +3 -3
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module BaremetalsolutionV2
|
18
18
|
# Version of the google-apis-baremetalsolution_v2 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.9.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.4.1"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20220314"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -22,6 +22,12 @@ module Google
|
|
22
22
|
module Apis
|
23
23
|
module BaremetalsolutionV2
|
24
24
|
|
25
|
+
class AllowedClient
|
26
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
27
|
+
|
28
|
+
include Google::Apis::Core::JsonObjectSupport
|
29
|
+
end
|
30
|
+
|
25
31
|
class Empty
|
26
32
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
27
33
|
|
@@ -34,6 +40,24 @@ module Google
|
|
34
40
|
include Google::Apis::Core::JsonObjectSupport
|
35
41
|
end
|
36
42
|
|
43
|
+
class InstanceConfig
|
44
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
45
|
+
|
46
|
+
include Google::Apis::Core::JsonObjectSupport
|
47
|
+
end
|
48
|
+
|
49
|
+
class InstanceQuota
|
50
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
51
|
+
|
52
|
+
include Google::Apis::Core::JsonObjectSupport
|
53
|
+
end
|
54
|
+
|
55
|
+
class IntakeVlanAttachment
|
56
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
57
|
+
|
58
|
+
include Google::Apis::Core::JsonObjectSupport
|
59
|
+
end
|
60
|
+
|
37
61
|
class ListInstancesResponse
|
38
62
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
39
63
|
|
@@ -52,12 +76,30 @@ module Google
|
|
52
76
|
include Google::Apis::Core::JsonObjectSupport
|
53
77
|
end
|
54
78
|
|
79
|
+
class ListNetworkUsageResponse
|
80
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
81
|
+
|
82
|
+
include Google::Apis::Core::JsonObjectSupport
|
83
|
+
end
|
84
|
+
|
55
85
|
class ListNetworksResponse
|
56
86
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
57
87
|
|
58
88
|
include Google::Apis::Core::JsonObjectSupport
|
59
89
|
end
|
60
90
|
|
91
|
+
class ListNfsSharesResponse
|
92
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
93
|
+
|
94
|
+
include Google::Apis::Core::JsonObjectSupport
|
95
|
+
end
|
96
|
+
|
97
|
+
class ListProvisioningQuotasResponse
|
98
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
99
|
+
|
100
|
+
include Google::Apis::Core::JsonObjectSupport
|
101
|
+
end
|
102
|
+
|
61
103
|
class ListSnapshotSchedulePoliciesResponse
|
62
104
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
63
105
|
|
@@ -88,18 +130,66 @@ module Google
|
|
88
130
|
include Google::Apis::Core::JsonObjectSupport
|
89
131
|
end
|
90
132
|
|
133
|
+
class LunRange
|
134
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
135
|
+
|
136
|
+
include Google::Apis::Core::JsonObjectSupport
|
137
|
+
end
|
138
|
+
|
91
139
|
class Network
|
92
140
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
93
141
|
|
94
142
|
include Google::Apis::Core::JsonObjectSupport
|
95
143
|
end
|
96
144
|
|
145
|
+
class NetworkAddress
|
146
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
147
|
+
|
148
|
+
include Google::Apis::Core::JsonObjectSupport
|
149
|
+
end
|
150
|
+
|
151
|
+
class NetworkConfig
|
152
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
153
|
+
|
154
|
+
include Google::Apis::Core::JsonObjectSupport
|
155
|
+
end
|
156
|
+
|
157
|
+
class NetworkUsage
|
158
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
159
|
+
|
160
|
+
include Google::Apis::Core::JsonObjectSupport
|
161
|
+
end
|
162
|
+
|
163
|
+
class NfsExport
|
164
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
165
|
+
|
166
|
+
include Google::Apis::Core::JsonObjectSupport
|
167
|
+
end
|
168
|
+
|
169
|
+
class NfsShare
|
170
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
171
|
+
|
172
|
+
include Google::Apis::Core::JsonObjectSupport
|
173
|
+
end
|
174
|
+
|
97
175
|
class Operation
|
98
176
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
99
177
|
|
100
178
|
include Google::Apis::Core::JsonObjectSupport
|
101
179
|
end
|
102
180
|
|
181
|
+
class ProvisioningConfig
|
182
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
183
|
+
|
184
|
+
include Google::Apis::Core::JsonObjectSupport
|
185
|
+
end
|
186
|
+
|
187
|
+
class ProvisioningQuota
|
188
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
189
|
+
|
190
|
+
include Google::Apis::Core::JsonObjectSupport
|
191
|
+
end
|
192
|
+
|
103
193
|
class QosPolicy
|
104
194
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
105
195
|
|
@@ -136,12 +226,30 @@ module Google
|
|
136
226
|
include Google::Apis::Core::JsonObjectSupport
|
137
227
|
end
|
138
228
|
|
229
|
+
class StartInstanceRequest
|
230
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
231
|
+
|
232
|
+
include Google::Apis::Core::JsonObjectSupport
|
233
|
+
end
|
234
|
+
|
139
235
|
class Status
|
140
236
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
141
237
|
|
142
238
|
include Google::Apis::Core::JsonObjectSupport
|
143
239
|
end
|
144
240
|
|
241
|
+
class SubmitProvisioningConfigRequest
|
242
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
243
|
+
|
244
|
+
include Google::Apis::Core::JsonObjectSupport
|
245
|
+
end
|
246
|
+
|
247
|
+
class SubmitProvisioningConfigResponse
|
248
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
249
|
+
|
250
|
+
include Google::Apis::Core::JsonObjectSupport
|
251
|
+
end
|
252
|
+
|
145
253
|
class Vrf
|
146
254
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
147
255
|
|
@@ -160,12 +268,31 @@ module Google
|
|
160
268
|
include Google::Apis::Core::JsonObjectSupport
|
161
269
|
end
|
162
270
|
|
271
|
+
class VolumeConfig
|
272
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
273
|
+
|
274
|
+
include Google::Apis::Core::JsonObjectSupport
|
275
|
+
end
|
276
|
+
|
163
277
|
class VolumeSnapshot
|
164
278
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
165
279
|
|
166
280
|
include Google::Apis::Core::JsonObjectSupport
|
167
281
|
end
|
168
282
|
|
283
|
+
class AllowedClient
|
284
|
+
# @private
|
285
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
286
|
+
property :allow_dev, as: 'allowDev'
|
287
|
+
property :allow_suid, as: 'allowSuid'
|
288
|
+
property :allowed_clients_cidr, as: 'allowedClientsCidr'
|
289
|
+
property :mount_permissions, as: 'mountPermissions'
|
290
|
+
property :network, as: 'network'
|
291
|
+
property :no_root_squash, as: 'noRootSquash'
|
292
|
+
property :share_ip, as: 'shareIp'
|
293
|
+
end
|
294
|
+
end
|
295
|
+
|
169
296
|
class Empty
|
170
297
|
# @private
|
171
298
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -191,6 +318,41 @@ module Google
|
|
191
318
|
end
|
192
319
|
end
|
193
320
|
|
321
|
+
class InstanceConfig
|
322
|
+
# @private
|
323
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
324
|
+
property :account_networks_enabled, as: 'accountNetworksEnabled'
|
325
|
+
property :client_network, as: 'clientNetwork', class: Google::Apis::BaremetalsolutionV2::NetworkAddress, decorator: Google::Apis::BaremetalsolutionV2::NetworkAddress::Representation
|
326
|
+
|
327
|
+
property :hyperthreading, as: 'hyperthreading'
|
328
|
+
property :id, as: 'id'
|
329
|
+
property :instance_type, as: 'instanceType'
|
330
|
+
property :name, as: 'name'
|
331
|
+
property :os_image, as: 'osImage'
|
332
|
+
property :private_network, as: 'privateNetwork', class: Google::Apis::BaremetalsolutionV2::NetworkAddress, decorator: Google::Apis::BaremetalsolutionV2::NetworkAddress::Representation
|
333
|
+
|
334
|
+
property :user_note, as: 'userNote'
|
335
|
+
end
|
336
|
+
end
|
337
|
+
|
338
|
+
class InstanceQuota
|
339
|
+
# @private
|
340
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
341
|
+
property :available_machine_count, as: 'availableMachineCount'
|
342
|
+
property :instance_type, as: 'instanceType'
|
343
|
+
property :location, as: 'location'
|
344
|
+
property :name, as: 'name'
|
345
|
+
end
|
346
|
+
end
|
347
|
+
|
348
|
+
class IntakeVlanAttachment
|
349
|
+
# @private
|
350
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
351
|
+
property :id, as: 'id'
|
352
|
+
property :pairing_key, as: 'pairingKey'
|
353
|
+
end
|
354
|
+
end
|
355
|
+
|
194
356
|
class ListInstancesResponse
|
195
357
|
# @private
|
196
358
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -220,6 +382,14 @@ module Google
|
|
220
382
|
end
|
221
383
|
end
|
222
384
|
|
385
|
+
class ListNetworkUsageResponse
|
386
|
+
# @private
|
387
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
388
|
+
collection :networks, as: 'networks', class: Google::Apis::BaremetalsolutionV2::NetworkUsage, decorator: Google::Apis::BaremetalsolutionV2::NetworkUsage::Representation
|
389
|
+
|
390
|
+
end
|
391
|
+
end
|
392
|
+
|
223
393
|
class ListNetworksResponse
|
224
394
|
# @private
|
225
395
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -230,6 +400,25 @@ module Google
|
|
230
400
|
end
|
231
401
|
end
|
232
402
|
|
403
|
+
class ListNfsSharesResponse
|
404
|
+
# @private
|
405
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
406
|
+
property :next_page_token, as: 'nextPageToken'
|
407
|
+
collection :nfs_shares, as: 'nfsShares', class: Google::Apis::BaremetalsolutionV2::NfsShare, decorator: Google::Apis::BaremetalsolutionV2::NfsShare::Representation
|
408
|
+
|
409
|
+
collection :unreachable, as: 'unreachable'
|
410
|
+
end
|
411
|
+
end
|
412
|
+
|
413
|
+
class ListProvisioningQuotasResponse
|
414
|
+
# @private
|
415
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
416
|
+
property :next_page_token, as: 'nextPageToken'
|
417
|
+
collection :provisioning_quotas, as: 'provisioningQuotas', class: Google::Apis::BaremetalsolutionV2::ProvisioningQuota, decorator: Google::Apis::BaremetalsolutionV2::ProvisioningQuota::Representation
|
418
|
+
|
419
|
+
end
|
420
|
+
end
|
421
|
+
|
233
422
|
class ListSnapshotSchedulePoliciesResponse
|
234
423
|
# @private
|
235
424
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -286,6 +475,14 @@ module Google
|
|
286
475
|
end
|
287
476
|
end
|
288
477
|
|
478
|
+
class LunRange
|
479
|
+
# @private
|
480
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
481
|
+
property :quantity, as: 'quantity'
|
482
|
+
property :size_gb, as: 'sizeGb'
|
483
|
+
end
|
484
|
+
end
|
485
|
+
|
289
486
|
class Network
|
290
487
|
# @private
|
291
488
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -304,6 +501,67 @@ module Google
|
|
304
501
|
end
|
305
502
|
end
|
306
503
|
|
504
|
+
class NetworkAddress
|
505
|
+
# @private
|
506
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
507
|
+
property :address, as: 'address'
|
508
|
+
property :existing_network_id, as: 'existingNetworkId'
|
509
|
+
property :network_id, as: 'networkId'
|
510
|
+
end
|
511
|
+
end
|
512
|
+
|
513
|
+
class NetworkConfig
|
514
|
+
# @private
|
515
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
516
|
+
property :bandwidth, as: 'bandwidth'
|
517
|
+
property :cidr, as: 'cidr'
|
518
|
+
property :gcp_service, as: 'gcpService'
|
519
|
+
property :id, as: 'id'
|
520
|
+
property :name, as: 'name'
|
521
|
+
property :service_cidr, as: 'serviceCidr'
|
522
|
+
property :type, as: 'type'
|
523
|
+
property :user_note, as: 'userNote'
|
524
|
+
collection :vlan_attachments, as: 'vlanAttachments', class: Google::Apis::BaremetalsolutionV2::IntakeVlanAttachment, decorator: Google::Apis::BaremetalsolutionV2::IntakeVlanAttachment::Representation
|
525
|
+
|
526
|
+
property :vlan_same_project, as: 'vlanSameProject'
|
527
|
+
end
|
528
|
+
end
|
529
|
+
|
530
|
+
class NetworkUsage
|
531
|
+
# @private
|
532
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
533
|
+
property :network, as: 'network', class: Google::Apis::BaremetalsolutionV2::Network, decorator: Google::Apis::BaremetalsolutionV2::Network::Representation
|
534
|
+
|
535
|
+
collection :used_ips, as: 'usedIps'
|
536
|
+
end
|
537
|
+
end
|
538
|
+
|
539
|
+
class NfsExport
|
540
|
+
# @private
|
541
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
542
|
+
property :allow_dev, as: 'allowDev'
|
543
|
+
property :allow_suid, as: 'allowSuid'
|
544
|
+
property :cidr, as: 'cidr'
|
545
|
+
property :machine_id, as: 'machineId'
|
546
|
+
property :network_id, as: 'networkId'
|
547
|
+
property :no_root_squash, as: 'noRootSquash'
|
548
|
+
property :permissions, as: 'permissions'
|
549
|
+
end
|
550
|
+
end
|
551
|
+
|
552
|
+
class NfsShare
|
553
|
+
# @private
|
554
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
555
|
+
collection :allowed_clients, as: 'allowedClients', class: Google::Apis::BaremetalsolutionV2::AllowedClient, decorator: Google::Apis::BaremetalsolutionV2::AllowedClient::Representation
|
556
|
+
|
557
|
+
hash :labels, as: 'labels'
|
558
|
+
property :name, as: 'name'
|
559
|
+
property :nfs_share_id, as: 'nfsShareId'
|
560
|
+
property :state, as: 'state'
|
561
|
+
property :volume, as: 'volume'
|
562
|
+
end
|
563
|
+
end
|
564
|
+
|
307
565
|
class Operation
|
308
566
|
# @private
|
309
567
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -316,6 +574,39 @@ module Google
|
|
316
574
|
end
|
317
575
|
end
|
318
576
|
|
577
|
+
class ProvisioningConfig
|
578
|
+
# @private
|
579
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
580
|
+
property :cloud_console_uri, as: 'cloudConsoleUri'
|
581
|
+
property :email, as: 'email'
|
582
|
+
property :handover_service_account, as: 'handoverServiceAccount'
|
583
|
+
collection :instances, as: 'instances', class: Google::Apis::BaremetalsolutionV2::InstanceConfig, decorator: Google::Apis::BaremetalsolutionV2::InstanceConfig::Representation
|
584
|
+
|
585
|
+
property :location, as: 'location'
|
586
|
+
property :name, as: 'name'
|
587
|
+
collection :networks, as: 'networks', class: Google::Apis::BaremetalsolutionV2::NetworkConfig, decorator: Google::Apis::BaremetalsolutionV2::NetworkConfig::Representation
|
588
|
+
|
589
|
+
property :state, as: 'state'
|
590
|
+
property :ticket_id, as: 'ticketId'
|
591
|
+
property :update_time, as: 'updateTime'
|
592
|
+
collection :volumes, as: 'volumes', class: Google::Apis::BaremetalsolutionV2::VolumeConfig, decorator: Google::Apis::BaremetalsolutionV2::VolumeConfig::Representation
|
593
|
+
|
594
|
+
end
|
595
|
+
end
|
596
|
+
|
597
|
+
class ProvisioningQuota
|
598
|
+
# @private
|
599
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
600
|
+
property :asset_type, as: 'assetType'
|
601
|
+
property :available_count, as: 'availableCount'
|
602
|
+
property :gcp_service, as: 'gcpService'
|
603
|
+
property :instance_quota, as: 'instanceQuota', class: Google::Apis::BaremetalsolutionV2::InstanceQuota, decorator: Google::Apis::BaremetalsolutionV2::InstanceQuota::Representation
|
604
|
+
|
605
|
+
property :location, as: 'location'
|
606
|
+
property :name, as: 'name'
|
607
|
+
end
|
608
|
+
end
|
609
|
+
|
319
610
|
class QosPolicy
|
320
611
|
# @private
|
321
612
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -348,6 +639,7 @@ module Google
|
|
348
639
|
# @private
|
349
640
|
class Representation < Google::Apis::Core::JsonRepresentation
|
350
641
|
property :reserved_space_gib, :numeric_string => true, as: 'reservedSpaceGib'
|
642
|
+
property :reserved_space_percent, as: 'reservedSpacePercent'
|
351
643
|
property :reserved_space_remaining_gib, :numeric_string => true, as: 'reservedSpaceRemainingGib'
|
352
644
|
property :reserved_space_used_percent, as: 'reservedSpaceUsedPercent'
|
353
645
|
end
|
@@ -362,6 +654,13 @@ module Google
|
|
362
654
|
property :name, as: 'name'
|
363
655
|
collection :schedules, as: 'schedules', class: Google::Apis::BaremetalsolutionV2::Schedule, decorator: Google::Apis::BaremetalsolutionV2::Schedule::Representation
|
364
656
|
|
657
|
+
property :state, as: 'state'
|
658
|
+
end
|
659
|
+
end
|
660
|
+
|
661
|
+
class StartInstanceRequest
|
662
|
+
# @private
|
663
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
365
664
|
end
|
366
665
|
end
|
367
666
|
|
@@ -374,6 +673,23 @@ module Google
|
|
374
673
|
end
|
375
674
|
end
|
376
675
|
|
676
|
+
class SubmitProvisioningConfigRequest
|
677
|
+
# @private
|
678
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
679
|
+
property :email, as: 'email'
|
680
|
+
property :provisioning_config, as: 'provisioningConfig', class: Google::Apis::BaremetalsolutionV2::ProvisioningConfig, decorator: Google::Apis::BaremetalsolutionV2::ProvisioningConfig::Representation
|
681
|
+
|
682
|
+
end
|
683
|
+
end
|
684
|
+
|
685
|
+
class SubmitProvisioningConfigResponse
|
686
|
+
# @private
|
687
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
688
|
+
property :provisioning_config, as: 'provisioningConfig', class: Google::Apis::BaremetalsolutionV2::ProvisioningConfig, decorator: Google::Apis::BaremetalsolutionV2::ProvisioningConfig::Representation
|
689
|
+
|
690
|
+
end
|
691
|
+
end
|
692
|
+
|
377
693
|
class Vrf
|
378
694
|
# @private
|
379
695
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -406,6 +722,7 @@ module Google
|
|
406
722
|
property :remaining_space_gib, :numeric_string => true, as: 'remainingSpaceGib'
|
407
723
|
property :requested_size_gib, :numeric_string => true, as: 'requestedSizeGib'
|
408
724
|
property :snapshot_auto_delete_behavior, as: 'snapshotAutoDeleteBehavior'
|
725
|
+
property :snapshot_enabled, as: 'snapshotEnabled'
|
409
726
|
property :snapshot_reservation_detail, as: 'snapshotReservationDetail', class: Google::Apis::BaremetalsolutionV2::SnapshotReservationDetail, decorator: Google::Apis::BaremetalsolutionV2::SnapshotReservationDetail::Representation
|
410
727
|
|
411
728
|
property :snapshot_schedule_policy, as: 'snapshotSchedulePolicy'
|
@@ -414,6 +731,25 @@ module Google
|
|
414
731
|
end
|
415
732
|
end
|
416
733
|
|
734
|
+
class VolumeConfig
|
735
|
+
# @private
|
736
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
737
|
+
property :gcp_service, as: 'gcpService'
|
738
|
+
property :id, as: 'id'
|
739
|
+
collection :lun_ranges, as: 'lunRanges', class: Google::Apis::BaremetalsolutionV2::LunRange, decorator: Google::Apis::BaremetalsolutionV2::LunRange::Representation
|
740
|
+
|
741
|
+
collection :machine_ids, as: 'machineIds'
|
742
|
+
property :name, as: 'name'
|
743
|
+
collection :nfs_exports, as: 'nfsExports', class: Google::Apis::BaremetalsolutionV2::NfsExport, decorator: Google::Apis::BaremetalsolutionV2::NfsExport::Representation
|
744
|
+
|
745
|
+
property :protocol, as: 'protocol'
|
746
|
+
property :size_gb, as: 'sizeGb'
|
747
|
+
property :snapshots_enabled, as: 'snapshotsEnabled'
|
748
|
+
property :type, as: 'type'
|
749
|
+
property :user_note, as: 'userNote'
|
750
|
+
end
|
751
|
+
end
|
752
|
+
|
417
753
|
class VolumeSnapshot
|
418
754
|
# @private
|
419
755
|
class Representation < Google::Apis::Core::JsonRepresentation
|