google-apis-compute_v1 0.129.0 → 0.131.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.
@@ -3658,6 +3658,12 @@ module Google
3658
3658
  include Google::Apis::Core::JsonObjectSupport
3659
3659
  end
3660
3660
 
3661
+ class NetworkProfileProfileType
3662
+ class Representation < Google::Apis::Core::JsonRepresentation; end
3663
+
3664
+ include Google::Apis::Core::JsonObjectSupport
3665
+ end
3666
+
3661
3667
  class NetworkProfilesListResponse
3662
3668
  class Representation < Google::Apis::Core::JsonRepresentation; end
3663
3669
 
@@ -5296,6 +5302,12 @@ module Google
5296
5302
  include Google::Apis::Core::JsonObjectSupport
5297
5303
  end
5298
5304
 
5305
+ class RouterParams
5306
+ class Representation < Google::Apis::Core::JsonRepresentation; end
5307
+
5308
+ include Google::Apis::Core::JsonObjectSupport
5309
+ end
5310
+
5299
5311
  class RouterStatus
5300
5312
  class Representation < Google::Apis::Core::JsonRepresentation; end
5301
5313
 
@@ -6274,6 +6286,24 @@ module Google
6274
6286
  include Google::Apis::Core::JsonObjectSupport
6275
6287
  end
6276
6288
 
6289
+ class SubnetworkUtilizationDetails
6290
+ class Representation < Google::Apis::Core::JsonRepresentation; end
6291
+
6292
+ include Google::Apis::Core::JsonObjectSupport
6293
+ end
6294
+
6295
+ class SubnetworkUtilizationDetailsIpv4Utilization
6296
+ class Representation < Google::Apis::Core::JsonRepresentation; end
6297
+
6298
+ include Google::Apis::Core::JsonObjectSupport
6299
+ end
6300
+
6301
+ class SubnetworkUtilizationDetailsIpv6Utilization
6302
+ class Representation < Google::Apis::Core::JsonRepresentation; end
6303
+
6304
+ include Google::Apis::Core::JsonObjectSupport
6305
+ end
6306
+
6277
6307
  class SubnetworksExpandIpCidrRangeRequest
6278
6308
  class Representation < Google::Apis::Core::JsonRepresentation; end
6279
6309
 
@@ -7150,6 +7180,12 @@ module Google
7150
7180
  include Google::Apis::Core::JsonObjectSupport
7151
7181
  end
7152
7182
 
7183
+ class VpnTunnelCipherSuite
7184
+ class Representation < Google::Apis::Core::JsonRepresentation; end
7185
+
7186
+ include Google::Apis::Core::JsonObjectSupport
7187
+ end
7188
+
7153
7189
  class VpnTunnelList
7154
7190
  class Representation < Google::Apis::Core::JsonRepresentation; end
7155
7191
 
@@ -7168,6 +7204,18 @@ module Google
7168
7204
  include Google::Apis::Core::JsonObjectSupport
7169
7205
  end
7170
7206
 
7207
+ class VpnTunnelPhase1Algorithms
7208
+ class Representation < Google::Apis::Core::JsonRepresentation; end
7209
+
7210
+ include Google::Apis::Core::JsonObjectSupport
7211
+ end
7212
+
7213
+ class VpnTunnelPhase2Algorithms
7214
+ class Representation < Google::Apis::Core::JsonRepresentation; end
7215
+
7216
+ include Google::Apis::Core::JsonObjectSupport
7217
+ end
7218
+
7171
7219
  class VpnTunnelsScopedList
7172
7220
  class Representation < Google::Apis::Core::JsonRepresentation; end
7173
7221
 
@@ -11561,6 +11609,8 @@ module Google
11561
11609
  class InstanceParams
11562
11610
  # @private
11563
11611
  class Representation < Google::Apis::Core::JsonRepresentation
11612
+ property :request_valid_for_duration, as: 'requestValidForDuration', class: Google::Apis::ComputeV1::Duration, decorator: Google::Apis::ComputeV1::Duration::Representation
11613
+
11564
11614
  hash :resource_manager_tags, as: 'resourceManagerTags'
