google-apis-compute_beta 0.5.0 → 0.10.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.5.0"
19
+ GEM_VERSION = "0.10.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.1.2"
22
+ GENERATOR_VERSION = "0.2.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210209"
25
+ REVISION = "20210505"
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
 
@@ -4114,12 +4126,24 @@ module Google
4114
4126
  include Google::Apis::Core::JsonObjectSupport
4115
4127
  end
4116
4128
 
4129
+ class ServiceAttachmentConnectedEndpoint
4130
+ class Representation < Google::Apis::Core::JsonRepresentation; end
4131
+
4132
+ include Google::Apis::Core::JsonObjectSupport
4133
+ end
4134
+
4117
4135
  class ServiceAttachmentConsumerForwardingRule
4118
4136
  class Representation < Google::Apis::Core::JsonRepresentation; end
4119
4137
 
4120
4138
  include Google::Apis::Core::JsonObjectSupport
4121
4139
  end
4122
4140
 
4141
+ class ServiceAttachmentConsumerProjectLimit
4142
+ class Representation < Google::Apis::Core::JsonRepresentation; end
4143
+
4144
+ include Google::Apis::Core::JsonObjectSupport
4145
+ end
4146
+
4123
4147
  class ServiceAttachmentList
4124
4148
  class Representation < Google::Apis::Core::JsonRepresentation; end
4125
4149
 
@@ -4474,6 +4498,12 @@ module Google
4474
4498
  include Google::Apis::Core::JsonObjectSupport
4475
4499
  end
4476
4500
 
4501
+ class Subsetting
4502
+ class Representation < Google::Apis::Core::JsonRepresentation; end
4503
+
4504
+ include Google::Apis::Core::JsonObjectSupport
4505
+ end
4506
+
4477
4507
  class TcpHealthCheck
4478
4508
  class Representation < Google::Apis::Core::JsonRepresentation; end
4479
4509
 
@@ -4954,6 +4984,12 @@ module Google
4954
4984
  include Google::Apis::Core::JsonObjectSupport
4955
4985
  end
4956
4986
 
4987
+ class Uint128
4988
+ class Representation < Google::Apis::Core::JsonRepresentation; end
4989
+
4990
+ include Google::Apis::Core::JsonObjectSupport
4991
+ end
4992
+
4957
4993
  class UrlMap
4958
4994
  class Representation < Google::Apis::Core::JsonRepresentation; end
4959
4995
 
@@ -5476,6 +5512,8 @@ module Google
5476
5512
  class AccessConfig
5477
5513
  # @private
5478
5514
  class Representation < Google::Apis::Core::JsonRepresentation
5515
+ property :external_ipv6, as: 'externalIpv6'
5516
+ property :external_ipv6_prefix_length, as: 'externalIpv6PrefixLength'
5479
5517
  property :kind, as: 'kind'
5480
5518
  property :name, as: 'name'
5481
5519
  property :nat_ip, as: 'natIP'
@@ -5608,6 +5646,7 @@ module Google
5608
5646
  # @private
5609
5647
  class Representation < Google::Apis::Core::JsonRepresentation
5610
5648
  property :enable_nested_virtualization, as: 'enableNestedVirtualization'
5649
+ property :threads_per_core, as: 'threadsPerCore'
5611
5650
  end
5612
5651
  end
5613
5652
 
@@ -5636,6 +5675,8 @@ module Google
5636
5675
 
5637
5676
  property :location_hint, as: 'locationHint'
5638
5677
  property :machine_type, as: 'machineType'
5678
+ property :maintenance_freeze_duration_hours, as: 'maintenanceFreezeDurationHours'
5679
+ property :maintenance_interval, as: 'maintenanceInterval'
5639
5680
  property :min_cpu_platform, as: 'minCpuPlatform'
5640
5681
  end
5641
5682
  end
@@ -5966,6 +6007,8 @@ module Google
5966
6007
  class Representation < Google::Apis::Core::JsonRepresentation
5967
6008
  collection :bypass_cache_on_request_headers, as: 'bypassCacheOnRequestHeaders', class: Google::Apis::ComputeBeta::BackendBucketCdnPolicyBypassCacheOnRequestHeader, decorator: Google::Apis::ComputeBeta::BackendBucketCdnPolicyBypassCacheOnRequestHeader::Representation
5968
6009
 
