google-apis-compute_beta 0.24.0 → 0.25.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/google/apis/compute_beta/classes.rb +227 -49
- data/lib/google/apis/compute_beta/gem_version.rb +2 -2
- data/lib/google/apis/compute_beta/representations.rb +58 -1
- data/lib/google/apis/compute_beta/service.rb +4736 -3107
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ea1579c1fe79425786ee501ebcb4ce600efbdcf389632a34f91dbde4019f8c1f
|
4
|
+
data.tar.gz: b7a45cce98bc0bb8cb9c946a9b9118f2538dac16c2169d03949005d1c7066d89
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ebbe9728b8bcc2ff5e606d0aa5f10efd905f6890570626223a8d9c4514091437589f865c0438a0a2b060b9dbc49fc108cb3e557749ee8e3c7bd878270b549980
|
7
|
+
data.tar.gz: b0b192abb8d54f4f9a03d2a0b8bd59dea88747a4adfb714a94efe13176817f7739641c7266fd6de12104777ee75a2333281adc58f50ae37f517bc3c0acd0becd
|
data/CHANGELOG.md
CHANGED
@@ -1595,11 +1595,6 @@ module Google
|
|
1595
1595
|
# @return [Array<Google::Apis::ComputeBeta::AuditLogConfig>]
|
1596
1596
|
attr_accessor :audit_log_configs
|
1597
1597
|
|
1598
|
-
# This is deprecated and has no effect. Do not use.
|
1599
|
-
# Corresponds to the JSON property `exemptedMembers`
|
1600
|
-
# @return [Array<String>]
|
1601
|
-
attr_accessor :exempted_members
|
1602
|
-
|
1603
1598
|
# Specifies a service that will be enabled for audit logging. For example, `
|
1604
1599
|
# storage.googleapis.com`, `cloudsql.googleapis.com`. `allServices` is a special
|
1605
1600
|
# value that covers all services.
|
@@ -1614,7 +1609,6 @@ module Google
|
|
1614
1609
|
# Update properties of this object
|
1615
1610
|
def update!(**args)
|
1616
1611
|
@audit_log_configs = args[:audit_log_configs] if args.key?(:audit_log_configs)
|
1617
|
-
@exempted_members = args[:exempted_members] if args.key?(:exempted_members)
|
1618
1612
|
@service = args[:service] if args.key?(:service)
|
1619
1613
|
end
|
1620
1614
|
end
|
@@ -3403,9 +3397,13 @@ module Google
|
|
3403
3397
|
# @return [Google::Apis::ComputeBeta::Subsetting]
|
3404
3398
|
attr_accessor :subsetting
|
3405
3399
|
|
3406
|
-
#
|
3407
|
-
#
|
3408
|
-
#
|
3400
|
+
# The backend service timeout has a different meaning depending on the type of
|
3401
|
+
# load balancer. For more information see, Backend service settings The default
|
3402
|
+
# is 30 seconds. The full range of timeout values allowed is 1 - 2,147,483,647
|
3403
|
+
# seconds. This value can be overridden in the PathMatcher configuration of the
|
3404
|
+
# UrlMap that references this backend service. Not supported when the backend
|
3405
|
+
# service is referenced by a URL map that is bound to target gRPC proxy that has
|
3406
|
+
# validateForProxyless field set to true. Instead, use maxStreamDuration.
|
3409
3407
|
# Corresponds to the JSON property `timeoutSec`
|
3410
3408
|
# @return [Fixnum]
|
3411
3409
|
attr_accessor :timeout_sec
|
@@ -4778,14 +4776,18 @@ module Google
|
|
4778
4776
|
# @return [Google::Apis::ComputeBeta::Duration]
|
4779
4777
|
attr_accessor :connect_timeout
|
4780
4778
|
|
4781
|
-
#
|
4782
|
-
#
|
4779
|
+
# The maximum number of connections to the backend service. If not specified,
|
4780
|
+
# there is no limit. Not supported when the backend service is referenced by a
|
4781
|
+
# URL map that is bound to target gRPC proxy that has validateForProxyless field
|
4782
|
+
# set to true.
|
4783
4783
|
# Corresponds to the JSON property `maxConnections`
|
4784
4784
|
# @return [Fixnum]
|
4785
4785
|
attr_accessor :max_connections
|
4786
4786
|
|
4787
|
-
#
|
4788
|
-
#
|
4787
|
+
# The maximum number of pending requests allowed to the backend service. If not
|
4788
|
+
# specified, there is no limit. Not supported when the backend service is
|
4789
|
+
# referenced by a URL map that is bound to target gRPC proxy that has
|
4790
|
+
# validateForProxyless field set to true.
|
4789
4791
|
# Corresponds to the JSON property `maxPendingRequests`
|
4790
4792
|
# @return [Fixnum]
|
4791
4793
|
attr_accessor :max_pending_requests
|
@@ -4796,14 +4798,20 @@ module Google
|
|
4796
4798
|
# @return [Fixnum]
|
4797
4799
|
attr_accessor :max_requests
|
4798
4800
|
|
4799
|
-
#
|
4800
|
-
#
|
4801
|
+
# Maximum requests for a single connection to the backend service. This
|
4802
|
+
# parameter is respected by both the HTTP/1.1 and HTTP/2 implementations. If not
|
4803
|
+
# specified, there is no limit. Setting this parameter to 1 will effectively
|
4804
|
+
# disable keep alive. Not supported when the backend service is referenced by a
|
4805
|
+
# URL map that is bound to target gRPC proxy that has validateForProxyless field
|
4806
|
+
# set to true.
|
4801
4807
|
# Corresponds to the JSON property `maxRequestsPerConnection`
|
4802
4808
|
# @return [Fixnum]
|
4803
4809
|
attr_accessor :max_requests_per_connection
|
4804
4810
|
|
4805
|
-
#
|
4806
|
-
#
|
4811
|
+
# The maximum number of parallel retries allowed to the backend cluster. If not
|
4812
|
+
# specified, the default is 1. Not supported when the backend service is
|
4813
|
+
# referenced by a URL map that is bound to target gRPC proxy that has
|
4814
|
+
# validateForProxyless field set to true.
|
4807
4815
|
# Corresponds to the JSON property `maxRetries`
|
4808
4816
|
# @return [Fixnum]
|
4809
4817
|
attr_accessor :max_retries
|
@@ -8061,6 +8069,14 @@ module Google
|
|
8061
8069
|
# @return [String]
|
8062
8070
|
attr_accessor :parent
|
8063
8071
|
|
8072
|
+
# [Output Only] URL of the region where the regional firewall policy resides.
|
8073
|
+
# This field is not applicable to global firewall policies. You must specify
|
8074
|
+
# this field as part of the HTTP request URL. It is not settable as a field in
|
8075
|
+
# the request body.
|
8076
|
+
# Corresponds to the JSON property `region`
|
8077
|
+
# @return [String]
|
8078
|
+
attr_accessor :region
|
8079
|
+
|
8064
8080
|
# [Output Only] Total count of all firewall policy rule tuples. A firewall
|
8065
8081
|
# policy can not exceed a set number of tuples.
|
8066
8082
|
# Corresponds to the JSON property `ruleTupleCount`
|
@@ -8112,6 +8128,7 @@ module Google
|
|
8112
8128
|
@kind = args[:kind] if args.key?(:kind)
|
8113
8129
|
@name = args[:name] if args.key?(:name)
|
8114
8130
|
@parent = args[:parent] if args.key?(:parent)
|
8131
|
+
@region = args[:region] if args.key?(:region)
|
8115
8132
|
@rule_tuple_count = args[:rule_tuple_count] if args.key?(:rule_tuple_count)
|
8116
8133
|
@rules = args[:rules] if args.key?(:rules)
|
8117
8134
|
@self_link = args[:self_link] if args.key?(:self_link)
|
@@ -8347,6 +8364,18 @@ module Google
|
|
8347
8364
|
# @return [Array<String>]
|
8348
8365
|
attr_accessor :target_resources
|
8349
8366
|
|
8367
|
+
# A list of secure tags that controls which instances the firewall rule applies
|
8368
|
+
# to. If targetSecureTag are specified, then the firewall rule applies only to
|
8369
|
+
# instances in the VPC network that have one of those EFFECTIVE secure tags, if
|
8370
|
+
# all the target_secure_tag are in INEFFECTIVE state, then this rule will be
|
8371
|
+
# ignored. targetSecureTag may not be set at the same time as
|
8372
|
+
# targetServiceAccounts. If neither targetServiceAccounts nor targetSecureTag
|
8373
|
+
# are specified, the firewall rule applies to all instances on the specified
|
8374
|
+
# network. Maximum number of target label tags allowed is 256.
|
8375
|
+
# Corresponds to the JSON property `targetSecureTags`
|
8376
|
+
# @return [Array<Google::Apis::ComputeBeta::FirewallPolicyRuleSecureTag>]
|
8377
|
+
attr_accessor :target_secure_tags
|
8378
|
+
|
8350
8379
|
# A list of service accounts indicating the sets of instances that are applied
|
8351
8380
|
# with this rule.
|
8352
8381
|
# Corresponds to the JSON property `targetServiceAccounts`
|
@@ -8369,6 +8398,7 @@ module Google
|
|
8369
8398
|
@priority = args[:priority] if args.key?(:priority)
|
8370
8399
|
@rule_tuple_count = args[:rule_tuple_count] if args.key?(:rule_tuple_count)
|
8371
8400
|
@target_resources = args[:target_resources] if args.key?(:target_resources)
|
8401
|
+
@target_secure_tags = args[:target_secure_tags] if args.key?(:target_secure_tags)
|
8372
8402
|
@target_service_accounts = args[:target_service_accounts] if args.key?(:target_service_accounts)
|
8373
8403
|
end
|
8374
8404
|
end
|
@@ -8394,6 +8424,14 @@ module Google
|
|
8394
8424
|
# @return [Array<String>]
|
8395
8425
|
attr_accessor :src_ip_ranges
|
8396
8426
|
|
8427
|
+
# List of secure tag values, which should be matched at the source of the
|
8428
|
+
# traffic. For INGRESS rule, if all the srcSecureTag are INEFFECTIVE, and there
|
8429
|
+
# is no srcIpRange, this rule will be ignored. Maximum number of source tag
|
8430
|
+
# values allowed is 256.
|
8431
|
+
# Corresponds to the JSON property `srcSecureTags`
|
8432
|
+
# @return [Array<Google::Apis::ComputeBeta::FirewallPolicyRuleSecureTag>]
|
8433
|
+
attr_accessor :src_secure_tags
|
8434
|
+
|
8397
8435
|
def initialize(**args)
|
8398
8436
|
update!(**args)
|
8399
8437
|
end
|
@@ -8403,6 +8441,7 @@ module Google
|
|
8403
8441
|
@dest_ip_ranges = args[:dest_ip_ranges] if args.key?(:dest_ip_ranges)
|
8404
8442
|
@layer4_configs = args[:layer4_configs] if args.key?(:layer4_configs)
|
8405
8443
|
@src_ip_ranges = args[:src_ip_ranges] if args.key?(:src_ip_ranges)
|
8444
|
+
@src_secure_tags = args[:src_secure_tags] if args.key?(:src_secure_tags)
|
8406
8445
|
end
|
8407
8446
|
end
|
8408
8447
|
|
@@ -8437,6 +8476,32 @@ module Google
|
|
8437
8476
|
end
|
8438
8477
|
end
|
8439
8478
|
|
8479
|
+
#
|
8480
|
+
class FirewallPolicyRuleSecureTag
|
8481
|
+
include Google::Apis::Core::Hashable
|
8482
|
+
|
8483
|
+
# Name of the secure tag, created with TagManager's TagValue API.
|
8484
|
+
# Corresponds to the JSON property `name`
|
8485
|
+
# @return [String]
|
8486
|
+
attr_accessor :name
|
8487
|
+
|
8488
|
+
# [Output Only] State of the secure tag, either `EFFECTIVE` or `INEFFECTIVE`. A
|
8489
|
+
# secure tag is `INEFFECTIVE` when it is deleted or its network is deleted.
|
8490
|
+
# Corresponds to the JSON property `state`
|
8491
|
+
# @return [String]
|
8492
|
+
attr_accessor :state
|
8493
|
+
|
8494
|
+
def initialize(**args)
|
8495
|
+
update!(**args)
|
8496
|
+
end
|
8497
|
+
|
8498
|
+
# Update properties of this object
|
8499
|
+
def update!(**args)
|
8500
|
+
@name = args[:name] if args.key?(:name)
|
8501
|
+
@state = args[:state] if args.key?(:state)
|
8502
|
+
end
|
8503
|
+
end
|
8504
|
+
|
8440
8505
|
# Encapsulates numeric value that can be either absolute or relative.
|
8441
8506
|
class FixedOrPercent
|
8442
8507
|
include Google::Apis::Core::Hashable
|
@@ -9545,8 +9610,8 @@ module Google
|
|
9545
9610
|
# The ID of a supported feature. To add multiple values, use commas to separate
|
9546
9611
|
# values. Set to one or more of the following values: - VIRTIO_SCSI_MULTIQUEUE -
|
9547
9612
|
# WINDOWS - MULTI_IP_SUBNET - UEFI_COMPATIBLE - SECURE_BOOT - GVNIC -
|
9548
|
-
# SEV_CAPABLE - SUSPEND_RESUME_COMPATIBLE For more information,
|
9549
|
-
# guest operating system features.
|
9613
|
+
# SEV_CAPABLE - SUSPEND_RESUME_COMPATIBLE - SEV_SNP_CAPABLE For more information,
|
9614
|
+
# see Enabling guest operating system features.
|
9550
9615
|
# Corresponds to the JSON property `type`
|
9551
9616
|
# @return [String]
|
9552
9617
|
attr_accessor :type
|
@@ -12968,8 +13033,8 @@ module Google
|
|
12968
13033
|
# Assigns a name to a port number. For example: `name: "http", port: 80` This
|
12969
13034
|
# allows the system to reference ports by the assigned name instead of a port
|
12970
13035
|
# number. Named ports can also contain multiple ports. For example: [`name: "
|
12971
|
-
#
|
12972
|
-
# instances in this instance group.
|
13036
|
+
# app1", port: 8080`, `name: "app1", port: 8081`, `name: "app2", port: 8082`]
|
13037
|
+
# Named ports apply to all instances in this instance group.
|
12973
13038
|
# Corresponds to the JSON property `namedPorts`
|
12974
13039
|
# @return [Array<Google::Apis::ComputeBeta::NamedPort>]
|
12975
13040
|
attr_accessor :named_ports
|
@@ -15867,7 +15932,8 @@ module Google
|
|
15867
15932
|
# @return [String]
|
15868
15933
|
attr_accessor :short_name
|
15869
15934
|
|
15870
|
-
# [Output Only] The type of the firewall policy.
|
15935
|
+
# [Output Only] The type of the firewall policy. Can be one of HIERARCHY,
|
15936
|
+
# NETWORK, NETWORK_REGIONAL.
|
15871
15937
|
# Corresponds to the JSON property `type`
|
15872
15938
|
# @return [String]
|
15873
15939
|
attr_accessor :type
|
@@ -16553,10 +16619,9 @@ module Google
|
|
16553
16619
|
# @return [String]
|
16554
16620
|
attr_accessor :customer_router_ipv6_interface_id
|
16555
16621
|
|
16556
|
-
# [Output
|
16557
|
-
#
|
16558
|
-
#
|
16559
|
-
# output indicates that the Dataplane is version 1.
|
16622
|
+
# [Output Only] Dataplane version for this InterconnectAttachment. This field is
|
16623
|
+
# only present for Dataplane version 2 and higher. Absence of this field in the
|
16624
|
+
# API output indicates that the Dataplane is version 1.
|
16560
16625
|
# Corresponds to the JSON property `dataplaneVersion`
|
16561
16626
|
# @return [Fixnum]
|
16562
16627
|
attr_accessor :dataplane_version
|
@@ -19626,6 +19691,13 @@ module Google
|
|
19626
19691
|
# @return [String]
|
19627
19692
|
attr_accessor :description
|
19628
19693
|
|
19694
|
+
# Enable ULA internal ipv6 on this network. Enabling this feature will assign a /
|
19695
|
+
# 48 from google defined ULA prefix fd20::/20. .
|
19696
|
+
# Corresponds to the JSON property `enableUlaInternalIpv6`
|
19697
|
+
# @return [Boolean]
|
19698
|
+
attr_accessor :enable_ula_internal_ipv6
|
19699
|
+
alias_method :enable_ula_internal_ipv6?, :enable_ula_internal_ipv6
|
19700
|
+
|
19629
19701
|
# [Output Only] The gateway address for default routing out of the network,
|
19630
19702
|
# selected by GCP.
|
19631
19703
|
# Corresponds to the JSON property `gatewayIPv4`
|
@@ -19638,6 +19710,16 @@ module Google
|
|
19638
19710
|
# @return [Fixnum]
|
19639
19711
|
attr_accessor :id
|
19640
19712
|
|
19713
|
+
# When enabling ula internal ipv6, caller optionally can specify the /48 range
|
19714
|
+
# they want from the google defined ULA prefix fd20::/20. The input must be a
|
19715
|
+
# valid /48 ULA IPv6 address and must be within the fd20::/20. Operation will
|
19716
|
+
# fail if the speficied /48 is already in used by another resource. If the field
|
19717
|
+
# is not speficied, then a /48 range will be randomly allocated from fd20::/20
|
19718
|
+
# and returned via this field. .
|
19719
|
+
# Corresponds to the JSON property `internalIpv6Range`
|
19720
|
+
# @return [String]
|
19721
|
+
attr_accessor :internal_ipv6_range
|
19722
|
+
|
19641
19723
|
# [Output Only] Type of the resource. Always compute#network for networks.
|
19642
19724
|
# Corresponds to the JSON property `kind`
|
19643
19725
|
# @return [String]
|
@@ -19659,6 +19741,13 @@ module Google
|
|
19659
19741
|
# @return [String]
|
19660
19742
|
attr_accessor :name
|
19661
19743
|
|
19744
|
+
# The network firewall policy enforcement order. Can be either
|
19745
|
+
# AFTER_CLASSIC_FIREWALL or BEFORE_CLASSIC_FIREWALL. Defaults to
|
19746
|
+
# AFTER_CLASSIC_FIREWALL if the field is not specified.
|
19747
|
+
# Corresponds to the JSON property `networkFirewallPolicyEnforcementOrder`
|
19748
|
+
# @return [String]
|
19749
|
+
attr_accessor :network_firewall_policy_enforcement_order
|
19750
|
+
|
19662
19751
|
# [Output Only] A list of network peerings for the resource.
|
19663
19752
|
# Corresponds to the JSON property `peerings`
|
19664
19753
|
# @return [Array<Google::Apis::ComputeBeta::NetworkPeering>]
|
@@ -19676,6 +19765,11 @@ module Google
|
|
19676
19765
|
# @return [String]
|
19677
19766
|
attr_accessor :self_link
|
19678
19767
|
|
19768
|
+
# [Output Only] Server-defined URL for this resource with the resource id.
|
19769
|
+
# Corresponds to the JSON property `selfLinkWithId`
|
19770
|
+
# @return [String]
|
19771
|
+
attr_accessor :self_link_with_id
|
19772
|
+
|
19679
19773
|
# [Output Only] Server-defined fully-qualified URLs for all subnetworks in this
|
19680
19774
|
# VPC network.
|
19681
19775
|
# Corresponds to the JSON property `subnetworks`
|
@@ -19692,14 +19786,18 @@ module Google
|
|
19692
19786
|
@auto_create_subnetworks = args[:auto_create_subnetworks] if args.key?(:auto_create_subnetworks)
|
19693
19787
|
@creation_timestamp = args[:creation_timestamp] if args.key?(:creation_timestamp)
|
19694
19788
|
@description = args[:description] if args.key?(:description)
|
19789
|
+
@enable_ula_internal_ipv6 = args[:enable_ula_internal_ipv6] if args.key?(:enable_ula_internal_ipv6)
|
19695
19790
|
@gateway_i_pv4 = args[:gateway_i_pv4] if args.key?(:gateway_i_pv4)
|
19696
19791
|
@id = args[:id] if args.key?(:id)
|
19792
|
+
@internal_ipv6_range = args[:internal_ipv6_range] if args.key?(:internal_ipv6_range)
|
19697
19793
|
@kind = args[:kind] if args.key?(:kind)
|
19698
19794
|
@mtu = args[:mtu] if args.key?(:mtu)
|
19699
19795
|
@name = args[:name] if args.key?(:name)
|
19796
|
+
@network_firewall_policy_enforcement_order = args[:network_firewall_policy_enforcement_order] if args.key?(:network_firewall_policy_enforcement_order)
|
19700
19797
|
@peerings = args[:peerings] if args.key?(:peerings)
|
19701
19798
|
@routing_config = args[:routing_config] if args.key?(:routing_config)
|
19702
19799
|
@self_link = args[:self_link] if args.key?(:self_link)
|
19800
|
+
@self_link_with_id = args[:self_link_with_id] if args.key?(:self_link_with_id)
|
19703
19801
|
@subnetworks = args[:subnetworks] if args.key?(:subnetworks)
|
19704
19802
|
end
|
19705
19803
|
end
|
@@ -19844,8 +19942,8 @@ module Google
|
|
19844
19942
|
attr_accessor :network
|
19845
19943
|
|
19846
19944
|
# Type of network endpoints in this network endpoint group. Can be one of
|
19847
|
-
# GCE_VM_IP_PORT, NON_GCP_PRIVATE_IP_PORT, INTERNET_FQDN_PORT,
|
19848
|
-
# SERVERLESS, PRIVATE_SERVICE_CONNECT.
|
19945
|
+
# GCE_VM_IP, GCE_VM_IP_PORT, NON_GCP_PRIVATE_IP_PORT, INTERNET_FQDN_PORT,
|
19946
|
+
# INTERNET_IP_PORT, SERVERLESS, PRIVATE_SERVICE_CONNECT.
|
19849
19947
|
# Corresponds to the JSON property `networkEndpointType`
|
19850
19948
|
# @return [String]
|
19851
19949
|
attr_accessor :network_endpoint_type
|
@@ -20140,13 +20238,13 @@ module Google
|
|
20140
20238
|
# @return [String]
|
20141
20239
|
attr_accessor :tag
|
20142
20240
|
|
20143
|
-
# A template to parse service and tag fields from a request URL. URL mask
|
20144
|
-
# for routing to multiple Run services without having to create multiple
|
20145
|
-
# endpoint groups and backend services. For example, request URLs "foo1.
|
20146
|
-
# com/bar1" and "foo1.domain.com/bar2" can be backed by the same
|
20147
|
-
# Network Endpoint Group (NEG) with URL mask "
|
20148
|
-
# parse them to ` service="bar1", tag="foo1" ` and `
|
20149
|
-
# respectively.
|
20241
|
+
# A template to parse <service> and <tag> fields from a request URL. URL mask
|
20242
|
+
# allows for routing to multiple Run services without having to create multiple
|
20243
|
+
# network endpoint groups and backend services. For example, request URLs "foo1.
|
20244
|
+
# domain.com/bar1" and "foo1.domain.com/bar2" can be backed by the same
|
20245
|
+
# Serverless Network Endpoint Group (NEG) with URL mask "<tag>.domain.com/<
|
20246
|
+
# service>". The URL mask will parse them to ` service="bar1", tag="foo1" ` and `
|
20247
|
+
# service="bar2", tag="foo2" ` respectively.
|
20150
20248
|
# Corresponds to the JSON property `urlMask`
|
20151
20249
|
# @return [String]
|
20152
20250
|
attr_accessor :url_mask
|
@@ -20718,6 +20816,11 @@ module Google
|
|
20718
20816
|
# @return [String]
|
20719
20817
|
attr_accessor :fingerprint
|
20720
20818
|
|
20819
|
+
# The prefix length of the primary internal IPv6 range.
|
20820
|
+
# Corresponds to the JSON property `internalIpv6PrefixLength`
|
20821
|
+
# @return [Fixnum]
|
20822
|
+
attr_accessor :internal_ipv6_prefix_length
|
20823
|
+
|
20721
20824
|
# An array of IPv6 access configurations for this interface. Currently, only one
|
20722
20825
|
# IPv6 access config, DIRECT_IPV6, is supported. If there is no ipv6AccessConfig
|
20723
20826
|
# specified, then this instance will have no external IPv6 Internet access.
|
@@ -20809,6 +20912,7 @@ module Google
|
|
20809
20912
|
@access_configs = args[:access_configs] if args.key?(:access_configs)
|
20810
20913
|
@alias_ip_ranges = args[:alias_ip_ranges] if args.key?(:alias_ip_ranges)
|
20811
20914
|
@fingerprint = args[:fingerprint] if args.key?(:fingerprint)
|
20915
|
+
@internal_ipv6_prefix_length = args[:internal_ipv6_prefix_length] if args.key?(:internal_ipv6_prefix_length)
|
20812
20916
|
@ipv6_access_configs = args[:ipv6_access_configs] if args.key?(:ipv6_access_configs)
|
20813
20917
|
@ipv6_access_type = args[:ipv6_access_type] if args.key?(:ipv6_access_type)
|
20814
20918
|
@ipv6_address = args[:ipv6_address] if args.key?(:ipv6_address)
|
@@ -27584,6 +27688,69 @@ module Google
|
|
27584
27688
|
end
|
27585
27689
|
end
|
27586
27690
|
|
27691
|
+
#
|
27692
|
+
class RegionNetworkFirewallPoliciesGetEffectiveFirewallsResponse
|
27693
|
+
include Google::Apis::Core::Hashable
|
27694
|
+
|
27695
|
+
# Effective firewalls from firewall policy.
|
27696
|
+
# Corresponds to the JSON property `firewallPolicys`
|
27697
|
+
# @return [Array<Google::Apis::ComputeBeta::RegionNetworkFirewallPoliciesGetEffectiveFirewallsResponseEffectiveFirewallPolicy>]
|
27698
|
+
attr_accessor :firewall_policys
|
27699
|
+
|
27700
|
+
# Effective firewalls on the network.
|
27701
|
+
# Corresponds to the JSON property `firewalls`
|
27702
|
+
# @return [Array<Google::Apis::ComputeBeta::Firewall>]
|
27703
|
+
attr_accessor :firewalls
|
27704
|
+
|
27705
|
+
def initialize(**args)
|
27706
|
+
update!(**args)
|
27707
|
+
end
|
27708
|
+
|
27709
|
+
# Update properties of this object
|
27710
|
+
def update!(**args)
|
27711
|
+
@firewall_policys = args[:firewall_policys] if args.key?(:firewall_policys)
|
27712
|
+
@firewalls = args[:firewalls] if args.key?(:firewalls)
|
27713
|
+
end
|
27714
|
+
end
|
27715
|
+
|
27716
|
+
#
|
27717
|
+
class RegionNetworkFirewallPoliciesGetEffectiveFirewallsResponseEffectiveFirewallPolicy
|
27718
|
+
include Google::Apis::Core::Hashable
|
27719
|
+
|
27720
|
+
# [Output Only] The display name of the firewall policy.
|
27721
|
+
# Corresponds to the JSON property `displayName`
|
27722
|
+
# @return [String]
|
27723
|
+
attr_accessor :display_name
|
27724
|
+
|
27725
|
+
# [Output Only] The name of the firewall policy.
|
27726
|
+
# Corresponds to the JSON property `name`
|
27727
|
+
# @return [String]
|
27728
|
+
attr_accessor :name
|
27729
|
+
|
27730
|
+
# The rules that apply to the network.
|
27731
|
+
# Corresponds to the JSON property `rules`
|
27732
|
+
# @return [Array<Google::Apis::ComputeBeta::FirewallPolicyRule>]
|
27733
|
+
attr_accessor :rules
|
27734
|
+
|
27735
|
+
# [Output Only] The type of the firewall policy. Can be one of HIERARCHY,
|
27736
|
+
# NETWORK, NETWORK_REGIONAL.
|
27737
|
+
# Corresponds to the JSON property `type`
|
27738
|
+
# @return [String]
|
27739
|
+
attr_accessor :type
|
27740
|
+
|
27741
|
+
def initialize(**args)
|
27742
|
+
update!(**args)
|
27743
|
+
end
|
27744
|
+
|
27745
|
+
# Update properties of this object
|
27746
|
+
def update!(**args)
|
27747
|
+
@display_name = args[:display_name] if args.key?(:display_name)
|
27748
|
+
@name = args[:name] if args.key?(:name)
|
27749
|
+
@rules = args[:rules] if args.key?(:rules)
|
27750
|
+
@type = args[:type] if args.key?(:type)
|
27751
|
+
end
|
27752
|
+
end
|
27753
|
+
|
27587
27754
|
#
|
27588
27755
|
class RegionSetLabelsRequest
|
27589
27756
|
include Google::Apis::Core::Hashable
|
@@ -28631,8 +28798,8 @@ module Google
|
|
28631
28798
|
class ResourcePolicyDailyCycle
|
28632
28799
|
include Google::Apis::Core::Hashable
|
28633
28800
|
|
28634
|
-
# Defines a schedule with units measured in
|
28635
|
-
#
|
28801
|
+
# Defines a schedule with units measured in days. The value determines how many
|
28802
|
+
# days pass between the start of each cycle.
|
28636
28803
|
# Corresponds to the JSON property `daysInCycle`
|
28637
28804
|
# @return [Fixnum]
|
28638
28805
|
attr_accessor :days_in_cycle
|
@@ -30665,7 +30832,8 @@ module Google
|
|
30665
30832
|
# @return [String]
|
30666
30833
|
attr_accessor :router_appliance_instance
|
30667
30834
|
|
30668
|
-
#
|
30835
|
+
# The state of the BGP session. For a list of possible values for this field,
|
30836
|
+
# see BGP session states.
|
30669
30837
|
# Corresponds to the JSON property `state`
|
30670
30838
|
# @return [String]
|
30671
30839
|
attr_accessor :state
|
@@ -31604,10 +31772,10 @@ module Google
|
|
31604
31772
|
# @return [String]
|
31605
31773
|
attr_accessor :self_link_with_id
|
31606
31774
|
|
31607
|
-
# The type indicates the intended use of the security policy. CLOUD_ARMOR
|
31775
|
+
# The type indicates the intended use of the security policy. - CLOUD_ARMOR:
|
31608
31776
|
# Cloud Armor backend security policies can be configured to filter incoming
|
31609
31777
|
# HTTP requests targeting backend services. They filter requests before they hit
|
31610
|
-
# the origin servers. CLOUD_ARMOR_EDGE
|
31778
|
+
# the origin servers. - CLOUD_ARMOR_EDGE: Cloud Armor edge security policies can
|
31611
31779
|
# be configured to filter incoming HTTP requests targeting backend services (
|
31612
31780
|
# including Cloud CDN-enabled) as well as backend buckets (Cloud Storage). They
|
31613
31781
|
# filter requests before the request is served from Google's cache.
|
@@ -32236,10 +32404,11 @@ module Google
|
|
32236
32404
|
# present in the request, the key type defaults to ALL. - XFF_IP: The first IP
|
32237
32405
|
# address (i.e. the originating client IP address) specified in the list of IPs
|
32238
32406
|
# under X-Forwarded-For HTTP header. If no such header is present or the value
|
32239
|
-
# is not a valid IP, the key
|
32240
|
-
# the HTTP cookie whose name is
|
32241
|
-
#
|
32242
|
-
#
|
32407
|
+
# is not a valid IP, the key defaults to the source IP address of the request i.
|
32408
|
+
# e. key type IP. - HTTP_COOKIE: The value of the HTTP cookie whose name is
|
32409
|
+
# configured under "enforce_on_key_name". The key value is truncated to the
|
32410
|
+
# first 128 bytes of the cookie value. If no such cookie is present in the
|
32411
|
+
# request, the key type defaults to ALL.
|
32243
32412
|
# Corresponds to the JSON property `enforceOnKey`
|
32244
32413
|
# @return [String]
|
32245
32414
|
attr_accessor :enforce_on_key
|
@@ -32253,9 +32422,9 @@ module Google
|
|
32253
32422
|
|
32254
32423
|
# Action to take for requests that are above the configured rate limit threshold,
|
32255
32424
|
# to either deny with a specified HTTP response code, or redirect to a
|
32256
|
-
# different endpoint. Valid options are "deny()" where valid values for
|
32257
|
-
# are 403, 404, 429, and 502, and "redirect" where the redirect
|
32258
|
-
# from
|
32425
|
+
# different endpoint. Valid options are "deny(status)", where valid values for
|
32426
|
+
# status are 403, 404, 429, and 502, and "redirect" where the redirect
|
32427
|
+
# parameters come from exceedRedirectOptions below.
|
32259
32428
|
# Corresponds to the JSON property `exceedAction`
|
32260
32429
|
# @return [String]
|
32261
32430
|
attr_accessor :exceed_action
|
@@ -34856,6 +35025,13 @@ module Google
|
|
34856
35025
|
# @return [Fixnum]
|
34857
35026
|
attr_accessor :id
|
34858
35027
|
|
35028
|
+
# [Output Only] The range of internal IPv6 addresses that are owned by this
|
35029
|
+
# subnetwork. Note this is for general VM to VM communication, not to be
|
35030
|
+
# confused with the ipv6_cidr_range field.
|
35031
|
+
# Corresponds to the JSON property `internalIpv6Prefix`
|
35032
|
+
# @return [String]
|
35033
|
+
attr_accessor :internal_ipv6_prefix
|
35034
|
+
|
34859
35035
|
# The range of internal addresses that are owned by this subnetwork. Provide
|
34860
35036
|
# this property when you create the subnetwork. For example, 10.0.0.0/8 or 100.
|
34861
35037
|
# 64.0.0/10. Ranges must be unique and non-overlapping within a network. Only
|
@@ -34994,6 +35170,7 @@ module Google
|
|
34994
35170
|
@fingerprint = args[:fingerprint] if args.key?(:fingerprint)
|
34995
35171
|
@gateway_address = args[:gateway_address] if args.key?(:gateway_address)
|
34996
35172
|
@id = args[:id] if args.key?(:id)
|
35173
|
+
@internal_ipv6_prefix = args[:internal_ipv6_prefix] if args.key?(:internal_ipv6_prefix)
|
34997
35174
|
@ip_cidr_range = args[:ip_cidr_range] if args.key?(:ip_cidr_range)
|
34998
35175
|
@ipv6_access_type = args[:ipv6_access_type] if args.key?(:ipv6_access_type)
|
34999
35176
|
@ipv6_cidr_range = args[:ipv6_cidr_range] if args.key?(:ipv6_cidr_range)
|
@@ -35276,8 +35453,9 @@ module Google
|
|
35276
35453
|
attr_accessor :enable
|
35277
35454
|
alias_method :enable?, :enable
|
35278
35455
|
|
35279
|
-
# Can only be specified if VPC flow logs for this subnetwork is enabled.
|
35280
|
-
# filter used to define which VPC flow logs should be
|
35456
|
+
# Can only be specified if VPC flow logs for this subnetwork is enabled. The
|
35457
|
+
# filter expression is used to define which VPC flow logs should be exported to
|
35458
|
+
# Cloud Logging.
|
35281
35459
|
# Corresponds to the JSON property `filterExpr`
|
35282
35460
|
# @return [String]
|
35283
35461
|
attr_accessor :filter_expr
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module ComputeBeta
|
18
18
|
# Version of the google-apis-compute_beta gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.25.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 = "20220206"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|