google-apis-compute_beta 0.20.0 → 0.24.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.
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module ComputeBeta
18
18
  # Version of the google-apis-compute_beta gem
19
- GEM_VERSION = "0.20.0"
19
+ GEM_VERSION = "0.24.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.4.0"
22
+ GENERATOR_VERSION = "0.4.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20211025"
25
+ REVISION = "20220112"
26
26
  end
27
27
  end
28
28
  end
@@ -1834,6 +1834,12 @@ module Google
1834
1834
  include Google::Apis::Core::JsonObjectSupport
1835
1835
  end
1836
1836
 
1837
+ class InstanceParams
1838
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1839
+
1840
+ include Google::Apis::Core::JsonObjectSupport
1841
+ end
1842
+
1837
1843
  class InstanceProperties
1838
1844
  class Representation < Google::Apis::Core::JsonRepresentation; end
1839
1845
 
@@ -3142,6 +3148,18 @@ module Google
3142
3148
  include Google::Apis::Core::JsonObjectSupport
3143
3149
  end
3144
3150
 
3151
+ class PreservedStatePreservedNetworkIp
3152
+ class Representation < Google::Apis::Core::JsonRepresentation; end
3153
+
3154
+ include Google::Apis::Core::JsonObjectSupport
3155
+ end
3156
+
3157
+ class PreservedStatePreservedNetworkIpIpAddress
3158
+ class Representation < Google::Apis::Core::JsonRepresentation; end
3159
+
3160
+ include Google::Apis::Core::JsonObjectSupport
3161
+ end
3162
+
3145
3163
  class Project
3146
3164
  class Representation < Google::Apis::Core::JsonRepresentation; end
3147
3165
 
@@ -4012,6 +4030,12 @@ module Google
4012
4030
  include Google::Apis::Core::JsonObjectSupport
4013
4031
  end
4014
4032
 
4033
+ class SavedDisk
4034
+ class Representation < Google::Apis::Core::JsonRepresentation; end
4035
+
4036
+ include Google::Apis::Core::JsonObjectSupport
4037
+ end
4038
+
4015
4039
  class ScalingScheduleStatus
4016
4040
  class Representation < Google::Apis::Core::JsonRepresentation; end
4017
4041
 
@@ -4096,6 +4120,12 @@ module Google
4096
4120
  include Google::Apis::Core::JsonObjectSupport
4097
4121
  end
4098
4122
 
4123
+ class SecurityPolicyRecaptchaOptionsConfig
4124
+ class Representation < Google::Apis::Core::JsonRepresentation; end
4125
+
4126
+ include Google::Apis::Core::JsonObjectSupport
4127
+ end
4128
+
4099
4129
  class SecurityPolicyReference
4100
4130
  class Representation < Google::Apis::Core::JsonRepresentation; end
4101
4131
 
@@ -4498,6 +4528,12 @@ module Google
4498
4528
  include Google::Apis::Core::JsonObjectSupport
4499
4529
  end
4500
4530
 
4531
+ class StatefulPolicyPreservedStateNetworkIp
4532
+ class Representation < Google::Apis::Core::JsonRepresentation; end
4533
+
4534
+ include Google::Apis::Core::JsonObjectSupport
4535
+ end
4536
+
4501
4537
  class Subnetwork
4502
4538
  class Representation < Google::Apis::Core::JsonRepresentation; end
4503
4539
 
@@ -5742,6 +5778,7 @@ module Google
5742
5778
  # @private
5743
5779
  class Representation < Google::Apis::Core::JsonRepresentation
5744
5780
  property :enable_nested_virtualization, as: 'enableNestedVirtualization'
5781
+ property :enable_uefi_networking, as: 'enableUefiNetworking'
5745
5782
  property :threads_per_core, as: 'threadsPerCore'
5746
5783
  end
5747
5784
  end
@@ -5780,6 +5817,7 @@ module Google
5780
5817
  class AllocationSpecificSkuReservation
5781
5818
  # @private
5782
5819
  class Representation < Google::Apis::Core::JsonRepresentation
