google-apis-compute_v1 0.133.0 → 0.134.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 ComputeV1
18
18
  # Version of the google-apis-compute_v1 gem
19
- GEM_VERSION = "0.133.0"
19
+ GEM_VERSION = "0.134.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.18.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20250930"
25
+ REVISION = "20251019"
26
26
  end
27
27
  end
28
28
  end
@@ -34,6 +34,24 @@ module Google
34
34
  include Google::Apis::Core::JsonObjectSupport
35
35
  end
36
36
 
37
+ class AcceleratorTopologiesInfo
38
+ class Representation < Google::Apis::Core::JsonRepresentation; end
39
+
40
+ include Google::Apis::Core::JsonObjectSupport
41
+ end
42
+
43
+ class AcceleratorTopologiesInfoAcceleratorTopologyInfo
44
+ class Representation < Google::Apis::Core::JsonRepresentation; end
45
+
46
+ include Google::Apis::Core::JsonObjectSupport
47
+ end
48
+
49
+ class AcceleratorTopologiesInfoAcceleratorTopologyInfoInfoPerTopologyState
50
+ class Representation < Google::Apis::Core::JsonRepresentation; end
51
+
52
+ include Google::Apis::Core::JsonObjectSupport
53
+ end
54
+
37
55
  class AcceleratorType
38
56
  class Representation < Google::Apis::Core::JsonRepresentation; end
39
57
 
@@ -1492,6 +1510,12 @@ module Google
1492
1510
  include Google::Apis::Core::JsonObjectSupport
1493
1511
  end
1494
1512
 
1513
+ class GrpctlsHealthCheck
1514
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1515
+
1516
+ include Google::Apis::Core::JsonObjectSupport
1517
+ end
1518
+
1495
1519
  class GlobalAddressesMoveRequest
1496
1520
  class Representation < Google::Apis::Core::JsonRepresentation; end
1497
1521
 
@@ -2860,6 +2884,30 @@ module Google
2860
2884
  include Google::Apis::Core::JsonObjectSupport
2861
2885
  end
2862
2886
 
2887
+ class InterconnectAttachmentL2Forwarding
2888
+ class Representation < Google::Apis::Core::JsonRepresentation; end
2889
+
2890
+ include Google::Apis::Core::JsonObjectSupport
2891
+ end
2892
+
2893
+ class InterconnectAttachmentL2ForwardingApplianceMapping
2894
+ class Representation < Google::Apis::Core::JsonRepresentation; end
2895
+
2896
+ include Google::Apis::Core::JsonObjectSupport
2897
+ end
2898
+
2899
+ class InterconnectAttachmentL2ForwardingApplianceMappingInnerVlanToApplianceMapping
2900
+ class Representation < Google::Apis::Core::JsonRepresentation; end
2901
+
2902
+ include Google::Apis::Core::JsonObjectSupport
2903
+ end
2904
+
2905
+ class InterconnectAttachmentL2ForwardingGeneveHeader
2906
+ class Representation < Google::Apis::Core::JsonRepresentation; end
2907
+
2908
+ include Google::Apis::Core::JsonObjectSupport
2909
+ end
2910
+
2863
2911
  class InterconnectAttachmentList
2864
2912
  class Representation < Google::Apis::Core::JsonRepresentation; end
2865
2913
 
@@ -2878,6 +2926,12 @@ module Google
2878
2926
  include Google::Apis::Core::JsonObjectSupport
2879
2927
  end
2880
2928
 
2929
+ class InterconnectAttachmentParams
2930
+ class Representation < Google::Apis::Core::JsonRepresentation; end
2931
+
2932
+ include Google::Apis::Core::JsonObjectSupport
2933
+ end
2934
+
2881
2935
  class InterconnectAttachmentPartnerMetadata
2882
2936
  class Representation < Google::Apis::Core::JsonRepresentation; end
2883
2937
 
@@ -3148,6 +3202,12 @@ module Google
3148
3202
  include Google::Apis::Core::JsonObjectSupport
3149
3203
  end
3150
3204
 
