google-apis-compute_alpha 0.50.0 → 0.52.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 +10 -0
- data/lib/google/apis/compute_alpha/classes.rb +952 -210
- data/lib/google/apis/compute_alpha/gem_version.rb +3 -3
- data/lib/google/apis/compute_alpha/representations.rb +263 -18
- data/lib/google/apis/compute_alpha/service.rb +211 -6
- metadata +5 -5
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module ComputeAlpha
|
18
18
|
# Version of the google-apis-compute_alpha gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.52.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.
|
22
|
+
GENERATOR_VERSION = "0.11.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20221026"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -22,6 +22,12 @@ module Google
|
|
22
22
|
module Apis
|
23
23
|
module ComputeAlpha
|
24
24
|
|
25
|
+
class Awsv4Signature
|
26
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
27
|
+
|
28
|
+
include Google::Apis::Core::JsonObjectSupport
|
29
|
+
end
|
30
|
+
|
25
31
|
class AcceleratorConfig
|
26
32
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
27
33
|
|
@@ -562,6 +568,12 @@ module Google
|
|
562
568
|
include Google::Apis::Core::JsonObjectSupport
|
563
569
|
end
|
564
570
|
|
571
|
+
class BulkInsertDiskResource
|
572
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
573
|
+
|
574
|
+
include Google::Apis::Core::JsonObjectSupport
|
575
|
+
end
|
576
|
+
|
565
577
|
class BulkInsertInstanceResource
|
566
578
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
567
579
|
|
@@ -574,6 +586,12 @@ module Google
|
|
574
586
|
include Google::Apis::Core::JsonObjectSupport
|
575
587
|
end
|
576
588
|
|
589
|
+
class BundledLocalSsds
|
590
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
591
|
+
|
592
|
+
include Google::Apis::Core::JsonObjectSupport
|
593
|
+
end
|
594
|
+
|
577
595
|
class CacheInvalidationRule
|
578
596
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
579
597
|
|
@@ -1890,6 +1908,24 @@ module Google
|
|
1890
1908
|
|
1891
1909
|
class InstanceGroupManagerResizeRequestStatus
|
1892
1910
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1911
|
+
|
1912
|
+
class Error
|
1913
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1914
|
+
|
1915
|
+
class Error
|
1916
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1917
|
+
|
1918
|
+
class ErrorDetail
|
1919
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1920
|
+
|
1921
|
+
include Google::Apis::Core::JsonObjectSupport
|
1922
|
+
end
|
1923
|
+
|
1924
|
+
include Google::Apis::Core::JsonObjectSupport
|
1925
|
+
end
|
1926
|
+
|
1927
|
+
include Google::Apis::Core::JsonObjectSupport
|
1928
|
+
end
|
1893
1929
|
|
1894
1930
|
include Google::Apis::Core::JsonObjectSupport
|
1895
1931
|
end
|
@@ -5092,12 +5128,6 @@ module Google
|
|
5092
5128
|
include Google::Apis::Core::JsonObjectSupport
|
5093
5129
|
end
|
5094
5130
|
|
5095
|
-
class SchedulingDynamicResizeProperties
|
5096
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
5097
|
-
|
5098
|
-
include Google::Apis::Core::JsonObjectSupport
|
5099
|
-
end
|
5100
|
-
|
5101
5131
|
class SchedulingNodeAffinity
|
5102
5132
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
5103
5133
|
|
@@ -5290,6 +5320,18 @@ module Google
|
|
5290
5320
|
include Google::Apis::Core::JsonObjectSupport
|
5291
5321
|
end
|
5292
5322
|
|
5323
|
+
class SecurityPolicyRuleNetworkMatcher
|
5324
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
5325
|
+
|
5326
|
+
include Google::Apis::Core::JsonObjectSupport
|
5327
|
+
end
|
5328
|
+
|
5329
|
+
class SecurityPolicyRuleNetworkMatcherUserDefinedFieldMatch
|
5330
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
5331
|
+
|
5332
|
+
include Google::Apis::Core::JsonObjectSupport
|
5333
|
+
end
|
5334
|
+
|
5293
5335
|
class SecurityPolicyRulePreconfiguredWafConfig
|
5294
5336
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
5295
5337
|
|
@@ -5332,6 +5374,12 @@ module Google
|
|
5332
5374
|
include Google::Apis::Core::JsonObjectSupport
|
5333
5375
|
end
|
5334
5376
|
|
5377
|
+
class SecurityPolicyUserDefinedField
|
5378
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
5379
|
+
|
5380
|
+
include Google::Apis::Core::JsonObjectSupport
|
5381
|
+
end
|
5382
|
+
|
5335
5383
|
class SecuritySettings
|
5336
5384
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
5337
5385
|
|
@@ -6196,6 +6244,24 @@ module Google
|
|
6196
6244
|
include Google::Apis::Core::JsonObjectSupport
|
6197
6245
|
end
|
6198
6246
|
|
6247
|
+
class TargetTcpProxiesScopedList
|
6248
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
6249
|
+
|
6250
|
+
class Warning
|
6251
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
6252
|
+
|
6253
|
+
class Datum
|
6254
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
6255
|
+
|
6256
|
+
include Google::Apis::Core::JsonObjectSupport
|
6257
|
+
end
|
6258
|
+
|
6259
|
+
include Google::Apis::Core::JsonObjectSupport
|
6260
|
+
end
|
6261
|
+
|
6262
|
+
include Google::Apis::Core::JsonObjectSupport
|
6263
|
+
end
|
6264
|
+
|
6199
6265
|
class TargetTcpProxiesSetBackendServiceRequest
|
6200
6266
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
6201
6267
|
|
@@ -6214,6 +6280,24 @@ module Google
|
|
6214
6280
|
include Google::Apis::Core::JsonObjectSupport
|
6215
6281
|
end
|
6216
6282
|
|
6283
|
+
class TargetTcpProxyAggregatedList
|
6284
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
6285
|
+
|
6286
|
+
class Warning
|
6287
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
6288
|
+
|
6289
|
+
class Datum
|
6290
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
6291
|
+
|
6292
|
+
include Google::Apis::Core::JsonObjectSupport
|
6293
|
+
end
|
6294
|
+
|
6295
|
+
include Google::Apis::Core::JsonObjectSupport
|
6296
|
+
end
|
6297
|
+
|
6298
|
+
include Google::Apis::Core::JsonObjectSupport
|
6299
|
+
end
|
6300
|
+
|
6217
6301
|
class TargetTcpProxyList
|
6218
6302
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
6219
6303
|
|
@@ -6766,6 +6850,16 @@ module Google
|
|
6766
6850
|
include Google::Apis::Core::JsonObjectSupport
|
6767
6851
|
end
|
6768
6852
|
|
6853
|
+
class Awsv4Signature
|
6854
|
+
# @private
|
6855
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
6856
|
+
property :access_key, as: 'accessKey'
|
6857
|
+
property :access_key_id, as: 'accessKeyId'
|
6858
|
+
property :access_key_version, as: 'accessKeyVersion'
|
6859
|
+
property :origin_region, as: 'originRegion'
|
6860
|
+
end
|
6861
|
+
end
|
6862
|
+
|
6769
6863
|
class AcceleratorConfig
|
6770
6864
|
# @private
|
6771
6865
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -6895,6 +6989,7 @@ module Google
|
|
6895
6989
|
property :network_tier, as: 'networkTier'
|
6896
6990
|
property :public_dns_name, as: 'publicDnsName'
|
6897
6991
|
property :public_ptr_domain_name, as: 'publicPtrDomainName'
|
6992
|
+
property :security_policy, as: 'securityPolicy'
|
6898
6993
|
property :set_public_dns, as: 'setPublicDns'
|
6899
6994
|
property :set_public_ptr, as: 'setPublicPtr'
|
6900
6995
|
property :type, as: 'type'
|
@@ -7867,6 +7962,13 @@ module Google
|
|
7867
7962
|
end
|
7868
7963
|
end
|
7869
7964
|
|
7965
|
+
class BulkInsertDiskResource
|
7966
|
+
# @private
|
7967
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
7968
|
+
property :source_consistency_group_policy, as: 'sourceConsistencyGroupPolicy'
|
7969
|
+
end
|
7970
|
+
end
|
7971
|
+
|
7870
7972
|
class BulkInsertInstanceResource
|
7871
7973
|
# @private
|
7872
7974
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -7892,6 +7994,14 @@ module Google
|
|
7892
7994
|
end
|
7893
7995
|
end
|
7894
7996
|
|
7997
|
+
class BundledLocalSsds
|
7998
|
+
# @private
|
7999
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
8000
|
+
property :default_interface, as: 'defaultInterface'
|
8001
|
+
property :partition_count, as: 'partitionCount'
|
8002
|
+
end
|
8003
|
+
end
|
8004
|
+
|
7895
8005
|
class CacheInvalidationRule
|
7896
8006
|
# @private
|
7897
8007
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -9946,6 +10056,7 @@ module Google
|
|
9946
10056
|
property :ignore_case, as: 'ignoreCase'
|
9947
10057
|
collection :metadata_filters, as: 'metadataFilters', class: Google::Apis::ComputeAlpha::MetadataFilter, decorator: Google::Apis::ComputeAlpha::MetadataFilter::Representation
|
9948
10058
|
|
10059
|
+
property :path_template_match, as: 'pathTemplateMatch'
|
9949
10060
|
property :prefix_match, as: 'prefixMatch'
|
9950
10061
|
collection :query_parameter_matches, as: 'queryParameterMatches', class: Google::Apis::ComputeAlpha::HttpQueryParameterMatch, decorator: Google::Apis::ComputeAlpha::HttpQueryParameterMatch::Representation
|
9951
10062
|
|
@@ -10537,9 +10648,44 @@ module Google
|
|
10537
10648
|
class InstanceGroupManagerResizeRequestStatus
|
10538
10649
|
# @private
|
10539
10650
|
class Representation < Google::Apis::Core::JsonRepresentation
|
10651
|
+
property :error, as: 'error', class: Google::Apis::ComputeAlpha::InstanceGroupManagerResizeRequestStatus::Error, decorator: Google::Apis::ComputeAlpha::InstanceGroupManagerResizeRequestStatus::Error::Representation
|
10652
|
+
|
10540
10653
|
property :queuing_policy, as: 'queuingPolicy', class: Google::Apis::ComputeAlpha::QueuingPolicy, decorator: Google::Apis::ComputeAlpha::QueuingPolicy::Representation
|
10541
10654
|
|
10542
10655
|
end
|
10656
|
+
|
10657
|
+
class Error
|
10658
|
+
# @private
|
10659
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
10660
|
+
collection :errors, as: 'errors', class: Google::Apis::ComputeAlpha::InstanceGroupManagerResizeRequestStatus::Error::Error, decorator: Google::Apis::ComputeAlpha::InstanceGroupManagerResizeRequestStatus::Error::Error::Representation
|
10661
|
+
|
10662
|
+
end
|
10663
|
+
|
10664
|
+
class Error
|
10665
|
+
# @private
|
10666
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
10667
|
+
property :code, as: 'code'
|
10668
|
+
collection :error_details, as: 'errorDetails', class: Google::Apis::ComputeAlpha::InstanceGroupManagerResizeRequestStatus::Error::Error::ErrorDetail, decorator: Google::Apis::ComputeAlpha::InstanceGroupManagerResizeRequestStatus::Error::Error::ErrorDetail::Representation
|
10669
|
+
|
10670
|
+
property :location, as: 'location'
|
10671
|
+
property :message, as: 'message'
|
10672
|
+
end
|
10673
|
+
|
10674
|
+
class ErrorDetail
|
10675
|
+
# @private
|
10676
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
10677
|
+
property :error_info, as: 'errorInfo', class: Google::Apis::ComputeAlpha::ErrorInfo, decorator: Google::Apis::ComputeAlpha::ErrorInfo::Representation
|
10678
|
+
|
10679
|
+
property :help, as: 'help', class: Google::Apis::ComputeAlpha::Help, decorator: Google::Apis::ComputeAlpha::Help::Representation
|
10680
|
+
|
10681
|
+
property :localized_message, as: 'localizedMessage', class: Google::Apis::ComputeAlpha::LocalizedMessage, decorator: Google::Apis::ComputeAlpha::LocalizedMessage::Representation
|
10682
|
+
|
10683
|
+
property :quota_info, as: 'quotaInfo', class: Google::Apis::ComputeAlpha::QuotaExceededInfo, decorator: Google::Apis::ComputeAlpha::QuotaExceededInfo::Representation
|
10684
|
+
|
10685
|
+
end
|
10686
|
+
end
|
10687
|
+
end
|
10688
|
+
end
|
10543
10689
|
end
|
10544
10690
|
|
10545
10691
|
class InstanceGroupManagerResizeRequestsListResponse
|
@@ -12233,6 +12379,7 @@ module Google
|
|
12233
12379
|
class Representation < Google::Apis::Core::JsonRepresentation
|
12234
12380
|
property :constraints, as: 'constraints', class: Google::Apis::ComputeAlpha::LocationPolicyLocationConstraints, decorator: Google::Apis::ComputeAlpha::LocationPolicyLocationConstraints::Representation
|
12235
12381
|
|
12382
|
+
collection :names, as: 'names'
|
12236
12383
|
property :preference, as: 'preference'
|
12237
12384
|
end
|
12238
12385
|
end
|
@@ -12357,6 +12504,8 @@ module Google
|
|
12357
12504
|
collection :accelerators, as: 'accelerators', class: Google::Apis::ComputeAlpha::MachineType::Accelerator, decorator: Google::Apis::ComputeAlpha::MachineType::Accelerator::Representation
|
12358
12505
|
|
12359
12506
|
property :architecture, as: 'architecture'
|
12507
|
+
property :bundled_local_ssds, as: 'bundledLocalSsds', class: Google::Apis::ComputeAlpha::BundledLocalSsds, decorator: Google::Apis::ComputeAlpha::BundledLocalSsds::Representation
|
12508
|
+
|
12360
12509
|
property :creation_timestamp, as: 'creationTimestamp'
|
12361
12510
|
property :deprecated, as: 'deprecated', class: Google::Apis::ComputeAlpha::DeprecationStatus, decorator: Google::Apis::ComputeAlpha::DeprecationStatus::Representation
|
12362
12511
|
|
@@ -13139,6 +13288,7 @@ module Google
|
|
13139
13288
|
property :kind, as: 'kind'
|
13140
13289
|
property :name, as: 'name'
|
13141
13290
|
property :network, as: 'network'
|
13291
|
+
property :network_attachment, as: 'networkAttachment'
|
13142
13292
|
property :network_ip, as: 'networkIP'
|
13143
13293
|
property :nic_type, as: 'nicType'
|
13144
13294
|
property :queue_count, as: 'queueCount'
|
@@ -14439,6 +14589,7 @@ module Google
|
|
14439
14589
|
property :self_link, as: 'selfLink'
|
14440
14590
|
property :usage_export_location, as: 'usageExportLocation', class: Google::Apis::ComputeAlpha::UsageExportLocation, decorator: Google::Apis::ComputeAlpha::UsageExportLocation::Representation
|
14441
14591
|
|
14592
|
+
property :vm_dns_setting, as: 'vmDnsSetting'
|
14442
14593
|
property :xpn_project_status, as: 'xpnProjectStatus'
|
14443
14594
|
end
|
14444
14595
|
end
|
@@ -14694,7 +14845,6 @@ module Google
|
|
14694
14845
|
property :name, as: 'name'
|
14695
14846
|
property :queuing_policy, as: 'queuingPolicy', class: Google::Apis::ComputeAlpha::QueuingPolicy, decorator: Google::Apis::ComputeAlpha::QueuingPolicy::Representation
|
14696
14847
|
|
14697
|
-
property :region, as: 'region'
|
14698
14848
|
property :self_link, as: 'selfLink'
|
14699
14849
|
property :self_link_with_id, as: 'selfLinkWithId'
|
14700
14850
|
property :state, as: 'state'
|
@@ -14707,7 +14857,6 @@ module Google
|
|
14707
14857
|
class QueuedResourceList
|
14708
14858
|
# @private
|
14709
14859
|
class Representation < Google::Apis::Core::JsonRepresentation
|
14710
|
-
property :etag, as: 'etag'
|
14711
14860
|
property :id, as: 'id'
|
14712
14861
|
collection :items, as: 'items', class: Google::Apis::ComputeAlpha::QueuedResource, decorator: Google::Apis::ComputeAlpha::QueuedResource::Representation
|
14713
14862
|
|
@@ -15625,6 +15774,7 @@ module Google
|
|
15625
15774
|
property :locality, as: 'locality'
|
15626
15775
|
property :scope, as: 'scope'
|
15627
15776
|
property :style, as: 'style'
|
15777
|
+
property :tpu_topology, as: 'tpuTopology'
|
15628
15778
|
property :vm_count, as: 'vmCount'
|
15629
15779
|
end
|
15630
15780
|
end
|
@@ -16091,6 +16241,7 @@ module Google
|
|
16091
16241
|
class RouterNat
|
16092
16242
|
# @private
|
16093
16243
|
class Representation < Google::Apis::Core::JsonRepresentation
|
16244
|
+
property :auto_network_tier, as: 'autoNetworkTier'
|
16094
16245
|
collection :drain_nat_ips, as: 'drainNatIps'
|
16095
16246
|
property :enable_dynamic_port_allocation, as: 'enableDynamicPortAllocation'
|
16096
16247
|
property :enable_endpoint_independent_mapping, as: 'enableEndpointIndependentMapping'
|
@@ -16344,8 +16495,6 @@ module Google
|
|
16344
16495
|
property :availability_domain, as: 'availabilityDomain'
|
16345
16496
|
property :current_cpus, as: 'currentCpus'
|
16346
16497
|
property :current_memory_mb, :numeric_string => true, as: 'currentMemoryMb'
|
16347
|
-
property :dynamic_resize_properties, as: 'dynamicResizeProperties', class: Google::Apis::ComputeAlpha::SchedulingDynamicResizeProperties, decorator: Google::Apis::ComputeAlpha::SchedulingDynamicResizeProperties::Representation
|
16348
|
-
|
16349
16498
|
property :host_error_timeout_seconds, as: 'hostErrorTimeoutSeconds'
|
16350
16499
|
property :instance_termination_action, as: 'instanceTerminationAction'
|
16351
16500
|
property :latency_tolerant, as: 'latencyTolerant'
|
@@ -16364,14 +16513,6 @@ module Google
|
|
16364
16513
|
end
|
16365
16514
|
end
|
16366
16515
|
|
16367
|
-
class SchedulingDynamicResizeProperties
|
16368
|
-
# @private
|
16369
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
16370
|
-
property :enable_hot_standby, as: 'enableHotStandby'
|
16371
|
-
property :hot_standby_state, as: 'hotStandbyState'
|
16372
|
-
end
|
16373
|
-
end
|
16374
|
-
|
16375
16516
|
class SchedulingNodeAffinity
|
16376
16517
|
# @private
|
16377
16518
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -16507,6 +16648,8 @@ module Google
|
|
16507
16648
|
property :self_link, as: 'selfLink'
|
16508
16649
|
property :self_link_with_id, as: 'selfLinkWithId'
|
16509
16650
|
property :type, as: 'type'
|
16651
|
+
collection :user_defined_fields, as: 'userDefinedFields', class: Google::Apis::ComputeAlpha::SecurityPolicyUserDefinedField, decorator: Google::Apis::ComputeAlpha::SecurityPolicyUserDefinedField::Representation
|
16652
|
+
|
16510
16653
|
end
|
16511
16654
|
end
|
16512
16655
|
|
@@ -16638,6 +16781,8 @@ module Google
|
|
16638
16781
|
property :kind, as: 'kind'
|
16639
16782
|
property :match, as: 'match', class: Google::Apis::ComputeAlpha::SecurityPolicyRuleMatcher, decorator: Google::Apis::ComputeAlpha::SecurityPolicyRuleMatcher::Representation
|
16640
16783
|
|
16784
|
+
property :network_match, as: 'networkMatch', class: Google::Apis::ComputeAlpha::SecurityPolicyRuleNetworkMatcher, decorator: Google::Apis::ComputeAlpha::SecurityPolicyRuleNetworkMatcher::Representation
|
16785
|
+
|
16641
16786
|
property :preconfigured_waf_config, as: 'preconfiguredWafConfig', class: Google::Apis::ComputeAlpha::SecurityPolicyRulePreconfiguredWafConfig, decorator: Google::Apis::ComputeAlpha::SecurityPolicyRulePreconfiguredWafConfig::Representation
|
16642
16787
|
|
16643
16788
|
property :preview, as: 'preview'
|
@@ -16710,6 +16855,29 @@ module Google
|
|
16710
16855
|
end
|
16711
16856
|
end
|
16712
16857
|
|
16858
|
+
class SecurityPolicyRuleNetworkMatcher
|
16859
|
+
# @private
|
16860
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
16861
|
+
collection :dest_ip_ranges, as: 'destIpRanges'
|
16862
|
+
collection :dest_ports, as: 'destPorts'
|
16863
|
+
collection :ip_protocols, as: 'ipProtocols'
|
16864
|
+
collection :src_asns, as: 'srcAsns'
|
16865
|
+
collection :src_ip_ranges, as: 'srcIpRanges'
|
16866
|
+
collection :src_ports, as: 'srcPorts'
|
16867
|
+
collection :src_region_codes, as: 'srcRegionCodes'
|
16868
|
+
collection :user_defined_fields, as: 'userDefinedFields', class: Google::Apis::ComputeAlpha::SecurityPolicyRuleNetworkMatcherUserDefinedFieldMatch, decorator: Google::Apis::ComputeAlpha::SecurityPolicyRuleNetworkMatcherUserDefinedFieldMatch::Representation
|
16869
|
+
|
16870
|
+
end
|
16871
|
+
end
|
16872
|
+
|
16873
|
+
class SecurityPolicyRuleNetworkMatcherUserDefinedFieldMatch
|
16874
|
+
# @private
|
16875
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
16876
|
+
property :name, as: 'name'
|
16877
|
+
collection :values, as: 'values'
|
16878
|
+
end
|
16879
|
+
end
|
16880
|
+
|
16713
16881
|
class SecurityPolicyRulePreconfiguredWafConfig
|
16714
16882
|
# @private
|
16715
16883
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -16785,6 +16953,17 @@ module Google
|
|
16785
16953
|
end
|
16786
16954
|
end
|
16787
16955
|
|
16956
|
+
class SecurityPolicyUserDefinedField
|
16957
|
+
# @private
|
16958
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
16959
|
+
property :base, as: 'base'
|
16960
|
+
property :mask, as: 'mask'
|
16961
|
+
property :name, as: 'name'
|
16962
|
+
property :offset, as: 'offset'
|
16963
|
+
property :size, as: 'size'
|
16964
|
+
end
|
16965
|
+
end
|
16966
|
+
|
16788
16967
|
class SecuritySettings
|
16789
16968
|
# @private
|
16790
16969
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -16793,6 +16972,8 @@ module Google
|
|
16793
16972
|
|
16794
16973
|
property :authorization_config, as: 'authorizationConfig', class: Google::Apis::ComputeAlpha::AuthorizationConfig, decorator: Google::Apis::ComputeAlpha::AuthorizationConfig::Representation
|
16795
16974
|
|
16975
|
+
property :aws_v4_authentication, as: 'awsV4Authentication', class: Google::Apis::ComputeAlpha::Awsv4Signature, decorator: Google::Apis::ComputeAlpha::Awsv4Signature::Representation
|
16976
|
+
|
16796
16977
|
property :client_tls_policy, as: 'clientTlsPolicy'
|
16797
16978
|
property :client_tls_settings, as: 'clientTlsSettings', class: Google::Apis::ComputeAlpha::ClientTlsSettings, decorator: Google::Apis::ComputeAlpha::ClientTlsSettings::Representation
|
16798
16979
|
|
@@ -18026,6 +18207,7 @@ module Google
|
|
18026
18207
|
property :name, as: 'name'
|
18027
18208
|
property :nat_policy, as: 'natPolicy'
|
18028
18209
|
property :network, as: 'network'
|
18210
|
+
property :security_policy, as: 'securityPolicy'
|
18029
18211
|
property :self_link, as: 'selfLink'
|
18030
18212
|
property :self_link_with_id, as: 'selfLinkWithId'
|
18031
18213
|
property :zone, as: 'zone'
|
@@ -18138,6 +18320,7 @@ module Google
|
|
18138
18320
|
property :kind, as: 'kind'
|
18139
18321
|
property :name, as: 'name'
|
18140
18322
|
property :region, as: 'region'
|
18323
|
+
property :security_policy, as: 'securityPolicy'
|
18141
18324
|
property :self_link, as: 'selfLink'
|
18142
18325
|
property :self_link_with_id, as: 'selfLinkWithId'
|
18143
18326
|
property :session_affinity, as: 'sessionAffinity'
|
@@ -18362,6 +18545,34 @@ module Google
|
|
18362
18545
|
end
|
18363
18546
|
end
|
18364
18547
|
|
18548
|
+
class TargetTcpProxiesScopedList
|
18549
|
+
# @private
|
18550
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
18551
|
+
collection :target_tcp_proxies, as: 'targetTcpProxies', class: Google::Apis::ComputeAlpha::TargetTcpProxy, decorator: Google::Apis::ComputeAlpha::TargetTcpProxy::Representation
|
18552
|
+
|
18553
|
+
property :warning, as: 'warning', class: Google::Apis::ComputeAlpha::TargetTcpProxiesScopedList::Warning, decorator: Google::Apis::ComputeAlpha::TargetTcpProxiesScopedList::Warning::Representation
|
18554
|
+
|
18555
|
+
end
|
18556
|
+
|
18557
|
+
class Warning
|
18558
|
+
# @private
|
18559
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
18560
|
+
property :code, as: 'code'
|
18561
|
+
collection :data, as: 'data', class: Google::Apis::ComputeAlpha::TargetTcpProxiesScopedList::Warning::Datum, decorator: Google::Apis::ComputeAlpha::TargetTcpProxiesScopedList::Warning::Datum::Representation
|
18562
|
+
|
18563
|
+
property :message, as: 'message'
|
18564
|
+
end
|
18565
|
+
|
18566
|
+
class Datum
|
18567
|
+
# @private
|
18568
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
18569
|
+
property :key, as: 'key'
|
18570
|
+
property :value, as: 'value'
|
18571
|
+
end
|
18572
|
+
end
|
18573
|
+
end
|
18574
|
+
end
|
18575
|
+
|
18365
18576
|
class TargetTcpProxiesSetBackendServiceRequest
|
18366
18577
|
# @private
|
18367
18578
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -18392,6 +18603,39 @@ module Google
|
|
18392
18603
|
end
|
18393
18604
|
end
|
18394
18605
|
|
18606
|
+
class TargetTcpProxyAggregatedList
|
18607
|
+
# @private
|
18608
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
18609
|
+
property :id, as: 'id'
|
18610
|
+
hash :items, as: 'items', class: Google::Apis::ComputeAlpha::TargetTcpProxiesScopedList, decorator: Google::Apis::ComputeAlpha::TargetTcpProxiesScopedList::Representation
|
18611
|
+
|
18612
|
+
property :kind, as: 'kind'
|
18613
|
+
property :next_page_token, as: 'nextPageToken'
|
18614
|
+
property :self_link, as: 'selfLink'
|
18615
|
+
collection :unreachables, as: 'unreachables'
|
18616
|
+
property :warning, as: 'warning', class: Google::Apis::ComputeAlpha::TargetTcpProxyAggregatedList::Warning, decorator: Google::Apis::ComputeAlpha::TargetTcpProxyAggregatedList::Warning::Representation
|
18617
|
+
|
18618
|
+
end
|
18619
|
+
|
18620
|
+
class Warning
|
18621
|
+
# @private
|
18622
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
18623
|
+
property :code, as: 'code'
|
18624
|
+
collection :data, as: 'data', class: Google::Apis::ComputeAlpha::TargetTcpProxyAggregatedList::Warning::Datum, decorator: Google::Apis::ComputeAlpha::TargetTcpProxyAggregatedList::Warning::Datum::Representation
|
18625
|
+
|
18626
|
+
property :message, as: 'message'
|
18627
|
+
end
|
18628
|
+
|
18629
|
+
class Datum
|
18630
|
+
# @private
|
18631
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
18632
|
+
property :key, as: 'key'
|
18633
|
+
property :value, as: 'value'
|
18634
|
+
end
|
18635
|
+
end
|
18636
|
+
end
|
18637
|
+
end
|
18638
|
+
|
18395
18639
|
class TargetTcpProxyList
|
18396
18640
|
# @private
|
18397
18641
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -18829,6 +19073,7 @@ module Google
|
|
18829
19073
|
class Representation < Google::Apis::Core::JsonRepresentation
|
18830
19074
|
property :host_rewrite, as: 'hostRewrite'
|
18831
19075
|
property :path_prefix_rewrite, as: 'pathPrefixRewrite'
|
19076
|
+
property :path_template_rewrite, as: 'pathTemplateRewrite'
|
18832
19077
|
end
|
18833
19078
|
end
|
18834
19079
|
|