google-apis-compute_beta 0.41.0 → 0.44.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: 1d4f81c2fc86da5f9bef7f0b1b6bd329f317d1a034eba12dfa04d8b416eaedd5
4
- data.tar.gz: 99b11bfdc24ad818dd4b63261cee03d2c965a94475f9ec03387635eb7cd43789
3
+ metadata.gz: 15371516eb14c719ddcb225fd556f88cc65952ccd1de2993562c44976e1987b7
4
+ data.tar.gz: 4d13b75ef7d41f1e7239e979221ed58152f38193385b89a26186e1fa9f48edb0
5
5
  SHA512:
6
- metadata.gz: a00e876aa7eb2ff4f9c11c330c45d50cc00dd69827e3c0433c2da62e8633a40c29c77bbdaf6734364254f97c5c83f836f880bec6b40ae0790ecd221ef6d68ea4
7
- data.tar.gz: 38933caad9ac29637bc14ab44f639827f130ba1c1961e73709eadfd2a6d29a27e0e1f684b01dbd128e5207339b0ba58c3c11c0f85acfe096c7d8fc555950728a
6
+ metadata.gz: 544f16e8b1a5987a5b5110ddd61ac74692138d2ac4e567c17c8217df20b9ca426098351470f3f8610a590d5e41b3755bc724cf82d9c5ba3013274beac9bf9ed3
7
+ data.tar.gz: 6e09b2e57a9642ad1db3195456166bf3e392d36cd4d888569fa122b63c3fefdf45991f284c5b0964be1e2a29740933bb267d0664a372085b21c41838ab5dd3a6
data/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # Release history for google-apis-compute_beta
2
2
 
3
+ ### v0.44.0 (2022-07-26)
4
+
5
+ * Regenerated from discovery document revision 20220720
6
+
7
+ ### v0.43.0 (2022-07-20)
8
+
9
+ * Regenerated from discovery document revision 20220714
10
+
11
+ ### v0.42.0 (2022-07-14)
12
+
13
+ * Regenerated from discovery document revision 20220705
14
+
3
15
  ### v0.41.0 (2022-07-04)
4
16
 
5
17
  * Regenerated from discovery document revision 20220621
@@ -2657,7 +2657,7 @@ module Google
2657
2657
  # @return [Float]
2658
2658
  attr_accessor :max_rate_per_instance
2659
2659
 
2660
- # Optional parameter to define a target capacity for the UTILIZATIONbalancing
2660
+ # Optional parameter to define a target capacity for the UTILIZATION balancing
2661
2661
  # mode. The valid range is [0.0, 1.0]. For usage guidelines, see Utilization
2662
2662
  # balancing mode.
2663
2663
  # Corresponds to the JSON property `maxUtilization`
@@ -13018,7 +13018,7 @@ module Google
13018
13018
  attr_accessor :satisfies_pzs
13019
13019
  alias_method :satisfies_pzs?, :satisfies_pzs
13020
13020
 
13021
- # Sets the scheduling options for an Instance. NextID: 21
13021
+ # Sets the scheduling options for an Instance.
13022
13022
  # Corresponds to the JSON property `scheduling`
13023
13023
  # @return [Google::Apis::ComputeBeta::Scheduling]
13024
13024
  attr_accessor :scheduling
@@ -15986,7 +15986,7 @@ module Google
15986
15986
  # @return [Array<String>]
15987
15987
  attr_accessor :resource_policies
15988
15988
 
15989
- # Sets the scheduling options for an Instance. NextID: 21
15989
+ # Sets the scheduling options for an Instance.
15990
15990
  # Corresponds to the JSON property `scheduling`
15991
15991
  # @return [Google::Apis::ComputeBeta::Scheduling]
15992
15992
  attr_accessor :scheduling
@@ -18889,7 +18889,7 @@ module Google
18889
18889
  # @return [Google::Apis::ComputeBeta::LocationPolicyLocationConstraints]
