google-apis-compute_beta 0.18.0 → 0.22.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.18.0"
19
+ GEM_VERSION = "0.22.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.4.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210920"
25
+ REVISION = "20211208"
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
 
@@ -3466,6 +3484,12 @@ module Google
3466
3484
  include Google::Apis::Core::JsonObjectSupport
3467
3485
  end
3468
3486
 
3487
+ class RegionInstanceGroupManagersResizeAdvancedRequest
3488
+ class Representation < Google::Apis::Core::JsonRepresentation; end
3489
+
3490
+ include Google::Apis::Core::JsonObjectSupport
3491
+ end
3492
+
3469
3493
  class RegionInstanceGroupManagersSetAutoHealingRequest
3470
3494
  class Representation < Google::Apis::Core::JsonRepresentation; end
3471
3495
 
@@ -4006,6 +4030,12 @@ module Google
4006
4030
  include Google::Apis::Core::JsonObjectSupport
4007
4031
  end
4008
4032
 
4033
+ class SavedDisk
4034
+ class Representation < Google::Apis::Core::JsonRepresentation; end
4035
+
4036
+ include Google::Apis::Core::JsonObjectSupport
4037
+ end
4038
+
4009
4039
  class ScalingScheduleStatus
4010
4040
  class Representation < Google::Apis::Core::JsonRepresentation; end
4011
4041
 
@@ -4090,6 +4120,12 @@ module Google
4090
4120
  include Google::Apis::Core::JsonObjectSupport
4091
4121
  end
4092
4122
 
4123
+ class SecurityPolicyRecaptchaOptionsConfig
4124
+ class Representation < Google::Apis::Core::JsonRepresentation; end
4125
+
4126
+ include Google::Apis::Core::JsonObjectSupport
4127
+ end
4128
+
4093
4129
  class SecurityPolicyReference
4094
4130
  class Representation < Google::Apis::Core::JsonRepresentation; end
4095
4131
 
@@ -4492,6 +4528,12 @@ module Google
4492
4528
  include Google::Apis::Core::JsonObjectSupport
4493
4529
  end
4494
4530
 
4531
+ class StatefulPolicyPreservedStateNetworkIp
4532
+ class Representation < Google::Apis::Core::JsonRepresentation; end
4533
+
4534
+ include Google::Apis::Core::JsonObjectSupport
4535
+ end
4536
+
4495
4537
  class Subnetwork
4496
4538
  class Representation < Google::Apis::Core::JsonRepresentation; end
4497
4539
 
@@ -5818,6 +5860,7 @@ module Google
5818
5860
  collection :guest_os_features, as: 'guestOsFeatures', class: Google::Apis::ComputeBeta::GuestOsFeature, decorator: Google::Apis::ComputeBeta::GuestOsFeature::Representation
5819
5861
 
5820
5862
  hash :labels, as: 'labels'
5863
+ collection :licenses, as: 'licenses'
5821
5864
  property :multi_writer, as: 'multiWriter'
5822
5865
  property :on_update_action, as: 'onUpdateAction'
5823
5866
  property :provisioned_iops, :numeric_string => true, as: 'provisionedIops'
@@ -6221,6 +6264,7 @@ module Google
6221
6264
  property :security_settings, as: 'securitySettings', class: Google::Apis::ComputeBeta::SecuritySettings, decorator: Google::Apis::ComputeBeta::SecuritySettings::Representation
6222
6265
 
6223
6266
  property :self_link, as: 'selfLink'
6267
+ collection :service_bindings, as: 'serviceBindings'
6224
6268
  property :session_affinity, as: 'sessionAffinity'
6225
6269
  property :subsetting, as: 'subsetting', class: Google::Apis::ComputeBeta::Subsetting, decorator: Google::Apis::ComputeBeta::Subsetting::Representation
6226
6270
 
@@ -6534,6 +6578,7 @@ module Google
6534
6578
  class Commitment
6535
6579
  # @private
6536
6580
  class Representation < Google::Apis::Core::JsonRepresentation
6581
+ property :auto_renew, as: 'autoRenew'
6537
6582
  property :category, as: 'category'
6538
6583
  property :creation_timestamp, as: 'creationTimestamp'
6539
6584
  property :description, as: 'description'
@@ -8320,6 +8365,8 @@ module Google
8320
8365
 
