google-apis-compute_beta 0.6.0 → 0.11.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.6.0"
19
+ GEM_VERSION = "0.11.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.2.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210301"
25
+ REVISION = "20210518"
26
26
  end
27
27
  end
28
28
  end
@@ -346,6 +346,12 @@ module Google
346
346
  include Google::Apis::Core::JsonObjectSupport
347
347
  end
348
348
 
349
+ class BackendBucketCdnPolicyCacheKeyPolicy
350
+ class Representation < Google::Apis::Core::JsonRepresentation; end
351
+
352
+ include Google::Apis::Core::JsonObjectSupport
353
+ end
354
+
349
355
  class BackendBucketCdnPolicyNegativeCachingPolicy
350
356
  class Representation < Google::Apis::Core::JsonRepresentation; end
351
357
 
@@ -1402,6 +1408,12 @@ module Google
1402
1408
  include Google::Apis::Core::JsonObjectSupport
1403
1409
  end
1404
1410
 
1411
+ class ImageFamilyView
1412
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1413
+
1414
+ include Google::Apis::Core::JsonObjectSupport
1415
+ end
1416
+
1405
1417
  class ImageList
1406
1418
  class Representation < Google::Apis::Core::JsonRepresentation; end
1407
1419
 
@@ -4012,6 +4024,12 @@ module Google
4012
4024
  include Google::Apis::Core::JsonObjectSupport
4013
4025
  end
4014
4026
 
4027
+ class SecurityPolicyAdvancedOptionsConfig
4028
+ class Representation < Google::Apis::Core::JsonRepresentation; end
4029
+
4030
+ include Google::Apis::Core::JsonObjectSupport
4031
+ end
4032
+
4015
4033
  class SecurityPolicyAssociation
4016
4034
  class Representation < Google::Apis::Core::JsonRepresentation; end
4017
4035
 
@@ -4114,12 +4132,24 @@ module Google
4114
4132
  include Google::Apis::Core::JsonObjectSupport
4115
4133
  end
4116
4134
 
4135
+ class ServiceAttachmentConnectedEndpoint
4136
+ class Representation < Google::Apis::Core::JsonRepresentation; end
4137
+
4138
+ include Google::Apis::Core::JsonObjectSupport
4139
+ end
4140
+
4117
4141
  class ServiceAttachmentConsumerForwardingRule
4118
4142
  class Representation < Google::Apis::Core::JsonRepresentation; end
4119
4143
 
4120
4144
  include Google::Apis::Core::JsonObjectSupport
4121
4145
  end
4122
4146
 
4147
+ class ServiceAttachmentConsumerProjectLimit
4148
+ class Representation < Google::Apis::Core::JsonRepresentation; end
4149
+
4150
+ include Google::Apis::Core::JsonObjectSupport
4151
+ end
4152
+
4123
4153
  class ServiceAttachmentList
4124
4154
  class Representation < Google::Apis::Core::JsonRepresentation; end
4125
4155
 
@@ -4960,6 +4990,12 @@ module Google
4960
4990
  include Google::Apis::Core::JsonObjectSupport
4961
4991
  end
4962
4992
 
4993
+ class Uint128
4994
+ class Representation < Google::Apis::Core::JsonRepresentation; end
4995
+
4996
+ include Google::Apis::Core::JsonObjectSupport
4997
+ end
4998
+
4963
4999
  class UrlMap
4964
5000
  class Representation < Google::Apis::Core::JsonRepresentation; end
4965
5001
 
@@ -5482,6 +5518,8 @@ module Google
5482
5518
  class AccessConfig
5483
5519
  # @private
5484
5520
  class Representation < Google::Apis::Core::JsonRepresentation
5521
+ property :external_ipv6, as: 'externalIpv6'
5522
+ property :external_ipv6_prefix_length, as: 'externalIpv6PrefixLength'
5485
5523
  property :kind, as: 'kind'
5486
5524
  property :name, as: 'name'
5487
5525
  property :nat_ip, as: 'natIP'
@@ -5614,6 +5652,7 @@ module Google
5614
5652
  # @private
5615
5653
  class Representation < Google::Apis::Core::JsonRepresentation
5616
5654
  property :enable_nested_virtualization, as: 'enableNestedVirtualization'