18890
18890
  attr_accessor :constraints
18891
18891
 
18892
- # Preference for a given location.
18892
+ # Preference for a given location. Set to either ALLOW or DENY.
18893
18893
  # Corresponds to the JSON property `preference`
18894
18894
  # @return [String]
18895
18895
  attr_accessor :preference
@@ -20283,6 +20283,11 @@ module Google
20283
20283
  attr_accessor :enable_ula_internal_ipv6
20284
20284
  alias_method :enable_ula_internal_ipv6?, :enable_ula_internal_ipv6
20285
20285
 
20286
+ # [Output Only] URL of the firewall policy the network is associated with.
20287
+ # Corresponds to the JSON property `firewallPolicy`
20288
+ # @return [String]
20289
+ attr_accessor :firewall_policy
20290
+
20286
20291
  # [Output Only] The gateway address for default routing out of the network,
20287
20292
  # selected by GCP.
20288
20293
  # Corresponds to the JSON property `gatewayIPv4`
@@ -20372,6 +20377,7 @@ module Google
20372
20377
  @creation_timestamp = args[:creation_timestamp] if args.key?(:creation_timestamp)
20373
20378
  @description = args[:description] if args.key?(:description)
20374
20379
  @enable_ula_internal_ipv6 = args[:enable_ula_internal_ipv6] if args.key?(:enable_ula_internal_ipv6)
20380
+ @firewall_policy = args[:firewall_policy] if args.key?(:firewall_policy)
20375
20381
  @gateway_i_pv4 = args[:gateway_i_pv4] if args.key?(:gateway_i_pv4)
20376
20382
  @id = args[:id] if args.key?(:id)
20377
20383
  @internal_ipv6_range = args[:internal_ipv6_range] if args.key?(:internal_ipv6_range)
@@ -21058,9 +21064,9 @@ module Google
21058
21064
  # allows for routing to multiple App Engine services without having to create
21059
21065
  # multiple Network Endpoint Groups and backend services. For example, the
21060
21066
  # request URLs "foo1-dot-appname.appspot.com/v1" and "foo1-dot-appname.appspot.
21061
- # com/v2" can be backed by the same Serverless NEG with URL mask "-dot-appname.
21062
- # appspot.com/". The URL mask will parse them to ` service = "foo1", version = "
21063
- # v1" ` and ` service = "foo1", version = "v2" ` respectively.
21067
+ # com/v2" can be backed by the same Serverless NEG with URL mask "<service>-dot-
21068
+ # appname.appspot.com/<version>". The URL mask will parse them to ` service = "
21069
+ # foo1", version = "v1" ` and ` service = "foo1", version = "v2" ` respectively.
21064
21070
  # Corresponds to the JSON property `urlMask`
21065
21071
  # @return [String]
21066
21072
  attr_accessor :url_mask
@@ -21099,8 +21105,8 @@ module Google
21099
21105
  # routing to multiple Cloud Functions without having to create multiple Network
21100
21106
  # Endpoint Groups and backend services. For example, request URLs " mydomain.com/
21101
21107
  # function1" and "mydomain.com/function2" can be backed by the same Serverless
21102
- # NEG with URL mask "/". The URL mask will parse them to ` function = "function1"
21103
- # ` and ` function = "function2" ` respectively.
21108
+ # NEG with URL mask "/<function>". The URL mask will parse them to ` function = "
21109
+ # function1" ` and ` function = "function2" ` respectively.
21104
21110
  # Corresponds to the JSON property `urlMask`
21105
21111
  # @return [String]
21106
21112
  attr_accessor :url_mask
@@ -28825,7 +28831,7 @@ module Google
28825
28831
  include Google::Apis::Core::Hashable
28826
28832
 
28827
28833
  # New set of SslCertificate resources to associate with this TargetHttpsProxy