3205
+ class InterconnectParams
3206
+ class Representation < Google::Apis::Core::JsonRepresentation; end
3207
+
3208
+ include Google::Apis::Core::JsonObjectSupport
3209
+ end
3210
+
3151
3211
  class InterconnectRemoteLocation
3152
3212
  class Representation < Google::Apis::Core::JsonRepresentation; end
3153
3213
 
@@ -7606,6 +7666,12 @@ module Google
7606
7666
  include Google::Apis::Core::JsonObjectSupport
7607
7667
  end
7608
7668
 
7669
+ class ZoneSetNestedPolicyRequest
7670
+ class Representation < Google::Apis::Core::JsonRepresentation; end
7671
+
7672
+ include Google::Apis::Core::JsonObjectSupport
7673
+ end
7674
+
7609
7675
  class ZoneSetPolicyRequest
7610
7676
  class Representation < Google::Apis::Core::JsonRepresentation; end
7611
7677
 
@@ -7630,6 +7696,31 @@ module Google
7630
7696
  end
7631
7697
  end
7632
7698
 
7699
+ class AcceleratorTopologiesInfo
7700
+ # @private
7701
+ class Representation < Google::Apis::Core::JsonRepresentation
7702
+ collection :accelerator_topology_infos, as: 'acceleratorTopologyInfos', class: Google::Apis::ComputeV1::AcceleratorTopologiesInfoAcceleratorTopologyInfo, decorator: Google::Apis::ComputeV1::AcceleratorTopologiesInfoAcceleratorTopologyInfo::Representation
7703
+
7704
+ end
7705
+ end
7706
+
7707
+ class AcceleratorTopologiesInfoAcceleratorTopologyInfo
7708
+ # @private
7709
+ class Representation < Google::Apis::Core::JsonRepresentation
7710
+ property :accelerator_topology, as: 'acceleratorTopology'
7711
+ collection :info_per_topology_states, as: 'infoPerTopologyStates', class: Google::Apis::ComputeV1::AcceleratorTopologiesInfoAcceleratorTopologyInfoInfoPerTopologyState, decorator: Google::Apis::ComputeV1::AcceleratorTopologiesInfoAcceleratorTopologyInfoInfoPerTopologyState::Representation
7712
+
7713
+ end
7714
+ end
7715
+
7716
+ class AcceleratorTopologiesInfoAcceleratorTopologyInfoInfoPerTopologyState
7717
+ # @private
7718
+ class Representation < Google::Apis::Core::JsonRepresentation
7719
+ property :count, as: 'count'
7720
+ property :state, as: 'state'
7721
+ end
7722
+ end
7723
+
7633
7724
  class AcceleratorType
7634
7725
  # @private
7635
7726
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -10228,6 +10319,7 @@ module Google
10228
10319
  property :name, as: 'name'
10229
10320
  property :name_prefix, as: 'namePrefix'
10230
10321
  property :planning_status, as: 'planningStatus'
10322
+ property :reservation_mode, as: 'reservationMode'
10231
10323
  property :reservation_name, as: 'reservationName'
10232
10324
  property :scheduling_type, as: 'schedulingType'
10233
10325
  property :self_link, as: 'selfLink'
@@ -10438,6 +10530,15 @@ module Google
10438
10530
  end
10439
10531
  end
10440
10532
 
10533
+ class GrpctlsHealthCheck
10534
+ # @private
10535
+ class Representation < Google::Apis::Core::JsonRepresentation
10536
+ property :grpc_service_name, as: 'grpcServiceName'
10537
+ property :port, as: 'port'
10538
+ property :port_specification, as: 'portSpecification'
10539
+ end
10540
+ end
10541
+
10441
10542
  class GlobalAddressesMoveRequest
10442
10543
  # @private
10443
10544
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -10591,6 +10692,8 @@ module Google
10591
10692
  property :description, as: 'description'
10592
10693
  property :grpc_health_check, as: 'grpcHealthCheck', class: Google::Apis::ComputeV1::GrpcHealthCheck, decorator: Google::Apis::ComputeV1::GrpcHealthCheck::Representation
10593
10694
 