5655
+ property :threads_per_core, as: 'threadsPerCore'
5617
5656
  end
5618
5657
  end
5619
5658
 
@@ -5642,6 +5681,8 @@ module Google
5642
5681
 
5643
5682
  property :location_hint, as: 'locationHint'
5644
5683
  property :machine_type, as: 'machineType'
5684
+ property :maintenance_freeze_duration_hours, as: 'maintenanceFreezeDurationHours'
5685
+ property :maintenance_interval, as: 'maintenanceInterval'
5645
5686
  property :min_cpu_platform, as: 'minCpuPlatform'
5646
5687
  end
5647
5688
  end
@@ -5956,9 +5997,11 @@ module Google
5956
5997
  property :bucket_name, as: 'bucketName'
5957
5998
  property :cdn_policy, as: 'cdnPolicy', class: Google::Apis::ComputeBeta::BackendBucketCdnPolicy, decorator: Google::Apis::ComputeBeta::BackendBucketCdnPolicy::Representation
5958
5999
 
6000
+ property :compression_mode, as: 'compressionMode'
5959
6001
  property :creation_timestamp, as: 'creationTimestamp'
5960
6002
  collection :custom_response_headers, as: 'customResponseHeaders'
5961
6003
  property :description, as: 'description'
6004
+ property :edge_security_policy, as: 'edgeSecurityPolicy'
5962
6005
  property :enable_cdn, as: 'enableCdn'
5963
6006
  property :id, :numeric_string => true, as: 'id'
5964
6007
  property :kind, as: 'kind'
@@ -5972,6 +6015,8 @@ module Google
5972
6015
  class Representation < Google::Apis::Core::JsonRepresentation
5973
6016
  collection :bypass_cache_on_request_headers, as: 'bypassCacheOnRequestHeaders', class: Google::Apis::ComputeBeta::BackendBucketCdnPolicyBypassCacheOnRequestHeader, decorator: Google::Apis::ComputeBeta::BackendBucketCdnPolicyBypassCacheOnRequestHeader::Representation
5974
6017
 
6018
+ property :cache_key_policy, as: 'cacheKeyPolicy', class: Google::Apis::ComputeBeta::BackendBucketCdnPolicyCacheKeyPolicy, decorator: Google::Apis::ComputeBeta::BackendBucketCdnPolicyCacheKeyPolicy::Representation
6019
+
5975
6020
  property :cache_mode, as: 'cacheMode'
5976
6021
  property :client_ttl, as: 'clientTtl'
5977
6022
  property :default_ttl, as: 'defaultTtl'
@@ -5993,6 +6038,14 @@ module Google
5993
6038
  end
5994
6039
  end
5995
6040
 
6041
+ class BackendBucketCdnPolicyCacheKeyPolicy
6042
+ # @private
6043
+ class Representation < Google::Apis::Core::JsonRepresentation
6044
+ collection :include_http_headers, as: 'includeHttpHeaders'
6045
+ collection :query_string_whitelist, as: 'queryStringWhitelist'
6046
+ end
6047
+ end
6048
+
5996
6049
  class BackendBucketCdnPolicyNegativeCachingPolicy
5997
6050
  # @private
5998
6051
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -6043,6 +6096,7 @@ module Google
6043
6096
 
6044
6097
  property :circuit_breakers, as: 'circuitBreakers', class: Google::Apis::ComputeBeta::CircuitBreakers, decorator: Google::Apis::ComputeBeta::CircuitBreakers::Representation
6045
6098
 
6099
+ property :compression_mode, as: 'compressionMode'
6046
6100
  property :connection_draining, as: 'connectionDraining', class: Google::Apis::ComputeBeta::ConnectionDraining, decorator: Google::Apis::ComputeBeta::ConnectionDraining::Representation
6047
6101
 
6048
6102
  property :connection_tracking_policy, as: 'connectionTrackingPolicy', class: Google::Apis::ComputeBeta::BackendServiceConnectionTrackingPolicy, decorator: Google::Apis::ComputeBeta::BackendServiceConnectionTrackingPolicy::Representation
@@ -6053,6 +6107,7 @@ module Google
6053
6107
  collection :custom_request_headers, as: 'customRequestHeaders'
6054
6108
  collection :custom_response_headers, as: 'customResponseHeaders'
6055
6109
  property :description, as: 'description'