6010
+ property :cache_key_policy, as: 'cacheKeyPolicy', class: Google::Apis::ComputeBeta::BackendBucketCdnPolicyCacheKeyPolicy, decorator: Google::Apis::ComputeBeta::BackendBucketCdnPolicyCacheKeyPolicy::Representation
6011
+
5969
6012
  property :cache_mode, as: 'cacheMode'
5970
6013
  property :client_ttl, as: 'clientTtl'
5971
6014
  property :default_ttl, as: 'defaultTtl'
@@ -5987,6 +6030,14 @@ module Google
5987
6030
  end
5988
6031
  end
5989
6032
 
6033
+ class BackendBucketCdnPolicyCacheKeyPolicy
6034
+ # @private
6035
+ class Representation < Google::Apis::Core::JsonRepresentation
6036
+ collection :include_http_headers, as: 'includeHttpHeaders'
6037
+ collection :query_string_whitelist, as: 'queryStringWhitelist'
6038
+ end
6039
+ end
6040
+
5990
6041
  class BackendBucketCdnPolicyNegativeCachingPolicy
5991
6042
  # @private
5992
6043
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -6060,6 +6111,8 @@ module Google
6060
6111
  property :locality_lb_policy, as: 'localityLbPolicy'
6061
6112
  property :log_config, as: 'logConfig', class: Google::Apis::ComputeBeta::BackendServiceLogConfig, decorator: Google::Apis::ComputeBeta::BackendServiceLogConfig::Representation
6062
6113
 
6114
+ property :max_stream_duration, as: 'maxStreamDuration', class: Google::Apis::ComputeBeta::Duration, decorator: Google::Apis::ComputeBeta::Duration::Representation
6115
+
6063
6116
  property :name, as: 'name'
6064
6117
  property :network, as: 'network'
6065
6118
  property :outlier_detection, as: 'outlierDetection', class: Google::Apis::ComputeBeta::OutlierDetection, decorator: Google::Apis::ComputeBeta::OutlierDetection::Representation
@@ -6073,6 +6126,8 @@ module Google
6073
6126
 
6074
6127
  property :self_link, as: 'selfLink'
6075
6128
  property :session_affinity, as: 'sessionAffinity'
6129
+ property :subsetting, as: 'subsetting', class: Google::Apis::ComputeBeta::Subsetting, decorator: Google::Apis::ComputeBeta::Subsetting::Representation
6130
+
6076
6131
  property :timeout_sec, as: 'timeoutSec'
6077
6132
  end
6078
6133
  end
@@ -6357,6 +6412,8 @@ module Google
6357
6412
  # @private
6358
6413
  class Representation < Google::Apis::Core::JsonRepresentation
6359
6414
  property :include_host, as: 'includeHost'
6415
+ collection :include_http_headers, as: 'includeHttpHeaders'
6416
+ collection :include_named_cookies, as: 'includeNamedCookies'
6360
6417
  property :include_protocol, as: 'includeProtocol'
6361
6418
  property :include_query_string, as: 'includeQueryString'
6362
6419
  collection :query_string_blacklist, as: 'queryStringBlacklist'
@@ -7141,6 +7198,7 @@ module Google
7141
7198
 
7142
7199
  property :self_link, as: 'selfLink'
7143
7200
  property :self_link_with_id, as: 'selfLinkWithId'
7201
+ property :short_name, as: 'shortName'
7144
7202
  end
7145
7203
  end
7146
7204
 
@@ -7151,6 +7209,7 @@ module Google
7151
7209
  property :display_name, as: 'displayName'
7152
7210
  property :firewall_policy_id, as: 'firewallPolicyId'
7153
7211
  property :name, as: 'name'
7212
+ property :short_name, as: 'shortName'
7154
7213
  end
7155
7214
  end
7156
7215
 
@@ -7199,7 +7258,6 @@ module Google
7199
7258
  property :priority, as: 'priority'
7200
7259
  property :rule_tuple_count, as: 'ruleTupleCount'
7201
7260
  collection :target_resources, as: 'targetResources'
7202
- collection :target_secure_labels, as: 'targetSecureLabels'
7203
7261
  collection :target_service_accounts, as: 'targetServiceAccounts'
7204
7262
  end
7205
7263
  end
@@ -7211,7 +7269,6 @@ module Google
7211
7269
  collection :layer4_configs, as: 'layer4Configs', class: Google::Apis::ComputeBeta::FirewallPolicyRuleMatcherLayer4Config, decorator: Google::Apis::ComputeBeta::FirewallPolicyRuleMatcherLayer4Config::Representation
7212
7270
 
7213
7271
  collection :src_ip_ranges, as: 'srcIpRanges'