8321
8366
  property :network_performance_config, as: 'networkPerformanceConfig', class: Google::Apis::ComputeBeta::NetworkPerformanceConfig, decorator: Google::Apis::ComputeBeta::NetworkPerformanceConfig::Representation
8322
8367
 
8368
+ property :params, as: 'params', class: Google::Apis::ComputeBeta::InstanceParams, decorator: Google::Apis::ComputeBeta::InstanceParams::Representation
8369
+
8323
8370
  property :post_key_revocation_action_type, as: 'postKeyRevocationActionType'
8324
8371
  property :private_ipv6_google_access, as: 'privateIpv6GoogleAccess'
8325
8372
  property :reservation_affinity, as: 'reservationAffinity', class: Google::Apis::ComputeBeta::ReservationAffinity, decorator: Google::Apis::ComputeBeta::ReservationAffinity::Representation
@@ -9019,6 +9066,13 @@ module Google
9019
9066
  end
9020
9067
  end
9021
9068
 
9069
+ class InstanceParams
9070
+ # @private
9071
+ class Representation < Google::Apis::Core::JsonRepresentation
9072
+ hash :resource_manager_tags, as: 'resourceManagerTags'
9073
+ end
9074
+ end
9075
+
9022
9076
  class InstanceProperties
9023
9077
  # @private
9024
9078
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -9047,6 +9101,7 @@ module Google
9047
9101
  property :private_ipv6_google_access, as: 'privateIpv6GoogleAccess'
9048
9102
  property :reservation_affinity, as: 'reservationAffinity', class: Google::Apis::ComputeBeta::ReservationAffinity, decorator: Google::Apis::ComputeBeta::ReservationAffinity::Representation
9049
9103
 
9104
+ hash :resource_manager_tags, as: 'resourceManagerTags'
9050
9105
  collection :resource_policies, as: 'resourcePolicies'
9051
9106
  property :scheduling, as: 'scheduling', class: Google::Apis::ComputeBeta::Scheduling, decorator: Google::Apis::ComputeBeta::Scheduling::Representation
9052
9107
 
@@ -9312,10 +9367,15 @@ module Google
9312
9367
  class Representation < Google::Apis::Core::JsonRepresentation
9313
9368
  property :admin_enabled, as: 'adminEnabled'
9314
9369
  property :bandwidth, as: 'bandwidth'
9370
+ collection :candidate_ipv6_subnets, as: 'candidateIpv6Subnets'
9315
9371
  collection :candidate_subnets, as: 'candidateSubnets'
9316
9372
  property :cloud_router_ip_address, as: 'cloudRouterIpAddress'
9373
+ property :cloud_router_ipv6_address, as: 'cloudRouterIpv6Address'
9374
+ property :cloud_router_ipv6_interface_id, as: 'cloudRouterIpv6InterfaceId'
9317
9375
  property :creation_timestamp, as: 'creationTimestamp'
9318
9376
  property :customer_router_ip_address, as: 'customerRouterIpAddress'
9377
+ property :customer_router_ipv6_address, as: 'customerRouterIpv6Address'
9378
+ property :customer_router_ipv6_interface_id, as: 'customerRouterIpv6InterfaceId'
9319
9379
  property :dataplane_version, as: 'dataplaneVersion'
9320
9380
  property :description, as: 'description'
9321
9381
  property :edge_availability_domain, as: 'edgeAvailabilityDomain'
@@ -9340,6 +9400,7 @@ module Google
9340
9400
  property :router, as: 'router'
9341
9401
  property :satisfies_pzs, as: 'satisfiesPzs'
9342
9402
  property :self_link, as: 'selfLink'
9403
+ property :stack_type, as: 'stackType'
9343
9404
  property :state, as: 'state'
9344
9405
  property :type, as: 'type'
9345
9406
  property :vlan_tag8021q, as: 'vlanTag8021q'
@@ -9737,6 +9798,7 @@ module Google
9737
9798
  class Representation < Google::Apis::Core::JsonRepresentation
9738
9799
  hash :locations, as: 'locations', class: Google::Apis::ComputeBeta::LocationPolicyLocation, decorator: Google::Apis::ComputeBeta::LocationPolicyLocation::Representation
9739
9800
 
9801
+ property :target_shape, as: 'targetShape'
9740
9802
  end
9741
9803
  end
9742
9804
 
@@ -9800,11 +9862,15 @@ module Google
9800
9862
  property :description, as: 'description'