6110
+ property :edge_security_policy, as: 'edgeSecurityPolicy'
6056
6111
  property :enable_cdn, as: 'enableCDN'
6057
6112
  property :failover_policy, as: 'failoverPolicy', class: Google::Apis::ComputeBeta::BackendServiceFailoverPolicy, decorator: Google::Apis::ComputeBeta::BackendServiceFailoverPolicy::Representation
6058
6113
 
@@ -6066,6 +6121,8 @@ module Google
6066
6121
  property :locality_lb_policy, as: 'localityLbPolicy'
6067
6122
  property :log_config, as: 'logConfig', class: Google::Apis::ComputeBeta::BackendServiceLogConfig, decorator: Google::Apis::ComputeBeta::BackendServiceLogConfig::Representation
6068
6123
 
6124
+ property :max_stream_duration, as: 'maxStreamDuration', class: Google::Apis::ComputeBeta::Duration, decorator: Google::Apis::ComputeBeta::Duration::Representation
6125
+
6069
6126
  property :name, as: 'name'
6070
6127
  property :network, as: 'network'
6071
6128
  property :outlier_detection, as: 'outlierDetection', class: Google::Apis::ComputeBeta::OutlierDetection, decorator: Google::Apis::ComputeBeta::OutlierDetection::Representation
@@ -6365,6 +6422,8 @@ module Google
6365
6422
  # @private
6366
6423
  class Representation < Google::Apis::Core::JsonRepresentation
6367
6424
  property :include_host, as: 'includeHost'
6425
+ collection :include_http_headers, as: 'includeHttpHeaders'
6426
+ collection :include_named_cookies, as: 'includeNamedCookies'
6368
6427
  property :include_protocol, as: 'includeProtocol'
6369
6428
  property :include_query_string, as: 'includeQueryString'
6370
6429
  collection :query_string_blacklist, as: 'queryStringBlacklist'
@@ -7149,6 +7208,7 @@ module Google
7149
7208
 
7150
7209
  property :self_link, as: 'selfLink'
7151
7210
  property :self_link_with_id, as: 'selfLinkWithId'
7211
+ property :short_name, as: 'shortName'
7152
7212
  end
7153
7213
  end
7154
7214
 
@@ -7159,6 +7219,7 @@ module Google
7159
7219
  property :display_name, as: 'displayName'
7160
7220
  property :firewall_policy_id, as: 'firewallPolicyId'
7161
7221
  property :name, as: 'name'
7222
+ property :short_name, as: 'shortName'
7162
7223
  end
7163
7224
  end
7164
7225
 
@@ -7207,7 +7268,6 @@ module Google
7207
7268
  property :priority, as: 'priority'
7208
7269
  property :rule_tuple_count, as: 'ruleTupleCount'
7209
7270
  collection :target_resources, as: 'targetResources'
7210
- collection :target_secure_labels, as: 'targetSecureLabels'
7211
7271
  collection :target_service_accounts, as: 'targetServiceAccounts'
7212
7272
  end
7213
7273
  end
@@ -7219,7 +7279,6 @@ module Google
7219
7279
  collection :layer4_configs, as: 'layer4Configs', class: Google::Apis::ComputeBeta::FirewallPolicyRuleMatcherLayer4Config, decorator: Google::Apis::ComputeBeta::FirewallPolicyRuleMatcherLayer4Config::Representation
7220
7280
 
7221
7281
  collection :src_ip_ranges, as: 'srcIpRanges'
7222
- collection :src_secure_labels, as: 'srcSecureLabels'
7223
7282
  end
7224
7283
  end
7225
7284
 
@@ -7266,6 +7325,7 @@ module Google
7266
7325
  property :port_range, as: 'portRange'
7267
7326
  collection :ports, as: 'ports'
7268
7327
  property :psc_connection_id, :numeric_string => true, as: 'pscConnectionId'
7328
+ property :psc_connection_status, as: 'pscConnectionStatus'
7269
7329
  property :region, as: 'region'
7270
7330
  property :self_link, as: 'selfLink'
7271
7331
  collection :service_directory_registrations, as: 'serviceDirectoryRegistrations', class: Google::Apis::ComputeBeta::ForwardingRuleServiceDirectoryRegistration, decorator: Google::Apis::ComputeBeta::ForwardingRuleServiceDirectoryRegistration::Representation