5820
+ property :assured_count, :numeric_string => true, as: 'assuredCount'
5783
5821
  property :count, :numeric_string => true, as: 'count'
5784
5822
  property :in_use_count, :numeric_string => true, as: 'inUseCount'
5785
5823
  property :instance_properties, as: 'instanceProperties', class: Google::Apis::ComputeBeta::AllocationSpecificSkuAllocationReservedInstanceProperties, decorator: Google::Apis::ComputeBeta::AllocationSpecificSkuAllocationReservedInstanceProperties::Representation
@@ -5824,6 +5862,7 @@ module Google
5824
5862
  collection :guest_os_features, as: 'guestOsFeatures', class: Google::Apis::ComputeBeta::GuestOsFeature, decorator: Google::Apis::ComputeBeta::GuestOsFeature::Representation
5825
5863
 
5826
5864
  hash :labels, as: 'labels'
5865
+ collection :licenses, as: 'licenses'
5827
5866
  property :multi_writer, as: 'multiWriter'
5828
5867
  property :on_update_action, as: 'onUpdateAction'
5829
5868
  property :provisioned_iops, :numeric_string => true, as: 'provisionedIops'
@@ -6541,6 +6580,7 @@ module Google
6541
6580
  class Commitment
6542
6581
  # @private
6543
6582
  class Representation < Google::Apis::Core::JsonRepresentation
6583
+ property :auto_renew, as: 'autoRenew'
6544
6584
  property :category, as: 'category'
6545
6585
  property :creation_timestamp, as: 'creationTimestamp'
6546
6586
  property :description, as: 'description'
@@ -8327,6 +8367,8 @@ module Google
8327
8367
 
8328
8368
  property :network_performance_config, as: 'networkPerformanceConfig', class: Google::Apis::ComputeBeta::NetworkPerformanceConfig, decorator: Google::Apis::ComputeBeta::NetworkPerformanceConfig::Representation
8329
8369
 
8370
+ property :params, as: 'params', class: Google::Apis::ComputeBeta::InstanceParams, decorator: Google::Apis::ComputeBeta::InstanceParams::Representation
8371
+
8330
8372
  property :post_key_revocation_action_type, as: 'postKeyRevocationActionType'
8331
8373
  property :private_ipv6_google_access, as: 'privateIpv6GoogleAccess'
8332
8374
  property :reservation_affinity, as: 'reservationAffinity', class: Google::Apis::ComputeBeta::ReservationAffinity, decorator: Google::Apis::ComputeBeta::ReservationAffinity::Representation
@@ -8525,6 +8567,10 @@ module Google
8525
8567
  property :recreating, as: 'recreating'
8526
8568
  property :refreshing, as: 'refreshing'
8527
8569
  property :restarting, as: 'restarting'
8570
+ property :resuming, as: 'resuming'
8571
+ property :starting, as: 'starting'
8572
+ property :stopping, as: 'stopping'
8573
+ property :suspending, as: 'suspending'
8528
8574
  property :verifying, as: 'verifying'
8529
8575
  end
8530
8576
  end
@@ -9026,6 +9072,13 @@ module Google
9026
9072
  end
9027
9073
  end
9028
9074
 
9075
+ class InstanceParams
9076
+ # @private
9077
+ class Representation < Google::Apis::Core::JsonRepresentation
9078
+ hash :resource_manager_tags, as: 'resourceManagerTags'
9079
+ end
9080
+ end
9081
+
9029
9082
  class InstanceProperties
9030
9083
  # @private
9031
9084
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -9054,6 +9107,7 @@ module Google
9054
9107
  property :private_ipv6_google_access, as: 'privateIpv6GoogleAccess'
9055
9108
  property :reservation_affinity, as: 'reservationAffinity', class: Google::Apis::ComputeBeta::ReservationAffinity, decorator: Google::Apis::ComputeBeta::ReservationAffinity::Representation
9056
9109
 
9110
+ hash :resource_manager_tags, as: 'resourceManagerTags'
9057
9111
  collection :resource_policies, as: 'resourcePolicies'
