google-apis-compute_v1 0.145.0 → 0.146.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: 15e7d5d04b8198c24e1506192eddc8deed3ff4c6d0abae42e891a24e07dfbbdb
|
|
4
|
+
data.tar.gz: 345314ad73a61d68fd3419931690d477d55f0626ee25fb5629aeb3fad3084a60
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b0337de9e944237ee1e7a2a698fe583e5ec1c271bf9cc2f9ff308145e1c9d4d613e9956f9d6d00fb76b4e13553d46a4ad5d56b1ca63962b187e09dae757282f7
|
|
7
|
+
data.tar.gz: 72db84d28ee6152f94fc413c518447ccf136716c27fba4e988c3c149b53e63fc87d6d0b24aa754841b182bf36720c6e4e956e5799146df1be8a1094db9350c71
|
data/CHANGELOG.md
CHANGED
|
@@ -1943,24 +1943,7 @@ module Google
|
|
|
1943
1943
|
# @return [Fixnum]
|
|
1944
1944
|
attr_accessor :disk_size_gb
|
|
1945
1945
|
|
|
1946
|
-
# Specifies the disk type to use to create the instance. If not specified,
|
|
1947
|
-
# the default is pd-standard, specified using the full URL.
|
|
1948
|
-
# For example:
|
|
1949
|
-
# https://www.googleapis.com/compute/v1/projects/project/zones/zone/diskTypes/pd-
|
|
1950
|
-
# standard
|
|
1951
|
-
# For a full list of acceptable values, seePersistent disk
|
|
1952
|
-
# types. If you specify this field when creating a VM, you can provide
|
|
1953
|
-
# either the full or partial URL. For example, the following values are
|
|
1954
|
-
# valid:
|
|
1955
|
-
#
|
|
1956
1946
|
#
|
|
1957
|
-
# - https://www.googleapis.com/compute/v1/projects/project/zones/zone/
|
|
1958
|
-
# diskTypes/diskType
|
|
1959
|
-
# - projects/project/zones/zone/diskTypes/diskType
|
|
1960
|
-
# - zones/zone/diskTypes/diskType
|
|
1961
|
-
# If you specify this field when creating or updating an instance template
|
|
1962
|
-
# or all-instances configuration, specify the type of the disk, not the
|
|
1963
|
-
# URL. For example: pd-standard.
|
|
1964
1947
|
# Corresponds to the JSON property `diskType`
|
|
1965
1948
|
# @return [String]
|
|
1966
1949
|
attr_accessor :disk_type
|
|
@@ -13086,6 +13069,23 @@ module Google
|
|
|
13086
13069
|
# @return [String]
|
|
13087
13070
|
attr_accessor :security_profile_group
|
|
13088
13071
|
|
|
13072
|
+
# A list of forwarding rules to which this rule applies.
|
|
13073
|
+
# This field allows you to control which load balancers get this rule.
|
|
13074
|
+
# For example, the following are valid values:
|
|
13075
|
+
#
|
|
13076
|
+
#
|
|
13077
|
+
# - https://www.googleapis.com/compute/v1/projects/project/global/
|
|
13078
|
+
# forwardingRules/forwardingRule
|
|
13079
|
+
# - https://www.googleapis.com/compute/v1/projects/project/regions/region/
|
|
13080
|
+
# forwardingRules/forwardingRule
|
|
13081
|
+
# - projects/project/global/
|
|
13082
|
+
# forwardingRules/forwardingRule
|
|
13083
|
+
# - projects/project/regions/region/forwardingRules/
|
|
13084
|
+
# forwardingRule
|
|
13085
|
+
# Corresponds to the JSON property `targetForwardingRules`
|
|
13086
|
+
# @return [Array<String>]
|
|
13087
|
+
attr_accessor :target_forwarding_rules
|
|
13088
|
+
|
|
13089
13089
|
# A list of network resource URLs to which this rule applies. This field
|
|
13090
13090
|
# allows you to control which network's VMs get this rule. If this field
|
|
13091
13091
|
# is left blank, all VMs within the organization will receive the rule.
|
|
@@ -13113,6 +13113,12 @@ module Google
|
|
|
13113
13113
|
# @return [Array<String>]
|
|
13114
13114
|
attr_accessor :target_service_accounts
|
|
13115
13115
|
|
|
13116
|
+
# Target types of the firewall policy rule.
|
|
13117
|
+
# Default value is INSTANCES.
|
|
13118
|
+
# Corresponds to the JSON property `targetType`
|
|
13119
|
+
# @return [String]
|
|
13120
|
+
attr_accessor :target_type
|
|
13121
|
+
|
|
13116
13122
|
# Boolean flag indicating if the traffic should be TLS decrypted.
|
|
13117
13123
|
# Can be set only if action = 'apply_security_profile_group' and cannot
|
|
13118
13124
|
# be set for other actions.
|
|
@@ -13138,9 +13144,11 @@ module Google
|
|
|
13138
13144
|
@rule_name = args[:rule_name] if args.key?(:rule_name)
|
|
13139
13145
|
@rule_tuple_count = args[:rule_tuple_count] if args.key?(:rule_tuple_count)
|
|
13140
13146
|
@security_profile_group = args[:security_profile_group] if args.key?(:security_profile_group)
|
|
13147
|
+
@target_forwarding_rules = args[:target_forwarding_rules] if args.key?(:target_forwarding_rules)
|
|
13141
13148
|
@target_resources = args[:target_resources] if args.key?(:target_resources)
|
|
13142
13149
|
@target_secure_tags = args[:target_secure_tags] if args.key?(:target_secure_tags)
|
|
13143
13150
|
@target_service_accounts = args[:target_service_accounts] if args.key?(:target_service_accounts)
|
|
13151
|
+
@target_type = args[:target_type] if args.key?(:target_type)
|
|
13144
13152
|
@tls_inspect = args[:tls_inspect] if args.key?(:tls_inspect)
|
|
13145
13153
|
end
|
|
13146
13154
|
end
|
|
@@ -36142,7 +36150,13 @@ module Google
|
|
|
36142
36150
|
attr_accessor :name
|
|
36143
36151
|
|
|
36144
36152
|
# The URL of the network to which all network endpoints in the NEG belong.
|
|
36145
|
-
#
|
|
36153
|
+
# For networkEndpointType GCE_VM_IP_PORT,GCE_VM_IP_PORTMAP or
|
|
36154
|
+
# NON_GCP_PRIVATE_IP_PORT,
|
|
36155
|
+
# if this field is not specified, a default network will be used.
|
|
36156
|
+
# This field cannot be set for NEGs with networkEndpointType set toSERVERLESS or
|
|
36157
|
+
# PRIVATE_SERVICE_CONNECT and for
|
|
36158
|
+
# global NEGs.
|
|
36159
|
+
# For all other network endpoint types, this field is required.
|
|
36146
36160
|
# Corresponds to the JSON property `network`
|
|
36147
36161
|
# @return [String]
|
|
36148
36162
|
attr_accessor :network
|
|
@@ -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.
|
|
19
|
+
GEM_VERSION = "0.146.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 = "20260501"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -11544,10 +11544,12 @@ module Google
|
|
|
11544
11544
|
property :rule_name, as: 'ruleName'
|
|
11545
11545
|
property :rule_tuple_count, as: 'ruleTupleCount'
|
|
11546
11546
|
property :security_profile_group, as: 'securityProfileGroup'
|
|
11547
|
+
collection :target_forwarding_rules, as: 'targetForwardingRules'
|
|
11547
11548
|
collection :target_resources, as: 'targetResources'
|
|
11548
11549
|
collection :target_secure_tags, as: 'targetSecureTags', class: Google::Apis::ComputeV1::FirewallPolicyRuleSecureTag, decorator: Google::Apis::ComputeV1::FirewallPolicyRuleSecureTag::Representation
|
|
11549
11550
|
|
|
11550
11551
|
collection :target_service_accounts, as: 'targetServiceAccounts'
|
|
11552
|
+
property :target_type, as: 'targetType'
|
|
11551
11553
|
property :tls_inspect, as: 'tlsInspect'
|
|
11552
11554
|
end
|
|
11553
11555
|
end
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-apis-compute_v1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.146.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_v1/CHANGELOG.md
|
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-compute_v1/v0.
|
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-compute_v1/v0.146.0
|
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-compute_v1
|
|
62
62
|
rdoc_options: []
|
|
63
63
|
require_paths:
|