@@ -7719,6 +7779,8 @@ module Google
7719
7779
  # @private
7720
7780
  class Representation < Google::Apis::Core::JsonRepresentation
7721
7781
  hash :annotations, as: 'annotations'
7782
+ property :forwarding_rule, as: 'forwardingRule'
7783
+ property :forwarding_rule_ip, as: 'forwardingRuleIp'
7722
7784
  property :health_state, as: 'healthState'
7723
7785
  property :instance, as: 'instance'
7724
7786
  property :ip_address, as: 'ipAddress'
@@ -7914,6 +7976,8 @@ module Google
7914
7976
 
7915
7977
  property :fault_injection_policy, as: 'faultInjectionPolicy', class: Google::Apis::ComputeBeta::HttpFaultInjection, decorator: Google::Apis::ComputeBeta::HttpFaultInjection::Representation
7916
7978
 
7979
+ property :max_stream_duration, as: 'maxStreamDuration', class: Google::Apis::ComputeBeta::Duration, decorator: Google::Apis::ComputeBeta::Duration::Representation
7980
+
7917
7981
  property :request_mirror_policy, as: 'requestMirrorPolicy', class: Google::Apis::ComputeBeta::RequestMirrorPolicy, decorator: Google::Apis::ComputeBeta::RequestMirrorPolicy::Representation
7918
7982
 
7919
7983
  property :retry_policy, as: 'retryPolicy', class: Google::Apis::ComputeBeta::HttpRetryPolicy, decorator: Google::Apis::ComputeBeta::HttpRetryPolicy::Representation
@@ -8069,6 +8133,14 @@ module Google
8069
8133
  end
8070
8134
  end
8071
8135
 
8136
+ class ImageFamilyView
8137
+ # @private
8138
+ class Representation < Google::Apis::Core::JsonRepresentation
8139
+ property :image, as: 'image', class: Google::Apis::ComputeBeta::Image, decorator: Google::Apis::ComputeBeta::Image::Representation
8140
+
8141
+ end
8142
+ end
8143
+
8072
8144
  class ImageList
8073
8145
  # @private
8074
8146
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -8473,6 +8545,7 @@ module Google
8473
8545
 
8474
8546
  property :min_ready_sec, as: 'minReadySec'
8475
8547
  property :minimal_action, as: 'minimalAction'
8548
+ property :most_disruptive_allowed_action, as: 'mostDisruptiveAllowedAction'
8476
8549
  property :replacement_method, as: 'replacementMethod'
8477
8550
  property :type, as: 'type'
8478
8551
  end
@@ -8983,6 +9056,7 @@ module Google
8983
9056
  property :name, as: 'name'
8984
9057
  collection :rules, as: 'rules', class: Google::Apis::ComputeBeta::FirewallPolicyRule, decorator: Google::Apis::ComputeBeta::FirewallPolicyRule::Representation
8985
9058
 
9059
+ property :short_name, as: 'shortName'
8986
9060
  property :type, as: 'type'
8987
9061
  end
8988
9062
  end
@@ -9147,9 +9221,11 @@ module Google
9147
9221
  property :dataplane_version, as: 'dataplaneVersion'
9148
9222
  property :description, as: 'description'
9149
9223
  property :edge_availability_domain, as: 'edgeAvailabilityDomain'
9224
+ property :encryption, as: 'encryption'
9150
9225
  property :google_reference_id, as: 'googleReferenceId'
9151
9226
  property :id, :numeric_string => true, as: 'id'
9152
9227
  property :interconnect, as: 'interconnect'
9228
+ collection :ipsec_internal_addresses, as: 'ipsecInternalAddresses'
9153
9229
  property :kind, as: 'kind'
9154
9230
  property :label_fingerprint, :base64 => true, as: 'labelFingerprint'
9155
9231
  hash :labels, as: 'labels'
@@ -10171,12 +10247,16 @@ module Google
10171
10247
  collection :alias_ip_ranges, as: 'aliasIpRanges', class: Google::Apis::ComputeBeta::AliasIpRange, decorator: Google::Apis::ComputeBeta::AliasIpRange::Representation
10172
10248
 
10173
10249
  property :fingerprint, :base64 => true, as: 'fingerprint'