11565
11615
  end
11566
11616
  end
@@ -12807,6 +12857,7 @@ module Google
12807
12857
  collection :region_infos, as: 'regionInfos', class: Google::Apis::ComputeV1::InterconnectLocationRegionInfo, decorator: Google::Apis::ComputeV1::InterconnectLocationRegionInfo::Representation
12808
12858
 
12809
12859
  property :self_link, as: 'selfLink'
12860
+ collection :single_region_production_critical_peer_locations, as: 'singleRegionProductionCriticalPeerLocations'
12810
12861
  property :status, as: 'status'
12811
12862
  property :supports_pzs, as: 'supportsPzs'
12812
12863
  end
@@ -12921,6 +12972,7 @@ module Google
12921
12972
  property :lacp, as: 'lacp'
12922
12973
  property :max_lag_size100_gbps, as: 'maxLagSize100Gbps'
12923
12974
  property :max_lag_size10_gbps, as: 'maxLagSize10Gbps'
12975
+ property :max_lag_size400_gbps, as: 'maxLagSize400Gbps'
12924
12976
  property :name, as: 'name'
12925
12977
  property :peeringdb_facility_id, as: 'peeringdbFacilityId'
12926
12978
  collection :permitted_connections, as: 'permittedConnections', class: Google::Apis::ComputeV1::InterconnectRemoteLocationPermittedConnections, decorator: Google::Apis::ComputeV1::InterconnectRemoteLocationPermittedConnections::Representation
@@ -14013,9 +14065,11 @@ module Google
14013
14065
  property :network_attachment, as: 'networkAttachment'
14014
14066
  property :network_ip, as: 'networkIP'
14015
14067
  property :nic_type, as: 'nicType'
14068
+ property :parent_nic_name, as: 'parentNicName'
14016
14069
  property :queue_count, as: 'queueCount'
14017
14070
  property :stack_type, as: 'stackType'
14018
14071
  property :subnetwork, as: 'subnetwork'
14072
+ property :vlan, as: 'vlan'
14019
14073
  end
14020
14074
  end
14021
14075
 
@@ -14128,6 +14182,8 @@ module Google
14128
14182
  property :location, as: 'location', class: Google::Apis::ComputeV1::NetworkProfileLocation, decorator: Google::Apis::ComputeV1::NetworkProfileLocation::Representation
14129
14183
 
14130
14184
  property :name, as: 'name'
14185
+ property :profile_type, as: 'profileType', class: Google::Apis::ComputeV1::NetworkProfileProfileType, decorator: Google::Apis::ComputeV1::NetworkProfileProfileType::Representation
14186
+
14131
14187
  property :self_link, as: 'selfLink'
14132
14188
  property :self_link_with_id, as: 'selfLinkWithId'
14133
14189
  end
@@ -14175,6 +14231,16 @@ module Google
14175
14231
  end
14176
14232
  end
14177
14233
 
14234
+ class NetworkProfileProfileType
14235
+ # @private
14236
+ class Representation < Google::Apis::Core::JsonRepresentation
14237
+ property :network_type, as: 'networkType'
14238
+ property :rdma_subtype, as: 'rdmaSubtype'
14239
+ property :ull_subtype, as: 'ullSubtype'
14240
+ property :vpc_subtype, as: 'vpcSubtype'
14241
+ end
14242
+ end
14243
+
14178
14244
  class NetworkProfilesListResponse
14179
14245
  # @private
14180
14246
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -16110,6 +16176,7 @@ module Google
16110
16176
  # @private
16111
16177
  class Representation < Google::Apis::Core::JsonRepresentation
16112
16178
  property :backend_service, as: 'backendService'
16179
+ property :mirror_percent, as: 'mirrorPercent'
16113
16180
  end
16114
16181
  end
16115
16182
 
