google-apis-compute_beta 0.66.0 → 0.67.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -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.66.0"
19
+ GEM_VERSION = "0.67.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.12.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20230418"
25
+ REVISION = "20230502"
26
26
  end
27
27
  end
28
28
  end
@@ -2170,6 +2170,12 @@ module Google
2170
2170
  include Google::Apis::Core::JsonObjectSupport
2171
2171
  end
2172
2172
 
2173
+ class InstancesSetSecurityPolicyRequest
2174
+ class Representation < Google::Apis::Core::JsonRepresentation; end
2175
+
2176
+ include Google::Apis::Core::JsonObjectSupport
2177
+ end
2178
+
2173
2179
  class InstancesSetServiceAccountRequest
2174
2180
  class Representation < Google::Apis::Core::JsonRepresentation; end
2175
2181
 
@@ -2218,6 +2224,18 @@ module Google
2218
2224
  include Google::Apis::Core::JsonObjectSupport
2219
2225
  end
2220
2226
 
2227
+ class InterconnectAttachmentConfigurationConstraints
2228
+ class Representation < Google::Apis::Core::JsonRepresentation; end
2229
+
2230
+ include Google::Apis::Core::JsonObjectSupport
2231
+ end
2232
+
2233
+ class InterconnectAttachmentConfigurationConstraintsBgpPeerAsnRange
2234
+ class Representation < Google::Apis::Core::JsonRepresentation; end
2235
+
2236
+ include Google::Apis::Core::JsonObjectSupport
2237
+ end
2238
+
2221
2239
  class InterconnectAttachmentList
2222
2240
  class Representation < Google::Apis::Core::JsonRepresentation; end
2223
2241
 
@@ -2356,6 +2374,48 @@ module Google
2356
2374
  include Google::Apis::Core::JsonObjectSupport
2357
2375
  end
2358
2376
 
2377
+ class InterconnectRemoteLocation
2378
+ class Representation < Google::Apis::Core::JsonRepresentation; end
2379
+
2380
+ include Google::Apis::Core::JsonObjectSupport
2381
+ end
2382
+
2383
+ class InterconnectRemoteLocationConstraints
2384
+ class Representation < Google::Apis::Core::JsonRepresentation; end
2385
+
2386
+ include Google::Apis::Core::JsonObjectSupport
2387
+ end
2388
+
2389
+ class InterconnectRemoteLocationConstraintsSubnetLengthRange
2390
+ class Representation < Google::Apis::Core::JsonRepresentation; end
2391
+
2392
+ include Google::Apis::Core::JsonObjectSupport
2393
+ end
2394
+
2395
+ class InterconnectRemoteLocationList
2396
+ class Representation < Google::Apis::Core::JsonRepresentation; end
2397
+
2398
+ class Warning
2399
+ class Representation < Google::Apis::Core::JsonRepresentation; end
2400
+
2401
+ class Datum
2402
+ class Representation < Google::Apis::Core::JsonRepresentation; end
2403
+
2404
+ include Google::Apis::Core::JsonObjectSupport
2405
+ end
2406
+
2407
+ include Google::Apis::Core::JsonObjectSupport
2408
+ end
2409
+
2410
+ include Google::Apis::Core::JsonObjectSupport
2411
+ end
2412
+
2413
+ class InterconnectRemoteLocationPermittedConnections
2414
+ class Representation < Google::Apis::Core::JsonRepresentation; end
2415
+
2416
+ include Google::Apis::Core::JsonObjectSupport
2417
+ end
2418
+
2359
2419
  class InterconnectsGetDiagnosticsResponse
2360
2420
  class Representation < Google::Apis::Core::JsonRepresentation; end
2361
2421
 
@@ -4636,6 +4696,18 @@ module Google
4636
4696
  include Google::Apis::Core::JsonObjectSupport
4637
4697
  end
4638
4698
 
4699
+ class SecurityPolicyRuleNetworkMatcher
4700
+ class Representation < Google::Apis::Core::JsonRepresentation; end
4701
+
4702
+ include Google::Apis::Core::JsonObjectSupport
4703
+ end
4704
+
4705
+ class SecurityPolicyRuleNetworkMatcherUserDefinedFieldMatch
4706
+ class Representation < Google::Apis::Core::JsonRepresentation; end
4707
+
4708
+ include Google::Apis::Core::JsonObjectSupport
4709
+ end
4710
+
4639
4711
  class SecurityPolicyRulePreconfiguredWafConfig