10250
+ collection :ipv6_access_configs, as: 'ipv6AccessConfigs', class: Google::Apis::ComputeBeta::AccessConfig, decorator: Google::Apis::ComputeBeta::AccessConfig::Representation
10251
+
10252
+ property :ipv6_access_type, as: 'ipv6AccessType'
10174
10253
  property :ipv6_address, as: 'ipv6Address'
10175
10254
  property :kind, as: 'kind'
10176
10255
  property :name, as: 'name'
10177
10256
  property :network, as: 'network'
10178
10257
  property :network_ip, as: 'networkIP'
10179
10258
  property :nic_type, as: 'nicType'
10259
+ property :stack_type, as: 'stackType'
10180
10260
  property :subnetwork, as: 'subnetwork'
10181
10261
  end
10182
10262
  end
@@ -10274,6 +10354,7 @@ module Google
10274
10354
  property :name, as: 'name'
10275
10355
  collection :rules, as: 'rules', class: Google::Apis::ComputeBeta::FirewallPolicyRule, decorator: Google::Apis::ComputeBeta::FirewallPolicyRule::Representation
10276
10356
 
10357
+ property :short_name, as: 'shortName'
10277
10358
  property :type, as: 'type'
10278
10359
  end
10279
10360
  end
@@ -12426,6 +12507,7 @@ module Google
12426
12507
 
12427
12508
  property :creation_timestamp, as: 'creationTimestamp'
12428
12509
  property :description, as: 'description'
12510
+ property :encrypted_interconnect_router, as: 'encryptedInterconnectRouter'
12429
12511
  property :id, :numeric_string => true, as: 'id'
12430
12512
  collection :interfaces, as: 'interfaces', class: Google::Apis::ComputeBeta::RouterInterface, decorator: Google::Apis::ComputeBeta::RouterInterface::Representation
12431
12513
 
@@ -12509,6 +12591,7 @@ module Google
12509
12591
  property :name, as: 'name'
12510
12592
  property :peer_asn, as: 'peerAsn'
12511
12593
  property :peer_ip_address, as: 'peerIpAddress'
12594
+ property :router_appliance_instance, as: 'routerApplianceInstance'
12512
12595
  end
12513
12596
  end
12514
12597
 
@@ -12530,6 +12613,9 @@ module Google
12530
12613
  property :linked_vpn_tunnel, as: 'linkedVpnTunnel'
12531
12614
  property :management_type, as: 'managementType'
12532
12615
  property :name, as: 'name'
12616
+ property :private_ip_address, as: 'privateIpAddress'
12617
+ property :redundant_interface, as: 'redundantInterface'
12618
+ property :subnetwork, as: 'subnetwork'
12533
12619
  end
12534
12620
  end
12535
12621
 
@@ -12630,6 +12716,7 @@ module Google
12630
12716
  property :name, as: 'name'
12631
12717
  property :num_learned_routes, as: 'numLearnedRoutes'
12632
12718
  property :peer_ip_address, as: 'peerIpAddress'
12719
+ property :router_appliance_instance, as: 'routerApplianceInstance'
12633
12720
  property :state, as: 'state'
12634
12721
  property :status, as: 'status'
12635
12722
  property :uptime, as: 'uptime'
@@ -12760,7 +12847,10 @@ module Google
12760
12847
  # @private
12761
12848
  class Representation < Google::Apis::Core::JsonRepresentation
12762
12849
  property :automatic_restart, as: 'automaticRestart'
12850
+ property :host_error_timeout_seconds, as: 'hostErrorTimeoutSeconds'
12763
12851
  property :location_hint, as: 'locationHint'
12852
+ property :maintenance_freeze_duration_hours, as: 'maintenanceFreezeDurationHours'
12853
+ property :maintenance_interval, as: 'maintenanceInterval'
12764
12854
  property :min_node_cpus, as: 'minNodeCpus'
12765
12855
  collection :node_affinities, as: 'nodeAffinities', class: Google::Apis::ComputeBeta::SchedulingNodeAffinity, decorator: Google::Apis::ComputeBeta::SchedulingNodeAffinity::Representation
12766
12856
 
@@ -12807,6 +12897,8 @@ module Google
12807
12897
  class Representation < Google::Apis::Core::JsonRepresentation