9058
9112
  property :scheduling, as: 'scheduling', class: Google::Apis::ComputeBeta::Scheduling, decorator: Google::Apis::ComputeBeta::Scheduling::Representation
9059
9113
 
@@ -9319,10 +9373,15 @@ module Google
9319
9373
  class Representation < Google::Apis::Core::JsonRepresentation
9320
9374
  property :admin_enabled, as: 'adminEnabled'
9321
9375
  property :bandwidth, as: 'bandwidth'
9376
+ collection :candidate_ipv6_subnets, as: 'candidateIpv6Subnets'
9322
9377
  collection :candidate_subnets, as: 'candidateSubnets'
9323
9378
  property :cloud_router_ip_address, as: 'cloudRouterIpAddress'
9379
+ property :cloud_router_ipv6_address, as: 'cloudRouterIpv6Address'
9380
+ property :cloud_router_ipv6_interface_id, as: 'cloudRouterIpv6InterfaceId'
9324
9381
  property :creation_timestamp, as: 'creationTimestamp'
9325
9382
  property :customer_router_ip_address, as: 'customerRouterIpAddress'
9383
+ property :customer_router_ipv6_address, as: 'customerRouterIpv6Address'
9384
+ property :customer_router_ipv6_interface_id, as: 'customerRouterIpv6InterfaceId'
9326
9385
  property :dataplane_version, as: 'dataplaneVersion'
9327
9386
  property :description, as: 'description'
9328
9387
  property :edge_availability_domain, as: 'edgeAvailabilityDomain'
@@ -9347,6 +9406,7 @@ module Google
9347
9406
  property :router, as: 'router'
9348
9407
  property :satisfies_pzs, as: 'satisfiesPzs'
9349
9408
  property :self_link, as: 'selfLink'
9409
+ property :stack_type, as: 'stackType'
9350
9410
  property :state, as: 'state'
9351
9411
  property :type, as: 'type'
9352
9412
  property :vlan_tag8021q, as: 'vlanTag8021q'
@@ -9808,11 +9868,15 @@ module Google
9808
9868
  property :description, as: 'description'
9809
9869
  property :guest_flush, as: 'guestFlush'
9810
9870
  property :id, :numeric_string => true, as: 'id'
9871
+ property :instance_properties, as: 'instanceProperties', class: Google::Apis::ComputeBeta::InstanceProperties, decorator: Google::Apis::ComputeBeta::InstanceProperties::Representation
9872
+
9811
9873
  property :kind, as: 'kind'
9812
9874
  property :machine_image_encryption_key, as: 'machineImageEncryptionKey', class: Google::Apis::ComputeBeta::CustomerEncryptionKey, decorator: Google::Apis::ComputeBeta::CustomerEncryptionKey::Representation
9813
9875
 
9814
9876
  property :name, as: 'name'
9815
9877
  property :satisfies_pzs, as: 'satisfiesPzs'
9878
+ collection :saved_disks, as: 'savedDisks', class: Google::Apis::ComputeBeta::SavedDisk, decorator: Google::Apis::ComputeBeta::SavedDisk::Representation
9879
+
9816
9880
  property :self_link, as: 'selfLink'
9817
9881
  collection :source_disk_encryption_keys, as: 'sourceDiskEncryptionKeys', class: Google::Apis::ComputeBeta::SourceDiskEncryptionKey, decorator: Google::Apis::ComputeBeta::SourceDiskEncryptionKey::Representation
9818
9882
 
@@ -11447,6 +11511,10 @@ module Google
11447
11511
  class Representation < Google::Apis::Core::JsonRepresentation
11448
11512
  hash :disks, as: 'disks', class: Google::Apis::ComputeBeta::PreservedStatePreservedDisk, decorator: Google::Apis::ComputeBeta::PreservedStatePreservedDisk::Representation
11449
11513
 