7214
- collection :src_secure_labels, as: 'srcSecureLabels'
7215
7272
  end
7216
7273
  end
7217
7274
 
@@ -7258,6 +7315,7 @@ module Google
7258
7315
  property :port_range, as: 'portRange'
7259
7316
  collection :ports, as: 'ports'
7260
7317
  property :psc_connection_id, :numeric_string => true, as: 'pscConnectionId'
7318
+ property :psc_connection_status, as: 'pscConnectionStatus'
7261
7319
  property :region, as: 'region'
7262
7320
  property :self_link, as: 'selfLink'
7263
7321
  collection :service_directory_registrations, as: 'serviceDirectoryRegistrations', class: Google::Apis::ComputeBeta::ForwardingRuleServiceDirectoryRegistration, decorator: Google::Apis::ComputeBeta::ForwardingRuleServiceDirectoryRegistration::Representation
@@ -7711,6 +7769,8 @@ module Google
7711
7769
  # @private
7712
7770
  class Representation < Google::Apis::Core::JsonRepresentation
7713
7771
  hash :annotations, as: 'annotations'
7772
+ property :forwarding_rule, as: 'forwardingRule'
7773
+ property :forwarding_rule_ip, as: 'forwardingRuleIp'
7714
7774
  property :health_state, as: 'healthState'
7715
7775
  property :instance, as: 'instance'
7716
7776
  property :ip_address, as: 'ipAddress'
@@ -7906,6 +7966,8 @@ module Google
7906
7966
 
7907
7967
  property :fault_injection_policy, as: 'faultInjectionPolicy', class: Google::Apis::ComputeBeta::HttpFaultInjection, decorator: Google::Apis::ComputeBeta::HttpFaultInjection::Representation
7908
7968
 
7969
+ property :max_stream_duration, as: 'maxStreamDuration', class: Google::Apis::ComputeBeta::Duration, decorator: Google::Apis::ComputeBeta::Duration::Representation
7970
+
7909
7971
  property :request_mirror_policy, as: 'requestMirrorPolicy', class: Google::Apis::ComputeBeta::RequestMirrorPolicy, decorator: Google::Apis::ComputeBeta::RequestMirrorPolicy::Representation
7910
7972
 
7911
7973
  property :retry_policy, as: 'retryPolicy', class: Google::Apis::ComputeBeta::HttpRetryPolicy, decorator: Google::Apis::ComputeBeta::HttpRetryPolicy::Representation
@@ -8061,6 +8123,14 @@ module Google
8061
8123
  end
8062
8124
  end
8063
8125
 
8126
+ class ImageFamilyView
8127
+ # @private
8128
+ class Representation < Google::Apis::Core::JsonRepresentation
8129
+ property :image, as: 'image', class: Google::Apis::ComputeBeta::Image, decorator: Google::Apis::ComputeBeta::Image::Representation
8130
+
8131
+ end
8132
+ end
8133
+
8064
8134
  class ImageList
8065
8135
  # @private
8066
8136
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -8144,6 +8214,7 @@ module Google
8144
8214
 
8145
8215
  property :network_performance_config, as: 'networkPerformanceConfig', class: Google::Apis::ComputeBeta::NetworkPerformanceConfig, decorator: Google::Apis::ComputeBeta::NetworkPerformanceConfig::Representation
8146
8216
 
8217
+ property :post_key_revocation_action_type, as: 'postKeyRevocationActionType'
8147
8218
  property :private_ipv6_google_access, as: 'privateIpv6GoogleAccess'
8148
8219
  property :reservation_affinity, as: 'reservationAffinity', class: Google::Apis::ComputeBeta::ReservationAffinity, decorator: Google::Apis::ComputeBeta::ReservationAffinity::Representation
8149
8220
 
@@ -8464,6 +8535,7 @@ module Google
8464
8535
 
8465
8536
  property :min_ready_sec, as: 'minReadySec'
8466
8537
  property :minimal_action, as: 'minimalAction'
8538
+ property :most_disruptive_allowed_action, as: 'mostDisruptiveAllowedAction'
8467
8539
  property :replacement_method, as: 'replacementMethod'
8468
8540
  property :type, as: 'type'
8469
8541
  end
@@ -8974,6 +9046,7 @@ module Google
8974
9046
  property :name, as: 'name'
8975
9047
  collection :rules, as: 'rules', class: Google::Apis::ComputeBeta::FirewallPolicyRule, decorator: Google::Apis::ComputeBeta::FirewallPolicyRule::Representation
