google-apis-compute_v1 0.28.0 → 0.29.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -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.28.0"
19
+ GEM_VERSION = "0.29.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 = "20220301"
25
+ REVISION = "20220312"
26
26
  end
27
27
  end
28
28
  end
@@ -2386,6 +2386,48 @@ module Google
2386
2386
  include Google::Apis::Core::JsonObjectSupport
2387
2387
  end
2388
2388
 
2389
+ class NetworkEdgeSecurityService
2390
+ class Representation < Google::Apis::Core::JsonRepresentation; end
2391
+
2392
+ include Google::Apis::Core::JsonObjectSupport
2393
+ end
2394
+
2395
+ class NetworkEdgeSecurityServiceAggregatedList
2396
+ class Representation < Google::Apis::Core::JsonRepresentation; end
2397
+
2398
+ class Warning
2399
+ class Representation < Google::Apis::Core::JsonRepresentation; end
2400
+
2401
+ class Datum
2402
+ class Representation < Google::Apis::Core::JsonRepresentation; end
2403
+
2404
+ include Google::Apis::Core::JsonObjectSupport
2405
+ end
2406
+
2407
+ include Google::Apis::Core::JsonObjectSupport
2408
+ end
2409
+
2410
+ include Google::Apis::Core::JsonObjectSupport
2411
+ end
2412
+
2413
+ class NetworkEdgeSecurityServicesScopedList
2414
+ class Representation < Google::Apis::Core::JsonRepresentation; end
2415
+
2416
+ class Warning
2417
+ class Representation < Google::Apis::Core::JsonRepresentation; end
2418
+
2419
+ class Datum
2420
+ class Representation < Google::Apis::Core::JsonRepresentation; end
2421
+
2422
+ include Google::Apis::Core::JsonObjectSupport
2423
+ end
2424
+
2425
+ include Google::Apis::Core::JsonObjectSupport
2426
+ end
2427
+
2428
+ include Google::Apis::Core::JsonObjectSupport
2429
+ end
2430
+
2389
2431
  class NetworkEndpoint
2390
2432
  class Representation < Google::Apis::Core::JsonRepresentation; end
2391
2433
 
@@ -3976,12 +4018,48 @@ module Google
3976
4018
  include Google::Apis::Core::JsonObjectSupport
3977
4019
  end
3978
4020
 
4021
+ class SecurityPoliciesAggregatedList
4022
+ class Representation < Google::Apis::Core::JsonRepresentation; end
4023
+
4024
+ class Warning
4025
+ class Representation < Google::Apis::Core::JsonRepresentation; end
4026
+
4027
+ class Datum
4028
+ class Representation < Google::Apis::Core::JsonRepresentation; end
4029
+
4030
+ include Google::Apis::Core::JsonObjectSupport
4031
+ end
4032
+
4033
+ include Google::Apis::Core::JsonObjectSupport
4034
+ end
4035
+
4036
+ include Google::Apis::Core::JsonObjectSupport
4037
+ end
4038
+
3979
4039
  class SecurityPoliciesListPreconfiguredExpressionSetsResponse
3980
4040
  class Representation < Google::Apis::Core::JsonRepresentation; end
3981
4041
 
3982
4042
  include Google::Apis::Core::JsonObjectSupport
3983
4043
  end
3984
4044
 
4045
+ class SecurityPoliciesScopedList
4046
+ class Representation < Google::Apis::Core::JsonRepresentation; end
4047
+
4048
+ class Warning
4049
+ class Representation < Google::Apis::Core::JsonRepresentation; end
4050
+
4051
+ class Datum
4052
+ class Representation < Google::Apis::Core::JsonRepresentation; end
4053
+
4054
+ include Google::Apis::Core::JsonObjectSupport
4055
+ end
4056
+
4057
+ include Google::Apis::Core::JsonObjectSupport
4058
+ end
4059
+
4060
+ include Google::Apis::Core::JsonObjectSupport
4061
+ end
4062
+
3985
4063
  class SecurityPoliciesWafConfig
3986
4064
  class Representation < Google::Apis::Core::JsonRepresentation; end
3987
4065
 
@@ -4012,6 +4090,12 @@ module Google
4012
4090
  include Google::Apis::Core::JsonObjectSupport
4013
4091
  end
4014
4092
 
4093
+ class SecurityPolicyDdosProtectionConfig
4094
+ class Representation < Google::Apis::Core::JsonRepresentation; end
4095
+
4096
+ include Google::Apis::Core::JsonObjectSupport
4097
+ end
4098
+
4015
4099
  class SecurityPolicyList
4016
4100
  class Representation < Google::Apis::Core::JsonRepresentation; end
4017
4101
 
@@ -9928,6 +10012,84 @@ module Google
9928
10012
  end
9929
10013
  end
9930
10014
 
