google-apis-compute_beta 0.120.0 → 0.121.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a9097982e132b573932931449f9cba89b2a0cbef586bf35fcfd9962e2fd7391b
|
4
|
+
data.tar.gz: 469da324e42a185fa770ecaeb9cfa2c8e109b3fc1dd82e9f6022b35905343b6f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a95392ce7057b7c62a5f268f53380561ee0693adf757754c89d3097cc667cd4eda8a9ac4a7db0e9579a834d906444aa678694ff69fc2b8c2c639c9c203ceed1f
|
7
|
+
data.tar.gz: 5ddf1224f6a974aeabb640ba4d0cc0a77ed4c714bff008664449f3662c7c205e1fdadfd58cdc95f595e420a5c469305fefd3882723435953865457439ae60135
|
data/CHANGELOG.md
CHANGED
@@ -42770,6 +42770,11 @@ module Google
|
|
42770
42770
|
class ResourceStatus
|
42771
42771
|
include Google::Apis::Core::Hashable
|
42772
42772
|
|
42773
|
+
# Effective values of predefined metadata keys for an instance.
|
42774
|
+
# Corresponds to the JSON property `effectiveInstanceMetadata`
|
42775
|
+
# @return [Google::Apis::ComputeBeta::ResourceStatusEffectiveInstanceMetadata]
|
42776
|
+
attr_accessor :effective_instance_metadata
|
42777
|
+
|
42773
42778
|
# [Output Only] The precise location of your instance within the zone's data
|
42774
42779
|
# center, including the block, sub-block, and host. The field is formatted as
|
42775
42780
|
# follows: blockId/subBlockId/hostId.
|
@@ -42803,6 +42808,7 @@ module Google
|
|
42803
42808
|
|
42804
42809
|
# Update properties of this object
|
42805
42810
|
def update!(**args)
|
42811
|
+
@effective_instance_metadata = args[:effective_instance_metadata] if args.key?(:effective_instance_metadata)
|
42806
42812
|
@physical_host = args[:physical_host] if args.key?(:physical_host)
|
42807
42813
|
@physical_host_topology = args[:physical_host_topology] if args.key?(:physical_host_topology)
|
42808
42814
|
@scheduling = args[:scheduling] if args.key?(:scheduling)
|
@@ -42811,6 +42817,74 @@ module Google
|
|
42811
42817
|
end
|
42812
42818
|
end
|
42813
42819
|
|
42820
|
+
# Effective values of predefined metadata keys for an instance.
|
42821
|
+
class ResourceStatusEffectiveInstanceMetadata
|
42822
|
+
include Google::Apis::Core::Hashable
|
42823
|
+
|
42824
|
+
# Effective block-project-ssh-keys value at Instance level.
|
42825
|
+
# Corresponds to the JSON property `blockProjectSshKeysMetadataValue`
|
42826
|
+
# @return [Boolean]
|
42827
|
+
attr_accessor :block_project_ssh_keys_metadata_value
|
42828
|
+
alias_method :block_project_ssh_keys_metadata_value?, :block_project_ssh_keys_metadata_value
|
42829
|
+
|
42830
|
+
# Effective enable-guest-attributes value at Instance level.
|
42831
|
+
# Corresponds to the JSON property `enableGuestAttributesMetadataValue`
|
42832
|
+
# @return [Boolean]
|
42833
|
+
attr_accessor :enable_guest_attributes_metadata_value
|
42834
|
+
alias_method :enable_guest_attributes_metadata_value?, :enable_guest_attributes_metadata_value
|
42835
|
+
|
42836
|
+
# Effective enable-os-inventory value at Instance level.
|
42837
|
+
# Corresponds to the JSON property `enableOsInventoryMetadataValue`
|
42838
|
+
# @return [Boolean]
|
42839
|
+
attr_accessor :enable_os_inventory_metadata_value
|
42840
|
+
alias_method :enable_os_inventory_metadata_value?, :enable_os_inventory_metadata_value
|
42841
|
+
|
42842
|
+
# Effective enable-osconfig value at Instance level.
|
42843
|
+
# Corresponds to the JSON property `enableOsconfigMetadataValue`
|
42844
|
+
# @return [Boolean]
|
42845
|
+
attr_accessor :enable_osconfig_metadata_value
|
42846
|
+
alias_method :enable_osconfig_metadata_value?, :enable_osconfig_metadata_value
|
42847
|
+
|
42848
|
+
# Effective enable-oslogin value at Instance level.
|
42849
|
+
# Corresponds to the JSON property `enableOsloginMetadataValue`
|
42850
|
+
# @return [Boolean]
|
42851
|
+
attr_accessor :enable_oslogin_metadata_value
|
42852
|
+
alias_method :enable_oslogin_metadata_value?, :enable_oslogin_metadata_value
|
42853
|
+
|
42854
|
+
# Effective serial-port-enable value at Instance level.
|
42855
|
+
# Corresponds to the JSON property `serialPortEnableMetadataValue`
|
42856
|
+
# @return [Boolean]
|
42857
|
+
attr_accessor :serial_port_enable_metadata_value
|
42858
|
+
alias_method :serial_port_enable_metadata_value?, :serial_port_enable_metadata_value
|
42859
|
+
|
42860
|
+
# Effective serial-port-logging-enable value at Instance level.
|
42861
|
+
# Corresponds to the JSON property `serialPortLoggingEnableMetadataValue`
|
42862
|
+
# @return [Boolean]
|
42863
|
+
attr_accessor :serial_port_logging_enable_metadata_value
|
42864
|
+
alias_method :serial_port_logging_enable_metadata_value?, :serial_port_logging_enable_metadata_value
|
42865
|
+
|
42866
|
+
# Effective VM DNS setting at Instance level.
|
42867
|
+
# Corresponds to the JSON property `vmDnsSettingMetadataValue`
|
42868
|
+
# @return [String]
|
42869
|
+
attr_accessor :vm_dns_setting_metadata_value
|
42870
|
+
|
42871
|
+
def initialize(**args)
|
42872
|
+
update!(**args)
|
42873
|
+
end
|
42874
|
+
|
42875
|
+
# Update properties of this object
|
42876
|
+
def update!(**args)
|
42877
|
+
@block_project_ssh_keys_metadata_value = args[:block_project_ssh_keys_metadata_value] if args.key?(:block_project_ssh_keys_metadata_value)
|
42878
|
+
@enable_guest_attributes_metadata_value = args[:enable_guest_attributes_metadata_value] if args.key?(:enable_guest_attributes_metadata_value)
|
42879
|
+
@enable_os_inventory_metadata_value = args[:enable_os_inventory_metadata_value] if args.key?(:enable_os_inventory_metadata_value)
|
42880
|
+
@enable_osconfig_metadata_value = args[:enable_osconfig_metadata_value] if args.key?(:enable_osconfig_metadata_value)
|
42881
|
+
@enable_oslogin_metadata_value = args[:enable_oslogin_metadata_value] if args.key?(:enable_oslogin_metadata_value)
|
42882
|
+
@serial_port_enable_metadata_value = args[:serial_port_enable_metadata_value] if args.key?(:serial_port_enable_metadata_value)
|
42883
|
+
@serial_port_logging_enable_metadata_value = args[:serial_port_logging_enable_metadata_value] if args.key?(:serial_port_logging_enable_metadata_value)
|
42884
|
+
@vm_dns_setting_metadata_value = args[:vm_dns_setting_metadata_value] if args.key?(:vm_dns_setting_metadata_value)
|
42885
|
+
end
|
42886
|
+
end
|
42887
|
+
|
42814
42888
|
# Represents the physical host topology of the host on which the VM is running.
|
42815
42889
|
class ResourceStatusPhysicalHostTopology
|
42816
42890
|
include Google::Apis::Core::Hashable
|
@@ -46468,14 +46542,14 @@ module Google
|
|
46468
46542
|
# be configured to filter incoming HTTP requests targeting backend services (
|
46469
46543
|
# including Cloud CDN-enabled) as well as backend buckets (Cloud Storage). They
|
46470
46544
|
# filter requests before the request is served from Google's cache. -
|
46471
|
-
# CLOUD_ARMOR_INTERNAL_SERVICE: Cloud Armor internal service
|
46472
|
-
# configured to filter HTTP requests targeting services managed
|
46473
|
-
# Director in a service mesh. They filter requests before the request
|
46474
|
-
# from the application. - CLOUD_ARMOR_NETWORK: Cloud Armor network
|
46475
|
-
# be configured to filter packets targeting network load balancing
|
46476
|
-
# such as backend services, target pools, target instances, and
|
46477
|
-
# external IPs. They filter requests before the request is served
|
46478
|
-
# application. This field can be set only at resource creation time.
|
46545
|
+
# CLOUD_ARMOR_INTERNAL_SERVICE (preview only): Cloud Armor internal service
|
46546
|
+
# policies can be configured to filter HTTP requests targeting services managed
|
46547
|
+
# by Traffic Director in a service mesh. They filter requests before the request
|
46548
|
+
# is served from the application. - CLOUD_ARMOR_NETWORK: Cloud Armor network
|
46549
|
+
# policies can be configured to filter packets targeting network load balancing
|
46550
|
+
# resources such as backend services, target pools, target instances, and
|
46551
|
+
# instances with external IPs. They filter requests before the request is served
|
46552
|
+
# from the application. This field can be set only at resource creation time.
|
46479
46553
|
# Corresponds to the JSON property `type`
|
46480
46554
|
# @return [String]
|
46481
46555
|
attr_accessor :type
|
@@ -47042,7 +47116,10 @@ module Google
|
|
47042
47116
|
# redirectOptions. This action is only supported in Global Security Policies of
|
47043
47117
|
# type CLOUD_ARMOR. - throttle: limit client traffic to the configured threshold.
|
47044
47118
|
# Configure parameters for this action in rateLimitOptions. Requires
|
47045
|
-
# rate_limit_options to be set for this.
|
47119
|
+
# rate_limit_options to be set for this. - fairshare (preview only): when
|
47120
|
+
# traffic reaches the threshold limit, requests from the clients matching this
|
47121
|
+
# rule begin to be rate-limited using the Fair Share algorithm. This action is
|
47122
|
+
# only allowed in security policies of type `CLOUD_ARMOR_INTERNAL_SERVICE`.
|
47046
47123
|
# Corresponds to the JSON property `action`
|
47047
47124
|
# @return [String]
|
47048
47125
|
attr_accessor :action
|
@@ -47114,8 +47191,8 @@ module Google
|
|
47114
47191
|
# @return [Fixnum]
|
47115
47192
|
attr_accessor :priority
|
47116
47193
|
|
47117
|
-
# Must be specified if the action is "rate_based_ban" or "throttle"
|
47118
|
-
# specified for any other actions.
|
47194
|
+
# Must be specified if the action is "rate_based_ban" or "throttle" or "
|
47195
|
+
# fairshare". Cannot be specified for any other actions.
|
47119
47196
|
# Corresponds to the JSON property `rateLimitOptions`
|
47120
47197
|
# @return [Google::Apis::ComputeBeta::SecurityPolicyRuleRateLimitOptions]
|
47121
47198
|
attr_accessor :rate_limit_options
|
@@ -47644,7 +47721,8 @@ module Google
|
|
47644
47721
|
# configuration or an IP address cannot be resolved from it, the key type
|
47645
47722
|
# defaults to IP. - TLS_JA4_FINGERPRINT: JA4 TLS/SSL fingerprint if the client
|
47646
47723
|
# connects using HTTPS, HTTP/2 or HTTP/3. If not available, the key type
|
47647
|
-
# defaults to ALL.
|
47724
|
+
# defaults to ALL. For "fairshare" action, this value is limited to ALL i.e. a
|
47725
|
+
# single rate limit threshold is enforced for all the requests matching the rule.
|
47648
47726
|
# Corresponds to the JSON property `enforceOnKey`
|
47649
47727
|
# @return [String]
|
47650
47728
|
attr_accessor :enforce_on_key
|
@@ -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.
|
19
|
+
GEM_VERSION = "0.121.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 = "
|
25
|
+
REVISION = "20250810"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -5692,6 +5692,12 @@ module Google
|
|
5692
5692
|
include Google::Apis::Core::JsonObjectSupport
|
5693
5693
|
end
|
5694
5694
|
|
5695
|
+
class ResourceStatusEffectiveInstanceMetadata
|
5696
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
5697
|
+
|
5698
|
+
include Google::Apis::Core::JsonObjectSupport
|
5699
|
+
end
|
5700
|
+
|
5695
5701
|
class ResourceStatusPhysicalHostTopology
|
5696
5702
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
5697
5703
|
|
@@ -18675,6 +18681,8 @@ module Google
|
|
18675
18681
|
class ResourceStatus
|
18676
18682
|
# @private
|
18677
18683
|
class Representation < Google::Apis::Core::JsonRepresentation
|
18684
|
+
property :effective_instance_metadata, as: 'effectiveInstanceMetadata', class: Google::Apis::ComputeBeta::ResourceStatusEffectiveInstanceMetadata, decorator: Google::Apis::ComputeBeta::ResourceStatusEffectiveInstanceMetadata::Representation
|
18685
|
+
|
18678
18686
|
property :physical_host, as: 'physicalHost'
|
18679
18687
|
property :physical_host_topology, as: 'physicalHostTopology', class: Google::Apis::ComputeBeta::ResourceStatusPhysicalHostTopology, decorator: Google::Apis::ComputeBeta::ResourceStatusPhysicalHostTopology::Representation
|
18680
18688
|
|
@@ -18687,6 +18695,20 @@ module Google
|
|
18687
18695
|
end
|
18688
18696
|
end
|
18689
18697
|
|
18698
|
+
class ResourceStatusEffectiveInstanceMetadata
|
18699
|
+
# @private
|
18700
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
18701
|
+
property :block_project_ssh_keys_metadata_value, as: 'blockProjectSshKeysMetadataValue'
|
18702
|
+
property :enable_guest_attributes_metadata_value, as: 'enableGuestAttributesMetadataValue'
|
18703
|
+
property :enable_os_inventory_metadata_value, as: 'enableOsInventoryMetadataValue'
|
18704
|
+
property :enable_osconfig_metadata_value, as: 'enableOsconfigMetadataValue'
|
18705
|
+
property :enable_oslogin_metadata_value, as: 'enableOsloginMetadataValue'
|
18706
|
+
property :serial_port_enable_metadata_value, as: 'serialPortEnableMetadataValue'
|
18707
|
+
property :serial_port_logging_enable_metadata_value, as: 'serialPortLoggingEnableMetadataValue'
|
18708
|
+
property :vm_dns_setting_metadata_value, as: 'vmDnsSettingMetadataValue'
|
18709
|
+
end
|
18710
|
+
end
|
18711
|
+
|
18690
18712
|
class ResourceStatusPhysicalHostTopology
|
18691
18713
|
# @private
|
18692
18714
|
class Representation < Google::Apis::Core::JsonRepresentation
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-compute_beta
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.121.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
@@ -57,7 +57,7 @@ licenses:
|
|
57
57
|
metadata:
|
58
58
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
59
59
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-compute_beta/CHANGELOG.md
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-compute_beta/v0.
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-compute_beta/v0.121.0
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-compute_beta
|
62
62
|
rdoc_options: []
|
63
63
|
require_paths:
|