4640
4712
  class Representation < Google::Apis::Core::JsonRepresentation; end
4641
4713
 
@@ -4678,6 +4750,12 @@ module Google
4678
4750
  include Google::Apis::Core::JsonObjectSupport
4679
4751
  end
4680
4752
 
4753
+ class SecurityPolicyUserDefinedField
4754
+ class Representation < Google::Apis::Core::JsonRepresentation; end
4755
+
4756
+ include Google::Apis::Core::JsonObjectSupport
4757
+ end
4758
+
4681
4759
  class SecuritySettings
4682
4760
  class Representation < Google::Apis::Core::JsonRepresentation; end
4683
4761
 
@@ -6231,6 +6309,7 @@ module Google
6231
6309
  property :nat_ip, as: 'natIP'
6232
6310
  property :network_tier, as: 'networkTier'
6233
6311
  property :public_ptr_domain_name, as: 'publicPtrDomainName'
6312
+ property :security_policy, as: 'securityPolicy'
6234
6313
  property :set_public_ptr, as: 'setPublicPtr'
6235
6314
  property :type, as: 'type'
6236
6315
  end
@@ -6860,6 +6939,7 @@ module Google
6860
6939
 
6861
6940
  property :max_stream_duration, as: 'maxStreamDuration', class: Google::Apis::ComputeBeta::Duration, decorator: Google::Apis::ComputeBeta::Duration::Representation
6862
6941
 
6942
+ hash :metadatas, as: 'metadatas'
6863
6943
  property :name, as: 'name'
6864
6944
  property :network, as: 'network'
6865
6945
  property :outlier_detection, as: 'outlierDetection', class: Google::Apis::ComputeBeta::OutlierDetection, decorator: Google::Apis::ComputeBeta::OutlierDetection::Representation
@@ -7179,6 +7259,7 @@ module Google
7179
7259
  class BulkInsertInstanceResourcePerInstanceProperties
7180
7260
  # @private
7181
7261
  class Representation < Google::Apis::Core::JsonRepresentation
7262
+ property :hostname, as: 'hostname'
7182
7263
  property :name, as: 'name'
7183
7264
  end
7184
7265
  end
@@ -8153,10 +8234,12 @@ module Google
8153
8234
  property :priority, as: 'priority'
8154
8235
  property :rule_name, as: 'ruleName'
8155
8236
  property :rule_tuple_count, as: 'ruleTupleCount'
8237
+ property :security_profile_group, as: 'securityProfileGroup'
8156
8238
  collection :target_resources, as: 'targetResources'
8157
8239
  collection :target_secure_tags, as: 'targetSecureTags', class: Google::Apis::ComputeBeta::FirewallPolicyRuleSecureTag, decorator: Google::Apis::ComputeBeta::FirewallPolicyRuleSecureTag::Representation
8158
8240
 
8159
8241
  collection :target_service_accounts, as: 'targetServiceAccounts'
8242
+ property :tls_inspect, as: 'tlsInspect'
8160
8243
  end
8161
8244
  end
8162
8245
 
@@ -8720,6 +8803,7 @@ module Google
8720
8803
  property :health_check_service, as: 'healthCheckService', class: Google::Apis::ComputeBeta::HealthCheckServiceReference, decorator: Google::Apis::ComputeBeta::HealthCheckServiceReference::Representation
8721
8804
 
8722
8805
  property :health_state, as: 'healthState'
8806
+ property :ipv6_health_state, as: 'ipv6HealthState'
8723
8807
  end
8724
8808
  end
8725
8809
 
@@ -10234,6 +10318,14 @@ module Google
10234
10318
  end
10235
10319
  end
10236
10320
 
10321
+ class InstancesSetSecurityPolicyRequest
10322
+ # @private
10323
+ class Representation < Google::Apis::Core::JsonRepresentation
10324
+ collection :network_interfaces, as: 'networkInterfaces'
10325
+ property :security_policy, as: 'securityPolicy'
10326
+ end
10327
+ end
10328
+
10237
10329
  class InstancesSetServiceAccountRequest
10238
10330
  # @private
10239
10331
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -10284,6 +10376,7 @@ module Google
10284
10376
  property :operational_status, as: 'operationalStatus'
10285
10377
  property :peer_ip_address, as: 'peerIpAddress'
10286
10378
  property :provisioned_link_count, as: 'provisionedLinkCount'