12808
12898
  property :adaptive_protection_config, as: 'adaptiveProtectionConfig', class: Google::Apis::ComputeBeta::SecurityPolicyAdaptiveProtectionConfig, decorator: Google::Apis::ComputeBeta::SecurityPolicyAdaptiveProtectionConfig::Representation
12809
12899
 
12900
+ property :advanced_options_config, as: 'advancedOptionsConfig', class: Google::Apis::ComputeBeta::SecurityPolicyAdvancedOptionsConfig, decorator: Google::Apis::ComputeBeta::SecurityPolicyAdvancedOptionsConfig::Representation
12901
+
12810
12902
  collection :associations, as: 'associations', class: Google::Apis::ComputeBeta::SecurityPolicyAssociation, decorator: Google::Apis::ComputeBeta::SecurityPolicyAssociation::Representation
12811
12903
 
12812
12904
  property :creation_timestamp, as: 'creationTimestamp'
@@ -12844,6 +12936,14 @@ module Google
12844
12936
  end
12845
12937
  end
12846
12938
 
12939
+ class SecurityPolicyAdvancedOptionsConfig
12940
+ # @private
12941
+ class Representation < Google::Apis::Core::JsonRepresentation
12942
+ property :json_parsing, as: 'jsonParsing'
12943
+ property :log_level, as: 'logLevel'
12944
+ end
12945
+ end
12946
+
12847
12947
  class SecurityPolicyAssociation
12848
12948
  # @private
12849
12949
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -12978,19 +13078,28 @@ module Google
12978
13078
  class ServiceAttachment
12979
13079
  # @private
12980
13080
  class Representation < Google::Apis::Core::JsonRepresentation
13081
+ collection :connected_endpoints, as: 'connectedEndpoints', class: Google::Apis::ComputeBeta::ServiceAttachmentConnectedEndpoint, decorator: Google::Apis::ComputeBeta::ServiceAttachmentConnectedEndpoint::Representation
13082
+
12981
13083
  property :connection_preference, as: 'connectionPreference'
13084
+ collection :consumer_accept_lists, as: 'consumerAcceptLists', class: Google::Apis::ComputeBeta::ServiceAttachmentConsumerProjectLimit, decorator: Google::Apis::ComputeBeta::ServiceAttachmentConsumerProjectLimit::Representation
13085
+
12982
13086
  collection :consumer_forwarding_rules, as: 'consumerForwardingRules', class: Google::Apis::ComputeBeta::ServiceAttachmentConsumerForwardingRule, decorator: Google::Apis::ComputeBeta::ServiceAttachmentConsumerForwardingRule::Representation
12983
13087
 
13088
+ collection :consumer_reject_lists, as: 'consumerRejectLists'
12984
13089
  property :creation_timestamp, as: 'creationTimestamp'
12985
13090
  property :description, as: 'description'
12986
13091
  property :enable_proxy_protocol, as: 'enableProxyProtocol'
13092
+ property :fingerprint, :base64 => true, as: 'fingerprint'
12987
13093
  property :id, :numeric_string => true, as: 'id'
12988
13094
  property :kind, as: 'kind'
12989
13095
  property :name, as: 'name'
12990
13096
  collection :nat_subnets, as: 'natSubnets'
12991
13097
  property :producer_forwarding_rule, as: 'producerForwardingRule'
13098
+ property :psc_service_attachment_id, as: 'pscServiceAttachmentId', class: Google::Apis::ComputeBeta::Uint128, decorator: Google::Apis::ComputeBeta::Uint128::Representation
13099
+
12992
13100
  property :region, as: 'region'
12993
13101
  property :self_link, as: 'selfLink'
13102
+ property :target_service, as: 'targetService'
12994
13103
  end
12995
13104
  end
12996
13105
 
@@ -13027,14 +13136,33 @@ module Google
13027
13136
  end
13028
13137
  end
13029
13138
 
13139
+ class ServiceAttachmentConnectedEndpoint
13140
+ # @private
13141
+ class Representation < Google::Apis::Core::JsonRepresentation
13142
+ property :endpoint, as: 'endpoint'
13143
+ property :forwarding_rule, as: 'forwardingRule'
13144
+ property :psc_connection_id, :numeric_string => true, as: 'pscConnectionId'
13145
+ property :status, as: 'status'
13146
+ end
13147
+ end
13148
+
13030
13149
  class ServiceAttachmentConsumerForwardingRule