@@ -16927,6 +16994,8 @@ module Google
16927
16994
  collection :nats, as: 'nats', class: Google::Apis::ComputeV1::RouterNat, decorator: Google::Apis::ComputeV1::RouterNat::Representation
16928
16995
 
16929
16996
  property :network, as: 'network'
16997
+ property :params, as: 'params', class: Google::Apis::ComputeV1::RouterParams, decorator: Google::Apis::ComputeV1::RouterParams::Representation
16998
+
16930
16999
  property :region, as: 'region'
16931
17000
  property :self_link, as: 'selfLink'
16932
17001
  end
@@ -17168,6 +17237,13 @@ module Google
17168
17237
  end
17169
17238
  end
17170
17239
 
17240
+ class RouterParams
17241
+ # @private
17242
+ class Representation < Google::Apis::Core::JsonRepresentation
17243
+ hash :resource_manager_tags, as: 'resourceManagerTags'
17244
+ end
17245
+ end
17246
+
17171
17247
  class RouterStatus
17172
17248
  # @private
17173
17249
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -17435,6 +17511,7 @@ module Google
17435
17511
 
17436
17512
  property :preemptible, as: 'preemptible'
17437
17513
  property :provisioning_model, as: 'provisioningModel'
17514
+ property :skip_guest_os_shutdown, as: 'skipGuestOsShutdown'
17438
17515
  property :termination_time, as: 'terminationTime'
17439
17516
  end
17440
17517
  end
@@ -17971,6 +18048,7 @@ module Google
17971
18048
  class Representation < Google::Apis::Core::JsonRepresentation
17972
18049
  property :consumer_network, as: 'consumerNetwork'
17973
18050
  property :endpoint, as: 'endpoint'
18051
+ collection :nat_ips, as: 'natIps'
17974
18052
  property :propagated_connection_count, as: 'propagatedConnectionCount'
17975
18053
  property :psc_connection_id, :numeric_string => true, as: 'pscConnectionId'
17976
18054
  property :status, as: 'status'
@@ -18933,6 +19011,8 @@ module Google
18933
19011
  property :state, as: 'state'
18934
19012
  collection :system_reserved_external_ipv6_ranges, as: 'systemReservedExternalIpv6Ranges'
18935
19013
  collection :system_reserved_internal_ipv6_ranges, as: 'systemReservedInternalIpv6Ranges'
19014
+ property :utilization_details, as: 'utilizationDetails', class: Google::Apis::ComputeV1::SubnetworkUtilizationDetails, decorator: Google::Apis::ComputeV1::SubnetworkUtilizationDetails::Representation
19015
+
18936
19016
  end
18937
19017
  end
18938
19018
 
@@ -19029,6 +19109,39 @@ module Google
19029
19109
  end
19030
19110
  end
19031
19111
 
