google-apis-compute_alpha 0.12.0 → 0.16.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 +16 -0
- data/OVERVIEW.md +1 -1
- data/lib/google/apis/compute_alpha/classes.rb +3002 -3148
- data/lib/google/apis/compute_alpha/gem_version.rb +3 -3
- data/lib/google/apis/compute_alpha/representations.rb +212 -92
- data/lib/google/apis/compute_alpha/service.rb +8396 -8911
- data/lib/google/apis/compute_alpha.rb +4 -4
- metadata +13 -7
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module ComputeAlpha
|
|
18
18
|
# Version of the google-apis-compute_alpha gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.16.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
|
-
GENERATOR_VERSION = "0.
|
|
22
|
+
GENERATOR_VERSION = "0.4.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20210820"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -1762,6 +1762,12 @@ module Google
|
|
|
1762
1762
|
include Google::Apis::Core::JsonObjectSupport
|
|
1763
1763
|
end
|
|
1764
1764
|
|
|
1765
|
+
class InstanceGroupManagerStandbyPolicy
|
|
1766
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1767
|
+
|
|
1768
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1769
|
+
end
|
|
1770
|
+
|
|
1765
1771
|
class InstanceGroupManagerStatus
|
|
1766
1772
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1767
1773
|
|
|
@@ -2230,6 +2236,12 @@ module Google
|
|
|
2230
2236
|
include Google::Apis::Core::JsonObjectSupport
|
|
2231
2237
|
end
|
|
2232
2238
|
|
|
2239
|
+
class InstantSnapshotsExportRequest
|
|
2240
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
2241
|
+
|
|
2242
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
2243
|
+
end
|
|
2244
|
+
|
|
2233
2245
|
class Int64RangeMatch
|
|
2234
2246
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
2235
2247
|
|
|
@@ -2350,6 +2362,12 @@ module Google
|
|
|
2350
2362
|
include Google::Apis::Core::JsonObjectSupport
|
|
2351
2363
|
end
|
|
2352
2364
|
|
|
2365
|
+
class InterconnectDiagnosticsMacsecStatus
|
|
2366
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
2367
|
+
|
|
2368
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
2369
|
+
end
|
|
2370
|
+
|
|
2353
2371
|
class InterconnectList
|
|
2354
2372
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
2355
2373
|
|
|
@@ -2398,6 +2416,30 @@ module Google
|
|
|
2398
2416
|
include Google::Apis::Core::JsonObjectSupport
|
|
2399
2417
|
end
|
|
2400
2418
|
|
|
2419
|
+
class InterconnectMacsec
|
|
2420
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
2421
|
+
|
|
2422
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
2423
|
+
end
|
|
2424
|
+
|
|
2425
|
+
class InterconnectMacsecConfig
|
|
2426
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
2427
|
+
|
|
2428
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
2429
|
+
end
|
|
2430
|
+
|
|
2431
|
+
class InterconnectMacsecConfigPreSharedKey
|
|
2432
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
2433
|
+
|
|
2434
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
2435
|
+
end
|
|
2436
|
+
|
|
2437
|
+
class InterconnectMacsecPreSharedKey
|
|
2438
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
2439
|
+
|
|
2440
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
2441
|
+
end
|
|
2442
|
+
|
|
2401
2443
|
class InterconnectOutageNotification
|
|
2402
2444
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
2403
2445
|
|
|
@@ -2410,6 +2452,12 @@ module Google
|
|
|
2410
2452
|
include Google::Apis::Core::JsonObjectSupport
|
|
2411
2453
|
end
|
|
2412
2454
|
|
|
2455
|
+
class InterconnectsGetMacsecConfigResponse
|
|
2456
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
2457
|
+
|
|
2458
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
2459
|
+
end
|
|
2460
|
+
|
|
2413
2461
|
class InternalIpAddress
|
|
2414
2462
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
2415
2463
|
|
|
@@ -4012,30 +4060,6 @@ module Google
|
|
|
4012
4060
|
include Google::Apis::Core::JsonObjectSupport
|
|
4013
4061
|
end
|
|
4014
4062
|
|
|
4015
|
-
class RegionInstancesRecommendLocationsResource
|
|
4016
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
4017
|
-
|
|
4018
|
-
include Google::Apis::Core::JsonObjectSupport
|
|
4019
|
-
end
|
|
4020
|
-
|
|
4021
|
-
class RegionInstancesRecommendLocationsResponse
|
|
4022
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
4023
|
-
|
|
4024
|
-
include Google::Apis::Core::JsonObjectSupport
|
|
4025
|
-
end
|
|
4026
|
-
|
|
4027
|
-
class RegionInstancesRecommendLocationsResponseRecommendation
|
|
4028
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
4029
|
-
|
|
4030
|
-
include Google::Apis::Core::JsonObjectSupport
|
|
4031
|
-
end
|
|
4032
|
-
|
|
4033
|
-
class RegionInstancesRecommendLocationsResponseRecommendationsForInstanceSpecs
|
|
4034
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
4035
|
-
|
|
4036
|
-
include Google::Apis::Core::JsonObjectSupport
|
|
4037
|
-
end
|
|
4038
|
-
|
|
4039
4063
|
class RegionInstantSnapshotsExportRequest
|
|
4040
4064
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
4041
4065
|
|
|
@@ -4060,6 +4084,18 @@ module Google
|
|
|
4060
4084
|
include Google::Apis::Core::JsonObjectSupport
|
|
4061
4085
|
end
|
|
4062
4086
|
|
|
4087
|
+
class RegionNetworkFirewallPoliciesGetEffectiveFirewallsResponse
|
|
4088
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
4089
|
+
|
|
4090
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
4091
|
+
end
|
|
4092
|
+
|
|
4093
|
+
class RegionNetworkFirewallPoliciesGetEffectiveFirewallsResponseEffectiveFirewallPolicy
|
|
4094
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
4095
|
+
|
|
4096
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
4097
|
+
end
|
|
4098
|
+
|
|
4063
4099
|
class RegionSetLabelsRequest
|
|
4064
4100
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
4065
4101
|
|
|
@@ -4762,6 +4798,12 @@ module Google
|
|
|
4762
4798
|
include Google::Apis::Core::JsonObjectSupport
|
|
4763
4799
|
end
|
|
4764
4800
|
|
|
4801
|
+
class SecurityPolicyRuleRedirectOptions
|
|
4802
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
4803
|
+
|
|
4804
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
4805
|
+
end
|
|
4806
|
+
|
|
4765
4807
|
class SecuritySettings
|
|
4766
4808
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
4767
4809
|
|
|
@@ -4822,12 +4864,6 @@ module Google
|
|
|
4822
4864
|
include Google::Apis::Core::JsonObjectSupport
|
|
4823
4865
|
end
|
|
4824
4866
|
|
|
4825
|
-
class ServiceAttachmentConsumerForwardingRule
|
|
4826
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
4827
|
-
|
|
4828
|
-
include Google::Apis::Core::JsonObjectSupport
|
|
4829
|
-
end
|
|
4830
|
-
|
|
4831
4867
|
class ServiceAttachmentConsumerProjectLimit
|
|
4832
4868
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
4833
4869
|
|
|
@@ -4876,6 +4912,12 @@ module Google
|
|
|
4876
4912
|
include Google::Apis::Core::JsonObjectSupport
|
|
4877
4913
|
end
|
|
4878
4914
|
|
|
4915
|
+
class ShareSettingsFolderConfig
|
|
4916
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
4917
|
+
|
|
4918
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
4919
|
+
end
|
|
4920
|
+
|
|
4879
4921
|
class ShieldedInstanceConfig
|
|
4880
4922
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
4881
4923
|
|
|
@@ -6124,12 +6166,6 @@ module Google
|
|
|
6124
6166
|
include Google::Apis::Core::JsonObjectSupport
|
|
6125
6167
|
end
|
|
6126
6168
|
|
|
6127
|
-
class ZoneInstantSnapshotsExportRequest
|
|
6128
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
6129
|
-
|
|
6130
|
-
include Google::Apis::Core::JsonObjectSupport
|
|
6131
|
-
end
|
|
6132
|
-
|
|
6133
6169
|
class ZoneList
|
|
6134
6170
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
6135
6171
|
|
|
@@ -6483,6 +6519,7 @@ module Google
|
|
|
6483
6519
|
property :interface, as: 'interface'
|
|
6484
6520
|
property :kind, as: 'kind'
|
|
6485
6521
|
collection :licenses, as: 'licenses'
|
|
6522
|
+
property :locked, as: 'locked'
|
|
6486
6523
|
property :mode, as: 'mode'
|
|
6487
6524
|
property :saved_state, as: 'savedState'
|
|
6488
6525
|
property :shielded_instance_initial_state, as: 'shieldedInstanceInitialState', class: Google::Apis::ComputeAlpha::InitialStateConfig, decorator: Google::Apis::ComputeAlpha::InitialStateConfig::Representation
|
|
@@ -6502,7 +6539,10 @@ module Google
|
|
|
6502
6539
|
property :disk_type, as: 'diskType'
|
|
6503
6540
|
collection :guest_os_features, as: 'guestOsFeatures', class: Google::Apis::ComputeAlpha::GuestOsFeature, decorator: Google::Apis::ComputeAlpha::GuestOsFeature::Representation
|
|
6504
6541
|
|
|
6542
|
+
property :interface, as: 'interface'
|
|
6505
6543
|
hash :labels, as: 'labels'
|
|
6544
|
+
collection :license_codes, as: 'licenseCodes'
|
|
6545
|
+
collection :licenses, as: 'licenses'
|
|
6506
6546
|
property :multi_writer, as: 'multiWriter'
|
|
6507
6547
|
property :on_update_action, as: 'onUpdateAction'
|
|
6508
6548
|
property :provisioned_iops, :numeric_string => true, as: 'provisionedIops'
|
|
@@ -6931,6 +6971,8 @@ module Google
|
|
|
6931
6971
|
|
|
6932
6972
|
property :self_link, as: 'selfLink'
|
|
6933
6973
|
property :self_link_with_id, as: 'selfLinkWithId'
|
|
6974
|
+
collection :service_bindings, as: 'serviceBindings'
|
|
6975
|
+
property :service_lb_policy, as: 'serviceLbPolicy'
|
|
6934
6976
|
property :session_affinity, as: 'sessionAffinity'
|
|
6935
6977
|
property :subsetting, as: 'subsetting', class: Google::Apis::ComputeAlpha::Subsetting, decorator: Google::Apis::ComputeAlpha::Subsetting::Representation
|
|
6936
6978
|
|
|
@@ -7011,6 +7053,7 @@ module Google
|
|
|
7011
7053
|
# @private
|
|
7012
7054
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
7013
7055
|
property :connection_persistence_on_unhealthy_backends, as: 'connectionPersistenceOnUnhealthyBackends'
|
|
7056
|
+
property :enable_strong_affinity, as: 'enableStrongAffinity'
|
|
7014
7057
|
property :idle_timeout_sec, as: 'idleTimeoutSec'
|
|
7015
7058
|
property :tracking_mode, as: 'trackingMode'
|
|
7016
7059
|
end
|
|
@@ -7214,8 +7257,6 @@ module Google
|
|
|
7214
7257
|
property :name_pattern, as: 'namePattern'
|
|
7215
7258
|
hash :per_instance_properties, as: 'perInstanceProperties', class: Google::Apis::ComputeAlpha::BulkInsertInstanceResourcePerInstanceProperties, decorator: Google::Apis::ComputeAlpha::BulkInsertInstanceResourcePerInstanceProperties::Representation
|
|
7216
7259
|
|
|
7217
|
-
collection :predefined_names, as: 'predefinedNames'
|
|
7218
|
-
collection :secure_tags, as: 'secureTags'
|
|
7219
7260
|
property :source_instance_template, as: 'sourceInstanceTemplate'
|
|
7220
7261
|
end
|
|
7221
7262
|
end
|
|
@@ -7523,6 +7564,7 @@ module Google
|
|
|
7523
7564
|
collection :license_codes, as: 'licenseCodes'
|
|
7524
7565
|
collection :licenses, as: 'licenses'
|
|
7525
7566
|
property :location_hint, as: 'locationHint'
|
|
7567
|
+
property :locked, as: 'locked'
|
|
7526
7568
|
property :multi_writer, as: 'multiWriter'
|
|
7527
7569
|
property :name, as: 'name'
|
|
7528
7570
|
property :options, as: 'options'
|
|
@@ -8442,7 +8484,7 @@ module Google
|
|
|
8442
8484
|
class FutureReservationsScopedList
|
|
8443
8485
|
# @private
|
|
8444
8486
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
8445
|
-
collection :
|
|
8487
|
+
collection :future_reservations, as: 'futureReservations', class: Google::Apis::ComputeAlpha::FutureReservation, decorator: Google::Apis::ComputeAlpha::FutureReservation::Representation
|
|
8446
8488
|
|
|
8447
8489
|
property :warning, as: 'warning', class: Google::Apis::ComputeAlpha::FutureReservationsScopedList::Warning, decorator: Google::Apis::ComputeAlpha::FutureReservationsScopedList::Warning::Representation
|
|
8448
8490
|
|
|
@@ -9208,6 +9250,7 @@ module Google
|
|
|
9208
9250
|
hash :labels, as: 'labels'
|
|
9209
9251
|
collection :license_codes, as: 'licenseCodes'
|
|
9210
9252
|
collection :licenses, as: 'licenses'
|
|
9253
|
+
property :locked, as: 'locked'
|
|
9211
9254
|
property :name, as: 'name'
|
|
9212
9255
|
property :raw_disk, as: 'rawDisk', class: Google::Apis::ComputeAlpha::Image::RawDisk, decorator: Google::Apis::ComputeAlpha::Image::RawDisk::Representation
|
|
9213
9256
|
|
|
@@ -9233,6 +9276,7 @@ module Google
|
|
|
9233
9276
|
property :source_type, as: 'sourceType'
|
|
9234
9277
|
property :status, as: 'status'
|
|
9235
9278
|
collection :storage_locations, as: 'storageLocations'
|
|
9279
|
+
collection :user_licenses, as: 'userLicenses'
|
|
9236
9280
|
end
|
|
9237
9281
|
|
|
9238
9282
|
class RawDisk
|
|
@@ -9576,6 +9620,8 @@ module Google
|
|
|
9576
9620
|
property :self_link, as: 'selfLink'
|
|
9577
9621
|
property :self_link_with_id, as: 'selfLinkWithId'
|
|
9578
9622
|
property :service_account, as: 'serviceAccount'
|
|
9623
|
+
property :standby_policy, as: 'standbyPolicy', class: Google::Apis::ComputeAlpha::InstanceGroupManagerStandbyPolicy, decorator: Google::Apis::ComputeAlpha::InstanceGroupManagerStandbyPolicy::Representation
|
|
9624
|
+
|
|
9579
9625
|
property :stateful_policy, as: 'statefulPolicy', class: Google::Apis::ComputeAlpha::StatefulPolicy, decorator: Google::Apis::ComputeAlpha::StatefulPolicy::Representation
|
|
9580
9626
|
|
|
9581
9627
|
property :status, as: 'status', class: Google::Apis::ComputeAlpha::InstanceGroupManagerStatus, decorator: Google::Apis::ComputeAlpha::InstanceGroupManagerStatus::Representation
|
|
@@ -9701,6 +9747,13 @@ module Google
|
|
|
9701
9747
|
end
|
|
9702
9748
|
end
|
|
9703
9749
|
|
|
9750
|
+
class InstanceGroupManagerStandbyPolicy
|
|
9751
|
+
# @private
|
|
9752
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
9753
|
+
property :initial_delay_sec, as: 'initialDelaySec'
|
|
9754
|
+
end
|
|
9755
|
+
end
|
|
9756
|
+
|
|
9704
9757
|
class InstanceGroupManagerStatus
|
|
9705
9758
|
# @private
|
|
9706
9759
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -10475,6 +10528,14 @@ module Google
|
|
|
10475
10528
|
end
|
|
10476
10529
|
end
|
|
10477
10530
|
|
|
10531
|
+
class InstantSnapshotsExportRequest
|
|
10532
|
+
# @private
|
|
10533
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
10534
|
+
property :export_params, as: 'exportParams', class: Google::Apis::ComputeAlpha::InstantSnapshotExportParams, decorator: Google::Apis::ComputeAlpha::InstantSnapshotExportParams::Representation
|
|
10535
|
+
|
|
10536
|
+
end
|
|
10537
|
+
end
|
|
10538
|
+
|
|
10478
10539
|
class Int64RangeMatch
|
|
10479
10540
|
# @private
|
|
10480
10541
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -10504,6 +10565,9 @@ module Google
|
|
|
10504
10565
|
hash :labels, as: 'labels'
|
|
10505
10566
|
property :link_type, as: 'linkType'
|
|
10506
10567
|
property :location, as: 'location'
|
|
10568
|
+
property :macsec, as: 'macsec', class: Google::Apis::ComputeAlpha::InterconnectMacsec, decorator: Google::Apis::ComputeAlpha::InterconnectMacsec::Representation
|
|
10569
|
+
|
|
10570
|
+
property :macsec_enabled, as: 'macsecEnabled'
|
|
10507
10571
|
property :name, as: 'name'
|
|
10508
10572
|
property :noc_contact_email, as: 'nocContactEmail'
|
|
10509
10573
|
property :operational_status, as: 'operationalStatus'
|
|
@@ -10726,6 +10790,8 @@ module Google
|
|
|
10726
10790
|
property :google_demarc, as: 'googleDemarc'
|
|
10727
10791
|
property :lacp_status, as: 'lacpStatus', class: Google::Apis::ComputeAlpha::InterconnectDiagnosticsLinkLacpStatus, decorator: Google::Apis::ComputeAlpha::InterconnectDiagnosticsLinkLacpStatus::Representation
|
|
10728
10792
|
|
|
10793
|
+
property :macsec, as: 'macsec', class: Google::Apis::ComputeAlpha::InterconnectDiagnosticsMacsecStatus, decorator: Google::Apis::ComputeAlpha::InterconnectDiagnosticsMacsecStatus::Representation
|
|
10794
|
+
|
|
10729
10795
|
property :receiving_optical_power, as: 'receivingOpticalPower', class: Google::Apis::ComputeAlpha::InterconnectDiagnosticsLinkOpticalPower, decorator: Google::Apis::ComputeAlpha::InterconnectDiagnosticsLinkOpticalPower::Representation
|
|
10730
10796
|
|
|
10731
10797
|
property :transmitting_optical_power, as: 'transmittingOpticalPower', class: Google::Apis::ComputeAlpha::InterconnectDiagnosticsLinkOpticalPower, decorator: Google::Apis::ComputeAlpha::InterconnectDiagnosticsLinkOpticalPower::Representation
|
|
@@ -10733,6 +10799,14 @@ module Google
|
|
|
10733
10799
|
end
|
|
10734
10800
|
end
|
|
10735
10801
|
|
|
10802
|
+
class InterconnectDiagnosticsMacsecStatus
|
|
10803
|
+
# @private
|
|
10804
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
10805
|
+
property :ckn, as: 'ckn'
|
|
10806
|
+
property :operational, as: 'operational'
|
|
10807
|
+
end
|
|
10808
|
+
end
|
|
10809
|
+
|
|
10736
10810
|
class InterconnectList
|
|
10737
10811
|
# @private
|
|
10738
10812
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -10830,6 +10904,41 @@ module Google
|
|
|
10830
10904
|
end
|
|
10831
10905
|
end
|
|
10832
10906
|
|
|
10907
|
+
class InterconnectMacsec
|
|
10908
|
+
# @private
|
|
10909
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
10910
|
+
property :fail_open, as: 'failOpen'
|
|
10911
|
+
collection :pre_shared_keys, as: 'preSharedKeys', class: Google::Apis::ComputeAlpha::InterconnectMacsecPreSharedKey, decorator: Google::Apis::ComputeAlpha::InterconnectMacsecPreSharedKey::Representation
|
|
10912
|
+
|
|
10913
|
+
end
|
|
10914
|
+
end
|
|
10915
|
+
|
|
10916
|
+
class InterconnectMacsecConfig
|
|
10917
|
+
# @private
|
|
10918
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
10919
|
+
collection :pre_shared_keys, as: 'preSharedKeys', class: Google::Apis::ComputeAlpha::InterconnectMacsecConfigPreSharedKey, decorator: Google::Apis::ComputeAlpha::InterconnectMacsecConfigPreSharedKey::Representation
|
|
10920
|
+
|
|
10921
|
+
end
|
|
10922
|
+
end
|
|
10923
|
+
|
|
10924
|
+
class InterconnectMacsecConfigPreSharedKey
|
|
10925
|
+
# @private
|
|
10926
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
10927
|
+
property :cak, as: 'cak'
|
|
10928
|
+
property :ckn, as: 'ckn'
|
|
10929
|
+
property :name, as: 'name'
|
|
10930
|
+
property :start_time, as: 'startTime'
|
|
10931
|
+
end
|
|
10932
|
+
end
|
|
10933
|
+
|
|
10934
|
+
class InterconnectMacsecPreSharedKey
|
|
10935
|
+
# @private
|
|
10936
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
10937
|
+
property :name, as: 'name'
|
|
10938
|
+
property :start_time, as: 'startTime'
|
|
10939
|
+
end
|
|
10940
|
+
end
|
|
10941
|
+
|
|
10833
10942
|
class InterconnectOutageNotification
|
|
10834
10943
|
# @private
|
|
10835
10944
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -10852,6 +10961,15 @@ module Google
|
|
|
10852
10961
|
end
|
|
10853
10962
|
end
|
|
10854
10963
|
|
|
10964
|
+
class InterconnectsGetMacsecConfigResponse
|
|
10965
|
+
# @private
|
|
10966
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
10967
|
+
property :etag, as: 'etag'
|
|
10968
|
+
property :result, as: 'result', class: Google::Apis::ComputeAlpha::InterconnectMacsecConfig, decorator: Google::Apis::ComputeAlpha::InterconnectMacsecConfig::Representation
|
|
10969
|
+
|
|
10970
|
+
end
|
|
10971
|
+
end
|
|
10972
|
+
|
|
10855
10973
|
class InternalIpAddress
|
|
10856
10974
|
# @private
|
|
10857
10975
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -13095,6 +13213,7 @@ module Google
|
|
|
13095
13213
|
# @private
|
|
13096
13214
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
13097
13215
|
property :organization, as: 'organization'
|
|
13216
|
+
property :return_partial_page, as: 'returnPartialPage'
|
|
13098
13217
|
end
|
|
13099
13218
|
end
|
|
13100
13219
|
|
|
@@ -13732,39 +13851,6 @@ module Google
|
|
|
13732
13851
|
end
|
|
13733
13852
|
end
|
|
13734
13853
|
|
|
13735
|
-
class RegionInstancesRecommendLocationsResource
|
|
13736
|
-
# @private
|
|
13737
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
|
13738
|
-
hash :instance_specs, as: 'instanceSpecs', class: Google::Apis::ComputeAlpha::BulkInsertInstanceResource, decorator: Google::Apis::ComputeAlpha::BulkInsertInstanceResource::Representation
|
|
13739
|
-
|
|
13740
|
-
property :location_policy, as: 'locationPolicy', class: Google::Apis::ComputeAlpha::LocationPolicy, decorator: Google::Apis::ComputeAlpha::LocationPolicy::Representation
|
|
13741
|
-
|
|
13742
|
-
end
|
|
13743
|
-
end
|
|
13744
|
-
|
|
13745
|
-
class RegionInstancesRecommendLocationsResponse
|
|
13746
|
-
# @private
|
|
13747
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
|
13748
|
-
hash :recommended_locations, as: 'recommendedLocations', class: Google::Apis::ComputeAlpha::RegionInstancesRecommendLocationsResponseRecommendationsForInstanceSpecs, decorator: Google::Apis::ComputeAlpha::RegionInstancesRecommendLocationsResponseRecommendationsForInstanceSpecs::Representation
|
|
13749
|
-
|
|
13750
|
-
end
|
|
13751
|
-
end
|
|
13752
|
-
|
|
13753
|
-
class RegionInstancesRecommendLocationsResponseRecommendation
|
|
13754
|
-
# @private
|
|
13755
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
|
13756
|
-
property :instance_count, as: 'instanceCount'
|
|
13757
|
-
end
|
|
13758
|
-
end
|
|
13759
|
-
|
|
13760
|
-
class RegionInstancesRecommendLocationsResponseRecommendationsForInstanceSpecs
|
|
13761
|
-
# @private
|
|
13762
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
|
13763
|
-
hash :locations, as: 'locations', class: Google::Apis::ComputeAlpha::RegionInstancesRecommendLocationsResponseRecommendation, decorator: Google::Apis::ComputeAlpha::RegionInstancesRecommendLocationsResponseRecommendation::Representation
|
|
13764
|
-
|
|
13765
|
-
end
|
|
13766
|
-
end
|
|
13767
|
-
|
|
13768
13854
|
class RegionInstantSnapshotsExportRequest
|
|
13769
13855
|
# @private
|
|
13770
13856
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -13805,6 +13891,27 @@ module Google
|
|
|
13805
13891
|
end
|
|
13806
13892
|
end
|
|
13807
13893
|
|
|
13894
|
+
class RegionNetworkFirewallPoliciesGetEffectiveFirewallsResponse
|
|
13895
|
+
# @private
|
|
13896
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
13897
|
+
collection :firewall_policys, as: 'firewallPolicys', class: Google::Apis::ComputeAlpha::RegionNetworkFirewallPoliciesGetEffectiveFirewallsResponseEffectiveFirewallPolicy, decorator: Google::Apis::ComputeAlpha::RegionNetworkFirewallPoliciesGetEffectiveFirewallsResponseEffectiveFirewallPolicy::Representation
|
|
13898
|
+
|
|
13899
|
+
collection :firewalls, as: 'firewalls', class: Google::Apis::ComputeAlpha::Firewall, decorator: Google::Apis::ComputeAlpha::Firewall::Representation
|
|
13900
|
+
|
|
13901
|
+
end
|
|
13902
|
+
end
|
|
13903
|
+
|
|
13904
|
+
class RegionNetworkFirewallPoliciesGetEffectiveFirewallsResponseEffectiveFirewallPolicy
|
|
13905
|
+
# @private
|
|
13906
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
13907
|
+
property :display_name, as: 'displayName'
|
|
13908
|
+
property :name, as: 'name'
|
|
13909
|
+
collection :rules, as: 'rules', class: Google::Apis::ComputeAlpha::FirewallPolicyRule, decorator: Google::Apis::ComputeAlpha::FirewallPolicyRule::Representation
|
|
13910
|
+
|
|
13911
|
+
property :type, as: 'type'
|
|
13912
|
+
end
|
|
13913
|
+
end
|
|
13914
|
+
|
|
13808
13915
|
class RegionSetLabelsRequest
|
|
13809
13916
|
# @private
|
|
13810
13917
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -14772,7 +14879,10 @@ module Google
|
|
|
14772
14879
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
14773
14880
|
property :automatic_restart, as: 'automaticRestart'
|
|
14774
14881
|
property :availability_domain, as: 'availabilityDomain'
|
|
14882
|
+
property :current_cpus, as: 'currentCpus'
|
|
14883
|
+
property :current_memory_mb, :numeric_string => true, as: 'currentMemoryMb'
|
|
14775
14884
|
property :host_error_timeout_seconds, as: 'hostErrorTimeoutSeconds'
|
|
14885
|
+
property :instance_termination_action, as: 'instanceTerminationAction'
|
|
14776
14886
|
property :latency_tolerant, as: 'latencyTolerant'
|
|
14777
14887
|
property :location_hint, as: 'locationHint'
|
|
14778
14888
|
property :maintenance_freeze_duration_hours, as: 'maintenanceFreezeDurationHours'
|
|
@@ -14782,6 +14892,7 @@ module Google
|
|
|
14782
14892
|
|
|
14783
14893
|
property :on_host_maintenance, as: 'onHostMaintenance'
|
|
14784
14894
|
property :preemptible, as: 'preemptible'
|
|
14895
|
+
property :provisioning_model, as: 'provisioningModel'
|
|
14785
14896
|
end
|
|
14786
14897
|
end
|
|
14787
14898
|
|
|
@@ -15025,6 +15136,8 @@ module Google
|
|
|
15025
15136
|
property :priority, as: 'priority'
|
|
15026
15137
|
property :rate_limit_options, as: 'rateLimitOptions', class: Google::Apis::ComputeAlpha::SecurityPolicyRuleRateLimitOptions, decorator: Google::Apis::ComputeAlpha::SecurityPolicyRuleRateLimitOptions::Representation
|
|
15027
15138
|
|
|
15139
|
+
property :redirect_options, as: 'redirectOptions', class: Google::Apis::ComputeAlpha::SecurityPolicyRuleRedirectOptions, decorator: Google::Apis::ComputeAlpha::SecurityPolicyRuleRedirectOptions::Representation
|
|
15140
|
+
|
|
15028
15141
|
property :redirect_target, as: 'redirectTarget'
|
|
15029
15142
|
property :rule_number, :numeric_string => true, as: 'ruleNumber'
|
|
15030
15143
|
property :rule_tuple_count, as: 'ruleTupleCount'
|
|
@@ -15096,6 +15209,7 @@ module Google
|
|
|
15096
15209
|
|
|
15097
15210
|
property :conform_action, as: 'conformAction'
|
|
15098
15211
|
property :enforce_on_key, as: 'enforceOnKey'
|
|
15212
|
+
property :enforce_on_key_name, as: 'enforceOnKeyName'
|
|
15099
15213
|
property :exceed_action, as: 'exceedAction'
|
|
15100
15214
|
property :rate_limit_threshold, as: 'rateLimitThreshold', class: Google::Apis::ComputeAlpha::SecurityPolicyRuleRateLimitOptionsThreshold, decorator: Google::Apis::ComputeAlpha::SecurityPolicyRuleRateLimitOptionsThreshold::Representation
|
|
15101
15215
|
|
|
@@ -15110,6 +15224,14 @@ module Google
|
|
|
15110
15224
|
end
|
|
15111
15225
|
end
|
|
15112
15226
|
|
|
15227
|
+
class SecurityPolicyRuleRedirectOptions
|
|
15228
|
+
# @private
|
|
15229
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
15230
|
+
property :target, as: 'target'
|
|
15231
|
+
property :type, as: 'type'
|
|
15232
|
+
end
|
|
15233
|
+
end
|
|
15234
|
+
|
|
15113
15235
|
class SecuritySettings
|
|
15114
15236
|
# @private
|
|
15115
15237
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -15169,8 +15291,6 @@ module Google
|
|
|
15169
15291
|
property :connection_preference, as: 'connectionPreference'
|
|
15170
15292
|
collection :consumer_accept_lists, as: 'consumerAcceptLists', class: Google::Apis::ComputeAlpha::ServiceAttachmentConsumerProjectLimit, decorator: Google::Apis::ComputeAlpha::ServiceAttachmentConsumerProjectLimit::Representation
|
|
15171
15293
|
|
|
15172
|
-
collection :consumer_forwarding_rules, as: 'consumerForwardingRules', class: Google::Apis::ComputeAlpha::ServiceAttachmentConsumerForwardingRule, decorator: Google::Apis::ComputeAlpha::ServiceAttachmentConsumerForwardingRule::Representation
|
|
15173
|
-
|
|
15174
15294
|
collection :consumer_reject_lists, as: 'consumerRejectLists'
|
|
15175
15295
|
property :creation_timestamp, as: 'creationTimestamp'
|
|
15176
15296
|
property :description, as: 'description'
|
|
@@ -15226,16 +15346,6 @@ module Google
|
|
|
15226
15346
|
# @private
|
|
15227
15347
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
15228
15348
|
property :endpoint, as: 'endpoint'
|
|
15229
|
-
property :forwarding_rule, as: 'forwardingRule'
|
|
15230
|
-
property :psc_connection_id, :numeric_string => true, as: 'pscConnectionId'
|
|
15231
|
-
property :status, as: 'status'
|
|
15232
|
-
end
|
|
15233
|
-
end
|
|
15234
|
-
|
|
15235
|
-
class ServiceAttachmentConsumerForwardingRule
|
|
15236
|
-
# @private
|
|
15237
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
|
15238
|
-
property :forwarding_rule, as: 'forwardingRule'
|
|
15239
15349
|
property :psc_connection_id, :numeric_string => true, as: 'pscConnectionId'
|
|
15240
15350
|
property :status, as: 'status'
|
|
15241
15351
|
end
|
|
@@ -15312,11 +15422,20 @@ module Google
|
|
|
15312
15422
|
class ShareSettings
|
|
15313
15423
|
# @private
|
|
15314
15424
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
15425
|
+
hash :folder_map, as: 'folderMap', class: Google::Apis::ComputeAlpha::ShareSettingsFolderConfig, decorator: Google::Apis::ComputeAlpha::ShareSettingsFolderConfig::Representation
|
|
15426
|
+
|
|
15315
15427
|
collection :projects, as: 'projects'
|
|
15316
15428
|
property :share_type, as: 'shareType'
|
|
15317
15429
|
end
|
|
15318
15430
|
end
|
|
15319
15431
|
|
|
15432
|
+
class ShareSettingsFolderConfig
|
|
15433
|
+
# @private
|
|
15434
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
15435
|
+
property :folder_id, as: 'folderId'
|
|
15436
|
+
end
|
|
15437
|
+
end
|
|
15438
|
+
|
|
15320
15439
|
class ShieldedInstanceConfig
|
|
15321
15440
|
# @private
|
|
15322
15441
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -15329,6 +15448,10 @@ module Google
|
|
|
15329
15448
|
class ShieldedInstanceIdentity
|
|
15330
15449
|
# @private
|
|
15331
15450
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
15451
|
+
property :ecc_p256_encryption_key, as: 'eccP256EncryptionKey', class: Google::Apis::ComputeAlpha::ShieldedInstanceIdentityEntry, decorator: Google::Apis::ComputeAlpha::ShieldedInstanceIdentityEntry::Representation
|
|
15452
|
+
|
|
15453
|
+
property :ecc_p256_signing_key, as: 'eccP256SigningKey', class: Google::Apis::ComputeAlpha::ShieldedInstanceIdentityEntry, decorator: Google::Apis::ComputeAlpha::ShieldedInstanceIdentityEntry::Representation
|
|
15454
|
+
|
|
15332
15455
|
property :encryption_key, as: 'encryptionKey', class: Google::Apis::ComputeAlpha::ShieldedInstanceIdentityEntry, decorator: Google::Apis::ComputeAlpha::ShieldedInstanceIdentityEntry::Representation
|
|
15333
15456
|
|
|
15334
15457
|
property :kind, as: 'kind'
|
|
@@ -15424,10 +15547,13 @@ module Google
|
|
|
15424
15547
|
property :source_disk_encryption_key, as: 'sourceDiskEncryptionKey', class: Google::Apis::ComputeAlpha::CustomerEncryptionKey, decorator: Google::Apis::ComputeAlpha::CustomerEncryptionKey::Representation
|
|
15425
15548
|
|
|
15426
15549
|
property :source_disk_id, as: 'sourceDiskId'
|
|
15550
|
+
property :source_instant_snapshot, as: 'sourceInstantSnapshot'
|
|
15551
|
+
property :source_instant_snapshot_id, as: 'sourceInstantSnapshotId'
|
|
15427
15552
|
property :status, as: 'status'
|
|
15428
15553
|
property :storage_bytes, :numeric_string => true, as: 'storageBytes'
|
|
15429
15554
|
property :storage_bytes_status, as: 'storageBytesStatus'
|
|
15430
15555
|
collection :storage_locations, as: 'storageLocations'
|
|
15556
|
+
collection :user_licenses, as: 'userLicenses'
|
|
15431
15557
|
end
|
|
15432
15558
|
end
|
|
15433
15559
|
|
|
@@ -15933,6 +16059,7 @@ module Google
|
|
|
15933
16059
|
# @private
|
|
15934
16060
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
15935
16061
|
property :policy, as: 'policy'
|
|
16062
|
+
property :subset_size, as: 'subsetSize'
|
|
15936
16063
|
end
|
|
15937
16064
|
end
|
|
15938
16065
|
|
|
@@ -17205,6 +17332,7 @@ module Google
|
|
|
17205
17332
|
property :network, as: 'network'
|
|
17206
17333
|
property :region, as: 'region'
|
|
17207
17334
|
property :self_link, as: 'selfLink'
|
|
17335
|
+
property :stack_type, as: 'stackType'
|
|
17208
17336
|
collection :vpn_interfaces, as: 'vpnInterfaces', class: Google::Apis::ComputeAlpha::VpnGatewayVpnGatewayInterface, decorator: Google::Apis::ComputeAlpha::VpnGatewayVpnGatewayInterface::Representation
|
|
17209
17337
|
|
|
17210
17338
|
end
|
|
@@ -17565,14 +17693,6 @@ module Google
|
|
|
17565
17693
|
end
|
|
17566
17694
|
end
|
|
17567
17695
|
|
|
17568
|
-
class ZoneInstantSnapshotsExportRequest
|
|
17569
|
-
# @private
|
|
17570
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
|
17571
|
-
property :export_params, as: 'exportParams', class: Google::Apis::ComputeAlpha::InstantSnapshotExportParams, decorator: Google::Apis::ComputeAlpha::InstantSnapshotExportParams::Representation
|
|
17572
|
-
|
|
17573
|
-
end
|
|
17574
|
-
end
|
|
17575
|
-
|
|
17576
17696
|
class ZoneList
|
|
17577
17697
|
# @private
|
|
17578
17698
|
class Representation < Google::Apis::Core::JsonRepresentation
|