google-apis-compute_v1 0.26.0 → 0.27.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 +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/google/apis/compute_v1/classes.rb +293 -65
- data/lib/google/apis/compute_v1/gem_version.rb +2 -2
- data/lib/google/apis/compute_v1/representations.rb +75 -0
- data/lib/google/apis/compute_v1/service.rb +4321 -2693
- metadata +3 -3
@@ -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.27.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.4.1"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20220224"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -988,6 +988,12 @@ module Google
|
|
988
988
|
include Google::Apis::Core::JsonObjectSupport
|
989
989
|
end
|
990
990
|
|
991
|
+
class FirewallPolicyRuleSecureTag
|
992
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
993
|
+
|
994
|
+
include Google::Apis::Core::JsonObjectSupport
|
995
|
+
end
|
996
|
+
|
991
997
|
class FixedOrPercent
|
992
998
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
993
999
|
|
@@ -1810,6 +1816,12 @@ module Google
|
|
1810
1816
|
include Google::Apis::Core::JsonObjectSupport
|
1811
1817
|
end
|
1812
1818
|
|
1819
|
+
class InstanceParams
|
1820
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1821
|
+
|
1822
|
+
include Google::Apis::Core::JsonObjectSupport
|
1823
|
+
end
|
1824
|
+
|
1813
1825
|
class InstanceProperties
|
1814
1826
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1815
1827
|
|
@@ -3454,6 +3466,18 @@ module Google
|
|
3454
3466
|
include Google::Apis::Core::JsonObjectSupport
|
3455
3467
|
end
|
3456
3468
|
|
3469
|
+
class RegionNetworkFirewallPoliciesGetEffectiveFirewallsResponse
|
3470
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3471
|
+
|
3472
|
+
include Google::Apis::Core::JsonObjectSupport
|
3473
|
+
end
|
3474
|
+
|
3475
|
+
class RegionNetworkFirewallPoliciesGetEffectiveFirewallsResponseEffectiveFirewallPolicy
|
3476
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3477
|
+
|
3478
|
+
include Google::Apis::Core::JsonObjectSupport
|
3479
|
+
end
|
3480
|
+
|
3457
3481
|
class RegionSetLabelsRequest
|
3458
3482
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3459
3483
|
|
@@ -6149,6 +6173,7 @@ module Google
|
|
6149
6173
|
# @private
|
6150
6174
|
class Representation < Google::Apis::Core::JsonRepresentation
|
6151
6175
|
property :connection_persistence_on_unhealthy_backends, as: 'connectionPersistenceOnUnhealthyBackends'
|
6176
|
+
property :enable_strong_affinity, as: 'enableStrongAffinity'
|
6152
6177
|
property :idle_timeout_sec, as: 'idleTimeoutSec'
|
6153
6178
|
property :tracking_mode, as: 'trackingMode'
|
6154
6179
|
end
|
@@ -7131,6 +7156,7 @@ module Google
|
|
7131
7156
|
property :kind, as: 'kind'
|
7132
7157
|
property :name, as: 'name'
|
7133
7158
|
property :parent, as: 'parent'
|
7159
|
+
property :region, as: 'region'
|
7134
7160
|
property :rule_tuple_count, as: 'ruleTupleCount'
|
7135
7161
|
collection :rules, as: 'rules', class: Google::Apis::ComputeV1::FirewallPolicyRule, decorator: Google::Apis::ComputeV1::FirewallPolicyRule::Representation
|
7136
7162
|
|
@@ -7196,6 +7222,8 @@ module Google
|
|
7196
7222
|
property :priority, as: 'priority'
|
7197
7223
|
property :rule_tuple_count, as: 'ruleTupleCount'
|
7198
7224
|
collection :target_resources, as: 'targetResources'
|
7225
|
+
collection :target_secure_tags, as: 'targetSecureTags', class: Google::Apis::ComputeV1::FirewallPolicyRuleSecureTag, decorator: Google::Apis::ComputeV1::FirewallPolicyRuleSecureTag::Representation
|
7226
|
+
|
7199
7227
|
collection :target_service_accounts, as: 'targetServiceAccounts'
|
7200
7228
|
end
|
7201
7229
|
end
|
@@ -7207,6 +7235,8 @@ module Google
|
|
7207
7235
|
collection :layer4_configs, as: 'layer4Configs', class: Google::Apis::ComputeV1::FirewallPolicyRuleMatcherLayer4Config, decorator: Google::Apis::ComputeV1::FirewallPolicyRuleMatcherLayer4Config::Representation
|
7208
7236
|
|
7209
7237
|
collection :src_ip_ranges, as: 'srcIpRanges'
|
7238
|
+
collection :src_secure_tags, as: 'srcSecureTags', class: Google::Apis::ComputeV1::FirewallPolicyRuleSecureTag, decorator: Google::Apis::ComputeV1::FirewallPolicyRuleSecureTag::Representation
|
7239
|
+
|
7210
7240
|
end
|
7211
7241
|
end
|
7212
7242
|
|
@@ -7218,6 +7248,14 @@ module Google
|
|
7218
7248
|
end
|
7219
7249
|
end
|
7220
7250
|
|
7251
|
+
class FirewallPolicyRuleSecureTag
|
7252
|
+
# @private
|
7253
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
7254
|
+
property :name, as: 'name'
|
7255
|
+
property :state, as: 'state'
|
7256
|
+
end
|
7257
|
+
end
|
7258
|
+
|
7221
7259
|
class FixedOrPercent
|
7222
7260
|
# @private
|
7223
7261
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -8137,6 +8175,8 @@ module Google
|
|
8137
8175
|
|
8138
8176
|
property :network_performance_config, as: 'networkPerformanceConfig', class: Google::Apis::ComputeV1::NetworkPerformanceConfig, decorator: Google::Apis::ComputeV1::NetworkPerformanceConfig::Representation
|
8139
8177
|
|
8178
|
+
property :params, as: 'params', class: Google::Apis::ComputeV1::InstanceParams, decorator: Google::Apis::ComputeV1::InstanceParams::Representation
|
8179
|
+
|
8140
8180
|
property :private_ipv6_google_access, as: 'privateIpv6GoogleAccess'
|
8141
8181
|
property :reservation_affinity, as: 'reservationAffinity', class: Google::Apis::ComputeV1::ReservationAffinity, decorator: Google::Apis::ComputeV1::ReservationAffinity::Representation
|
8142
8182
|
|
@@ -8815,6 +8855,13 @@ module Google
|
|
8815
8855
|
end
|
8816
8856
|
end
|
8817
8857
|
|
8858
|
+
class InstanceParams
|
8859
|
+
# @private
|
8860
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
8861
|
+
hash :resource_manager_tags, as: 'resourceManagerTags'
|
8862
|
+
end
|
8863
|
+
end
|
8864
|
+
|
8818
8865
|
class InstanceProperties
|
8819
8866
|
# @private
|
8820
8867
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -9862,16 +9909,20 @@ module Google
|
|
9862
9909
|
property :auto_create_subnetworks, as: 'autoCreateSubnetworks'
|
9863
9910
|
property :creation_timestamp, as: 'creationTimestamp'
|
9864
9911
|
property :description, as: 'description'
|
9912
|
+
property :enable_ula_internal_ipv6, as: 'enableUlaInternalIpv6'
|
9865
9913
|
property :gateway_i_pv4, as: 'gatewayIPv4'
|
9866
9914
|
property :id, :numeric_string => true, as: 'id'
|
9915
|
+
property :internal_ipv6_range, as: 'internalIpv6Range'
|
9867
9916
|
property :kind, as: 'kind'
|
9868
9917
|
property :mtu, as: 'mtu'
|
9869
9918
|
property :name, as: 'name'
|
9919
|
+
property :network_firewall_policy_enforcement_order, as: 'networkFirewallPolicyEnforcementOrder'
|
9870
9920
|
collection :peerings, as: 'peerings', class: Google::Apis::ComputeV1::NetworkPeering, decorator: Google::Apis::ComputeV1::NetworkPeering::Representation
|
9871
9921
|
|
9872
9922
|
property :routing_config, as: 'routingConfig', class: Google::Apis::ComputeV1::NetworkRoutingConfig, decorator: Google::Apis::ComputeV1::NetworkRoutingConfig::Representation
|
9873
9923
|
|
9874
9924
|
property :self_link, as: 'selfLink'
|
9925
|
+
property :self_link_with_id, as: 'selfLinkWithId'
|
9875
9926
|
collection :subnetworks, as: 'subnetworks'
|
9876
9927
|
end
|
9877
9928
|
end
|
@@ -10105,6 +10156,7 @@ module Google
|
|
10105
10156
|
collection :alias_ip_ranges, as: 'aliasIpRanges', class: Google::Apis::ComputeV1::AliasIpRange, decorator: Google::Apis::ComputeV1::AliasIpRange::Representation
|
10106
10157
|
|
10107
10158
|
property :fingerprint, :base64 => true, as: 'fingerprint'
|
10159
|
+
property :internal_ipv6_prefix_length, as: 'internalIpv6PrefixLength'
|
10108
10160
|
collection :ipv6_access_configs, as: 'ipv6AccessConfigs', class: Google::Apis::ComputeV1::AccessConfig, decorator: Google::Apis::ComputeV1::AccessConfig::Representation
|
10109
10161
|
|
10110
10162
|
property :ipv6_access_type, as: 'ipv6AccessType'
|
@@ -11821,6 +11873,27 @@ module Google
|
|
11821
11873
|
end
|
11822
11874
|
end
|
11823
11875
|
|
11876
|
+
class RegionNetworkFirewallPoliciesGetEffectiveFirewallsResponse
|
11877
|
+
# @private
|
11878
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
11879
|
+
collection :firewall_policys, as: 'firewallPolicys', class: Google::Apis::ComputeV1::RegionNetworkFirewallPoliciesGetEffectiveFirewallsResponseEffectiveFirewallPolicy, decorator: Google::Apis::ComputeV1::RegionNetworkFirewallPoliciesGetEffectiveFirewallsResponseEffectiveFirewallPolicy::Representation
|
11880
|
+
|
11881
|
+
collection :firewalls, as: 'firewalls', class: Google::Apis::ComputeV1::Firewall, decorator: Google::Apis::ComputeV1::Firewall::Representation
|
11882
|
+
|
11883
|
+
end
|
11884
|
+
end
|
11885
|
+
|
11886
|
+
class RegionNetworkFirewallPoliciesGetEffectiveFirewallsResponseEffectiveFirewallPolicy
|
11887
|
+
# @private
|
11888
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
11889
|
+
property :display_name, as: 'displayName'
|
11890
|
+
property :name, as: 'name'
|
11891
|
+
collection :rules, as: 'rules', class: Google::Apis::ComputeV1::FirewallPolicyRule, decorator: Google::Apis::ComputeV1::FirewallPolicyRule::Representation
|
11892
|
+
|
11893
|
+
property :type, as: 'type'
|
11894
|
+
end
|
11895
|
+
end
|
11896
|
+
|
11824
11897
|
class RegionSetLabelsRequest
|
11825
11898
|
# @private
|
11826
11899
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -13538,6 +13611,7 @@ module Google
|
|
13538
13611
|
property :fingerprint, :base64 => true, as: 'fingerprint'
|
13539
13612
|
property :gateway_address, as: 'gatewayAddress'
|
13540
13613
|
property :id, :numeric_string => true, as: 'id'
|
13614
|
+
property :internal_ipv6_prefix, as: 'internalIpv6Prefix'
|
13541
13615
|
property :ip_cidr_range, as: 'ipCidrRange'
|
13542
13616
|
property :ipv6_access_type, as: 'ipv6AccessType'
|
13543
13617
|
property :ipv6_cidr_range, as: 'ipv6CidrRange'
|
@@ -14687,6 +14761,7 @@ module Google
|
|
14687
14761
|
class ValidateUrlMapsRequest
|
14688
14762
|
# @private
|
14689
14763
|
class Representation < Google::Apis::Core::JsonRepresentation
|
14764
|
+
collection :load_balancing_schemes, as: 'loadBalancingSchemes'
|
14690
14765
|
property :resource, as: 'resource', class: Google::Apis::ComputeV1::UrlMap, decorator: Google::Apis::ComputeV1::UrlMap::Representation
|
14691
14766
|
|
14692
14767
|
end
|