google-apis-compute_v1 0.61.0 → 0.63.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 +9 -0
- data/lib/google/apis/compute_v1/classes.rb +391 -24
- data/lib/google/apis/compute_v1/gem_version.rb +3 -3
- data/lib/google/apis/compute_v1/representations.rb +165 -0
- data/lib/google/apis/compute_v1/service.rb +444 -99
- metadata +5 -5
@@ -1906,6 +1906,24 @@ module Google
|
|
1906
1906
|
include Google::Apis::Core::JsonObjectSupport
|
1907
1907
|
end
|
1908
1908
|
|
1909
|
+
class InstanceTemplateAggregatedList
|
1910
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1911
|
+
|
1912
|
+
class Warning
|
1913
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1914
|
+
|
1915
|
+
class Datum
|
1916
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1917
|
+
|
1918
|
+
include Google::Apis::Core::JsonObjectSupport
|
1919
|
+
end
|
1920
|
+
|
1921
|
+
include Google::Apis::Core::JsonObjectSupport
|
1922
|
+
end
|
1923
|
+
|
1924
|
+
include Google::Apis::Core::JsonObjectSupport
|
1925
|
+
end
|
1926
|
+
|
1909
1927
|
class InstanceTemplateList
|
1910
1928
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1911
1929
|
|
@@ -1924,6 +1942,24 @@ module Google
|
|
1924
1942
|
include Google::Apis::Core::JsonObjectSupport
|
1925
1943
|
end
|
1926
1944
|
|
1945
|
+
class InstanceTemplatesScopedList
|
1946
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1947
|
+
|
1948
|
+
class Warning
|
1949
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1950
|
+
|
1951
|
+
class Datum
|
1952
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1953
|
+
|
1954
|
+
include Google::Apis::Core::JsonObjectSupport
|
1955
|
+
end
|
1956
|
+
|
1957
|
+
include Google::Apis::Core::JsonObjectSupport
|
1958
|
+
end
|
1959
|
+
|
1960
|
+
include Google::Apis::Core::JsonObjectSupport
|
1961
|
+
end
|
1962
|
+
|
1927
1963
|
class InstanceWithNamedPorts
|
1928
1964
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1929
1965
|
|
@@ -1996,6 +2032,12 @@ module Google
|
|
1996
2032
|
include Google::Apis::Core::JsonObjectSupport
|
1997
2033
|
end
|
1998
2034
|
|
2035
|
+
class InstancesSetNameRequest
|
2036
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2037
|
+
|
2038
|
+
include Google::Apis::Core::JsonObjectSupport
|
2039
|
+
end
|
2040
|
+
|
1999
2041
|
class InstancesSetServiceAccountRequest
|
2000
2042
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2001
2043
|
|
@@ -4342,6 +4384,24 @@ module Google
|
|
4342
4384
|
include Google::Apis::Core::JsonObjectSupport
|
4343
4385
|
end
|
4344
4386
|
|
4387
|
+
class SecurityPolicyRulePreconfiguredWafConfig
|
4388
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4389
|
+
|
4390
|
+
include Google::Apis::Core::JsonObjectSupport
|
4391
|
+
end
|
4392
|
+
|
4393
|
+
class SecurityPolicyRulePreconfiguredWafConfigExclusion
|
4394
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4395
|
+
|
4396
|
+
include Google::Apis::Core::JsonObjectSupport
|
4397
|
+
end
|
4398
|
+
|
4399
|
+
class SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams
|
4400
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4401
|
+
|
4402
|
+
include Google::Apis::Core::JsonObjectSupport
|
4403
|
+
end
|
4404
|
+
|
4345
4405
|
class SecurityPolicyRuleRateLimitOptions
|
4346
4406
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4347
4407
|
|
@@ -7710,6 +7770,7 @@ module Google
|
|
7710
7770
|
property :all_ports, as: 'allPorts'
|
7711
7771
|
property :allow_global_access, as: 'allowGlobalAccess'
|
7712
7772
|
property :backend_service, as: 'backendService'
|
7773
|
+
property :base_forwarding_rule, as: 'baseForwardingRule'
|
7713
7774
|
property :creation_timestamp, as: 'creationTimestamp'
|
7714
7775
|
property :description, as: 'description'
|
7715
7776
|
property :fingerprint, :base64 => true, as: 'fingerprint'
|
@@ -7736,6 +7797,7 @@ module Google
|
|
7736
7797
|
|
7737
7798
|
property :service_label, as: 'serviceLabel'
|
7738
7799
|
property :service_name, as: 'serviceName'
|
7800
|
+
collection :source_ip_ranges, as: 'sourceIpRanges'
|
7739
7801
|
property :subnetwork, as: 'subnetwork'
|
7740
7802
|
property :target, as: 'target'
|
7741
7803
|
end
|
@@ -9396,6 +9458,7 @@ module Google
|
|
9396
9458
|
property :name, as: 'name'
|
9397
9459
|
property :properties, as: 'properties', class: Google::Apis::ComputeV1::InstanceProperties, decorator: Google::Apis::ComputeV1::InstanceProperties::Representation
|
9398
9460
|
|
9461
|
+
property :region, as: 'region'
|
9399
9462
|
property :self_link, as: 'selfLink'
|
9400
9463
|
property :source_instance, as: 'sourceInstance'
|
9401
9464
|
property :source_instance_params, as: 'sourceInstanceParams', class: Google::Apis::ComputeV1::SourceInstanceParams, decorator: Google::Apis::ComputeV1::SourceInstanceParams::Representation
|
@@ -9403,6 +9466,38 @@ module Google
|
|
9403
9466
|
end
|
9404
9467
|
end
|
9405
9468
|
|
9469
|
+
class InstanceTemplateAggregatedList
|
9470
|
+
# @private
|
9471
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
9472
|
+
property :id, as: 'id'
|
9473
|
+
hash :items, as: 'items', class: Google::Apis::ComputeV1::InstanceTemplatesScopedList, decorator: Google::Apis::ComputeV1::InstanceTemplatesScopedList::Representation
|
9474
|
+
|
9475
|
+
property :kind, as: 'kind'
|
9476
|
+
property :next_page_token, as: 'nextPageToken'
|
9477
|
+
property :self_link, as: 'selfLink'
|
9478
|
+
property :warning, as: 'warning', class: Google::Apis::ComputeV1::InstanceTemplateAggregatedList::Warning, decorator: Google::Apis::ComputeV1::InstanceTemplateAggregatedList::Warning::Representation
|
9479
|
+
|
9480
|
+
end
|
9481
|
+
|
9482
|
+
class Warning
|
9483
|
+
# @private
|
9484
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
9485
|
+
property :code, as: 'code'
|
9486
|
+
collection :data, as: 'data', class: Google::Apis::ComputeV1::InstanceTemplateAggregatedList::Warning::Datum, decorator: Google::Apis::ComputeV1::InstanceTemplateAggregatedList::Warning::Datum::Representation
|
9487
|
+
|
9488
|
+
property :message, as: 'message'
|
9489
|
+
end
|
9490
|
+
|
9491
|
+
class Datum
|
9492
|
+
# @private
|
9493
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
9494
|
+
property :key, as: 'key'
|
9495
|
+
property :value, as: 'value'
|
9496
|
+
end
|
9497
|
+
end
|
9498
|
+
end
|
9499
|
+
end
|
9500
|
+
|
9406
9501
|
class InstanceTemplateList
|
9407
9502
|
# @private
|
9408
9503
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -9435,6 +9530,34 @@ module Google
|
|
9435
9530
|
end
|
9436
9531
|
end
|
9437
9532
|
|
9533
|
+
class InstanceTemplatesScopedList
|
9534
|
+
# @private
|
9535
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
9536
|
+
collection :instance_templates, as: 'instanceTemplates', class: Google::Apis::ComputeV1::InstanceTemplate, decorator: Google::Apis::ComputeV1::InstanceTemplate::Representation
|
9537
|
+
|
9538
|
+
property :warning, as: 'warning', class: Google::Apis::ComputeV1::InstanceTemplatesScopedList::Warning, decorator: Google::Apis::ComputeV1::InstanceTemplatesScopedList::Warning::Representation
|
9539
|
+
|
9540
|
+
end
|
9541
|
+
|
9542
|
+
class Warning
|
9543
|
+
# @private
|
9544
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
9545
|
+
property :code, as: 'code'
|
9546
|
+
collection :data, as: 'data', class: Google::Apis::ComputeV1::InstanceTemplatesScopedList::Warning::Datum, decorator: Google::Apis::ComputeV1::InstanceTemplatesScopedList::Warning::Datum::Representation
|
9547
|
+
|
9548
|
+
property :message, as: 'message'
|
9549
|
+
end
|
9550
|
+
|
9551
|
+
class Datum
|
9552
|
+
# @private
|
9553
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
9554
|
+
property :key, as: 'key'
|
9555
|
+
property :value, as: 'value'
|
9556
|
+
end
|
9557
|
+
end
|
9558
|
+
end
|
9559
|
+
end
|
9560
|
+
|
9438
9561
|
class InstanceWithNamedPorts
|
9439
9562
|
# @private
|
9440
9563
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -9539,6 +9662,14 @@ module Google
|
|
9539
9662
|
end
|
9540
9663
|
end
|
9541
9664
|
|
9665
|
+
class InstancesSetNameRequest
|
9666
|
+
# @private
|
9667
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
9668
|
+
property :current_name, as: 'currentName'
|
9669
|
+
property :name, as: 'name'
|
9670
|
+
end
|
9671
|
+
end
|
9672
|
+
|
9542
9673
|
class InstancesSetServiceAccountRequest
|
9543
9674
|
# @private
|
9544
9675
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -13828,6 +13959,8 @@ module Google
|
|
13828
13959
|
property :kind, as: 'kind'
|
13829
13960
|
property :match, as: 'match', class: Google::Apis::ComputeV1::SecurityPolicyRuleMatcher, decorator: Google::Apis::ComputeV1::SecurityPolicyRuleMatcher::Representation
|
13830
13961
|
|
13962
|
+
property :preconfigured_waf_config, as: 'preconfiguredWafConfig', class: Google::Apis::ComputeV1::SecurityPolicyRulePreconfiguredWafConfig, decorator: Google::Apis::ComputeV1::SecurityPolicyRulePreconfiguredWafConfig::Representation
|
13963
|
+
|
13831
13964
|
property :preview, as: 'preview'
|
13832
13965
|
property :priority, as: 'priority'
|
13833
13966
|
property :rate_limit_options, as: 'rateLimitOptions', class: Google::Apis::ComputeV1::SecurityPolicyRuleRateLimitOptions, decorator: Google::Apis::ComputeV1::SecurityPolicyRuleRateLimitOptions::Representation
|
@@ -13871,6 +14004,38 @@ module Google
|
|
13871
14004
|
end
|
13872
14005
|
end
|
13873
14006
|
|
14007
|
+
class SecurityPolicyRulePreconfiguredWafConfig
|
14008
|
+
# @private
|
14009
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
14010
|
+
collection :exclusions, as: 'exclusions', class: Google::Apis::ComputeV1::SecurityPolicyRulePreconfiguredWafConfigExclusion, decorator: Google::Apis::ComputeV1::SecurityPolicyRulePreconfiguredWafConfigExclusion::Representation
|
14011
|
+
|
14012
|
+
end
|
14013
|
+
end
|
14014
|
+
|
14015
|
+
class SecurityPolicyRulePreconfiguredWafConfigExclusion
|
14016
|
+
# @private
|
14017
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
14018
|
+
collection :request_cookies_to_exclude, as: 'requestCookiesToExclude', class: Google::Apis::ComputeV1::SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams, decorator: Google::Apis::ComputeV1::SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams::Representation
|
14019
|
+
|
14020
|
+
collection :request_headers_to_exclude, as: 'requestHeadersToExclude', class: Google::Apis::ComputeV1::SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams, decorator: Google::Apis::ComputeV1::SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams::Representation
|
14021
|
+
|
14022
|
+
collection :request_query_params_to_exclude, as: 'requestQueryParamsToExclude', class: Google::Apis::ComputeV1::SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams, decorator: Google::Apis::ComputeV1::SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams::Representation
|
14023
|
+
|
14024
|
+
collection :request_uris_to_exclude, as: 'requestUrisToExclude', class: Google::Apis::ComputeV1::SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams, decorator: Google::Apis::ComputeV1::SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams::Representation
|
14025
|
+
|
14026
|
+
collection :target_rule_ids, as: 'targetRuleIds'
|
14027
|
+
property :target_rule_set, as: 'targetRuleSet'
|
14028
|
+
end
|
14029
|
+
end
|
14030
|
+
|
14031
|
+
class SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams
|
14032
|
+
# @private
|
14033
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
14034
|
+
property :op, as: 'op'
|
14035
|
+
property :val, as: 'val'
|
14036
|
+
end
|
14037
|
+
end
|
14038
|
+
|
13874
14039
|
class SecurityPolicyRuleRateLimitOptions
|
13875
14040
|
# @private
|
13876
14041
|
class Representation < Google::Apis::Core::JsonRepresentation
|