28828
- # resource. Currently exactly one SslCertificate resource must be specified.
28834
+ # resource.
28829
28835
  # Corresponds to the JSON property `sslCertificates`
28830
28836
  # @return [Array<String>]
28831
28837
  attr_accessor :ssl_certificates
@@ -28880,7 +28886,11 @@ module Google
28880
28886
  class RequestMirrorPolicy
28881
28887
  include Google::Apis::Core::Hashable
28882
28888
 
28883
- # The full or partial URL to the BackendService resource being mirrored to.
28889
+ # The full or partial URL to the BackendService resource being mirrored to. The
28890
+ # backend service configured for a mirroring policy must reference backends that
28891
+ # are of the same type as the original backend service matched in the URL map.
28892
+ # Serverless NEG backends are not currently supported as a mirrored backend
28893
+ # service.
28884
28894
  # Corresponds to the JSON property `backendService`
28885
28895
  # @return [String]
28886
28896
  attr_accessor :backend_service
@@ -32503,7 +32513,7 @@ module Google
32503
32513
  end
32504
32514
  end
32505
32515
 
32506
- # Sets the scheduling options for an Instance. NextID: 21
32516
+ # Sets the scheduling options for an Instance.
32507
32517
  class Scheduling
32508
32518
  include Google::Apis::Core::Hashable
32509
32519
 
@@ -34885,6 +34895,11 @@ module Google
34885
34895
  # @return [String]
34886
34896
  attr_accessor :chain_name
34887
34897
 
34898
+ # [Output Only] Size in bytes of the snapshot at creation time.
34899
+ # Corresponds to the JSON property `creationSizeBytes`
34900
+ # @return [Fixnum]
34901
+ attr_accessor :creation_size_bytes
34902
+
34888
34903
  # [Output Only] Creation timestamp in RFC3339 text format.
34889
34904
  # Corresponds to the JSON property `creationTimestamp`
34890
34905
  # @return [String]
@@ -34995,6 +35010,11 @@ module Google
34995
35010
  # @return [Google::Apis::ComputeBeta::CustomerEncryptionKey]
34996
35011
  attr_accessor :snapshot_encryption_key
34997
35012
 
35013
+ # Indicates the type of the snapshot.
35014
+ # Corresponds to the JSON property `snapshotType`
35015
+ # @return [String]
35016
+ attr_accessor :snapshot_type
35017
+
34998
35018
  # The source disk used to create this snapshot.
34999
35019
  # Corresponds to the JSON property `sourceDisk`
35000
35020
  # @return [String]
@@ -35064,6 +35084,7 @@ module Google
35064
35084
  @architecture = args[:architecture] if args.key?(:architecture)
35065
35085
  @auto_created = args[:auto_created] if args.key?(:auto_created)
35066
35086
  @chain_name = args[:chain_name] if args.key?(:chain_name)
35087
+ @creation_size_bytes = args[:creation_size_bytes] if args.key?(:creation_size_bytes)
35067
35088
  @creation_timestamp = args[:creation_timestamp] if args.key?(:creation_timestamp)
35068
35089
  @description = args[:description] if args.key?(:description)
35069
35090
  @disk_size_gb = args[:disk_size_gb] if args.key?(:disk_size_gb)
@@ -35080,6 +35101,7 @@ module Google
35080
35101
  @satisfies_pzs = args[:satisfies_pzs] if args.key?(:satisfies_pzs)
35081
35102
  @self_link = args[:self_link] if args.key?(:self_link)
35082
35103
  @snapshot_encryption_key = args[:snapshot_encryption_key] if args.key?(:snapshot_encryption_key)
35104
+ @snapshot_type = args[:snapshot_type] if args.key?(:snapshot_type)
35083
35105
  @source_disk = args[:source_disk] if args.key?(:source_disk)
35084
35106
  @source_disk_encryption_key = args[:source_disk_encryption_key] if args.key?(:source_disk_encryption_key)