11514
+ hash :external_i_ps, as: 'externalIPs', class: Google::Apis::ComputeBeta::PreservedStatePreservedNetworkIp, decorator: Google::Apis::ComputeBeta::PreservedStatePreservedNetworkIp::Representation
11515
+
11516
+ hash :internal_i_ps, as: 'internalIPs', class: Google::Apis::ComputeBeta::PreservedStatePreservedNetworkIp, decorator: Google::Apis::ComputeBeta::PreservedStatePreservedNetworkIp::Representation
11517
+
11450
11518
  hash :metadata, as: 'metadata'
11451
11519
  end
11452
11520
  end
@@ -11460,6 +11528,23 @@ module Google
11460
11528
  end
11461
11529
  end
11462
11530
 
11531
+ class PreservedStatePreservedNetworkIp
11532
+ # @private
11533
+ class Representation < Google::Apis::Core::JsonRepresentation
11534
+ property :auto_delete, as: 'autoDelete'
11535
+ property :ip_address, as: 'ipAddress', class: Google::Apis::ComputeBeta::PreservedStatePreservedNetworkIpIpAddress, decorator: Google::Apis::ComputeBeta::PreservedStatePreservedNetworkIpIpAddress::Representation
11536
+
11537
+ end
11538
+ end
11539
+
11540
+ class PreservedStatePreservedNetworkIpIpAddress
11541
+ # @private
11542
+ class Representation < Google::Apis::Core::JsonRepresentation
11543
+ property :address, as: 'address'
11544
+ property :literal, as: 'literal'
11545
+ end
11546
+ end
11547
+
11463
11548
  class Project
11464
11549
  # @private
11465
11550
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -12736,12 +12821,15 @@ module Google
12736
12821
  property :bfd, as: 'bfd', class: Google::Apis::ComputeBeta::RouterBgpPeerBfd, decorator: Google::Apis::ComputeBeta::RouterBgpPeerBfd::Representation
12737
12822
 
12738
12823
  property :enable, as: 'enable'
12824
+ property :enable_ipv6, as: 'enableIpv6'
12739
12825
  property :interface_name, as: 'interfaceName'
12740
12826
  property :ip_address, as: 'ipAddress'
12827
+ property :ipv6_nexthop_address, as: 'ipv6NexthopAddress'
12741
12828
  property :management_type, as: 'managementType'
12742
12829
  property :name, as: 'name'
12743
12830
  property :peer_asn, as: 'peerAsn'
12744
12831
  property :peer_ip_address, as: 'peerIpAddress'
12832
+ property :peer_ipv6_nexthop_address, as: 'peerIpv6NexthopAddress'
12745
12833
  property :router_appliance_instance, as: 'routerApplianceInstance'
12746
12834
  end
12747
12835
  end
@@ -13022,6 +13110,16 @@ module Google
13022
13110
  end
13023
13111
  end
13024
13112
 
13113
+ class SavedDisk
13114
+ # @private
13115
+ class Representation < Google::Apis::Core::JsonRepresentation
13116
+ property :kind, as: 'kind'
13117
+ property :source_disk, as: 'sourceDisk'
13118
+ property :storage_bytes, :numeric_string => true, as: 'storageBytes'
13119
+ property :storage_bytes_status, as: 'storageBytesStatus'
13120
+ end
13121
+ end
13122
+
13025
13123
  class ScalingScheduleStatus
13026
13124
  # @private
13027
13125
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -13101,6 +13199,8 @@ module Google
13101
13199
  hash :labels, as: 'labels'
13102
13200
  property :name, as: 'name'
13103
13201
  property :parent, as: 'parent'
13202
+ property :recaptcha_options_config, as: 'recaptchaOptionsConfig', class: Google::Apis::ComputeBeta::SecurityPolicyRecaptchaOptionsConfig, decorator: Google::Apis::ComputeBeta::SecurityPolicyRecaptchaOptionsConfig::Representation
13203
+
13104
13204
  property :rule_tuple_count, as: 'ruleTupleCount'
13105
13205
  collection :rules, as: 'rules', class: Google::Apis::ComputeBeta::SecurityPolicyRule, decorator: Google::Apis::ComputeBeta::SecurityPolicyRule::Representation
13106
13206
 