9801
9863
  property :guest_flush, as: 'guestFlush'
9802
9864
  property :id, :numeric_string => true, as: 'id'
9865
+ property :instance_properties, as: 'instanceProperties', class: Google::Apis::ComputeBeta::InstanceProperties, decorator: Google::Apis::ComputeBeta::InstanceProperties::Representation
9866
+
9803
9867
  property :kind, as: 'kind'
9804
9868
  property :machine_image_encryption_key, as: 'machineImageEncryptionKey', class: Google::Apis::ComputeBeta::CustomerEncryptionKey, decorator: Google::Apis::ComputeBeta::CustomerEncryptionKey::Representation
9805
9869
 
9806
9870
  property :name, as: 'name'
9807
9871
  property :satisfies_pzs, as: 'satisfiesPzs'
9872
+ collection :saved_disks, as: 'savedDisks', class: Google::Apis::ComputeBeta::SavedDisk, decorator: Google::Apis::ComputeBeta::SavedDisk::Representation
9873
+
9808
9874
  property :self_link, as: 'selfLink'
9809
9875
  collection :source_disk_encryption_keys, as: 'sourceDiskEncryptionKeys', class: Google::Apis::ComputeBeta::SourceDiskEncryptionKey, decorator: Google::Apis::ComputeBeta::SourceDiskEncryptionKey::Representation
9810
9876
 
@@ -11420,7 +11486,6 @@ module Google
11420
11486
  collection :bindings, as: 'bindings', class: Google::Apis::ComputeBeta::Binding, decorator: Google::Apis::ComputeBeta::Binding::Representation
11421
11487
 
11422
11488
  property :etag, :base64 => true, as: 'etag'
11423
- property :iam_owned, as: 'iamOwned'
11424
11489
  collection :rules, as: 'rules', class: Google::Apis::ComputeBeta::Rule, decorator: Google::Apis::ComputeBeta::Rule::Representation
11425
11490
 
11426
11491
  property :version, as: 'version'
@@ -11440,6 +11505,10 @@ module Google
11440
11505
  class Representation < Google::Apis::Core::JsonRepresentation
11441
11506
  hash :disks, as: 'disks', class: Google::Apis::ComputeBeta::PreservedStatePreservedDisk, decorator: Google::Apis::ComputeBeta::PreservedStatePreservedDisk::Representation
11442
11507
 
11508
+ hash :external_i_ps, as: 'externalIPs', class: Google::Apis::ComputeBeta::PreservedStatePreservedNetworkIp, decorator: Google::Apis::ComputeBeta::PreservedStatePreservedNetworkIp::Representation
11509
+
11510
+ hash :internal_i_ps, as: 'internalIPs', class: Google::Apis::ComputeBeta::PreservedStatePreservedNetworkIp, decorator: Google::Apis::ComputeBeta::PreservedStatePreservedNetworkIp::Representation
11511
+
11443
11512
  hash :metadata, as: 'metadata'
11444
11513
  end
11445
11514
  end
@@ -11453,6 +11522,23 @@ module Google
11453
11522
  end
11454
11523
  end
11455
11524
 
11525
+ class PreservedStatePreservedNetworkIp
11526
+ # @private
11527
+ class Representation < Google::Apis::Core::JsonRepresentation
11528
+ property :auto_delete, as: 'autoDelete'
11529
+ property :ip_address, as: 'ipAddress', class: Google::Apis::ComputeBeta::PreservedStatePreservedNetworkIpIpAddress, decorator: Google::Apis::ComputeBeta::PreservedStatePreservedNetworkIpIpAddress::Representation
11530
+
11531
+ end
11532
+ end
11533
+
11534
+ class PreservedStatePreservedNetworkIpIpAddress
11535
+ # @private
11536
+ class Representation < Google::Apis::Core::JsonRepresentation
11537
+ property :address, as: 'address'
11538
+ property :literal, as: 'literal'
11539
+ end
11540
+ end
11541
+
11456
11542
  class Project
11457
11543
  # @private
11458
11544
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -12009,6 +12095,14 @@ module Google
12009
12095
  end
12010
12096
  end
12011
12097
 
12098
+ class RegionInstanceGroupManagersResizeAdvancedRequest
12099
+ # @private
12100
+ class Representation < Google::Apis::Core::JsonRepresentation
12101
+ property :no_creation_retries, as: 'noCreationRetries'
12102
+ property :target_size, as: 'targetSize'
12103
+ end
12104
+ end
12105
+
12012
12106
  class RegionInstanceGroupManagersSetAutoHealingRequest