8976
9048
 
9049
+ property :short_name, as: 'shortName'
8977
9050
  property :type, as: 'type'
8978
9051
  end
8979
9052
  end
@@ -9138,9 +9211,11 @@ module Google
9138
9211
  property :dataplane_version, as: 'dataplaneVersion'
9139
9212
  property :description, as: 'description'
9140
9213
  property :edge_availability_domain, as: 'edgeAvailabilityDomain'
9214
+ property :encryption, as: 'encryption'
9141
9215
  property :google_reference_id, as: 'googleReferenceId'
9142
9216
  property :id, :numeric_string => true, as: 'id'
9143
9217
  property :interconnect, as: 'interconnect'
9218
+ collection :ipsec_internal_addresses, as: 'ipsecInternalAddresses'
9144
9219
  property :kind, as: 'kind'
9145
9220
  property :label_fingerprint, :base64 => true, as: 'labelFingerprint'
9146
9221
  hash :labels, as: 'labels'
@@ -10162,12 +10237,16 @@ module Google
10162
10237
  collection :alias_ip_ranges, as: 'aliasIpRanges', class: Google::Apis::ComputeBeta::AliasIpRange, decorator: Google::Apis::ComputeBeta::AliasIpRange::Representation
10163
10238
 
10164
10239
  property :fingerprint, :base64 => true, as: 'fingerprint'
10240
+ collection :ipv6_access_configs, as: 'ipv6AccessConfigs', class: Google::Apis::ComputeBeta::AccessConfig, decorator: Google::Apis::ComputeBeta::AccessConfig::Representation
10241
+
10242
+ property :ipv6_access_type, as: 'ipv6AccessType'
10165
10243
  property :ipv6_address, as: 'ipv6Address'
10166
10244
  property :kind, as: 'kind'
10167
10245
  property :name, as: 'name'
10168
10246
  property :network, as: 'network'
10169
10247
  property :network_ip, as: 'networkIP'
10170
10248
  property :nic_type, as: 'nicType'
10249
+ property :stack_type, as: 'stackType'
10171
10250
  property :subnetwork, as: 'subnetwork'
10172
10251
  end
10173
10252
  end
@@ -10265,6 +10344,7 @@ module Google
10265
10344
  property :name, as: 'name'
10266
10345
  collection :rules, as: 'rules', class: Google::Apis::ComputeBeta::FirewallPolicyRule, decorator: Google::Apis::ComputeBeta::FirewallPolicyRule::Representation
10267
10346
 
10347
+ property :short_name, as: 'shortName'
10268
10348
  property :type, as: 'type'
10269
10349
  end
10270
10350
  end
@@ -12417,6 +12497,7 @@ module Google
12417
12497
 
12418
12498
  property :creation_timestamp, as: 'creationTimestamp'
12419
12499
  property :description, as: 'description'
12500
+ property :encrypted_interconnect_router, as: 'encryptedInterconnectRouter'
12420
12501
  property :id, :numeric_string => true, as: 'id'
12421
12502
  collection :interfaces, as: 'interfaces', class: Google::Apis::ComputeBeta::RouterInterface, decorator: Google::Apis::ComputeBeta::RouterInterface::Representation
12422
12503
 
@@ -12500,6 +12581,7 @@ module Google
12500
12581
  property :name, as: 'name'
12501
12582
  property :peer_asn, as: 'peerAsn'
12502
12583
  property :peer_ip_address, as: 'peerIpAddress'
12584
+ property :router_appliance_instance, as: 'routerApplianceInstance'
12503
12585
  end
12504
12586
  end
12505
12587
 
@@ -12521,6 +12603,9 @@ module Google
12521
12603
  property :linked_vpn_tunnel, as: 'linkedVpnTunnel'
12522
12604
  property :management_type, as: 'managementType'
12523
12605
  property :name, as: 'name'
12606
+ property :private_ip_address, as: 'privateIpAddress'
12607
+ property :redundant_interface, as: 'redundantInterface'
12608
+ property :subnetwork, as: 'subnetwork'
12524
12609
  end
12525
12610
  end
12526
12611
 
@@ -12621,6 +12706,7 @@ module Google
12621
12706
  property :name, as: 'name'
12622
12707
  property :num_learned_routes, as: 'numLearnedRoutes'
12623
12708
  property :peer_ip_address, as: 'peerIpAddress'
12709
+ property :router_appliance_instance, as: 'routerApplianceInstance'
12624
12710
  property :state, as: 'state'