@@ -13175,6 +13275,13 @@ module Google
13175
13275
  end
13176
13276
  end
13177
13277
 
13278
+ class SecurityPolicyRecaptchaOptionsConfig
13279
+ # @private
13280
+ class Representation < Google::Apis::Core::JsonRepresentation
13281
+ property :redirect_site_key, as: 'redirectSiteKey'
13282
+ end
13283
+ end
13284
+
13178
13285
  class SecurityPolicyReference
13179
13286
  # @private
13180
13287
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -13262,6 +13369,8 @@ module Google
13262
13369
  property :enforce_on_key, as: 'enforceOnKey'
13263
13370
  property :enforce_on_key_name, as: 'enforceOnKeyName'
13264
13371
  property :exceed_action, as: 'exceedAction'
13372
+ property :exceed_redirect_options, as: 'exceedRedirectOptions', class: Google::Apis::ComputeBeta::SecurityPolicyRuleRedirectOptions, decorator: Google::Apis::ComputeBeta::SecurityPolicyRuleRedirectOptions::Representation
13373
+
13265
13374
  property :rate_limit_threshold, as: 'rateLimitThreshold', class: Google::Apis::ComputeBeta::SecurityPolicyRuleRateLimitOptionsThreshold, decorator: Google::Apis::ComputeBeta::SecurityPolicyRuleRateLimitOptionsThreshold::Representation
13266
13375
 
13267
13376
  end
@@ -13329,6 +13438,7 @@ module Google
13329
13438
  collection :consumer_reject_lists, as: 'consumerRejectLists'
13330
13439
  property :creation_timestamp, as: 'creationTimestamp'
13331
13440
  property :description, as: 'description'
13441
+ collection :domain_names, as: 'domainNames'
13332
13442
  property :enable_proxy_protocol, as: 'enableProxyProtocol'
13333
13443
  property :fingerprint, :base64 => true, as: 'fingerprint'
13334
13444
  property :id, :numeric_string => true, as: 'id'
@@ -13887,6 +13997,10 @@ module Google
13887
13997
  class Representation < Google::Apis::Core::JsonRepresentation
13888
13998
  hash :disks, as: 'disks', class: Google::Apis::ComputeBeta::StatefulPolicyPreservedStateDiskDevice, decorator: Google::Apis::ComputeBeta::StatefulPolicyPreservedStateDiskDevice::Representation
13889
13999
 
14000
+ hash :external_i_ps, as: 'externalIPs', class: Google::Apis::ComputeBeta::StatefulPolicyPreservedStateNetworkIp, decorator: Google::Apis::ComputeBeta::StatefulPolicyPreservedStateNetworkIp::Representation
14001
+
14002
+ hash :internal_i_ps, as: 'internalIPs', class: Google::Apis::ComputeBeta::StatefulPolicyPreservedStateNetworkIp, decorator: Google::Apis::ComputeBeta::StatefulPolicyPreservedStateNetworkIp::Representation
14003
+
13890
14004
  end
13891
14005
  end
13892
14006
 
@@ -13897,6 +14011,13 @@ module Google
13897
14011
  end
13898
14012
  end
13899
14013
 
14014
+ class StatefulPolicyPreservedStateNetworkIp
14015
+ # @private
14016
+ class Representation < Google::Apis::Core::JsonRepresentation
14017
+ property :auto_delete, as: 'autoDelete'
14018
+ end
14019
+ end
14020
+
13900
14021
  class Subnetwork
13901
14022
  # @private
13902
14023
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -15247,6 +15368,7 @@ module Google
15247
15368
  property :network, as: 'network'
15248
15369
  property :region, as: 'region'
15249
15370
  property :self_link, as: 'selfLink'
15371
+ property :stack_type, as: 'stackType'
15250
15372
  collection :vpn_interfaces, as: 'vpnInterfaces', class: Google::Apis::ComputeBeta::VpnGatewayVpnGatewayInterface, decorator: Google::Apis::ComputeBeta::VpnGatewayVpnGatewayInterface::Representation
15251
15373
 
15252
15374
  end