google-apis-compute_v1 0.42.0 → 0.43.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 046241150730fc542c267f928147b09393497170c1b32dbe695d89e1f232afc5
4
- data.tar.gz: 20928357ca5597f90840a653a9169dd8d03649c533cc5998a60638deb42525a7
3
+ metadata.gz: 88363b660d92f0a8cc0d48ea5994b931c295713f863e053f4f5faa0e801a275a
4
+ data.tar.gz: 8b0c1ff63f3fe2f201ab89d34470a2c3583894a44d6e85238a8a4eb87b1e5b0b
5
5
  SHA512:
6
- metadata.gz: f9f14e9dd5631eb8b34f354a9f65999e4406f2c695529d8fd39fa1e88c9e3cf71f2e65b2804d700d2ee013dffeee7ff5202360e1f1d43a9e43194bd0530cf540
7
- data.tar.gz: a911d9aced8fcb12cf019bc4509268d8ed4600adb2acad7e6a626fba0e3e1bc5b7d04d43d5ac8b8df93fa3835712a9951d9d53a1af1977fed17a581dfad1ba04
6
+ metadata.gz: b1acca9ab53c3032dc3db792e701d198c448a6897bedbd825182771076e40d5910515ec65ba703876ddce5a99e01b4180db41eeaf81708048b1bd8dc91317455
7
+ data.tar.gz: 1dde1e60ce959847a4ade9d8d5678e554476e32f004e2a405874b6cf28877005819e82f8c2978f842ecf9eb74addec87ca6a6f223597fc1ec0a6ff8beb91fd97
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-compute_v1
2
2
 
3
+ ### v0.43.0 (2022-07-13)
4
+
5
+ * Regenerated from discovery document revision 20220705
6
+
3
7
  ### v0.42.0 (2022-07-04)
4
8
 
5
9
  * Regenerated from discovery document revision 20220621
@@ -2540,7 +2540,7 @@ module Google
2540
2540
  # @return [Float]
2541
2541
  attr_accessor :max_rate_per_instance
2542
2542
 
2543
- # Optional parameter to define a target capacity for the UTILIZATIONbalancing
2543
+ # Optional parameter to define a target capacity for the UTILIZATION balancing
2544
2544
  # mode. The valid range is [0.0, 1.0]. For usage guidelines, see Utilization
2545
2545
  # balancing mode.
2546
2546
  # Corresponds to the JSON property `maxUtilization`
@@ -18091,7 +18091,7 @@ module Google
18091
18091
  # @return [Google::Apis::ComputeV1::LocationPolicyLocationConstraints]
18092
18092
  attr_accessor :constraints
18093
18093
 
18094
- # Preference for a given location.
18094
+ # Preference for a given location. Set to either ALLOW or DENY.
18095
18095
  # Corresponds to the JSON property `preference`
18096
18096
  # @return [String]
18097
18097
  attr_accessor :preference
@@ -19490,6 +19490,11 @@ module Google
19490
19490
  attr_accessor :enable_ula_internal_ipv6
19491
19491
  alias_method :enable_ula_internal_ipv6?, :enable_ula_internal_ipv6
19492
19492
 
19493
+ # [Output Only] URL of the firewall policy the network is associated with.
19494
+ # Corresponds to the JSON property `firewallPolicy`
19495
+ # @return [String]
19496
+ attr_accessor :firewall_policy
19497
+
19493
19498
  # [Output Only] The gateway address for default routing out of the network,
19494
19499
  # selected by GCP.
19495
19500
  # Corresponds to the JSON property `gatewayIPv4`
@@ -19579,6 +19584,7 @@ module Google
19579
19584
  @creation_timestamp = args[:creation_timestamp] if args.key?(:creation_timestamp)
19580
19585
  @description = args[:description] if args.key?(:description)
19581
19586
  @enable_ula_internal_ipv6 = args[:enable_ula_internal_ipv6] if args.key?(:enable_ula_internal_ipv6)
19587
+ @firewall_policy = args[:firewall_policy] if args.key?(:firewall_policy)
19582
19588
  @gateway_i_pv4 = args[:gateway_i_pv4] if args.key?(:gateway_i_pv4)
19583
19589
  @id = args[:id] if args.key?(:id)