12013
12107
  # @private
12014
12108
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -12721,12 +12815,15 @@ module Google
12721
12815
  property :bfd, as: 'bfd', class: Google::Apis::ComputeBeta::RouterBgpPeerBfd, decorator: Google::Apis::ComputeBeta::RouterBgpPeerBfd::Representation
12722
12816
 
12723
12817
  property :enable, as: 'enable'
12818
+ property :enable_ipv6, as: 'enableIpv6'
12724
12819
  property :interface_name, as: 'interfaceName'
12725
12820
  property :ip_address, as: 'ipAddress'
12821
+ property :ipv6_nexthop_address, as: 'ipv6NexthopAddress'
12726
12822
  property :management_type, as: 'managementType'
12727
12823
  property :name, as: 'name'
12728
12824
  property :peer_asn, as: 'peerAsn'
12729
12825
  property :peer_ip_address, as: 'peerIpAddress'
12826
+ property :peer_ipv6_nexthop_address, as: 'peerIpv6NexthopAddress'
12730
12827
  property :router_appliance_instance, as: 'routerApplianceInstance'
12731
12828
  end
12732
12829
  end
@@ -12791,10 +12888,12 @@ module Google
12791
12888
  # @private
12792
12889
  class Representation < Google::Apis::Core::JsonRepresentation
12793
12890
  collection :drain_nat_ips, as: 'drainNatIps'
12891
+ property :enable_dynamic_port_allocation, as: 'enableDynamicPortAllocation'
12794
12892
  property :enable_endpoint_independent_mapping, as: 'enableEndpointIndependentMapping'
12795
12893
  property :icmp_idle_timeout_sec, as: 'icmpIdleTimeoutSec'
12796
12894
  property :log_config, as: 'logConfig', class: Google::Apis::ComputeBeta::RouterNatLogConfig, decorator: Google::Apis::ComputeBeta::RouterNatLogConfig::Representation
12797
12895
 
12896
+ property :max_ports_per_vm, as: 'maxPortsPerVm'
12798
12897
  property :min_ports_per_vm, as: 'minPortsPerVm'
12799
12898
  property :name, as: 'name'
12800
12899
  property :nat_ip_allocate_option, as: 'natIpAllocateOption'
@@ -13005,6 +13104,16 @@ module Google
13005
13104
  end
13006
13105
  end
13007
13106
 
13107
+ class SavedDisk
13108
+ # @private
13109
+ class Representation < Google::Apis::Core::JsonRepresentation
13110
+ property :kind, as: 'kind'
13111
+ property :source_disk, as: 'sourceDisk'
13112
+ property :storage_bytes, :numeric_string => true, as: 'storageBytes'
13113
+ property :storage_bytes_status, as: 'storageBytesStatus'
13114
+ end
13115
+ end
13116
+
13008
13117
  class ScalingScheduleStatus
13009
13118
  # @private
13010
13119
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -13084,6 +13193,8 @@ module Google
13084
13193
  hash :labels, as: 'labels'
13085
13194
  property :name, as: 'name'
13086
13195
  property :parent, as: 'parent'
13196
+ property :recaptcha_options_config, as: 'recaptchaOptionsConfig', class: Google::Apis::ComputeBeta::SecurityPolicyRecaptchaOptionsConfig, decorator: Google::Apis::ComputeBeta::SecurityPolicyRecaptchaOptionsConfig::Representation
13197
+
13087
13198
  property :rule_tuple_count, as: 'ruleTupleCount'
13088
13199
  collection :rules, as: 'rules', class: Google::Apis::ComputeBeta::SecurityPolicyRule, decorator: Google::Apis::ComputeBeta::SecurityPolicyRule::Representation
13089
13200
 
@@ -13158,6 +13269,13 @@ module Google
13158
13269
  end
13159
13270
  end
13160
13271
 
13272
+ class SecurityPolicyRecaptchaOptionsConfig
13273
+ # @private
13274
+ class Representation < Google::Apis::Core::JsonRepresentation
13275
+ property :redirect_site_key, as: 'redirectSiteKey'
13276
+ end
13277
+ end
13278
+
13161
13279
  class SecurityPolicyReference
13162
13280
  # @private