10379
+ property :remote_location, as: 'remoteLocation'
10287
10380
  property :requested_link_count, as: 'requestedLinkCount'
10288
10381
  property :satisfies_pzs, as: 'satisfiesPzs'
10289
10382
  property :self_link, as: 'selfLink'
@@ -10301,6 +10394,8 @@ module Google
10301
10394
  property :cloud_router_ip_address, as: 'cloudRouterIpAddress'
10302
10395
  property :cloud_router_ipv6_address, as: 'cloudRouterIpv6Address'
10303
10396
  property :cloud_router_ipv6_interface_id, as: 'cloudRouterIpv6InterfaceId'
10397
+ property :configuration_constraints, as: 'configurationConstraints', class: Google::Apis::ComputeBeta::InterconnectAttachmentConfigurationConstraints, decorator: Google::Apis::ComputeBeta::InterconnectAttachmentConfigurationConstraints::Representation
10398
+
10304
10399
  property :creation_timestamp, as: 'creationTimestamp'
10305
10400
  property :customer_router_ip_address, as: 'customerRouterIpAddress'
10306
10401
  property :customer_router_ipv6_address, as: 'customerRouterIpv6Address'
@@ -10326,11 +10421,13 @@ module Google
10326
10421
  property :private_interconnect_info, as: 'privateInterconnectInfo', class: Google::Apis::ComputeBeta::InterconnectAttachmentPrivateInfo, decorator: Google::Apis::ComputeBeta::InterconnectAttachmentPrivateInfo::Representation
10327
10422
 
10328
10423
  property :region, as: 'region'
10424
+ property :remote_service, as: 'remoteService'
10329
10425
  property :router, as: 'router'
10330
10426
  property :satisfies_pzs, as: 'satisfiesPzs'
10331
10427
  property :self_link, as: 'selfLink'
10332
10428
  property :stack_type, as: 'stackType'
10333
10429
  property :state, as: 'state'
10430
+ property :subnet_length, as: 'subnetLength'
10334
10431
  property :type, as: 'type'
10335
10432
  property :vlan_tag8021q, as: 'vlanTag8021q'
10336
10433
  end
@@ -10369,6 +10466,23 @@ module Google
10369
10466
  end
10370
10467
  end
10371
10468
 
10469
+ class InterconnectAttachmentConfigurationConstraints
10470
+ # @private
10471
+ class Representation < Google::Apis::Core::JsonRepresentation
10472
+ property :bgp_md5, as: 'bgpMd5'
10473
+ collection :bgp_peer_asn_ranges, as: 'bgpPeerAsnRanges', class: Google::Apis::ComputeBeta::InterconnectAttachmentConfigurationConstraintsBgpPeerAsnRange, decorator: Google::Apis::ComputeBeta::InterconnectAttachmentConfigurationConstraintsBgpPeerAsnRange::Representation
10474
+
10475
+ end
10476
+ end
10477
+
10478
+ class InterconnectAttachmentConfigurationConstraintsBgpPeerAsnRange
10479
+ # @private
10480
+ class Representation < Google::Apis::Core::JsonRepresentation
10481
+ property :max, as: 'max'
10482
+ property :min, as: 'min'
10483
+ end
10484
+ end
10485
+
10372
10486
  class InterconnectAttachmentList
10373
10487
  # @private
10374
10488
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -10619,6 +10733,92 @@ module Google
10619
10733
  end
10620
10734
  end
10621
10735
 
