google-apis-compute_v1 0.24.0 → 0.25.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -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
 
@@ -5697,7 +5721,6 @@ module Google
5697
5721
  class Representation < Google::Apis::Core::JsonRepresentation
5698
5722
  collection :audit_log_configs, as: 'auditLogConfigs', class: Google::Apis::ComputeV1::AuditLogConfig, decorator: Google::Apis::ComputeV1::AuditLogConfig::Representation
5699
5723
 
5700
- collection :exempted_members, as: 'exemptedMembers'
5701
5724
  property :service, as: 'service'
5702
5725
  end
5703
5726
  end
@@ -7131,6 +7154,7 @@ module Google
7131
7154
  property :kind, as: 'kind'
7132
7155
  property :name, as: 'name'
7133
7156
  property :parent, as: 'parent'
7157
+ property :region, as: 'region'
7134
7158
  property :rule_tuple_count, as: 'ruleTupleCount'
7135
7159
  collection :rules, as: 'rules', class: Google::Apis::ComputeV1::FirewallPolicyRule, decorator: Google::Apis::ComputeV1::FirewallPolicyRule::Representation
7136
7160
 
@@ -7196,6 +7220,8 @@ module Google
7196
7220
  property :priority, as: 'priority'
7197
7221
  property :rule_tuple_count, as: 'ruleTupleCount'
7198
7222
  collection :target_resources, as: 'targetResources'
7223
+ collection :target_secure_tags, as: 'targetSecureTags', class: Google::Apis::ComputeV1::FirewallPolicyRuleSecureTag, decorator: Google::Apis::ComputeV1::FirewallPolicyRuleSecureTag::Representation
7224
+
7199
7225
  collection :target_service_accounts, as: 'targetServiceAccounts'
7200
7226
  end
7201
7227
  end
@@ -7207,6 +7233,8 @@ module Google
7207
7233
  collection :layer4_configs, as: 'layer4Configs', class: Google::Apis::ComputeV1::FirewallPolicyRuleMatcherLayer4Config, decorator: Google::Apis::ComputeV1::FirewallPolicyRuleMatcherLayer4Config::Representation
7208
7234
 
7209
7235
  collection :src_ip_ranges, as: 'srcIpRanges'
7236
+ collection :src_secure_tags, as: 'srcSecureTags', class: Google::Apis::ComputeV1::FirewallPolicyRuleSecureTag, decorator: Google::Apis::ComputeV1::FirewallPolicyRuleSecureTag::Representation
7237
+
7210
7238
  end
7211
7239
  end
7212
7240
 
@@ -7218,6 +7246,14 @@ module Google
7218
7246
  end
7219
7247
  end
7220
7248
 
7249
+ class FirewallPolicyRuleSecureTag
7250
+ # @private
7251
+ class Representation < Google::Apis::Core::JsonRepresentation
7252
+ property :name, as: 'name'
7253
+ property :state, as: 'state'
7254
+ end
7255
+ end
7256
+
7221
7257
  class FixedOrPercent
7222
7258
  # @private
7223
7259
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -8137,6 +8173,8 @@ module Google
8137
8173
 
8138
8174
  property :network_performance_config, as: 'networkPerformanceConfig', class: Google::Apis::ComputeV1::NetworkPerformanceConfig, decorator: Google::Apis::ComputeV1::NetworkPerformanceConfig::Representation
8139
8175
 
8176
+ property :params, as: 'params', class: Google::Apis::ComputeV1::InstanceParams, decorator: Google::Apis::ComputeV1::InstanceParams::Representation
8177
+
8140
8178
  property :private_ipv6_google_access, as: 'privateIpv6GoogleAccess'
8141
8179
  property :reservation_affinity, as: 'reservationAffinity', class: Google::Apis::ComputeV1::ReservationAffinity, decorator: Google::Apis::ComputeV1::ReservationAffinity::Representation
8142
8180
 
@@ -8815,6 +8853,13 @@ module Google
8815
8853
  end
8816
8854
  end
8817
8855
 
8856
+ class InstanceParams
8857
+ # @private
8858
+ class Representation < Google::Apis::Core::JsonRepresentation
8859
+ hash :resource_manager_tags, as: 'resourceManagerTags'
8860
+ end
8861
+ end
8862
+
8818
8863
  class InstanceProperties
8819
8864
  # @private
8820
8865
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -9862,16 +9907,20 @@ module Google
9862
9907
  property :auto_create_subnetworks, as: 'autoCreateSubnetworks'
9863
9908
  property :creation_timestamp, as: 'creationTimestamp'
9864
9909
  property :description, as: 'description'
9910
+ property :enable_ula_internal_ipv6, as: 'enableUlaInternalIpv6'
9865
9911
  property :gateway_i_pv4, as: 'gatewayIPv4'