13163
13281
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -13245,6 +13363,8 @@ module Google
13245
13363
  property :enforce_on_key, as: 'enforceOnKey'
13246
13364
  property :enforce_on_key_name, as: 'enforceOnKeyName'
13247
13365
  property :exceed_action, as: 'exceedAction'
13366
+ property :exceed_redirect_options, as: 'exceedRedirectOptions', class: Google::Apis::ComputeBeta::SecurityPolicyRuleRedirectOptions, decorator: Google::Apis::ComputeBeta::SecurityPolicyRuleRedirectOptions::Representation
13367
+
13248
13368
  property :rate_limit_threshold, as: 'rateLimitThreshold', class: Google::Apis::ComputeBeta::SecurityPolicyRuleRateLimitOptionsThreshold, decorator: Google::Apis::ComputeBeta::SecurityPolicyRuleRateLimitOptionsThreshold::Representation
13249
13369
 
13250
13370
  end
@@ -13312,6 +13432,7 @@ module Google
13312
13432
  collection :consumer_reject_lists, as: 'consumerRejectLists'
13313
13433
  property :creation_timestamp, as: 'creationTimestamp'
13314
13434
  property :description, as: 'description'
13435
+ collection :domain_names, as: 'domainNames'
13315
13436
  property :enable_proxy_protocol, as: 'enableProxyProtocol'
13316
13437
  property :fingerprint, :base64 => true, as: 'fingerprint'
13317
13438
  property :id, :numeric_string => true, as: 'id'
@@ -13870,6 +13991,10 @@ module Google
13870
13991
  class Representation < Google::Apis::Core::JsonRepresentation
13871
13992
  hash :disks, as: 'disks', class: Google::Apis::ComputeBeta::StatefulPolicyPreservedStateDiskDevice, decorator: Google::Apis::ComputeBeta::StatefulPolicyPreservedStateDiskDevice::Representation
13872
13993
 
13994
+ hash :external_i_ps, as: 'externalIPs', class: Google::Apis::ComputeBeta::StatefulPolicyPreservedStateNetworkIp, decorator: Google::Apis::ComputeBeta::StatefulPolicyPreservedStateNetworkIp::Representation
13995
+
13996
+ hash :internal_i_ps, as: 'internalIPs', class: Google::Apis::ComputeBeta::StatefulPolicyPreservedStateNetworkIp, decorator: Google::Apis::ComputeBeta::StatefulPolicyPreservedStateNetworkIp::Representation
13997
+
13873
13998
  end
13874
13999
  end
13875
14000
 
@@ -13880,6 +14005,13 @@ module Google
13880
14005
  end
13881
14006
  end
13882
14007
 
14008
+ class StatefulPolicyPreservedStateNetworkIp
14009
+ # @private
14010
+ class Representation < Google::Apis::Core::JsonRepresentation
14011
+ property :auto_delete, as: 'autoDelete'
14012
+ end
14013
+ end
14014
+
13883
14015
  class Subnetwork
13884
14016
  # @private
13885
14017
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -14043,6 +14175,7 @@ module Google
14043
14175
  # @private
14044
14176
  class Representation < Google::Apis::Core::JsonRepresentation
14045
14177
  property :policy, as: 'policy'
14178
+ property :subset_size, as: 'subsetSize'
14046
14179
  end
14047
14180
  end
14048
14181
 
@@ -15082,6 +15215,7 @@ module Google
15082
15215
  class ValidateUrlMapsRequest
15083
15216
  # @private
15084
15217
  class Representation < Google::Apis::Core::JsonRepresentation
15218
+ collection :load_balancing_schemes, as: 'loadBalancingSchemes'
15085
15219
  property :resource, as: 'resource', class: Google::Apis::ComputeBeta::UrlMap, decorator: Google::Apis::ComputeBeta::UrlMap::Representation
15086
15220
 
15087
15221
  end
@@ -15228,6 +15362,7 @@ module Google
15228
15362
  property :network, as: 'network'
15229
15363
  property :region, as: 'region'
15230
15364
  property :self_link, as: 'selfLink'
15365
+ property :stack_type, as: 'stackType'
15231
15366
  collection :vpn_interfaces, as: 'vpnInterfaces', class: Google::Apis::ComputeBeta::VpnGatewayVpnGatewayInterface, decorator: Google::Apis::ComputeBeta::VpnGatewayVpnGatewayInterface::Representation
15232
15367
 
15233
15368
  end