10695
+ property :grpc_tls_health_check, as: 'grpcTlsHealthCheck', class: Google::Apis::ComputeV1::GrpctlsHealthCheck, decorator: Google::Apis::ComputeV1::GrpctlsHealthCheck::Representation
10696
+
10594
10697
  property :healthy_threshold, as: 'healthyThreshold'
10595
10698
  property :http2_health_check, as: 'http2HealthCheck', class: Google::Apis::ComputeV1::Http2HealthCheck, decorator: Google::Apis::ComputeV1::Http2HealthCheck::Representation
10596
10699
 
@@ -12714,6 +12817,8 @@ module Google
12714
12817
  property :name, as: 'name'
12715
12818
  property :noc_contact_email, as: 'nocContactEmail'
12716
12819
  property :operational_status, as: 'operationalStatus'
12820
+ property :params, as: 'params', class: Google::Apis::ComputeV1::InterconnectParams, decorator: Google::Apis::ComputeV1::InterconnectParams::Representation
12821
+
12717
12822
  property :peer_ip_address, as: 'peerIpAddress'
12718
12823
  property :provisioned_link_count, as: 'provisionedLinkCount'
12719
12824
  property :remote_location, as: 'remoteLocation'
@@ -12788,12 +12893,16 @@ module Google
12788
12893
  property :interconnect, as: 'interconnect'
12789
12894
  collection :ipsec_internal_addresses, as: 'ipsecInternalAddresses'
12790
12895
  property :kind, as: 'kind'
12896
+ property :l2_forwarding, as: 'l2Forwarding', class: Google::Apis::ComputeV1::InterconnectAttachmentL2Forwarding, decorator: Google::Apis::ComputeV1::InterconnectAttachmentL2Forwarding::Representation
12897
+
12791
12898
  property :label_fingerprint, :base64 => true, as: 'labelFingerprint'
12792
12899
  hash :labels, as: 'labels'
12793
12900
  property :mtu, as: 'mtu'
12794
12901
  property :name, as: 'name'
12795
12902
  property :operational_status, as: 'operationalStatus'
12796
12903
  property :pairing_key, as: 'pairingKey'
12904
+ property :params, as: 'params', class: Google::Apis::ComputeV1::InterconnectAttachmentParams, decorator: Google::Apis::ComputeV1::InterconnectAttachmentParams::Representation
12905
+
12797
12906
  property :partner_asn, :numeric_string => true, as: 'partnerAsn'
12798
12907
  property :partner_metadata, as: 'partnerMetadata', class: Google::Apis::ComputeV1::InterconnectAttachmentPartnerMetadata, decorator: Google::Apis::ComputeV1::InterconnectAttachmentPartnerMetadata::Representation
12799
12908
 
@@ -13039,6 +13148,44 @@ module Google
13039
13148
  end
13040
13149
  end
13041
13150
 
13151
+ class InterconnectAttachmentL2Forwarding
13152
+ # @private
13153
+ class Representation < Google::Apis::Core::JsonRepresentation
13154
+ hash :appliance_mappings, as: 'applianceMappings', class: Google::Apis::ComputeV1::InterconnectAttachmentL2ForwardingApplianceMapping, decorator: Google::Apis::ComputeV1::InterconnectAttachmentL2ForwardingApplianceMapping::Representation
13155
+
13156
+ property :default_appliance_ip_address, as: 'defaultApplianceIpAddress'
13157
+ property :geneve_header, as: 'geneveHeader', class: Google::Apis::ComputeV1::InterconnectAttachmentL2ForwardingGeneveHeader, decorator: Google::Apis::ComputeV1::InterconnectAttachmentL2ForwardingGeneveHeader::Representation
13158
+
13159
+ property :network, as: 'network'
13160
+ property :tunnel_endpoint_ip_address, as: 'tunnelEndpointIpAddress'
13161
+ end
13162
+ end
13163
+
13164
+ class InterconnectAttachmentL2ForwardingApplianceMapping
13165
+ # @private
13166
+ class Representation < Google::Apis::Core::JsonRepresentation
13167
+ property :appliance_ip_address, as: 'applianceIpAddress'
13168
+ collection :inner_vlan_to_appliance_mappings, as: 'innerVlanToApplianceMappings', class: Google::Apis::ComputeV1::InterconnectAttachmentL2ForwardingApplianceMappingInnerVlanToApplianceMapping, decorator: Google::Apis::ComputeV1::InterconnectAttachmentL2ForwardingApplianceMappingInnerVlanToApplianceMapping::Representation
13169
+
13170
+ property :name, as: 'name'
13171
+ end
13172
+ end
13173
+
13174
+ class InterconnectAttachmentL2ForwardingApplianceMappingInnerVlanToApplianceMapping
13175
+ # @private
13176
+ class Representation < Google::Apis::Core::JsonRepresentation
13177
+ property :inner_appliance_ip_address, as: 'innerApplianceIpAddress'
13178
+ collection :inner_vlan_tags, as: 'innerVlanTags'
13179
+ end
13180
+ end
13181
+
13182
+ class InterconnectAttachmentL2ForwardingGeneveHeader
13183
+ # @private
13184
+ class Representation < Google::Apis::Core::JsonRepresentation
13185
+ property :vni, as: 'vni'
13186
+ end
13187
+ end
13188
+
13042
13189
  class InterconnectAttachmentList
