google-apis-compute_alpha 0.101.0 → 0.102.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 5adc90310c792709913f87aa940ddd44065cfdaadb510263c33adab10ddf0903
4
- data.tar.gz: ebd6e2c490bfb32a188597980592c0dd05469f1fbfe81bc472d29ae291cb7788
3
+ metadata.gz: a09e98dfdd2109466be5681821bee5c88e2e06cba1427f6f1ce8d32d9626b107
4
+ data.tar.gz: 8bb562080074d515fc31cfa92c598653e187acd65e1511c37704bcdb2e23ffac
5
5
  SHA512:
6
- metadata.gz: 96ba25d2aeae5b3cca0eac53b6d9e4a62ba840b08055cc3b5f7d4ecce1f6fd39250ba6f4b7b0c4f4b8b9aacf27003cddbd3078db7963c2aebb2ddfba0c3e0973
7
- data.tar.gz: d90608325e4603b6cac4b2831967a3fb9d197142cefc5156ef4ff5df572a90d33e10091b3e61e0cea0448f50e19ac09b3f571be15482063e34c3e344f21082a0
6
+ metadata.gz: 73104f6eb9339f0b7d036a9350cf116f12d1328cc3d83475e787643d599eb142f67f74597ab89faf2443f32c25d17f6039e97dd9edf63f22275d515b090851b8
7
+ data.tar.gz: 4cd8f458aba7838d1ba047a14adbad73d2ad72123a4ae80f55b5f97f647541f19b9c7dc7c917c82a096c516ff06d4813d52bcc6d88bcaa6796afc889d5ab82c0
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-compute_alpha
2
2
 
3
+ ### v0.102.0 (2024-06-02)
4
+
5
+ * Regenerated from discovery document revision 20240526
6
+
3
7
  ### v0.101.0 (2024-05-26)
4
8
 
5
9
  * Regenerated from discovery document revision 20240519
@@ -1648,12 +1648,11 @@ module Google
1648
1648
  attr_accessor :shielded_instance_initial_state
1649
1649
 
1650
1650
  # Specifies a valid partial or full URL to an existing Persistent Disk resource.
1651
- # When creating a new instance, one of initializeParams.sourceImage or
1652
- # initializeParams.sourceSnapshot or disks.source is required except for local
1653
- # SSD. If desired, you can also attach existing non-root persistent disks using
1654
- # this property. This field is only applicable for persistent disks. Note that
1655
- # for InstanceTemplate, specify the disk name for zonal disk, and the URL for
1656
- # regional disk.
1651
+ # When creating a new instance boot disk, one of initializeParams.sourceImage or
1652
+ # initializeParams.sourceSnapshot or disks.source is required. If desired, you
1653
+ # can also attach existing non-root persistent disks using this property. This
1654
+ # field is only applicable for persistent disks. Note that for InstanceTemplate,
1655
+ # specify the disk name for zonal disk, and the URL for regional disk.
1657
1656
  # Corresponds to the JSON property `source`
1658
1657
  # @return [String]
1659
1658
  attr_accessor :source
@@ -1835,19 +1834,19 @@ module Google
1835
1834
  # @return [Array<String>]
1836
1835
  attr_accessor :resource_policies
1837
1836
 
1838
- # The source image to create this disk. When creating a new instance, one of
1839
- # initializeParams.sourceImage or initializeParams.sourceSnapshot or disks.
1840
- # source is required except for local SSD. To create a disk with one of the
1841
- # public operating system images, specify the image by its family name. For
1842
- # example, specify family/debian-9 to use the latest Debian 9 image: projects/
1843
- # debian-cloud/global/images/family/debian-9 Alternatively, use a specific
1844
- # version of a public operating system image: projects/debian-cloud/global/
1845
- # images/debian-9-stretch-vYYYYMMDD To create a disk with a custom image that
1846
- # you created, specify the image name in the following format: global/images/my-
1847
- # custom-image You can also specify a custom image by its image family, which
1848
- # returns the latest version of the image in that family. Replace the image name
1849
- # with family/family-name: global/images/family/my-image-family If the source
1850
- # image is deleted later, this field will not be set.
1837
+ # The source image to create this disk. When creating a new instance boot disk,
1838
+ # one of initializeParams.sourceImage or initializeParams.sourceSnapshot or
1839
+ # disks.source is required. To create a disk with one of the public operating
1840
+ # system images, specify the image by its family name. For example, specify
1841
+ # family/debian-9 to use the latest Debian 9 image: projects/debian-cloud/global/
1842
+ # images/family/debian-9 Alternatively, use a specific version of a public
1843
+ # operating system image: projects/debian-cloud/global/images/debian-9-stretch-
1844
+ # vYYYYMMDD To create a disk with a custom image that you created, specify the
1845
+ # image name in the following format: global/images/my-custom-image You can also
1846
+ # specify a custom image by its image family, which returns the latest version
1847
+ # of the image in that family. Replace the image name with family/family-name:
1848
+ # global/images/family/my-image-family If the source image is deleted later,
1849
+ # this field will not be set.
1851
1850
  # Corresponds to the JSON property `sourceImage`