10015
+ class NetworkEdgeSecurityService
10016
+ # @private
10017
+ class Representation < Google::Apis::Core::JsonRepresentation
10018
+ property :creation_timestamp, as: 'creationTimestamp'
10019
+ property :description, as: 'description'
10020
+ property :fingerprint, :base64 => true, as: 'fingerprint'
10021
+ property :id, :numeric_string => true, as: 'id'
10022
+ property :kind, as: 'kind'
10023
+ property :name, as: 'name'
10024
+ property :region, as: 'region'
10025
+ property :security_policy, as: 'securityPolicy'
10026
+ property :self_link, as: 'selfLink'
10027
+ property :self_link_with_id, as: 'selfLinkWithId'
10028
+ end
10029
+ end
10030
+
10031
+ class NetworkEdgeSecurityServiceAggregatedList
10032
+ # @private
10033
+ class Representation < Google::Apis::Core::JsonRepresentation
10034
+ property :etag, as: 'etag'
10035
+ property :id, as: 'id'
10036
+ hash :items, as: 'items', class: Google::Apis::ComputeV1::NetworkEdgeSecurityServicesScopedList, decorator: Google::Apis::ComputeV1::NetworkEdgeSecurityServicesScopedList::Representation
10037
+
10038
+ property :kind, as: 'kind'
10039
+ property :next_page_token, as: 'nextPageToken'
10040
+ property :self_link, as: 'selfLink'
10041
+ collection :unreachables, as: 'unreachables'
10042
+ property :warning, as: 'warning', class: Google::Apis::ComputeV1::NetworkEdgeSecurityServiceAggregatedList::Warning, decorator: Google::Apis::ComputeV1::NetworkEdgeSecurityServiceAggregatedList::Warning::Representation
10043
+
10044
+ end
10045
+
10046
+ class Warning
10047
+ # @private
10048
+ class Representation < Google::Apis::Core::JsonRepresentation
10049
+ property :code, as: 'code'
10050
+ collection :data, as: 'data', class: Google::Apis::ComputeV1::NetworkEdgeSecurityServiceAggregatedList::Warning::Datum, decorator: Google::Apis::ComputeV1::NetworkEdgeSecurityServiceAggregatedList::Warning::Datum::Representation
10051
+
10052
+ property :message, as: 'message'
10053
+ end
10054
+
10055
+ class Datum
10056
+ # @private
10057
+ class Representation < Google::Apis::Core::JsonRepresentation
10058
+ property :key, as: 'key'
10059
+ property :value, as: 'value'
10060
+ end
10061
+ end
10062
+ end
10063
+ end
10064
+
10065
+ class NetworkEdgeSecurityServicesScopedList
10066
+ # @private
10067
+ class Representation < Google::Apis::Core::JsonRepresentation
10068
+ collection :network_edge_security_services, as: 'networkEdgeSecurityServices', class: Google::Apis::ComputeV1::NetworkEdgeSecurityService, decorator: Google::Apis::ComputeV1::NetworkEdgeSecurityService::Representation
10069
+
10070
+ property :warning, as: 'warning', class: Google::Apis::ComputeV1::NetworkEdgeSecurityServicesScopedList::Warning, decorator: Google::Apis::ComputeV1::NetworkEdgeSecurityServicesScopedList::Warning::Representation
10071
+
10072
+ end
10073
+
10074
+ class Warning
10075
+ # @private
10076
+ class Representation < Google::Apis::Core::JsonRepresentation
10077
+ property :code, as: 'code'
10078
+ collection :data, as: 'data', class: Google::Apis::ComputeV1::NetworkEdgeSecurityServicesScopedList::Warning::Datum, decorator: Google::Apis::ComputeV1::NetworkEdgeSecurityServicesScopedList::Warning::Datum::Representation
10079
+
10080
+ property :message, as: 'message'
10081
+ end
10082
+
10083
+ class Datum
10084
+ # @private
10085
+ class Representation < Google::Apis::Core::JsonRepresentation
10086
+ property :key, as: 'key'
10087
+ property :value, as: 'value'
10088
+ end
10089
+ end
10090
+ end
10091
+ end
10092
+
9931
10093
  class NetworkEndpoint
9932
10094
  # @private
9933
10095
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -12341,6 +12503,7 @@ module Google
12341
12503
  property :next_hop_peering, as: 'nextHopPeering'
12342
12504
  property :next_hop_vpn_tunnel, as: 'nextHopVpnTunnel'
12343
12505
  property :priority, as: 'priority'
12506
+ property :route_status, as: 'routeStatus'
12344
12507
  property :route_type, as: 'routeType'
12345
12508
  property :self_link, as: 'selfLink'
12346
12509
  collection :tags, as: 'tags'
@@ -12834,6 +12997,40 @@ module Google
12834
12997
  end
12835
12998
  end
12836
12999
 