19584
19590
  @internal_ipv6_range = args[:internal_ipv6_range] if args.key?(:internal_ipv6_range)
@@ -33376,6 +33382,16 @@ module Google
33376
33382
  # @return [String]
33377
33383
  attr_accessor :source_disk_id
33378
33384
 
33385
+ # [Output Only] URL of the resource policy which created this scheduled snapshot.
33386
+ # Corresponds to the JSON property `sourceSnapshotSchedulePolicy`
33387
+ # @return [String]
33388
+ attr_accessor :source_snapshot_schedule_policy
33389
+
33390
+ # [Output Only] ID of the resource policy which created this scheduled snapshot.
33391
+ # Corresponds to the JSON property `sourceSnapshotSchedulePolicyId`
33392
+ # @return [String]
33393
+ attr_accessor :source_snapshot_schedule_policy_id
33394
+
33379
33395
  # [Output Only] The status of the snapshot. This can be CREATING, DELETING,
33380
33396
  # FAILED, READY, or UPLOADING.
33381
33397
  # Corresponds to the JSON property `status`
@@ -33429,6 +33445,8 @@ module Google
33429
33445
  @source_disk = args[:source_disk] if args.key?(:source_disk)
33430
33446
  @source_disk_encryption_key = args[:source_disk_encryption_key] if args.key?(:source_disk_encryption_key)
33431
33447
  @source_disk_id = args[:source_disk_id] if args.key?(:source_disk_id)
33448
+ @source_snapshot_schedule_policy = args[:source_snapshot_schedule_policy] if args.key?(:source_snapshot_schedule_policy)
33449
+ @source_snapshot_schedule_policy_id = args[:source_snapshot_schedule_policy_id] if args.key?(:source_snapshot_schedule_policy_id)
33432
33450
  @status = args[:status] if args.key?(:status)
33433
33451
  @storage_bytes = args[:storage_bytes] if args.key?(:storage_bytes)
33434
33452
  @storage_bytes_status = args[:storage_bytes_status] if args.key?(:storage_bytes_status)
@@ -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.42.0"
19
+ GEM_VERSION = "0.43.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.9.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220621"
25
+ REVISION = "20220705"
26
26
  end
27
27
  end
28
28
  end
@@ -10166,6 +10166,7 @@ module Google
10166
10166
  property :creation_timestamp, as: 'creationTimestamp'
10167
10167
  property :description, as: 'description'
10168
10168
  property :enable_ula_internal_ipv6, as: 'enableUlaInternalIpv6'
10169
+ property :firewall_policy, as: 'firewallPolicy'
10169
10170
  property :gateway_i_pv4, as: 'gatewayIPv4'
10170
10171
  property :id, :numeric_string => true, as: 'id'
10171
10172
  property :internal_ipv6_range, as: 'internalIpv6Range'
@@ -13706,6 +13707,8 @@ module Google
13706
13707
  property :source_disk_encryption_key, as: 'sourceDiskEncryptionKey', class: Google::Apis::ComputeV1::CustomerEncryptionKey, decorator: Google::Apis::ComputeV1::CustomerEncryptionKey::Representation
13707
13708
 
13708
13709
  property :source_disk_id, as: 'sourceDiskId'
13710
+ property :source_snapshot_schedule_policy, as: 'sourceSnapshotSchedulePolicy'
13711
+ property :source_snapshot_schedule_policy_id, as: 'sourceSnapshotSchedulePolicyId'
13709
13712
  property :status, as: 'status'
13710
13713
  property :storage_bytes, :numeric_string => true, as: 'storageBytes'
13711
13714
  property :storage_bytes_status, as: 'storageBytesStatus'
@@ -10981,6 +10981,7 @@ module Google
10981
10981
  end
10982
10982
 
10983
10983
  # Creates multiple instances. Count specifies the number of instances to create.
10984
+ # For more information, see About bulk creation of VMs.
10984
10985
  # @param [String] project
10985
10986
  # Project ID for this request.
10986
10987
  # @param [String] zone
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-compute_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.42.0
4
+ version: 0.43.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: 2022-07-11 00:00:00.000000000 Z
11
+ date: 2022-07-18 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_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-compute_v1/v0.42.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-compute_v1/v0.43.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-compute_v1
63
63
  post_install_message:
64
64
  rdoc_options: []