1852
1851
  # @return [String]
1853
1852
  attr_accessor :source_image
@@ -1861,23 +1860,21 @@ module Google
1861
1860
  # @return [Google::Apis::ComputeAlpha::CustomerEncryptionKey]
1862
1861
  attr_accessor :source_image_encryption_key
1863
1862
 
1864
- # The source instant-snapshot to create this disk. When creating a new instance,
1865
- # one of initializeParams.sourceSnapshot or initializeParams.
1866
- # sourceInstantSnapshot initializeParams.sourceImage or disks.source is required
1867
- # except for local SSD. To create a disk with a snapshot that you created,
1868
- # specify the snapshot name in the following format: us-central1-a/
1869
- # instantSnapshots/my-backup If the source instant-snapshot is deleted later,
1870
- # this field will not be set.
1863
+ # The source instant-snapshot to create this disk. When creating a new instance
1864
+ # boot disk, one of initializeParams.sourceSnapshot or initializeParams.
1865
+ # sourceInstantSnapshot initializeParams.sourceImage or disks.source is required.
1866
+ # To create a disk with a snapshot that you created, specify the snapshot name
1867
+ # in the following format: us-central1-a/instantSnapshots/my-backup If the
1868
+ # source instant-snapshot is deleted later, this field will not be set.
1871
1869
  # Corresponds to the JSON property `sourceInstantSnapshot`
1872
1870
  # @return [String]
1873
1871
  attr_accessor :source_instant_snapshot
1874
1872
 
1875
- # The source snapshot to create this disk. When creating a new instance, one of
1876
- # initializeParams.sourceSnapshot or initializeParams.sourceImage or disks.
1877
- # source is required except for local SSD. To create a disk with a snapshot that
1878
- # you created, specify the snapshot name in the following format: global/
1879
- # snapshots/my-backup If the source snapshot is deleted later, this field will
1880
- # not be set.
1873
+ # The source snapshot to create this disk. When creating a new instance boot
1874
+ # disk, one of initializeParams.sourceSnapshot or initializeParams.sourceImage
1875
+ # or disks.source is required. To create a disk with a snapshot that you created,
1876
+ # specify the snapshot name in the following format: global/snapshots/my-backup
1877
+ # If the source snapshot is deleted later, this field will not be set.
1881
1878
  # Corresponds to the JSON property `sourceSnapshot`
1882
1879
  # @return [String]
1883
1880
  attr_accessor :source_snapshot
@@ -10542,6 +10539,11 @@ module Google
10542
10539
  # @return [Array<String>]
10543
10540
  attr_accessor :dest_ip_ranges
10544
10541
 
10542
+ # Network scope of the traffic destination.
10543
+ # Corresponds to the JSON property `destNetworkScope`
10544
+ # @return [String]
10545
+ attr_accessor :dest_network_scope
10546
+
10545
10547
  # Region codes whose IP addresses will be used to match for destination of
10546
10548
  # traffic. Should be specified as 2 letter country code defined as per ISO 3166
10547
10549
  # alpha-2 country codes. ex."US" Maximum number of dest region codes allowed is
@@ -10578,6 +10580,16 @@ module Google
10578
10580
  # @return [Array<String>]
10579
10581
  attr_accessor :src_ip_ranges
10580
10582
 
10583
+ # Network scope of the traffic source.
10584
+ # Corresponds to the JSON property `srcNetworkScope`
10585
+ # @return [String]
10586
+ attr_accessor :src_network_scope
10587
+
10588
+ # Networks of the traffic source. It can be either a full or partial url.
10589
+ # Corresponds to the JSON property `srcNetworks`
10590
+ # @return [Array<String>]
10591
+ attr_accessor :src_networks
10592
+
10581
10593
  # Region codes whose IP addresses will be used to match for source of traffic.
10582
10594
  # Should be specified as 2 letter country code defined as per ISO 3166 alpha-2
10583
10595
  # country codes. ex."US" Maximum number of source region codes allowed is 5000.
@@ -10608,12 +10620,15 @@ module Google
10608
10620
  @dest_address_groups = args[:dest_address_groups] if args.key?(:dest_address_groups)
10609
10621
  @dest_fqdns = args[:dest_fqdns] if args.key?(:dest_fqdns)