12625
12711
  property :status, as: 'status'
12626
12712
  property :uptime, as: 'uptime'
@@ -12752,6 +12838,8 @@ module Google
12752
12838
  class Representation < Google::Apis::Core::JsonRepresentation
12753
12839
  property :automatic_restart, as: 'automaticRestart'
12754
12840
  property :location_hint, as: 'locationHint'
12841
+ property :maintenance_freeze_duration_hours, as: 'maintenanceFreezeDurationHours'
12842
+ property :maintenance_interval, as: 'maintenanceInterval'
12755
12843
  property :min_node_cpus, as: 'minNodeCpus'
12756
12844
  collection :node_affinities, as: 'nodeAffinities', class: Google::Apis::ComputeBeta::SchedulingNodeAffinity, decorator: Google::Apis::ComputeBeta::SchedulingNodeAffinity::Representation
12757
12845
 
@@ -12969,19 +13057,28 @@ module Google
12969
13057
  class ServiceAttachment
12970
13058
  # @private
12971
13059
  class Representation < Google::Apis::Core::JsonRepresentation
13060
+ collection :connected_endpoints, as: 'connectedEndpoints', class: Google::Apis::ComputeBeta::ServiceAttachmentConnectedEndpoint, decorator: Google::Apis::ComputeBeta::ServiceAttachmentConnectedEndpoint::Representation
13061
+
12972
13062
  property :connection_preference, as: 'connectionPreference'
13063
+ collection :consumer_accept_lists, as: 'consumerAcceptLists', class: Google::Apis::ComputeBeta::ServiceAttachmentConsumerProjectLimit, decorator: Google::Apis::ComputeBeta::ServiceAttachmentConsumerProjectLimit::Representation
13064
+
12973
13065
  collection :consumer_forwarding_rules, as: 'consumerForwardingRules', class: Google::Apis::ComputeBeta::ServiceAttachmentConsumerForwardingRule, decorator: Google::Apis::ComputeBeta::ServiceAttachmentConsumerForwardingRule::Representation
12974
13066
 
13067
+ collection :consumer_reject_lists, as: 'consumerRejectLists'
12975
13068
  property :creation_timestamp, as: 'creationTimestamp'
12976
13069
  property :description, as: 'description'
12977
13070
  property :enable_proxy_protocol, as: 'enableProxyProtocol'
13071
+ property :fingerprint, :base64 => true, as: 'fingerprint'
12978
13072
  property :id, :numeric_string => true, as: 'id'
12979
13073
  property :kind, as: 'kind'
12980
13074
  property :name, as: 'name'
12981
13075
  collection :nat_subnets, as: 'natSubnets'
12982
13076
  property :producer_forwarding_rule, as: 'producerForwardingRule'
13077
+ property :psc_service_attachment_id, as: 'pscServiceAttachmentId', class: Google::Apis::ComputeBeta::Uint128, decorator: Google::Apis::ComputeBeta::Uint128::Representation
13078
+
12983
13079
  property :region, as: 'region'
12984
13080
  property :self_link, as: 'selfLink'
13081
+ property :target_service, as: 'targetService'
12985
13082
  end
12986
13083
  end
12987
13084
 
@@ -13018,14 +13115,33 @@ module Google
13018
13115
  end
13019
13116
  end
13020
13117
 
13118
+ class ServiceAttachmentConnectedEndpoint
13119
+ # @private
13120
+ class Representation < Google::Apis::Core::JsonRepresentation
13121
+ property :endpoint, as: 'endpoint'
13122
+ property :forwarding_rule, as: 'forwardingRule'
13123
+ property :psc_connection_id, :numeric_string => true, as: 'pscConnectionId'
13124
+ property :status, as: 'status'
13125
+ end
13126
+ end
13127
+
13021
13128
  class ServiceAttachmentConsumerForwardingRule
13022
13129
  # @private
13023
13130
  class Representation < Google::Apis::Core::JsonRepresentation
13024
13131
  property :forwarding_rule, as: 'forwardingRule'
13132
+ property :psc_connection_id, :numeric_string => true, as: 'pscConnectionId'
13025
13133
  property :status, as: 'status'
13026
13134
  end
13027
13135
  end
13028
13136
 
13137
+ class ServiceAttachmentConsumerProjectLimit
13138
+ # @private
13139
+ class Representation < Google::Apis::Core::JsonRepresentation
13140
+ property :connection_limit, as: 'connectionLimit'
13141
+ property :project_id_or_num, as: 'projectIdOrNum'
13142
+ end
13143
+ end
13144
+
13029
13145
  class ServiceAttachmentList