10736
+ class InterconnectRemoteLocation
10737
+ # @private
10738
+ class Representation < Google::Apis::Core::JsonRepresentation
10739
+ property :address, as: 'address'
10740
+ property :attachment_configuration_constraints, as: 'attachmentConfigurationConstraints', class: Google::Apis::ComputeBeta::InterconnectAttachmentConfigurationConstraints, decorator: Google::Apis::ComputeBeta::InterconnectAttachmentConfigurationConstraints::Representation
10741
+
10742
+ property :city, as: 'city'
10743
+ property :constraints, as: 'constraints', class: Google::Apis::ComputeBeta::InterconnectRemoteLocationConstraints, decorator: Google::Apis::ComputeBeta::InterconnectRemoteLocationConstraints::Representation
10744
+
10745
+ property :continent, as: 'continent'
10746
+ property :creation_timestamp, as: 'creationTimestamp'
10747
+ property :description, as: 'description'
10748
+ property :facility_provider, as: 'facilityProvider'
10749
+ property :facility_provider_facility_id, as: 'facilityProviderFacilityId'
10750
+ property :id, :numeric_string => true, as: 'id'
10751
+ property :kind, as: 'kind'
10752
+ property :lacp, as: 'lacp'
10753
+ property :max_lag_size100_gbps, as: 'maxLagSize100Gbps'
10754
+ property :max_lag_size10_gbps, as: 'maxLagSize10Gbps'
10755
+ property :name, as: 'name'
10756
+ property :peeringdb_facility_id, as: 'peeringdbFacilityId'
10757
+ collection :permitted_connections, as: 'permittedConnections', class: Google::Apis::ComputeBeta::InterconnectRemoteLocationPermittedConnections, decorator: Google::Apis::ComputeBeta::InterconnectRemoteLocationPermittedConnections::Representation
10758
+
10759
+ property :remote_service, as: 'remoteService'
10760
+ property :self_link, as: 'selfLink'
10761
+ property :status, as: 'status'
10762
+ end
10763
+ end
10764
+
10765
+ class InterconnectRemoteLocationConstraints
10766
+ # @private
10767
+ class Representation < Google::Apis::Core::JsonRepresentation
10768
+ property :port_pair_remote_location, as: 'portPairRemoteLocation'
10769
+ property :port_pair_vlan, as: 'portPairVlan'
10770
+ property :subnet_length_range, as: 'subnetLengthRange', class: Google::Apis::ComputeBeta::InterconnectRemoteLocationConstraintsSubnetLengthRange, decorator: Google::Apis::ComputeBeta::InterconnectRemoteLocationConstraintsSubnetLengthRange::Representation
10771
+
10772
+ end
10773
+ end
10774
+
10775
+ class InterconnectRemoteLocationConstraintsSubnetLengthRange
10776
+ # @private
10777
+ class Representation < Google::Apis::Core::JsonRepresentation
10778
+ property :max, as: 'max'
10779
+ property :min, as: 'min'
10780
+ end
10781
+ end
10782
+
10783
+ class InterconnectRemoteLocationList
10784
+ # @private
10785
+ class Representation < Google::Apis::Core::JsonRepresentation
10786
+ property :id, as: 'id'
10787
+ collection :items, as: 'items', class: Google::Apis::ComputeBeta::InterconnectRemoteLocation, decorator: Google::Apis::ComputeBeta::InterconnectRemoteLocation::Representation
10788
+
10789
+ property :kind, as: 'kind'
10790
+ property :next_page_token, as: 'nextPageToken'
10791
+ property :self_link, as: 'selfLink'
10792
+ property :warning, as: 'warning', class: Google::Apis::ComputeBeta::InterconnectRemoteLocationList::Warning, decorator: Google::Apis::ComputeBeta::InterconnectRemoteLocationList::Warning::Representation
10793
+
10794
+ end
10795
+
10796
+ class Warning
10797
+ # @private
10798
+ class Representation < Google::Apis::Core::JsonRepresentation
10799
+ property :code, as: 'code'
10800
+ collection :data, as: 'data', class: Google::Apis::ComputeBeta::InterconnectRemoteLocationList::Warning::Datum, decorator: Google::Apis::ComputeBeta::InterconnectRemoteLocationList::Warning::Datum::Representation
10801
+
10802
+ property :message, as: 'message'
10803
+ end
10804
+
10805
+ class Datum
10806
+ # @private
10807
+ class Representation < Google::Apis::Core::JsonRepresentation
10808
+ property :key, as: 'key'
10809
+ property :value, as: 'value'
10810
+ end
10811
+ end
10812
+ end
10813
+ end
10814
+
10815
+ class InterconnectRemoteLocationPermittedConnections
10816
+ # @private
10817
+ class Representation < Google::Apis::Core::JsonRepresentation
10818
+ property :interconnect_location, as: 'interconnectLocation'
10819
+ end
10820
+ end
10821
+
10622
10822
  class InterconnectsGetDiagnosticsResponse
10623
10823
  # @private
10624
10824
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -11354,6 +11554,7 @@ module Google
11354
11554
  property :fqdn, as: 'fqdn'
11355
11555
  property :instance, as: 'instance'
11356
11556
  property :ip_address, as: 'ipAddress'
11557
+ property :ipv6_address, as: 'ipv6Address'
11357
11558
  property :port, as: 'port'
11358
11559
  end
11359
11560
  end
@@ -14607,6 +14808,8 @@ module Google
14607
14808
  property :self_link, as: 'selfLink'