10610
10622
  @dest_ip_ranges = args[:dest_ip_ranges] if args.key?(:dest_ip_ranges)
10623
+ @dest_network_scope = args[:dest_network_scope] if args.key?(:dest_network_scope)
10611
10624
  @dest_region_codes = args[:dest_region_codes] if args.key?(:dest_region_codes)
10612
10625
  @dest_threat_intelligences = args[:dest_threat_intelligences] if args.key?(:dest_threat_intelligences)
10613
10626
  @layer4_configs = args[:layer4_configs] if args.key?(:layer4_configs)
10614
10627
  @src_address_groups = args[:src_address_groups] if args.key?(:src_address_groups)
10615
10628
  @src_fqdns = args[:src_fqdns] if args.key?(:src_fqdns)
10616
10629
  @src_ip_ranges = args[:src_ip_ranges] if args.key?(:src_ip_ranges)
10630
+ @src_network_scope = args[:src_network_scope] if args.key?(:src_network_scope)
10631
+ @src_networks = args[:src_networks] if args.key?(:src_networks)
10617
10632
  @src_region_codes = args[:src_region_codes] if args.key?(:src_region_codes)
10618
10633
  @src_secure_tags = args[:src_secure_tags] if args.key?(:src_secure_tags)
10619
10634
  @src_threat_intelligences = args[:src_threat_intelligences] if args.key?(:src_threat_intelligences)
@@ -17232,6 +17247,18 @@ module Google
17232
17247
  # @return [String]
17233
17248
  attr_accessor :region
17234
17249
 
17250
+ # [Output Only] Reserved for future use.
17251
+ # Corresponds to the JSON property `satisfiesPzi`
17252
+ # @return [Boolean]
17253
+ attr_accessor :satisfies_pzi
17254
+ alias_method :satisfies_pzi?, :satisfies_pzi
17255
+
17256
+ # [Output Only] Reserved for future use.
17257
+ # Corresponds to the JSON property `satisfiesPzs`
17258
+ # @return [Boolean]
17259
+ attr_accessor :satisfies_pzs
17260
+ alias_method :satisfies_pzs?, :satisfies_pzs
17261
+
17235
17262
  # [Output Only] The URL for this managed instance group. The server defines this
17236
17263
  # URL.
17237
17264
  # Corresponds to the JSON property `selfLink`
@@ -17349,6 +17376,8 @@ module Google
17349
17376
  @named_ports = args[:named_ports] if args.key?(:named_ports)
17350
17377
  @params = args[:params] if args.key?(:params)
17351
17378
  @region = args[:region] if args.key?(:region)
17379
+ @satisfies_pzi = args[:satisfies_pzi] if args.key?(:satisfies_pzi)
17380
+ @satisfies_pzs = args[:satisfies_pzs] if args.key?(:satisfies_pzs)
17352
17381
  @self_link = args[:self_link] if args.key?(:self_link)
17353
17382
  @self_link_with_id = args[:self_link_with_id] if args.key?(:self_link_with_id)
17354
17383
  @service_account = args[:service_account] if args.key?(:service_account)
@@ -27216,6 +27245,15 @@ module Google
27216
27245
  # @return [String]
27217
27246
  attr_accessor :network_placement
27218
27247
 
27248
+ # A full or partial URL of the network profile to apply to this network. This
27249
+ # field can be set only at resource creation time. For example, the following
27250
+ # are valid URLs: - https://www.googleapis.com/compute/alpha/projects/`
27251
+ # project_id`/global/networkProfiles/`network_profile_name` - projects/`
27252
+ # project_id`/global/networkProfiles/`network_profile_name`
27253
+ # Corresponds to the JSON property `networkProfile`
27254
+ # @return [String]
27255
+ attr_accessor :network_profile
27256
+
27219
27257
  # [Output Only] A list of network peerings for the resource.
27220
27258
  # Corresponds to the JSON property `peerings`
27221
27259
  # @return [Array<Google::Apis::ComputeAlpha::NetworkPeering>]
@@ -27271,6 +27309,7 @@ module Google
27271
27309
  @name = args[:name] if args.key?(:name)
27272
27310
  @network_firewall_policy_enforcement_order = args[:network_firewall_policy_enforcement_order] if args.key?(:network_firewall_policy_enforcement_order)
27273
27311
  @network_placement = args[:network_placement] if args.key?(:network_placement)
27312
+ @network_profile = args[:network_profile] if args.key?(:network_profile)
27274
27313
  @peerings = args[:peerings] if args.key?(:peerings)
27275
27314
  @region = args[:region] if args.key?(:region)