13043
13190
  # @private
13044
13191
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -13071,6 +13218,13 @@ module Google
13071
13218
  end
13072
13219
  end
13073
13220
 
13221
+ class InterconnectAttachmentParams
13222
+ # @private
13223
+ class Representation < Google::Apis::Core::JsonRepresentation
13224
+ hash :resource_manager_tags, as: 'resourceManagerTags'
13225
+ end
13226
+ end
13227
+
13074
13228
  class InterconnectAttachmentPartnerMetadata
13075
13229
  # @private
13076
13230
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -13496,6 +13650,7 @@ module Google
13496
13650
  # @private
13497
13651
  class Representation < Google::Apis::Core::JsonRepresentation
13498
13652
  property :expected_rtt_ms, :numeric_string => true, as: 'expectedRttMs'
13653
+ property :l2_forwarding_enabled, as: 'l2ForwardingEnabled'
13499
13654
  property :location_presence, as: 'locationPresence'
13500
13655
  property :region, as: 'region'
13501
13656
  end
@@ -13550,6 +13705,13 @@ module Google
13550
13705
  end
13551
13706
  end
13552
13707
 
13708
+ class InterconnectParams
13709
+ # @private
13710
+ class Representation < Google::Apis::Core::JsonRepresentation
13711
+ hash :resource_manager_tags, as: 'resourceManagerTags'
13712
+ end
13713
+ end
13714
+
13553
13715
  class InterconnectRemoteLocation
13554
13716
  # @private
13555
13717
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -14651,6 +14813,7 @@ module Google
14651
14813
  collection :alias_ip_ranges, as: 'aliasIpRanges', class: Google::Apis::ComputeV1::AliasIpRange, decorator: Google::Apis::ComputeV1::AliasIpRange::Representation
14652
14814
 
14653
14815
  property :fingerprint, :base64 => true, as: 'fingerprint'
14816
+ property :igmp_query, as: 'igmpQuery'
14654
14817
  property :internal_ipv6_prefix_length, as: 'internalIpv6PrefixLength'
14655
14818
  collection :ipv6_access_configs, as: 'ipv6AccessConfigs', class: Google::Apis::ComputeV1::AccessConfig, decorator: Google::Apis::ComputeV1::AccessConfig::Representation
14656
14819
 
@@ -14809,6 +14972,7 @@ module Google
14809
14972
  property :allow_ip_forwarding, as: 'allowIpForwarding'
14810
14973
  property :allow_load_balancing, as: 'allowLoadBalancing'
14811
14974
  property :allow_multi_nic_in_same_network, as: 'allowMultiNicInSameNetwork'
14975
+ property :allow_multicast, as: 'allowMulticast'
14812
14976
  property :allow_ncc, as: 'allowNcc'
14813
14977
  property :allow_network_migration, as: 'allowNetworkMigration'