13000
+ class SecurityPoliciesAggregatedList
13001
+ # @private
13002
+ class Representation < Google::Apis::Core::JsonRepresentation
13003
+ property :etag, as: 'etag'
13004
+ property :id, as: 'id'
13005
+ hash :items, as: 'items', class: Google::Apis::ComputeV1::SecurityPoliciesScopedList, decorator: Google::Apis::ComputeV1::SecurityPoliciesScopedList::Representation
13006
+
13007
+ property :kind, as: 'kind'
13008
+ property :next_page_token, as: 'nextPageToken'
13009
+ property :self_link, as: 'selfLink'
13010
+ collection :unreachables, as: 'unreachables'
13011
+ property :warning, as: 'warning', class: Google::Apis::ComputeV1::SecurityPoliciesAggregatedList::Warning, decorator: Google::Apis::ComputeV1::SecurityPoliciesAggregatedList::Warning::Representation
13012
+
13013
+ end
13014
+
13015
+ class Warning
13016
+ # @private
13017
+ class Representation < Google::Apis::Core::JsonRepresentation
13018
+ property :code, as: 'code'
13019
+ collection :data, as: 'data', class: Google::Apis::ComputeV1::SecurityPoliciesAggregatedList::Warning::Datum, decorator: Google::Apis::ComputeV1::SecurityPoliciesAggregatedList::Warning::Datum::Representation
13020
+
13021
+ property :message, as: 'message'
13022
+ end
13023
+
13024
+ class Datum
13025
+ # @private
13026
+ class Representation < Google::Apis::Core::JsonRepresentation
13027
+ property :key, as: 'key'
13028
+ property :value, as: 'value'
13029
+ end
13030
+ end
13031
+ end
13032
+ end
13033
+
12837
13034
  class SecurityPoliciesListPreconfiguredExpressionSetsResponse
12838
13035
  # @private
12839
13036
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -12842,6 +13039,34 @@ module Google
12842
13039
  end
12843
13040
  end
12844
13041
 
13042
+ class SecurityPoliciesScopedList
13043
+ # @private
13044
+ class Representation < Google::Apis::Core::JsonRepresentation
13045
+ collection :security_policies, as: 'securityPolicies', class: Google::Apis::ComputeV1::SecurityPolicy, decorator: Google::Apis::ComputeV1::SecurityPolicy::Representation
13046
+
13047
+ property :warning, as: 'warning', class: Google::Apis::ComputeV1::SecurityPoliciesScopedList::Warning, decorator: Google::Apis::ComputeV1::SecurityPoliciesScopedList::Warning::Representation
13048
+
13049
+ end
13050
+
13051
+ class Warning
13052
+ # @private
13053
+ class Representation < Google::Apis::Core::JsonRepresentation
13054
+ property :code, as: 'code'
13055
+ collection :data, as: 'data', class: Google::Apis::ComputeV1::SecurityPoliciesScopedList::Warning::Datum, decorator: Google::Apis::ComputeV1::SecurityPoliciesScopedList::Warning::Datum::Representation
13056
+
13057
+ property :message, as: 'message'
13058
+ end
13059
+
13060
+ class Datum
13061
+ # @private
13062
+ class Representation < Google::Apis::Core::JsonRepresentation
13063
+ property :key, as: 'key'
13064
+ property :value, as: 'value'
13065
+ end
13066
+ end
13067
+ end
13068
+ end
13069
+
12845
13070
  class SecurityPoliciesWafConfig
12846
13071
  # @private
12847
13072
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -12858,6 +13083,8 @@ module Google
12858
13083
  property :advanced_options_config, as: 'advancedOptionsConfig', class: Google::Apis::ComputeV1::SecurityPolicyAdvancedOptionsConfig, decorator: Google::Apis::ComputeV1::SecurityPolicyAdvancedOptionsConfig::Representation
12859
13084
 
12860
13085
  property :creation_timestamp, as: 'creationTimestamp'
13086
+ property :ddos_protection_config, as: 'ddosProtectionConfig', class: Google::Apis::ComputeV1::SecurityPolicyDdosProtectionConfig, decorator: Google::Apis::ComputeV1::SecurityPolicyDdosProtectionConfig::Representation
13087
+
12861
13088
  property :description, as: 'description'
12862
13089
  property :fingerprint, :base64 => true, as: 'fingerprint'
12863
13090
  property :id, :numeric_string => true, as: 'id'
@@ -12865,6 +13092,7 @@ module Google
12865
13092
  property :name, as: 'name'
12866
13093
  property :recaptcha_options_config, as: 'recaptchaOptionsConfig', class: Google::Apis::ComputeV1::SecurityPolicyRecaptchaOptionsConfig, decorator: Google::Apis::ComputeV1::SecurityPolicyRecaptchaOptionsConfig::Representation
12867
13094
 
13095
+ property :region, as: 'region'
12868
13096
  collection :rules, as: 'rules', class: Google::Apis::ComputeV1::SecurityPolicyRule, decorator: Google::Apis::ComputeV1::SecurityPolicyRule::Representation
12869
13097
 
12870
13098
  property :self_link, as: 'selfLink'
@@ -12896,6 +13124,13 @@ module Google
12896
13124
  end
12897
13125
  end
12898
13126
 
13127
+ class SecurityPolicyDdosProtectionConfig
13128
+ # @private
13129
+ class Representation < Google::Apis::Core::JsonRepresentation
13130
+ property :ddos_protection, as: 'ddosProtection'
13131
+ end
13132
+ end
13133
+
12899
13134
  class SecurityPolicyList
12900
13135
  # @private
12901
13136
  class Representation < Google::Apis::Core::JsonRepresentation