19112
+ class SubnetworkUtilizationDetails
19113
+ # @private
19114
+ class Representation < Google::Apis::Core::JsonRepresentation
19115
+ property :external_ipv6_instance_utilization, as: 'externalIpv6InstanceUtilization', class: Google::Apis::ComputeV1::SubnetworkUtilizationDetailsIpv6Utilization, decorator: Google::Apis::ComputeV1::SubnetworkUtilizationDetailsIpv6Utilization::Representation
19116
+
19117
+ property :external_ipv6_lb_utilization, as: 'externalIpv6LbUtilization', class: Google::Apis::ComputeV1::SubnetworkUtilizationDetailsIpv6Utilization, decorator: Google::Apis::ComputeV1::SubnetworkUtilizationDetailsIpv6Utilization::Representation
19118
+
19119
+ property :internal_ipv6_utilization, as: 'internalIpv6Utilization', class: Google::Apis::ComputeV1::SubnetworkUtilizationDetailsIpv6Utilization, decorator: Google::Apis::ComputeV1::SubnetworkUtilizationDetailsIpv6Utilization::Representation
19120
+
19121
+ collection :ipv4_utilizations, as: 'ipv4Utilizations', class: Google::Apis::ComputeV1::SubnetworkUtilizationDetailsIpv4Utilization, decorator: Google::Apis::ComputeV1::SubnetworkUtilizationDetailsIpv4Utilization::Representation
19122
+
19123
+ end
19124
+ end
19125
+
19126
+ class SubnetworkUtilizationDetailsIpv4Utilization
19127
+ # @private
19128
+ class Representation < Google::Apis::Core::JsonRepresentation
19129
+ property :range_name, as: 'rangeName'
19130
+ property :total_allocated_ip, :numeric_string => true, as: 'totalAllocatedIp'
19131
+ property :total_free_ip, :numeric_string => true, as: 'totalFreeIp'
19132
+ end
19133
+ end
19134
+
19135
+ class SubnetworkUtilizationDetailsIpv6Utilization
19136
+ # @private
19137
+ class Representation < Google::Apis::Core::JsonRepresentation
19138
+ property :total_allocated_ip, as: 'totalAllocatedIp', class: Google::Apis::ComputeV1::Uint128, decorator: Google::Apis::ComputeV1::Uint128::Representation
19139
+
19140
+ property :total_free_ip, as: 'totalFreeIp', class: Google::Apis::ComputeV1::Uint128, decorator: Google::Apis::ComputeV1::Uint128::Representation
19141
+
19142
+ end
19143
+ end
19144
+
19032
19145
  class SubnetworksExpandIpCidrRangeRequest
19033
19146
  # @private
19034
19147
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -20528,6 +20641,8 @@ module Google
20528
20641
  class VpnTunnel
20529
20642
  # @private
20530
20643
  class Representation < Google::Apis::Core::JsonRepresentation
20644
+ property :cipher_suite, as: 'cipherSuite', class: Google::Apis::ComputeV1::VpnTunnelCipherSuite, decorator: Google::Apis::ComputeV1::VpnTunnelCipherSuite::Representation
20645
+
20531
20646
  property :creation_timestamp, as: 'creationTimestamp'
20532
20647
  property :description, as: 'description'
20533
20648
  property :detailed_status, as: 'detailedStatus'
@@ -20588,6 +20703,16 @@ module Google
20588
20703
  end
20589
20704
  end
20590
20705
 
20706
+ class VpnTunnelCipherSuite
20707
+ # @private
20708
+ class Representation < Google::Apis::Core::JsonRepresentation
20709
+ property :phase1, as: 'phase1', class: Google::Apis::ComputeV1::VpnTunnelPhase1Algorithms, decorator: Google::Apis::ComputeV1::VpnTunnelPhase1Algorithms::Representation
20710
+
20711
+ property :phase2, as: 'phase2', class: Google::Apis::ComputeV1::VpnTunnelPhase2Algorithms, decorator: Google::Apis::ComputeV1::VpnTunnelPhase2Algorithms::Representation
20712
+
20713
+ end
20714
+ end
20715
+
20591
20716
  class VpnTunnelList
20592
20717
  # @private
20593
20718
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -20620,6 +20745,25 @@ module Google
20620
20745
  end
20621
20746
  end
20622
20747
 
20748
+ class VpnTunnelPhase1Algorithms
20749
+ # @private
20750
+ class Representation < Google::Apis::Core::JsonRepresentation
20751
+ collection :dh, as: 'dh'
20752
+ collection :encryption, as: 'encryption'
20753
+ collection :integrity, as: 'integrity'
20754
+ collection :prf, as: 'prf'
20755
+ end
20756
+ end
20757
+
20758
+ class VpnTunnelPhase2Algorithms
20759
+ # @private
20760
+ class Representation < Google::Apis::Core::JsonRepresentation
20761
+ collection :encryption, as: 'encryption'
20762
+ collection :integrity, as: 'integrity'
20763
+ collection :pfs, as: 'pfs'
20764
+ end
20765
+ end
20766
+
20623
20767
  class VpnTunnelsScopedList
20624
20768
  # @private
20625
20769
  class Representation < Google::Apis::Core::JsonRepresentation