35085
35107
  @source_disk_id = args[:source_disk_id] if args.key?(:source_disk_id)
@@ -35343,7 +35365,7 @@ module Google
35343
35365
  # @return [String]
35344
35366
  attr_accessor :post_key_revocation_action_type
35345
35367
 
35346
- # Sets the scheduling options for an Instance. NextID: 21
35368
+ # Sets the scheduling options for an Instance.
35347
35369
  # Corresponds to the JSON property `scheduling`
35348
35370
  # @return [Google::Apis::ComputeBeta::Scheduling]
35349
35371
  attr_accessor :scheduling
@@ -38705,8 +38727,9 @@ module Google
38705
38727
  # @return [String]
38706
38728
  attr_accessor :name
38707
38729
 
38708
- # NAT option controlling how IPs are NAT'ed to the instance. Currently only
38709
- # NO_NAT (default value) is supported.
38730
+ # Must have a value of NO_NAT. Protocol forwarding delivers packets while
38731
+ # preserving the destination IP address of the forwarding rule referencing the
38732
+ # target instance.
38710
38733
  # Corresponds to the JSON property `natPolicy`
38711
38734
  # @return [String]
38712
38735
  attr_accessor :nat_policy
@@ -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.41.0"
19
+ GEM_VERSION = "0.44.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 = "20220720"
26
26
  end
27
27
  end
28
28
  end
@@ -10576,6 +10576,7 @@ module Google
10576
10576
  property :creation_timestamp, as: 'creationTimestamp'
10577
10577
  property :description, as: 'description'
10578
10578
  property :enable_ula_internal_ipv6, as: 'enableUlaInternalIpv6'
10579
+ property :firewall_policy, as: 'firewallPolicy'
10579
10580
  property :gateway_i_pv4, as: 'gatewayIPv4'
10580
10581
  property :id, :numeric_string => true, as: 'id'
10581
10582
  property :internal_ipv6_range, as: 'internalIpv6Range'
@@ -14312,6 +14313,7 @@ module Google
14312
14313
  property :architecture, as: 'architecture'
14313
14314
  property :auto_created, as: 'autoCreated'
14314
14315
  property :chain_name, as: 'chainName'
14316
+ property :creation_size_bytes, :numeric_string => true, as: 'creationSizeBytes'
14315
14317
  property :creation_timestamp, as: 'creationTimestamp'
14316
14318
  property :description, as: 'description'
14317
14319
  property :disk_size_gb, :numeric_string => true, as: 'diskSizeGb'
@@ -14329,6 +14331,7 @@ module Google
14329
14331
  property :self_link, as: 'selfLink'
14330
14332
  property :snapshot_encryption_key, as: 'snapshotEncryptionKey', class: Google::Apis::ComputeBeta::CustomerEncryptionKey, decorator: Google::Apis::ComputeBeta::CustomerEncryptionKey::Representation
14331
14333
 
14334
+ property :snapshot_type, as: 'snapshotType'
14332
14335
  property :source_disk, as: 'sourceDisk'
14333
14336
  property :source_disk_encryption_key, as: 'sourceDiskEncryptionKey', class: Google::Apis::ComputeBeta::CustomerEncryptionKey, decorator: Google::Apis::ComputeBeta::CustomerEncryptionKey::Representation
14334
14337
 
@@ -11997,6 +11997,7 @@ module Google
11997
11997
  end
11998
11998
 
11999
11999
  # Creates multiple instances. Count specifies the number of instances to create.
12000
+ # For more information, see About bulk creation of VMs.
12000
12001
  # @param [String] project
12001
12002
  # Project ID for this request.
12002
12003
  # @param [String] zone
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-compute_beta
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.41.0
4
+ version: 0.44.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-08-01 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_beta/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-compute_beta/v0.41.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-compute_beta/v0.44.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-compute_beta
63
63
  post_install_message:
64
64
  rdoc_options: []