14608
14809
  property :self_link_with_id, as: 'selfLinkWithId'
14609
14810
  property :type, as: 'type'
14811
+ collection :user_defined_fields, as: 'userDefinedFields', class: Google::Apis::ComputeBeta::SecurityPolicyUserDefinedField, decorator: Google::Apis::ComputeBeta::SecurityPolicyUserDefinedField::Representation
14812
+
14610
14813
  end
14611
14814
  end
14612
14815
 
@@ -14730,6 +14933,8 @@ module Google
14730
14933
  property :kind, as: 'kind'
14731
14934
  property :match, as: 'match', class: Google::Apis::ComputeBeta::SecurityPolicyRuleMatcher, decorator: Google::Apis::ComputeBeta::SecurityPolicyRuleMatcher::Representation
14732
14935
 
14936
+ property :network_match, as: 'networkMatch', class: Google::Apis::ComputeBeta::SecurityPolicyRuleNetworkMatcher, decorator: Google::Apis::ComputeBeta::SecurityPolicyRuleNetworkMatcher::Representation
14937
+
14733
14938
  property :preconfigured_waf_config, as: 'preconfiguredWafConfig', class: Google::Apis::ComputeBeta::SecurityPolicyRulePreconfiguredWafConfig, decorator: Google::Apis::ComputeBeta::SecurityPolicyRulePreconfiguredWafConfig::Representation
14734
14939
 
14735
14940
  property :preview, as: 'preview'
@@ -14790,6 +14995,29 @@ module Google
14790
14995
  end
14791
14996
  end
14792
14997
 
14998
+ class SecurityPolicyRuleNetworkMatcher
14999
+ # @private
15000
+ class Representation < Google::Apis::Core::JsonRepresentation
15001
+ collection :dest_ip_ranges, as: 'destIpRanges'
15002
+ collection :dest_ports, as: 'destPorts'
15003
+ collection :ip_protocols, as: 'ipProtocols'
15004
+ collection :src_asns, as: 'srcAsns'
15005
+ collection :src_ip_ranges, as: 'srcIpRanges'
15006
+ collection :src_ports, as: 'srcPorts'
15007
+ collection :src_region_codes, as: 'srcRegionCodes'
15008
+ collection :user_defined_fields, as: 'userDefinedFields', class: Google::Apis::ComputeBeta::SecurityPolicyRuleNetworkMatcherUserDefinedFieldMatch, decorator: Google::Apis::ComputeBeta::SecurityPolicyRuleNetworkMatcherUserDefinedFieldMatch::Representation
15009
+
15010
+ end
15011
+ end
15012
+
15013
+ class SecurityPolicyRuleNetworkMatcherUserDefinedFieldMatch
15014
+ # @private
15015
+ class Representation < Google::Apis::Core::JsonRepresentation
15016
+ property :name, as: 'name'
15017
+ collection :values, as: 'values'
15018
+ end
15019
+ end
15020
+
14793
15021
  class SecurityPolicyRulePreconfiguredWafConfig
14794
15022
  # @private
14795
15023
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -14865,6 +15093,17 @@ module Google
14865
15093
  end
14866
15094
  end
14867
15095
 
15096
+ class SecurityPolicyUserDefinedField
15097
+ # @private
15098
+ class Representation < Google::Apis::Core::JsonRepresentation
15099
+ property :base, as: 'base'
15100
+ property :mask, as: 'mask'
15101
+ property :name, as: 'name'
15102
+ property :offset, as: 'offset'
15103
+ property :size, as: 'size'
15104
+ end
15105
+ end
15106
+
14868
15107
  class SecuritySettings
14869
15108
  # @private
14870
15109
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -16062,6 +16301,7 @@ module Google
16062
16301
  property :name, as: 'name'
16063
16302
  property :nat_policy, as: 'natPolicy'
16064
16303
  property :network, as: 'network'
16304
+ property :security_policy, as: 'securityPolicy'
16065
16305
  property :self_link, as: 'selfLink'
16066
16306
  property :zone, as: 'zone'
16067
16307
  end
@@ -16173,6 +16413,7 @@ module Google
16173
16413
  property :kind, as: 'kind'
16174
16414
  property :name, as: 'name'
16175
16415
  property :region, as: 'region'
16416
+ property :security_policy, as: 'securityPolicy'
16176
16417
  property :self_link, as: 'selfLink'
16177
16418
  property :session_affinity, as: 'sessionAffinity'
16178
16419
  end