13031
13150
  # @private
13032
13151
  class Representation < Google::Apis::Core::JsonRepresentation
13033
13152
  property :forwarding_rule, as: 'forwardingRule'
13153
+ property :psc_connection_id, :numeric_string => true, as: 'pscConnectionId'
13034
13154
  property :status, as: 'status'
13035
13155
  end
13036
13156
  end
13037
13157
 
13158
+ class ServiceAttachmentConsumerProjectLimit
13159
+ # @private
13160
+ class Representation < Google::Apis::Core::JsonRepresentation
13161
+ property :connection_limit, as: 'connectionLimit'
13162
+ property :project_id_or_num, as: 'projectIdOrNum'
13163
+ end
13164
+ end
13165
+
13038
13166
  class ServiceAttachmentList
13039
13167
  # @private
13040
13168
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -13070,7 +13198,7 @@ module Google
13070
13198
  class ServiceAttachmentsScopedList
13071
13199
  # @private
13072
13200
  class Representation < Google::Apis::Core::JsonRepresentation
13073
- collection :resources, as: 'resources', class: Google::Apis::ComputeBeta::ServiceAttachment, decorator: Google::Apis::ComputeBeta::ServiceAttachment::Representation
13201
+ collection :service_attachments, as: 'serviceAttachments', class: Google::Apis::ComputeBeta::ServiceAttachment, decorator: Google::Apis::ComputeBeta::ServiceAttachment::Representation
13074
13202
 
13075
13203
  property :warning, as: 'warning', class: Google::Apis::ComputeBeta::ServiceAttachmentsScopedList::Warning, decorator: Google::Apis::ComputeBeta::ServiceAttachmentsScopedList::Warning::Representation
13076
13204
 
@@ -13527,10 +13655,12 @@ module Google
13527
13655
  property :creation_timestamp, as: 'creationTimestamp'
13528
13656
  property :description, as: 'description'
13529
13657
  property :enable_flow_logs, as: 'enableFlowLogs'
13658
+ property :external_ipv6_prefix, as: 'externalIpv6Prefix'
13530
13659
  property :fingerprint, :base64 => true, as: 'fingerprint'
13531
13660
  property :gateway_address, as: 'gatewayAddress'
13532
13661
  property :id, :numeric_string => true, as: 'id'
13533
13662
  property :ip_cidr_range, as: 'ipCidrRange'
13663
+ property :ipv6_access_type, as: 'ipv6AccessType'
13534
13664
  property :ipv6_cidr_range, as: 'ipv6CidrRange'
13535
13665
  property :kind, as: 'kind'
13536
13666
  property :log_config, as: 'logConfig', class: Google::Apis::ComputeBeta::SubnetworkLogConfig, decorator: Google::Apis::ComputeBeta::SubnetworkLogConfig::Representation
@@ -13545,6 +13675,7 @@ module Google
13545
13675
  collection :secondary_ip_ranges, as: 'secondaryIpRanges', class: Google::Apis::ComputeBeta::SubnetworkSecondaryRange, decorator: Google::Apis::ComputeBeta::SubnetworkSecondaryRange::Representation
13546
13676
 
13547
13677
  property :self_link, as: 'selfLink'
13678
+ property :stack_type, as: 'stackType'
13548
13679
  property :state, as: 'state'
13549
13680
  end
13550
13681
  end
@@ -14532,6 +14663,14 @@ module Google
14532
14663
  end
14533
14664
  end
14534
14665
 
14666
+ class Uint128
14667
+ # @private
14668
+ class Representation < Google::Apis::Core::JsonRepresentation
14669
+ property :high, :numeric_string => true, as: 'high'
14670
+ property :low, :numeric_string => true, as: 'low'
14671
+ end
14672
+ end
14673
+
14535
14674
  class UrlMap
14536
14675
  # @private
14537
14676
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -14952,6 +15091,7 @@ module Google
14952
15091
  # @private
14953
15092
  class Representation < Google::Apis::Core::JsonRepresentation
14954
15093
  property :id, as: 'id'
15094
+ property :interconnect_attachment, as: 'interconnectAttachment'
14955
15095
  property :ip_address, as: 'ipAddress'
14956
15096
  end
14957
15097
  end