9866
9912
  property :id, :numeric_string => true, as: 'id'
9913
+ property :internal_ipv6_range, as: 'internalIpv6Range'
9867
9914
  property :kind, as: 'kind'
9868
9915
  property :mtu, as: 'mtu'
9869
9916
  property :name, as: 'name'
9917
+ property :network_firewall_policy_enforcement_order, as: 'networkFirewallPolicyEnforcementOrder'
9870
9918
  collection :peerings, as: 'peerings', class: Google::Apis::ComputeV1::NetworkPeering, decorator: Google::Apis::ComputeV1::NetworkPeering::Representation
9871
9919
 
9872
9920
  property :routing_config, as: 'routingConfig', class: Google::Apis::ComputeV1::NetworkRoutingConfig, decorator: Google::Apis::ComputeV1::NetworkRoutingConfig::Representation
9873
9921
 
9874
9922
  property :self_link, as: 'selfLink'
9923
+ property :self_link_with_id, as: 'selfLinkWithId'
9875
9924
  collection :subnetworks, as: 'subnetworks'
9876
9925
  end
9877
9926
  end
@@ -10105,6 +10154,7 @@ module Google
10105
10154
  collection :alias_ip_ranges, as: 'aliasIpRanges', class: Google::Apis::ComputeV1::AliasIpRange, decorator: Google::Apis::ComputeV1::AliasIpRange::Representation
10106
10155
 
10107
10156
  property :fingerprint, :base64 => true, as: 'fingerprint'
10157
+ property :internal_ipv6_prefix_length, as: 'internalIpv6PrefixLength'
10108
10158
  collection :ipv6_access_configs, as: 'ipv6AccessConfigs', class: Google::Apis::ComputeV1::AccessConfig, decorator: Google::Apis::ComputeV1::AccessConfig::Representation
10109
10159
 
10110
10160
  property :ipv6_access_type, as: 'ipv6AccessType'
@@ -11821,6 +11871,27 @@ module Google
11821
11871
  end
11822
11872
  end
11823
11873
 
11874
+ class RegionNetworkFirewallPoliciesGetEffectiveFirewallsResponse
11875
+ # @private
11876
+ class Representation < Google::Apis::Core::JsonRepresentation
11877
+ collection :firewall_policys, as: 'firewallPolicys', class: Google::Apis::ComputeV1::RegionNetworkFirewallPoliciesGetEffectiveFirewallsResponseEffectiveFirewallPolicy, decorator: Google::Apis::ComputeV1::RegionNetworkFirewallPoliciesGetEffectiveFirewallsResponseEffectiveFirewallPolicy::Representation
11878
+
11879
+ collection :firewalls, as: 'firewalls', class: Google::Apis::ComputeV1::Firewall, decorator: Google::Apis::ComputeV1::Firewall::Representation
11880
+
11881
+ end
11882
+ end
11883
+
11884
+ class RegionNetworkFirewallPoliciesGetEffectiveFirewallsResponseEffectiveFirewallPolicy
11885
+ # @private
11886
+ class Representation < Google::Apis::Core::JsonRepresentation
11887
+ property :display_name, as: 'displayName'
11888
+ property :name, as: 'name'
11889
+ collection :rules, as: 'rules', class: Google::Apis::ComputeV1::FirewallPolicyRule, decorator: Google::Apis::ComputeV1::FirewallPolicyRule::Representation
11890
+
11891
+ property :type, as: 'type'
11892
+ end
11893
+ end
11894
+
11824
11895
  class RegionSetLabelsRequest
11825
11896
  # @private
11826
11897
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -13538,6 +13609,7 @@ module Google
13538
13609
  property :fingerprint, :base64 => true, as: 'fingerprint'
13539
13610
  property :gateway_address, as: 'gatewayAddress'
13540
13611
  property :id, :numeric_string => true, as: 'id'
13612
+ property :internal_ipv6_prefix, as: 'internalIpv6Prefix'
13541
13613
  property :ip_cidr_range, as: 'ipCidrRange'
13542
13614
  property :ipv6_access_type, as: 'ipv6AccessType'
13543
13615
  property :ipv6_cidr_range, as: 'ipv6CidrRange'
@@ -14687,6 +14759,7 @@ module Google
14687
14759
  class ValidateUrlMapsRequest
14688
14760
  # @private
14689
14761
  class Representation < Google::Apis::Core::JsonRepresentation
14762
+ collection :load_balancing_schemes, as: 'loadBalancingSchemes'
14690
14763
  property :resource, as: 'resource', class: Google::Apis::ComputeV1::UrlMap, decorator: Google::Apis::ComputeV1::UrlMap::Representation
14691
14764
 
14692
14765
  end