13030
13146
  # @private
13031
13147
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -13061,7 +13177,7 @@ module Google
13061
13177
  class ServiceAttachmentsScopedList
13062
13178
  # @private
13063
13179
  class Representation < Google::Apis::Core::JsonRepresentation
13064
- collection :resources, as: 'resources', class: Google::Apis::ComputeBeta::ServiceAttachment, decorator: Google::Apis::ComputeBeta::ServiceAttachment::Representation
13180
+ collection :service_attachments, as: 'serviceAttachments', class: Google::Apis::ComputeBeta::ServiceAttachment, decorator: Google::Apis::ComputeBeta::ServiceAttachment::Representation
13065
13181
 
13066
13182
  property :warning, as: 'warning', class: Google::Apis::ComputeBeta::ServiceAttachmentsScopedList::Warning, decorator: Google::Apis::ComputeBeta::ServiceAttachmentsScopedList::Warning::Representation
13067
13183
 
@@ -13518,10 +13634,12 @@ module Google
13518
13634
  property :creation_timestamp, as: 'creationTimestamp'
13519
13635
  property :description, as: 'description'
13520
13636
  property :enable_flow_logs, as: 'enableFlowLogs'
13637
+ property :external_ipv6_prefix, as: 'externalIpv6Prefix'
13521
13638
  property :fingerprint, :base64 => true, as: 'fingerprint'
13522
13639
  property :gateway_address, as: 'gatewayAddress'
13523
13640
  property :id, :numeric_string => true, as: 'id'
13524
13641
  property :ip_cidr_range, as: 'ipCidrRange'
13642
+ property :ipv6_access_type, as: 'ipv6AccessType'
13525
13643
  property :ipv6_cidr_range, as: 'ipv6CidrRange'
13526
13644
  property :kind, as: 'kind'
13527
13645
  property :log_config, as: 'logConfig', class: Google::Apis::ComputeBeta::SubnetworkLogConfig, decorator: Google::Apis::ComputeBeta::SubnetworkLogConfig::Representation
@@ -13536,6 +13654,7 @@ module Google
13536
13654
  collection :secondary_ip_ranges, as: 'secondaryIpRanges', class: Google::Apis::ComputeBeta::SubnetworkSecondaryRange, decorator: Google::Apis::ComputeBeta::SubnetworkSecondaryRange::Representation
13537
13655
 
13538
13656
  property :self_link, as: 'selfLink'
13657
+ property :stack_type, as: 'stackType'
13539
13658
  property :state, as: 'state'
13540
13659
  end
13541
13660
  end
@@ -13667,6 +13786,13 @@ module Google
13667
13786
  end
13668
13787
  end
13669
13788
 
13789
+ class Subsetting
13790
+ # @private
13791
+ class Representation < Google::Apis::Core::JsonRepresentation
13792
+ property :policy, as: 'policy'
13793
+ end
13794
+ end
13795
+
13670
13796
  class TcpHealthCheck
13671
13797
  # @private
13672
13798
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -13895,6 +14021,7 @@ module Google
13895
14021
  property :authorization_policy, as: 'authorizationPolicy'
13896
14022
  property :creation_timestamp, as: 'creationTimestamp'
13897
14023
  property :description, as: 'description'
14024
+ property :fingerprint, :base64 => true, as: 'fingerprint'
13898
14025
  collection :http_filters, as: 'httpFilters'
13899
14026
  property :id, :numeric_string => true, as: 'id'
13900
14027
  property :kind, as: 'kind'
@@ -14515,6 +14642,14 @@ module Google
14515
14642
  end
14516
14643
  end
14517
14644
 
14645
+ class Uint128
14646
+ # @private
14647
+ class Representation < Google::Apis::Core::JsonRepresentation
14648
+ property :high, :numeric_string => true, as: 'high'
14649
+ property :low, :numeric_string => true, as: 'low'
14650
+ end
14651
+ end
14652
+
14518
14653
  class UrlMap
14519
14654
  # @private
14520
14655
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -14935,6 +15070,7 @@ module Google
14935
15070
  # @private
14936
15071
  class Representation < Google::Apis::Core::JsonRepresentation
14937
15072
  property :id, as: 'id'
15073
+ property :interconnect_attachment, as: 'interconnectAttachment'
14938
15074
  property :ip_address, as: 'ipAddress'
14939
15075
  end
14940
15076
  end