27276
27315
  @routing_config = args[:routing_config] if args.key?(:routing_config)
@@ -58202,7 +58241,7 @@ module Google
58202
58241
  end
58203
58242
 
58204
58243
  # Represents a Zone resource. A zone is a deployment area. These deployment
58205
- # areas are subsets of a region. For example the zone us-east1-a is located in
58244
+ # areas are subsets of a region. For example the zone us-east1-b is located in
58206
58245
  # the us-east1 region. For more information, read Regions and Zones.
58207
58246
  class Zone
58208
58247
  include Google::Apis::Core::Hashable
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module ComputeAlpha
18
18
  # Version of the google-apis-compute_alpha gem
19
- GEM_VERSION = "0.101.0"
19
+ GEM_VERSION = "0.102.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.15.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240519"
25
+ REVISION = "20240526"
26
26
  end
27
27
  end
28
28
  end
@@ -10084,6 +10084,7 @@ module Google
10084
10084
  collection :dest_address_groups, as: 'destAddressGroups'
10085
10085
  collection :dest_fqdns, as: 'destFqdns'
10086
10086
  collection :dest_ip_ranges, as: 'destIpRanges'
10087
+ property :dest_network_scope, as: 'destNetworkScope'
10087
10088
  collection :dest_region_codes, as: 'destRegionCodes'
10088
10089
  collection :dest_threat_intelligences, as: 'destThreatIntelligences'
10089
10090
  collection :layer4_configs, as: 'layer4Configs', class: Google::Apis::ComputeAlpha::FirewallPolicyRuleMatcherLayer4Config, decorator: Google::Apis::ComputeAlpha::FirewallPolicyRuleMatcherLayer4Config::Representation
@@ -10091,6 +10092,8 @@ module Google
10091
10092
  collection :src_address_groups, as: 'srcAddressGroups'
10092
10093
  collection :src_fqdns, as: 'srcFqdns'
10093
10094
  collection :src_ip_ranges, as: 'srcIpRanges'
10095
+ property :src_network_scope, as: 'srcNetworkScope'
10096
+ collection :src_networks, as: 'srcNetworks'
10094
10097
  collection :src_region_codes, as: 'srcRegionCodes'
10095
10098
  collection :src_secure_tags, as: 'srcSecureTags', class: Google::Apis::ComputeAlpha::FirewallPolicyRuleSecureTag, decorator: Google::Apis::ComputeAlpha::FirewallPolicyRuleSecureTag::Representation
10096
10099
 
@@ -11603,6 +11606,8 @@ module Google
11603
11606
  property :params, as: 'params', class: Google::Apis::ComputeAlpha::InstanceGroupManagerParams, decorator: Google::Apis::ComputeAlpha::InstanceGroupManagerParams::Representation
11604
11607
 
11605
11608
  property :region, as: 'region'
11609
+ property :satisfies_pzi, as: 'satisfiesPzi'
11610
+ property :satisfies_pzs, as: 'satisfiesPzs'
11606
11611
  property :self_link, as: 'selfLink'
11607
11612
  property :self_link_with_id, as: 'selfLinkWithId'
11608
11613
  property :service_account, as: 'serviceAccount'
@@ -14192,6 +14197,7 @@ module Google
14192
14197
  property :name, as: 'name'
14193
14198
  property :network_firewall_policy_enforcement_order, as: 'networkFirewallPolicyEnforcementOrder'
14194
14199
  property :network_placement, as: 'networkPlacement'
14200
+ property :network_profile, as: 'networkProfile'
14195
14201
  collection :peerings, as: 'peerings', class: Google::Apis::ComputeAlpha::NetworkPeering, decorator: Google::Apis::ComputeAlpha::NetworkPeering::Representation
14196
14202
 
14197
14203
  property :region, as: 'region'
@@ -23145,8 +23145,8 @@ module Google
23145
23145
  execute_or_queue_command(command, &block)
23146
23146
  end
23147
23147
 
23148
- # Patches the specified network with the data included in the request. Only the
23149
- # following fields can be modified: routingConfig.routingMode.
23148
+ # Patches the specified network with the data included in the request. Only
23149
+ # routingConfig can be modified.
23150
23150
  # @param [String] project
23151
23151
  # Project ID for this request.
23152
23152
  # @param [String] network
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-compute_alpha
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.101.0
4
+ version: 0.102.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-05-26 00:00:00.000000000 Z
11
+ date: 2024-06-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -58,7 +58,7 @@ licenses:
58
58
  metadata:
59
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
60
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-compute_alpha/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-compute_alpha/v0.101.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-compute_alpha/v0.102.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-compute_alpha
63
63
  post_install_message:
64
64
  rdoc_options: []