14814
14978
  property :allow_packet_mirroring, as: 'allowPacketMirroring'
@@ -14820,6 +14984,7 @@ module Google
14820
14984
  property :allow_vpc_peering, as: 'allowVpcPeering'
14821
14985
  property :allow_vpn, as: 'allowVpn'
14822
14986
  collection :interface_types, as: 'interfaceTypes'
14987
+ property :multicast, as: 'multicast'
14823
14988
  collection :subnet_purposes, as: 'subnetPurposes'
14824
14989
  collection :subnet_stack_types, as: 'subnetStackTypes'
14825
14990
  collection :subnetwork_purposes, as: 'subnetworkPurposes'
@@ -16893,6 +17058,7 @@ module Google
16893
17058
  property :kind, as: 'kind'
16894
17059
  collection :linked_commitments, as: 'linkedCommitments'
16895
17060
  property :name, as: 'name'
17061
+ property :protection_tier, as: 'protectionTier'
16896
17062
  property :reservation_sharing_policy, as: 'reservationSharingPolicy', class: Google::Apis::ComputeV1::AllocationReservationSharingPolicy, decorator: Google::Apis::ComputeV1::AllocationReservationSharingPolicy::Representation
16897
17063
 
16898
17064
  hash :resource_policies, as: 'resourcePolicies'
@@ -17096,6 +17262,8 @@ module Google
17096
17262
  class ReservationSubBlock
17097
17263
  # @private
17098
17264
  class Representation < Google::Apis::Core::JsonRepresentation
17265
+ property :accelerator_topologies_info, as: 'acceleratorTopologiesInfo', class: Google::Apis::ComputeV1::AcceleratorTopologiesInfo, decorator: Google::Apis::ComputeV1::AcceleratorTopologiesInfo::Representation
17266
+
17099
17267
  property :count, as: 'count'
17100
17268
  property :creation_timestamp, as: 'creationTimestamp'
17101
17269
  property :health_info, as: 'healthInfo', class: Google::Apis::ComputeV1::ReservationSubBlockHealthInfo, decorator: Google::Apis::ComputeV1::ReservationSubBlockHealthInfo::Representation
@@ -18907,6 +19075,10 @@ module Google
18907
19075
  class ShieldedInstanceIdentity
18908
19076
  # @private
18909
19077
  class Representation < Google::Apis::Core::JsonRepresentation
19078
+ property :ecc_p256_encryption_key, as: 'eccP256EncryptionKey', class: Google::Apis::ComputeV1::ShieldedInstanceIdentityEntry, decorator: Google::Apis::ComputeV1::ShieldedInstanceIdentityEntry::Representation
19079
+
19080
+ property :ecc_p256_signing_key, as: 'eccP256SigningKey', class: Google::Apis::ComputeV1::ShieldedInstanceIdentityEntry, decorator: Google::Apis::ComputeV1::ShieldedInstanceIdentityEntry::Representation
19081
+
18910
19082
  property :encryption_key, as: 'encryptionKey', class: Google::Apis::ComputeV1::ShieldedInstanceIdentityEntry, decorator: Google::Apis::ComputeV1::ShieldedInstanceIdentityEntry::Representation
18911
19083
 
18912
19084
  property :kind, as: 'kind'
@@ -21781,6 +21953,17 @@ module Google
21781
21953
  end
21782
21954
  end
21783
21955
 
21956
+ class ZoneSetNestedPolicyRequest
21957
+ # @private
21958
+ class Representation < Google::Apis::Core::JsonRepresentation
21959
+ collection :bindings, as: 'bindings', class: Google::Apis::ComputeV1::Binding, decorator: Google::Apis::ComputeV1::Binding::Representation
21960
+
21961
+ property :etag, :base64 => true, as: 'etag'
21962
+ property :policy, as: 'policy', class: Google::Apis::ComputeV1::Policy, decorator: Google::Apis::ComputeV1::Policy::Representation
21963
+
21964
+ end
21965
+ end
21966
+
21784
21967
  class ZoneSetPolicyRequest
21785
21968
  # @private
21786
21969
  class Representation < Google::Apis::Core::JsonRepresentation