google-apis-compute_beta 0.9.0 → 0.14.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 +22 -0
- data/lib/google/apis/compute_beta/classes.rb +303 -111
- data/lib/google/apis/compute_beta/gem_version.rb +3 -3
- data/lib/google/apis/compute_beta/representations.rb +32 -1
- data/lib/google/apis/compute_beta/service.rb +272 -1
- metadata +13 -7
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 4a5f6d08357c3a6cd06d6c3c1dfde9700a7a4a7f1cade6c1bd37a7324a6e3fff
|
4
|
+
data.tar.gz: 1366e4240ea206510f31c49befee0c8401cf8d0174b283f8d258d9b9980d0880
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e73fd8b0658b2fb6d3cc7409494917d11e76a9bb4a33083d25deb28ea4038915a6ff6e40f77c572b7f98c9fdab9c175a791e1991539bfc7fd98cfbde5a1d9971
|
7
|
+
data.tar.gz: 255f6a29bc3a087d47dac11716920903397497a6faba60506840e703853f4a79cf2d02fc2815fef2ef1910d1cd170fe88af2650f18259367093552dd6291280b
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,27 @@
|
|
1
1
|
# Release history for google-apis-compute_beta
|
2
2
|
|
3
|
+
### v0.14.0 (2021-06-29)
|
4
|
+
|
5
|
+
* Regenerated using generator version 0.4.0
|
6
|
+
|
7
|
+
### v0.13.0 (2021-06-24)
|
8
|
+
|
9
|
+
* Unspecified changes
|
10
|
+
|
11
|
+
### v0.12.0 (2021-06-10)
|
12
|
+
|
13
|
+
* Regenerated from discovery document revision 20210525
|
14
|
+
* Regenerated using generator version 0.3.0
|
15
|
+
|
16
|
+
### v0.11.0 (2021-05-28)
|
17
|
+
|
18
|
+
* Regenerated from discovery document revision 20210518
|
19
|
+
|
20
|
+
### v0.10.0 (2021-05-20)
|
21
|
+
|
22
|
+
* Regenerated from discovery document revision 20210505
|
23
|
+
* Unspecified changes
|
24
|
+
|
3
25
|
### v0.9.0 (2021-05-05)
|
4
26
|
|
5
27
|
* Regenerated from discovery document revision 20210415
|
@@ -465,6 +465,19 @@ module Google
|
|
465
465
|
class AccessConfig
|
466
466
|
include Google::Apis::Core::Hashable
|
467
467
|
|
468
|
+
# [Output Only] The first IPv6 address of the external IPv6 range associated
|
469
|
+
# with this instance, prefix length is stored in externalIpv6PrefixLength in
|
470
|
+
# ipv6AccessConfig. The field is output only, an IPv6 address from a subnetwork
|
471
|
+
# associated with the instance will be allocated dynamically.
|
472
|
+
# Corresponds to the JSON property `externalIpv6`
|
473
|
+
# @return [String]
|
474
|
+
attr_accessor :external_ipv6
|
475
|
+
|
476
|
+
# [Output Only] The prefix length of the external IPv6 range.
|
477
|
+
# Corresponds to the JSON property `externalIpv6PrefixLength`
|
478
|
+
# @return [Fixnum]
|
479
|
+
attr_accessor :external_ipv6_prefix_length
|
480
|
+
|
468
481
|
# [Output Only] Type of the resource. Always compute#accessConfig for access
|
469
482
|
# configs.
|
470
483
|
# Corresponds to the JSON property `kind`
|
@@ -522,6 +535,8 @@ module Google
|
|
522
535
|
|
523
536
|
# Update properties of this object
|
524
537
|
def update!(**args)
|
538
|
+
@external_ipv6 = args[:external_ipv6] if args.key?(:external_ipv6)
|
539
|
+
@external_ipv6_prefix_length = args[:external_ipv6_prefix_length] if args.key?(:external_ipv6_prefix_length)
|
525
540
|
@kind = args[:kind] if args.key?(:kind)
|
526
541
|
@name = args[:name] if args.key?(:name)
|
527
542
|
@nat_ip = args[:nat_ip] if args.key?(:nat_ip)
|
@@ -650,7 +665,8 @@ module Google
|
|
650
665
|
# reserved for Cloud NAT.
|
651
666
|
# - `IPSEC_INTERCONNECT` for addresses created from a private IP range that are
|
652
667
|
# reserved for a VLAN attachment in an IPsec-encrypted Cloud Interconnect
|
653
|
-
# configuration. These addresses are regional resources.
|
668
|
+
# configuration. These addresses are regional resources. Not currently available
|
669
|
+
# publicly.
|
654
670
|
# Corresponds to the JSON property `purpose`
|
655
671
|
# @return [String]
|
656
672
|
attr_accessor :purpose
|
@@ -2664,6 +2680,12 @@ module Google
|
|
2664
2680
|
# @return [Google::Apis::ComputeBeta::BackendBucketCdnPolicy]
|
2665
2681
|
attr_accessor :cdn_policy
|
2666
2682
|
|
2683
|
+
# Compress text responses using Brotli or gzip compression, based on the client?
|
2684
|
+
# s Accept-Encoding header.
|
2685
|
+
# Corresponds to the JSON property `compressionMode`
|
2686
|
+
# @return [String]
|
2687
|
+
attr_accessor :compression_mode
|
2688
|
+
|
2667
2689
|
# [Output Only] Creation timestamp in RFC3339 text format.
|
2668
2690
|
# Corresponds to the JSON property `creationTimestamp`
|
2669
2691
|
# @return [String]
|
@@ -2680,6 +2702,12 @@ module Google
|
|
2680
2702
|
# @return [String]
|
2681
2703
|
attr_accessor :description
|
2682
2704
|
|
2705
|
+
# [Output Only] The resource URL for the edge security policy associated with
|
2706
|
+
# this backend bucket.
|
2707
|
+
# Corresponds to the JSON property `edgeSecurityPolicy`
|
2708
|
+
# @return [String]
|
2709
|
+
attr_accessor :edge_security_policy
|
2710
|
+
|
2683
2711
|
# If true, enable Cloud CDN for this BackendBucket.
|
2684
2712
|
# Corresponds to the JSON property `enableCdn`
|
2685
2713
|
# @return [Boolean]
|
@@ -2719,9 +2747,11 @@ module Google
|
|
2719
2747
|
def update!(**args)
|
2720
2748
|
@bucket_name = args[:bucket_name] if args.key?(:bucket_name)
|
2721
2749
|
@cdn_policy = args[:cdn_policy] if args.key?(:cdn_policy)
|
2750
|
+
@compression_mode = args[:compression_mode] if args.key?(:compression_mode)
|
2722
2751
|
@creation_timestamp = args[:creation_timestamp] if args.key?(:creation_timestamp)
|
2723
2752
|
@custom_response_headers = args[:custom_response_headers] if args.key?(:custom_response_headers)
|
2724
2753
|
@description = args[:description] if args.key?(:description)
|
2754
|
+
@edge_security_policy = args[:edge_security_policy] if args.key?(:edge_security_policy)
|
2725
2755
|
@enable_cdn = args[:enable_cdn] if args.key?(:enable_cdn)
|
2726
2756
|
@id = args[:id] if args.key?(:id)
|
2727
2757
|
@kind = args[:kind] if args.key?(:kind)
|
@@ -3124,6 +3154,12 @@ module Google
|
|
3124
3154
|
# @return [Google::Apis::ComputeBeta::CircuitBreakers]
|
3125
3155
|
attr_accessor :circuit_breakers
|
3126
3156
|
|
3157
|
+
# Compress text responses using Brotli or gzip compression, based on the client?
|
3158
|
+
# s Accept-Encoding header.
|
3159
|
+
# Corresponds to the JSON property `compressionMode`
|
3160
|
+
# @return [String]
|
3161
|
+
attr_accessor :compression_mode
|
3162
|
+
|
3127
3163
|
# Message containing connection draining configuration.
|
3128
3164
|
# Corresponds to the JSON property `connectionDraining`
|
3129
3165
|
# @return [Google::Apis::ComputeBeta::ConnectionDraining]
|
@@ -3160,6 +3196,12 @@ module Google
|
|
3160
3196
|
# @return [String]
|
3161
3197
|
attr_accessor :description
|
3162
3198
|
|
3199
|
+
# [Output Only] The resource URL for the edge security policy associated with
|
3200
|
+
# this backend service.
|
3201
|
+
# Corresponds to the JSON property `edgeSecurityPolicy`
|
3202
|
+
# @return [String]
|
3203
|
+
attr_accessor :edge_security_policy
|
3204
|
+
|
3163
3205
|
# If true, enables Cloud CDN for the backend service. Only applicable if the
|
3164
3206
|
# loadBalancingScheme is EXTERNAL and the protocol is HTTP or HTTPS.
|
3165
3207
|
# Corresponds to the JSON property `enableCDN`
|
@@ -3353,11 +3395,12 @@ module Google
|
|
3353
3395
|
attr_accessor :self_link
|
3354
3396
|
|
3355
3397
|
# Type of session affinity to use. The default is NONE.
|
3356
|
-
# When the loadBalancingScheme is EXTERNAL:
|
3357
|
-
# possible values are NONE, CLIENT_IP,
|
3358
|
-
# * For all other load balancers that
|
3359
|
-
# possible values are NONE, CLIENT_IP, or
|
3360
|
-
# GENERATED_COOKIE if the protocol is HTTP,
|
3398
|
+
# When the loadBalancingScheme is EXTERNAL:
|
3399
|
+
# * For Network Load Balancing, the possible values are NONE, CLIENT_IP,
|
3400
|
+
# CLIENT_IP_PROTO, or CLIENT_IP_PORT_PROTO. * For all other load balancers that
|
3401
|
+
# use loadBalancingScheme=EXTERNAL, the possible values are NONE, CLIENT_IP, or
|
3402
|
+
# GENERATED_COOKIE. * You can use GENERATED_COOKIE if the protocol is HTTP,
|
3403
|
+
# HTTP2, or HTTPS.
|
3361
3404
|
# When the loadBalancingScheme is INTERNAL, possible values are NONE, CLIENT_IP,
|
3362
3405
|
# CLIENT_IP_PROTO, or CLIENT_IP_PORT_PROTO.
|
3363
3406
|
# When the loadBalancingScheme is INTERNAL_SELF_MANAGED, or INTERNAL_MANAGED,
|
@@ -3370,15 +3413,15 @@ module Google
|
|
3370
3413
|
attr_accessor :session_affinity
|
3371
3414
|
|
3372
3415
|
# Subsetting configuration for this BackendService. Currently this is applicable
|
3373
|
-
# only for Internal TCP/UDP load balancing
|
3416
|
+
# only for Internal TCP/UDP load balancing, Internal HTTP(S) load balancing and
|
3417
|
+
# Traffic Director.
|
3374
3418
|
# Corresponds to the JSON property `subsetting`
|
3375
3419
|
# @return [Google::Apis::ComputeBeta::Subsetting]
|
3376
3420
|
attr_accessor :subsetting
|
3377
3421
|
|
3378
|
-
#
|
3379
|
-
#
|
3380
|
-
#
|
3381
|
-
# seconds.
|
3422
|
+
# Not supported when the backend service is referenced by a URL map that is
|
3423
|
+
# bound to target gRPC proxy that has validateForProxyless field set to true.
|
3424
|
+
# Instead, use maxStreamDuration.
|
3382
3425
|
# Corresponds to the JSON property `timeoutSec`
|
3383
3426
|
# @return [Fixnum]
|
3384
3427
|
attr_accessor :timeout_sec
|
@@ -3393,6 +3436,7 @@ module Google
|
|
3393
3436
|
@backends = args[:backends] if args.key?(:backends)
|
3394
3437
|
@cdn_policy = args[:cdn_policy] if args.key?(:cdn_policy)
|
3395
3438
|
@circuit_breakers = args[:circuit_breakers] if args.key?(:circuit_breakers)
|
3439
|
+
@compression_mode = args[:compression_mode] if args.key?(:compression_mode)
|
3396
3440
|
@connection_draining = args[:connection_draining] if args.key?(:connection_draining)
|
3397
3441
|
@connection_tracking_policy = args[:connection_tracking_policy] if args.key?(:connection_tracking_policy)
|
3398
3442
|
@consistent_hash = args[:consistent_hash] if args.key?(:consistent_hash)
|
@@ -3400,6 +3444,7 @@ module Google
|
|
3400
3444
|
@custom_request_headers = args[:custom_request_headers] if args.key?(:custom_request_headers)
|
3401
3445
|
@custom_response_headers = args[:custom_response_headers] if args.key?(:custom_response_headers)
|
3402
3446
|
@description = args[:description] if args.key?(:description)
|
3447
|
+
@edge_security_policy = args[:edge_security_policy] if args.key?(:edge_security_policy)
|
3403
3448
|
@enable_cdn = args[:enable_cdn] if args.key?(:enable_cdn)
|
3404
3449
|
@failover_policy = args[:failover_policy] if args.key?(:failover_policy)
|
3405
3450
|
@fingerprint = args[:fingerprint] if args.key?(:fingerprint)
|
@@ -4528,7 +4573,10 @@ module Google
|
|
4528
4573
|
end
|
4529
4574
|
end
|
4530
4575
|
|
4531
|
-
#
|
4576
|
+
# A transient resource used in compute.instances.bulkInsert and compute.
|
4577
|
+
# regionInstances.bulkInsert and compute.regionInstances.recommendLocations.
|
4578
|
+
# This resource is not persisted anywhere, it is used only for processing the
|
4579
|
+
# requests.
|
4532
4580
|
class BulkInsertInstanceResource
|
4533
4581
|
include Google::Apis::Core::Hashable
|
4534
4582
|
|
@@ -4735,14 +4783,14 @@ module Google
|
|
4735
4783
|
# @return [Google::Apis::ComputeBeta::Duration]
|
4736
4784
|
attr_accessor :connect_timeout
|
4737
4785
|
|
4738
|
-
#
|
4739
|
-
#
|
4786
|
+
# Not supported when the backend service is referenced by a URL map that is
|
4787
|
+
# bound to target gRPC proxy that has validateForProxyless field set to true.
|
4740
4788
|
# Corresponds to the JSON property `maxConnections`
|
4741
4789
|
# @return [Fixnum]
|
4742
4790
|
attr_accessor :max_connections
|
4743
4791
|
|
4744
|
-
#
|
4745
|
-
#
|
4792
|
+
# Not supported when the backend service is referenced by a URL map that is
|
4793
|
+
# bound to target gRPC proxy that has validateForProxyless field set to true.
|
4746
4794
|
# Corresponds to the JSON property `maxPendingRequests`
|
4747
4795
|
# @return [Fixnum]
|
4748
4796
|
attr_accessor :max_pending_requests
|
@@ -4753,16 +4801,14 @@ module Google
|
|
4753
4801
|
# @return [Fixnum]
|
4754
4802
|
attr_accessor :max_requests
|
4755
4803
|
|
4756
|
-
#
|
4757
|
-
#
|
4758
|
-
# specified, there is no limit. Setting this parameter to 1 will effectively
|
4759
|
-
# disable keep alive.
|
4804
|
+
# Not supported when the backend service is referenced by a URL map that is
|
4805
|
+
# bound to target gRPC proxy that has validateForProxyless field set to true.
|
4760
4806
|
# Corresponds to the JSON property `maxRequestsPerConnection`
|
4761
4807
|
# @return [Fixnum]
|
4762
4808
|
attr_accessor :max_requests_per_connection
|
4763
4809
|
|
4764
|
-
#
|
4765
|
-
#
|
4810
|
+
# Not supported when the backend service is referenced by a URL map that is
|
4811
|
+
# bound to target gRPC proxy that has validateForProxyless field set to true.
|
4766
4812
|
# Corresponds to the JSON property `maxRetries`
|
4767
4813
|
# @return [Fixnum]
|
4768
4814
|
attr_accessor :max_retries
|
@@ -7240,6 +7286,10 @@ module Google
|
|
7240
7286
|
attr_accessor :id
|
7241
7287
|
|
7242
7288
|
# List of interfaces for this external VPN gateway.
|
7289
|
+
# If your peer-side gateway is an on-premises gateway and non-AWS cloud
|
7290
|
+
# providers? gateway, at most two interfaces can be provided for an external VPN
|
7291
|
+
# gateway. If your peer side is an AWS virtual private gateway, four interfaces
|
7292
|
+
# should be provided for an external VPN gateway.
|
7243
7293
|
# Corresponds to the JSON property `interfaces`
|
7244
7294
|
# @return [Array<Google::Apis::ComputeBeta::ExternalVpnGatewayInterface>]
|
7245
7295
|
attr_accessor :interfaces
|
@@ -7315,8 +7365,9 @@ module Google
|
|
7315
7365
|
|
7316
7366
|
# The numeric ID of this interface. The allowed input values for this id for
|
7317
7367
|
# different redundancy types of external VPN gateway:
|
7318
|
-
#
|
7319
|
-
#
|
7368
|
+
# - SINGLE_IP_INTERNALLY_REDUNDANT - 0
|
7369
|
+
# - TWO_IPS_REDUNDANCY - 0, 1
|
7370
|
+
# - FOUR_IPS_REDUNDANCY - 0, 1, 2, 3
|
7320
7371
|
# Corresponds to the JSON property `id`
|
7321
7372
|
# @return [Fixnum]
|
7322
7373
|
attr_accessor :id
|
@@ -8383,7 +8434,7 @@ module Google
|
|
8383
8434
|
# - If the value is a percent, then the calculated value is percent/100 *
|
8384
8435
|
# targetSize. For example, the calculated value of a 80% of a managed instance
|
8385
8436
|
# group with 150 instances would be (80/100 * 150) = 120 VM instances. If there
|
8386
|
-
# is a remainder, the number is rounded
|
8437
|
+
# is a remainder, the number is rounded.
|
8387
8438
|
# Corresponds to the JSON property `calculated`
|
8388
8439
|
# @return [Fixnum]
|
8389
8440
|
attr_accessor :calculated
|
@@ -8452,10 +8503,11 @@ module Google
|
|
8452
8503
|
attr_accessor :ip_address
|
8453
8504
|
|
8454
8505
|
# The IP protocol to which this rule applies.
|
8455
|
-
# For protocol forwarding, valid options are TCP, UDP, ESP, AH, SCTP and
|
8506
|
+
# For protocol forwarding, valid options are TCP, UDP, ESP, AH, SCTP, ICMP and
|
8507
|
+
# L3_DEFAULT.
|
8456
8508
|
# The valid IP protocols are different for different load balancing products:
|
8457
8509
|
# - Internal TCP/UDP Load Balancing: The load balancing scheme is INTERNAL, and
|
8458
|
-
# one of TCP, UDP or
|
8510
|
+
# one of TCP, UDP or L3_DEFAULT is valid.
|
8459
8511
|
# - Traffic Director: The load balancing scheme is INTERNAL_SELF_MANAGED, and
|
8460
8512
|
# only TCP is valid.
|
8461
8513
|
# - Internal HTTP(S) Load Balancing: The load balancing scheme is
|
@@ -8463,17 +8515,18 @@ module Google
|
|
8463
8515
|
# - HTTP(S), SSL Proxy, and TCP Proxy Load Balancing: The load balancing scheme
|
8464
8516
|
# is EXTERNAL and only TCP is valid.
|
8465
8517
|
# - Network Load Balancing: The load balancing scheme is EXTERNAL, and one of
|
8466
|
-
# TCP or
|
8518
|
+
# TCP, UDP or L3_DEFAULT is valid.
|
8467
8519
|
# Corresponds to the JSON property `IPProtocol`
|
8468
8520
|
# @return [String]
|
8469
8521
|
attr_accessor :ip_protocol
|
8470
8522
|
|
8471
|
-
# This field is used along with the backend_service field for
|
8472
|
-
#
|
8473
|
-
#
|
8474
|
-
#
|
8475
|
-
#
|
8476
|
-
#
|
8523
|
+
# This field is used along with the backend_service field for Internal TCP/UDP
|
8524
|
+
# Load Balancing or Network Load Balancing, or with the target field for
|
8525
|
+
# internal and external TargetInstance.
|
8526
|
+
# You can only use one of ports and port_range, or allPorts. The three are
|
8527
|
+
# mutually exclusive.
|
8528
|
+
# For TCP, UDP and SCTP traffic, packets addressed to any ports will be
|
8529
|
+
# forwarded to the target or backendService.
|
8477
8530
|
# Corresponds to the JSON property `allPorts`
|
8478
8531
|
# @return [Boolean]
|
8479
8532
|
attr_accessor :all_ports
|
@@ -8635,13 +8688,16 @@ module Google
|
|
8635
8688
|
# @return [String]
|
8636
8689
|
attr_accessor :network_tier
|
8637
8690
|
|
8638
|
-
# This field can be used only if:
|
8639
|
-
#
|
8640
|
-
#
|
8691
|
+
# This field can be used only if:
|
8692
|
+
# - Load balancing scheme is one of EXTERNAL, INTERNAL_SELF_MANAGED or
|
8693
|
+
# INTERNAL_MANAGED
|
8694
|
+
# - IPProtocol is one of TCP, UDP, or SCTP.
|
8641
8695
|
# Packets addressed to ports in the specified range will be forwarded to target
|
8642
|
-
# or backend_service.
|
8643
|
-
#
|
8644
|
-
#
|
8696
|
+
# or backend_service.
|
8697
|
+
# You can only use one of ports, port_range, or allPorts. The three are mutually
|
8698
|
+
# exclusive.
|
8699
|
+
# Forwarding rules with the same [IPAddress, IPProtocol] pair must have disjoint
|
8700
|
+
# ports.
|
8645
8701
|
# Some types of forwarding target have constraints on the acceptable ports:
|
8646
8702
|
# - TargetHttpProxy: 80, 8080
|
8647
8703
|
# - TargetHttpsProxy: 443
|
@@ -8662,8 +8718,8 @@ module Google
|
|
8662
8718
|
# You can only use one of ports and port_range, or allPorts. The three are
|
8663
8719
|
# mutually exclusive.
|
8664
8720
|
# You can specify a list of up to five ports, which can be non-contiguous.
|
8665
|
-
#
|
8666
|
-
#
|
8721
|
+
# Forwarding rules with the same [IPAddress, IPProtocol] pair must have disjoint
|
8722
|
+
# ports.
|
8667
8723
|
# For more information, see [Port specifications](/load-balancing/docs/
|
8668
8724
|
# forwarding-rule-concepts#port_specifications).
|
8669
8725
|
# Corresponds to the JSON property `ports`
|
@@ -8675,6 +8731,11 @@ module Google
|
|
8675
8731
|
# @return [Fixnum]
|
8676
8732
|
attr_accessor :psc_connection_id
|
8677
8733
|
|
8734
|
+
#
|
8735
|
+
# Corresponds to the JSON property `pscConnectionStatus`
|
8736
|
+
# @return [String]
|
8737
|
+
attr_accessor :psc_connection_status
|
8738
|
+
|
8678
8739
|
# [Output Only] URL of the region where the regional forwarding rule resides.
|
8679
8740
|
# This field is not applicable to global forwarding rules. You must specify this
|
8680
8741
|
# field as part of the HTTP request URL. It is not settable as a field in the
|
@@ -8758,6 +8819,7 @@ module Google
|
|
8758
8819
|
@port_range = args[:port_range] if args.key?(:port_range)
|
8759
8820
|
@ports = args[:ports] if args.key?(:ports)
|
8760
8821
|
@psc_connection_id = args[:psc_connection_id] if args.key?(:psc_connection_id)
|
8822
|
+
@psc_connection_status = args[:psc_connection_status] if args.key?(:psc_connection_status)
|
8761
8823
|
@region = args[:region] if args.key?(:region)
|
8762
8824
|
@self_link = args[:self_link] if args.key?(:self_link)
|
8763
8825
|
@service_directory_registrations = args[:service_directory_registrations] if args.key?(:service_directory_registrations)
|
@@ -10089,11 +10151,12 @@ module Google
|
|
10089
10151
|
|
10090
10152
|
# List of URLs to the HealthCheck resources. Must have at least one HealthCheck,
|
10091
10153
|
# and not more than 10. HealthCheck resources must have portSpecification=
|
10092
|
-
# USE_SERVING_PORT. For regional
|
10093
|
-
# regional and in the same region.
|
10094
|
-
# must be global. Mix of regional and
|
10095
|
-
#
|
10096
|
-
#
|
10154
|
+
# USE_SERVING_PORT or portSpecification=USE_FIXED_PORT. For regional
|
10155
|
+
# HealthCheckService, the HealthCheck must be regional and in the same region.
|
10156
|
+
# For global HealthCheckService, HealthCheck must be global. Mix of regional and
|
10157
|
+
# global HealthChecks is not supported. Multiple regional HealthChecks must
|
10158
|
+
# belong to the same region. Regional HealthChecks must belong to the same
|
10159
|
+
# region as zones of NEGs.
|
10097
10160
|
# Corresponds to the JSON property `healthChecks`
|
10098
10161
|
# @return [Array<String>]
|
10099
10162
|
attr_accessor :health_checks
|
@@ -10723,6 +10786,9 @@ module Google
|
|
10723
10786
|
|
10724
10787
|
# The HTTP status code used to abort the request.
|
10725
10788
|
# The value must be between 200 and 599 inclusive.
|
10789
|
+
# For gRPC protocol, the gRPC status code is mapped to HTTP status code
|
10790
|
+
# according to this mapping table. HTTP status 200 is mapped to gRPC status
|
10791
|
+
# UNKNOWN. Injecting an OK status is currently not supported by Traffic Director.
|
10726
10792
|
# Corresponds to the JSON property `httpStatus`
|
10727
10793
|
# @return [Fixnum]
|
10728
10794
|
attr_accessor :http_status
|
@@ -11386,8 +11452,8 @@ module Google
|
|
11386
11452
|
# @return [Google::Apis::ComputeBeta::Duration]
|
11387
11453
|
attr_accessor :per_try_timeout
|
11388
11454
|
|
11389
|
-
#
|
11390
|
-
#
|
11455
|
+
# Specifies one or more conditions when this retry rule applies. Valid values
|
11456
|
+
# are:
|
11391
11457
|
# - 5xx: Loadbalancer will attempt a retry if the backend service responds with
|
11392
11458
|
# any 5xx response code, or if the backend service does not respond at all,
|
11393
11459
|
# example: disconnects, reset, read timeout, connection failure, and refused
|
@@ -12067,13 +12133,17 @@ module Google
|
|
12067
12133
|
# @return [Google::Apis::ComputeBeta::InitialStateConfig]
|
12068
12134
|
attr_accessor :shielded_instance_initial_state
|
12069
12135
|
|
12070
|
-
# URL of the source disk used to create this image.
|
12071
|
-
#
|
12072
|
-
# property but not both to create an image. For example, the following are valid
|
12073
|
-
# values:
|
12136
|
+
# URL of the source disk used to create this image. For example, the following
|
12137
|
+
# are valid values:
|
12074
12138
|
# - https://www.googleapis.com/compute/v1/projects/project/zones/zone/disks/disk
|
12075
12139
|
# - projects/project/zones/zone/disks/disk
|
12076
12140
|
# - zones/zone/disks/disk
|
12141
|
+
# In order to create an image, you must provide the full or partial URL of one
|
12142
|
+
# of the following:
|
12143
|
+
# - The rawDisk.source URL
|
12144
|
+
# - The sourceDisk URL
|
12145
|
+
# - The sourceImage URL
|
12146
|
+
# - The sourceSnapshot URL
|
12077
12147
|
# Corresponds to the JSON property `sourceDisk`
|
12078
12148
|
# @return [String]
|
12079
12149
|
attr_accessor :source_disk
|
@@ -12094,10 +12164,10 @@ module Google
|
|
12094
12164
|
# URL of the source image used to create this image.
|
12095
12165
|
# In order to create an image, you must provide the full or partial URL of one
|
12096
12166
|
# of the following:
|
12097
|
-
# - The selfLink URL
|
12098
|
-
# - This property
|
12099
12167
|
# - The rawDisk.source URL
|
12100
12168
|
# - The sourceDisk URL
|
12169
|
+
# - The sourceImage URL
|
12170
|
+
# - The sourceSnapshot URL
|
12101
12171
|
# Corresponds to the JSON property `sourceImage`
|
12102
12172
|
# @return [String]
|
12103
12173
|
attr_accessor :source_image
|
@@ -12118,11 +12188,10 @@ module Google
|
|
12118
12188
|
# URL of the source snapshot used to create this image.
|
12119
12189
|
# In order to create an image, you must provide the full or partial URL of one
|
12120
12190
|
# of the following:
|
12121
|
-
# - The selfLink URL
|
12122
|
-
# - This property
|
12123
|
-
# - The sourceImage URL
|
12124
12191
|
# - The rawDisk.source URL
|
12125
12192
|
# - The sourceDisk URL
|
12193
|
+
# - The sourceImage URL
|
12194
|
+
# - The sourceSnapshot URL
|
12126
12195
|
# Corresponds to the JSON property `sourceSnapshot`
|
12127
12196
|
# @return [String]
|
12128
12197
|
attr_accessor :source_snapshot
|
@@ -12216,8 +12285,13 @@ module Google
|
|
12216
12285
|
# @return [String]
|
12217
12286
|
attr_accessor :sha1_checksum
|
12218
12287
|
|
12219
|
-
# The full Google Cloud Storage URL where the disk image is stored.
|
12220
|
-
#
|
12288
|
+
# The full Google Cloud Storage URL where the disk image is stored.
|
12289
|
+
# In order to create an image, you must provide the full or partial URL of one
|
12290
|
+
# of the following:
|
12291
|
+
# - The rawDisk.source URL
|
12292
|
+
# - The sourceDisk URL
|
12293
|
+
# - The sourceImage URL
|
12294
|
+
# - The sourceSnapshot URL
|
12221
12295
|
# Corresponds to the JSON property `source`
|
12222
12296
|
# @return [String]
|
12223
12297
|
attr_accessor :source
|
@@ -12626,7 +12700,7 @@ module Google
|
|
12626
12700
|
attr_accessor :satisfies_pzs
|
12627
12701
|
alias_method :satisfies_pzs?, :satisfies_pzs
|
12628
12702
|
|
12629
|
-
# Sets the scheduling options for an Instance. NextID:
|
12703
|
+
# Sets the scheduling options for an Instance. NextID: 21
|
12630
12704
|
# Corresponds to the JSON property `scheduling`
|
12631
12705
|
# @return [Google::Apis::ComputeBeta::Scheduling]
|
12632
12706
|
attr_accessor :scheduling
|
@@ -13251,6 +13325,13 @@ module Google
|
|
13251
13325
|
end
|
13252
13326
|
end
|
13253
13327
|
|
13328
|
+
# Whether the instance is a standby. Properties of a standby instance comparing
|
13329
|
+
# to the regular instance: ======================================================
|
13330
|
+
# =================== | regular | standby =======================================
|
13331
|
+
# ================================== managed by IGM? | yes | yes added to the IG?
|
13332
|
+
# | yes | yes counts towards IGM's target size? | yes | no taken into account
|
13333
|
+
# by Autoscaler? | yes | no receives traffic from LB? | yes | no ================
|
13334
|
+
# =========================================================
|
13254
13335
|
# Represents a Managed Instance Group resource.
|
13255
13336
|
# An instance group is a collection of VM instances that you can manage as a
|
13256
13337
|
# single entity. For more information, read Instance groups.
|
@@ -15400,7 +15481,7 @@ module Google
|
|
15400
15481
|
# @return [Array<String>]
|
15401
15482
|
attr_accessor :resource_policies
|
15402
15483
|
|
15403
|
-
# Sets the scheduling options for an Instance. NextID:
|
15484
|
+
# Sets the scheduling options for an Instance. NextID: 21
|
15404
15485
|
# Corresponds to the JSON property `scheduling`
|
15405
15486
|
# @return [Google::Apis::ComputeBeta::Scheduling]
|
15406
15487
|
attr_accessor :scheduling
|
@@ -16467,15 +16548,18 @@ module Google
|
|
16467
16548
|
# @return [String]
|
16468
16549
|
attr_accessor :edge_availability_domain
|
16469
16550
|
|
16470
|
-
# Indicates the user-supplied encryption option of this
|
16471
|
-
#
|
16472
|
-
#
|
16473
|
-
#
|
16474
|
-
#
|
16475
|
-
#
|
16476
|
-
#
|
16477
|
-
#
|
16478
|
-
#
|
16551
|
+
# Indicates the user-supplied encryption option of this VLAN attachment (
|
16552
|
+
# interconnectAttachment). Can only be specified at attachment creation for
|
16553
|
+
# PARTNER or DEDICATED attachments. Possible values are:
|
16554
|
+
# - NONE - This is the default value, which means that the VLAN attachment
|
16555
|
+
# carries unencrypted traffic. VMs are able to send traffic to, or receive
|
16556
|
+
# traffic from, such a VLAN attachment.
|
16557
|
+
# - IPSEC - The VLAN attachment carries only encrypted traffic that is encrypted
|
16558
|
+
# by an IPsec device, such as an HA VPN gateway or third-party IPsec VPN. VMs
|
16559
|
+
# cannot directly send traffic to, or receive traffic from, such a VLAN
|
16560
|
+
# attachment. To use IPsec-encrypted Cloud Interconnect, the VLAN attachment
|
16561
|
+
# must be created with this option.
|
16562
|
+
# Not currently available publicly.
|
16479
16563
|
# Corresponds to the JSON property `encryption`
|
16480
16564
|
# @return [String]
|
16481
16565
|
attr_accessor :encryption
|
@@ -16499,19 +16583,19 @@ module Google
|
|
16499
16583
|
# @return [String]
|
16500
16584
|
attr_accessor :interconnect
|
16501
16585
|
|
16502
|
-
# URL of addresses that have been reserved for the
|
16503
|
-
# only for
|
16504
|
-
# addresses must be
|
16505
|
-
# over the
|
16506
|
-
#
|
16507
|
-
# the IP address range specified here. For example, if the HA VPN gateway's
|
16508
|
-
# interface 0 is paired to this
|
16586
|
+
# List of URL of addresses that have been reserved for the VLAN attachment. Used
|
16587
|
+
# only for the VLAN attachment that has the encryption option as IPSEC. The
|
16588
|
+
# addresses must be regional internal IP address ranges. When creating an HA VPN
|
16589
|
+
# gateway over the VLAN attachment, if the attachment is configured to use a
|
16590
|
+
# regional internal IP address, then the VPN gateway's IP address is allocated
|
16591
|
+
# from the IP address range specified here. For example, if the HA VPN gateway's
|
16592
|
+
# interface 0 is paired to this VLAN attachment, then a regional internal IP
|
16509
16593
|
# address for the VPN gateway interface 0 will be allocated from the IP address
|
16510
|
-
# specified for this
|
16511
|
-
#
|
16512
|
-
#
|
16513
|
-
#
|
16514
|
-
# Not currently available
|
16594
|
+
# specified for this VLAN attachment. If this field is not specified when
|
16595
|
+
# creating the VLAN attachment, then later on when creating an HA VPN gateway on
|
16596
|
+
# this VLAN attachment, the HA VPN gateway's IP address is allocated from the
|
16597
|
+
# regional external IP address pool.
|
16598
|
+
# Not currently available publicly.
|
16515
16599
|
# Corresponds to the JSON property `ipsecInternalAddresses`
|
16516
16600
|
# @return [Array<String>]
|
16517
16601
|
attr_accessor :ipsec_internal_addresses
|
@@ -17749,8 +17833,10 @@ module Google
|
|
17749
17833
|
# - ACTIVE: This outage notification is active. The event could be in the past,
|
17750
17834
|
# present, or future. See start_time and end_time for scheduling.
|
17751
17835
|
# - CANCELLED: The outage associated with this notification was cancelled before
|
17752
|
-
# the outage was due to start.
|
17753
|
-
#
|
17836
|
+
# the outage was due to start.
|
17837
|
+
# - COMPLETED: The outage associated with this notification is complete. Note
|
17838
|
+
# that the versions of this enum prefixed with "NS_" have been deprecated in
|
17839
|
+
# favor of the unprefixed values.
|
17754
17840
|
# Corresponds to the JSON property `state`
|
17755
17841
|
# @return [String]
|
17756
17842
|
attr_accessor :state
|
@@ -18206,7 +18292,7 @@ module Google
|
|
18206
18292
|
class LocationPolicyLocation
|
18207
18293
|
include Google::Apis::Core::Hashable
|
18208
18294
|
|
18209
|
-
# Preference for a given
|
18295
|
+
# Preference for a given location: ALLOW or DENY.
|
18210
18296
|
# Corresponds to the JSON property `preference`
|
18211
18297
|
# @return [String]
|
18212
18298
|
attr_accessor :preference
|
@@ -20565,6 +20651,20 @@ module Google
|
|
20565
20651
|
# @return [String]
|
20566
20652
|
attr_accessor :fingerprint
|
20567
20653
|
|
20654
|
+
# An array of IPv6 access configurations for this interface. Currently, only one
|
20655
|
+
# IPv6 access config, DIRECT_IPV6, is supported. If there is no ipv6AccessConfig
|
20656
|
+
# specified, then this instance will have no external IPv6 Internet access.
|
20657
|
+
# Corresponds to the JSON property `ipv6AccessConfigs`
|
20658
|
+
# @return [Array<Google::Apis::ComputeBeta::AccessConfig>]
|
20659
|
+
attr_accessor :ipv6_access_configs
|
20660
|
+
|
20661
|
+
# [Output Only] One of EXTERNAL, INTERNAL to indicate whether the IP can be
|
20662
|
+
# accessed from the Internet. This field is always inherited from its subnetwork.
|
20663
|
+
# Valid only if stackType is IPV4_IPV6.
|
20664
|
+
# Corresponds to the JSON property `ipv6AccessType`
|
20665
|
+
# @return [String]
|
20666
|
+
attr_accessor :ipv6_access_type
|
20667
|
+
|
20568
20668
|
# [Output Only] An IPv6 internal network address for this network interface.
|
20569
20669
|
# Corresponds to the JSON property `ipv6Address`
|
20570
20670
|
# @return [String]
|
@@ -20608,6 +20708,14 @@ module Google
|
|
20608
20708
|
# @return [String]
|
20609
20709
|
attr_accessor :nic_type
|
20610
20710
|
|
20711
|
+
# The stack type for this network interface to identify whether the IPv6 feature
|
20712
|
+
# is enabled or not. If not specified, IPV4_ONLY will be used.
|
20713
|
+
# This field can be both set at instance creation and update network interface
|
20714
|
+
# operations.
|
20715
|
+
# Corresponds to the JSON property `stackType`
|
20716
|
+
# @return [String]
|
20717
|
+
attr_accessor :stack_type
|
20718
|
+
|
20611
20719
|
# The URL of the Subnetwork resource for this instance. If the network resource
|
20612
20720
|
# is in legacy mode, do not specify this field. If the network is in auto subnet
|
20613
20721
|
# mode, specifying the subnetwork is optional. If the network is in custom
|
@@ -20630,12 +20738,15 @@ module Google
|
|
20630
20738
|
@access_configs = args[:access_configs] if args.key?(:access_configs)
|
20631
20739
|
@alias_ip_ranges = args[:alias_ip_ranges] if args.key?(:alias_ip_ranges)
|
20632
20740
|
@fingerprint = args[:fingerprint] if args.key?(:fingerprint)
|
20741
|
+
@ipv6_access_configs = args[:ipv6_access_configs] if args.key?(:ipv6_access_configs)
|
20742
|
+
@ipv6_access_type = args[:ipv6_access_type] if args.key?(:ipv6_access_type)
|
20633
20743
|
@ipv6_address = args[:ipv6_address] if args.key?(:ipv6_address)
|
20634
20744
|
@kind = args[:kind] if args.key?(:kind)
|
20635
20745
|
@name = args[:name] if args.key?(:name)
|
20636
20746
|
@network = args[:network] if args.key?(:network)
|
20637
20747
|
@network_ip = args[:network_ip] if args.key?(:network_ip)
|
20638
20748
|
@nic_type = args[:nic_type] if args.key?(:nic_type)
|
20749
|
+
@stack_type = args[:stack_type] if args.key?(:stack_type)
|
20639
20750
|
@subnetwork = args[:subnetwork] if args.key?(:subnetwork)
|
20640
20751
|
end
|
20641
20752
|
end
|
@@ -27605,7 +27716,10 @@ module Google
|
|
27605
27716
|
# @return [String]
|
27606
27717
|
attr_accessor :key
|
27607
27718
|
|
27608
|
-
# Corresponds to the label values of a reservation resource.
|
27719
|
+
# Corresponds to the label values of a reservation resource. This can be either
|
27720
|
+
# a name to a reservation in the same project or "projects/different-project/
|
27721
|
+
# reservations/some-reservation-name" to target a shared reservation in the same
|
27722
|
+
# zone but in a different project.
|
27609
27723
|
# Corresponds to the JSON property `values`
|
27610
27724
|
# @return [Array<String>]
|
27611
27725
|
attr_accessor :values
|
@@ -29248,9 +29362,9 @@ module Google
|
|
29248
29362
|
# @return [String]
|
29249
29363
|
attr_accessor :description
|
29250
29364
|
|
29251
|
-
#
|
29252
|
-
#
|
29253
|
-
# Not currently available
|
29365
|
+
# Indicates if a router is dedicated for use with encrypted VLAN attachments (
|
29366
|
+
# interconnectAttachments).
|
29367
|
+
# Not currently available publicly.
|
29254
29368
|
# Corresponds to the JSON property `encryptedInterconnectRouter`
|
29255
29369
|
# @return [Boolean]
|
29256
29370
|
attr_accessor :encrypted_interconnect_router
|
@@ -29511,7 +29625,6 @@ module Google
|
|
29511
29625
|
|
29512
29626
|
# The interval in seconds between BGP keepalive messages that are sent to the
|
29513
29627
|
# peer.
|
29514
|
-
# Not currently available publicly.
|
29515
29628
|
# Hold time is three times the interval at which keepalive messages are sent,
|
29516
29629
|
# and the hold time is the maximum number of seconds allowed to elapse between
|
29517
29630
|
# successive keepalive messages that BGP receives from a peer.
|
@@ -29580,7 +29693,6 @@ module Google
|
|
29580
29693
|
attr_accessor :bfd
|
29581
29694
|
|
29582
29695
|
# The status of the BGP peer connection.
|
29583
|
-
# Not currently available publicly.
|
29584
29696
|
# If set to FALSE, any active session with the peer is terminated and all
|
29585
29697
|
# associated routing information is removed. If set to TRUE, the peer connection
|
29586
29698
|
# can be established with routing information. The default is TRUE.
|
@@ -29787,7 +29899,7 @@ module Google
|
|
29787
29899
|
# @return [String]
|
29788
29900
|
attr_accessor :redundant_interface
|
29789
29901
|
|
29790
|
-
# The
|
29902
|
+
# The URI of the subnetwork resource that this interface belongs to, which must
|
29791
29903
|
# be in the same region as the Cloud Router. When you establish a BGP session to
|
29792
29904
|
# a VM instance using this interface, the VM instance must belong to the same
|
29793
29905
|
# subnetwork as the subnetwork specified here.
|
@@ -30734,7 +30846,7 @@ module Google
|
|
30734
30846
|
end
|
30735
30847
|
end
|
30736
30848
|
|
30737
|
-
# Sets the scheduling options for an Instance. NextID:
|
30849
|
+
# Sets the scheduling options for an Instance. NextID: 21
|
30738
30850
|
class Scheduling
|
30739
30851
|
include Google::Apis::Core::Hashable
|
30740
30852
|
|
@@ -30749,6 +30861,13 @@ module Google
|
|
30749
30861
|
attr_accessor :automatic_restart
|
30750
30862
|
alias_method :automatic_restart?, :automatic_restart
|
30751
30863
|
|
30864
|
+
# Specify the time in seconds for host error detection, the value must be within
|
30865
|
+
# the range of [90, 330] with the increment of 30, if unset, the default
|
30866
|
+
# behavior of host error recovery will be used.
|
30867
|
+
# Corresponds to the JSON property `hostErrorTimeoutSeconds`
|
30868
|
+
# @return [Fixnum]
|
30869
|
+
attr_accessor :host_error_timeout_seconds
|
30870
|
+
|
30752
30871
|
# An opaque location hint used to place the instance close to other resources.
|
30753
30872
|
# This field is for use by internal tools that use the public API.
|
30754
30873
|
# Corresponds to the JSON property `locationHint`
|
@@ -30803,6 +30922,7 @@ module Google
|
|
30803
30922
|
# Update properties of this object
|
30804
30923
|
def update!(**args)
|
30805
30924
|
@automatic_restart = args[:automatic_restart] if args.key?(:automatic_restart)
|
30925
|
+
@host_error_timeout_seconds = args[:host_error_timeout_seconds] if args.key?(:host_error_timeout_seconds)
|
30806
30926
|
@location_hint = args[:location_hint] if args.key?(:location_hint)
|
30807
30927
|
@maintenance_freeze_duration_hours = args[:maintenance_freeze_duration_hours] if args.key?(:maintenance_freeze_duration_hours)
|
30808
30928
|
@maintenance_interval = args[:maintenance_interval] if args.key?(:maintenance_interval)
|
@@ -30922,6 +31042,11 @@ module Google
|
|
30922
31042
|
# @return [Google::Apis::ComputeBeta::SecurityPolicyAdaptiveProtectionConfig]
|
30923
31043
|
attr_accessor :adaptive_protection_config
|
30924
31044
|
|
31045
|
+
#
|
31046
|
+
# Corresponds to the JSON property `advancedOptionsConfig`
|
31047
|
+
# @return [Google::Apis::ComputeBeta::SecurityPolicyAdvancedOptionsConfig]
|
31048
|
+
attr_accessor :advanced_options_config
|
31049
|
+
|
30925
31050
|
# A list of associations that belong to this policy.
|
30926
31051
|
# Corresponds to the JSON property `associations`
|
30927
31052
|
# @return [Array<Google::Apis::ComputeBeta::SecurityPolicyAssociation>]
|
@@ -31044,6 +31169,7 @@ module Google
|
|
31044
31169
|
# Update properties of this object
|
31045
31170
|
def update!(**args)
|
31046
31171
|
@adaptive_protection_config = args[:adaptive_protection_config] if args.key?(:adaptive_protection_config)
|
31172
|
+
@advanced_options_config = args[:advanced_options_config] if args.key?(:advanced_options_config)
|
31047
31173
|
@associations = args[:associations] if args.key?(:associations)
|
31048
31174
|
@creation_timestamp = args[:creation_timestamp] if args.key?(:creation_timestamp)
|
31049
31175
|
@description = args[:description] if args.key?(:description)
|
@@ -31109,6 +31235,31 @@ module Google
|
|
31109
31235
|
end
|
31110
31236
|
end
|
31111
31237
|
|
31238
|
+
#
|
31239
|
+
class SecurityPolicyAdvancedOptionsConfig
|
31240
|
+
include Google::Apis::Core::Hashable
|
31241
|
+
|
31242
|
+
#
|
31243
|
+
# Corresponds to the JSON property `jsonParsing`
|
31244
|
+
# @return [String]
|
31245
|
+
attr_accessor :json_parsing
|
31246
|
+
|
31247
|
+
#
|
31248
|
+
# Corresponds to the JSON property `logLevel`
|
31249
|
+
# @return [String]
|
31250
|
+
attr_accessor :log_level
|
31251
|
+
|
31252
|
+
def initialize(**args)
|
31253
|
+
update!(**args)
|
31254
|
+
end
|
31255
|
+
|
31256
|
+
# Update properties of this object
|
31257
|
+
def update!(**args)
|
31258
|
+
@json_parsing = args[:json_parsing] if args.key?(:json_parsing)
|
31259
|
+
@log_level = args[:log_level] if args.key?(:log_level)
|
31260
|
+
end
|
31261
|
+
end
|
31262
|
+
|
31112
31263
|
#
|
31113
31264
|
class SecurityPolicyAssociation
|
31114
31265
|
include Google::Apis::Core::Hashable
|
@@ -32141,9 +32292,9 @@ module Google
|
|
32141
32292
|
include Google::Apis::Core::Hashable
|
32142
32293
|
|
32143
32294
|
# A list of ServiceAttachments contained in this scope.
|
32144
|
-
# Corresponds to the JSON property `
|
32295
|
+
# Corresponds to the JSON property `serviceAttachments`
|
32145
32296
|
# @return [Array<Google::Apis::ComputeBeta::ServiceAttachment>]
|
32146
|
-
attr_accessor :
|
32297
|
+
attr_accessor :service_attachments
|
32147
32298
|
|
32148
32299
|
# Informational warning which replaces the list of service attachments when the
|
32149
32300
|
# list is empty.
|
@@ -32157,7 +32308,7 @@ module Google
|
|
32157
32308
|
|
32158
32309
|
# Update properties of this object
|
32159
32310
|
def update!(**args)
|
32160
|
-
@
|
32311
|
+
@service_attachments = args[:service_attachments] if args.key?(:service_attachments)
|
32161
32312
|
@warning = args[:warning] if args.key?(:warning)
|
32162
32313
|
end
|
32163
32314
|
|
@@ -32944,7 +33095,7 @@ module Google
|
|
32944
33095
|
# @return [String]
|
32945
33096
|
attr_accessor :post_key_revocation_action_type
|
32946
33097
|
|
32947
|
-
# Sets the scheduling options for an Instance. NextID:
|
33098
|
+
# Sets the scheduling options for an Instance. NextID: 21
|
32948
33099
|
# Corresponds to the JSON property `scheduling`
|
32949
33100
|
# @return [Google::Apis::ComputeBeta::Scheduling]
|
32950
33101
|
attr_accessor :scheduling
|
@@ -33942,6 +34093,12 @@ module Google
|
|
33942
34093
|
attr_accessor :enable_flow_logs
|
33943
34094
|
alias_method :enable_flow_logs?, :enable_flow_logs
|
33944
34095
|
|
34096
|
+
# [Output Only] The range of external IPv6 addresses that are owned by this
|
34097
|
+
# subnetwork.
|
34098
|
+
# Corresponds to the JSON property `externalIpv6Prefix`
|
34099
|
+
# @return [String]
|
34100
|
+
attr_accessor :external_ipv6_prefix
|
34101
|
+
|
33945
34102
|
# Fingerprint of this resource. A hash of the contents stored in this object.
|
33946
34103
|
# This field is used in optimistic locking. This field will be ignored when
|
33947
34104
|
# inserting a Subnetwork. An up-to-date fingerprint must be provided in order to
|
@@ -33975,6 +34132,14 @@ module Google
|
|
33975
34132
|
# @return [String]
|
33976
34133
|
attr_accessor :ip_cidr_range
|
33977
34134
|
|
34135
|
+
# The access type of IPv6 address this subnet holds. It's immutable and can only
|
34136
|
+
# be specified during creation or the first time the subnet is updated into
|
34137
|
+
# IPV4_IPV6 dual stack. If the ipv6_type is EXTERNAL then this subnet cannot
|
34138
|
+
# enable direct path.
|
34139
|
+
# Corresponds to the JSON property `ipv6AccessType`
|
34140
|
+
# @return [String]
|
34141
|
+
attr_accessor :ipv6_access_type
|
34142
|
+
|
33978
34143
|
# [Output Only] The range of internal IPv6 addresses that are owned by this
|
33979
34144
|
# subnetwork.
|
33980
34145
|
# Corresponds to the JSON property `ipv6CidrRange`
|
@@ -34065,6 +34230,13 @@ module Google
|
|
34065
34230
|
# @return [String]
|
34066
34231
|
attr_accessor :self_link
|
34067
34232
|
|
34233
|
+
# The stack type for this subnet to identify whether the IPv6 feature is enabled
|
34234
|
+
# or not. If not specified IPV4_ONLY will be used.
|
34235
|
+
# This field can be both set at resource creation time and updated using patch.
|
34236
|
+
# Corresponds to the JSON property `stackType`
|
34237
|
+
# @return [String]
|
34238
|
+
attr_accessor :stack_type
|
34239
|
+
|
34068
34240
|
# [Output Only] The state of the subnetwork, which can be one of the following
|
34069
34241
|
# values: READY: Subnetwork is created and ready to use DRAINING: only
|
34070
34242
|
# applicable to subnetworks that have the purpose set to
|
@@ -34085,10 +34257,12 @@ module Google
|
|
34085
34257
|
@creation_timestamp = args[:creation_timestamp] if args.key?(:creation_timestamp)
|
34086
34258
|
@description = args[:description] if args.key?(:description)
|
34087
34259
|
@enable_flow_logs = args[:enable_flow_logs] if args.key?(:enable_flow_logs)
|
34260
|
+
@external_ipv6_prefix = args[:external_ipv6_prefix] if args.key?(:external_ipv6_prefix)
|
34088
34261
|
@fingerprint = args[:fingerprint] if args.key?(:fingerprint)
|
34089
34262
|
@gateway_address = args[:gateway_address] if args.key?(:gateway_address)
|
34090
34263
|
@id = args[:id] if args.key?(:id)
|
34091
34264
|
@ip_cidr_range = args[:ip_cidr_range] if args.key?(:ip_cidr_range)
|
34265
|
+
@ipv6_access_type = args[:ipv6_access_type] if args.key?(:ipv6_access_type)
|
34092
34266
|
@ipv6_cidr_range = args[:ipv6_cidr_range] if args.key?(:ipv6_cidr_range)
|
34093
34267
|
@kind = args[:kind] if args.key?(:kind)
|
34094
34268
|
@log_config = args[:log_config] if args.key?(:log_config)
|
@@ -34101,6 +34275,7 @@ module Google
|
|
34101
34275
|
@role = args[:role] if args.key?(:role)
|
34102
34276
|
@secondary_ip_ranges = args[:secondary_ip_ranges] if args.key?(:secondary_ip_ranges)
|
34103
34277
|
@self_link = args[:self_link] if args.key?(:self_link)
|
34278
|
+
@stack_type = args[:stack_type] if args.key?(:stack_type)
|
34104
34279
|
@state = args[:state] if args.key?(:state)
|
34105
34280
|
end
|
34106
34281
|
end
|
@@ -34573,7 +34748,8 @@ module Google
|
|
34573
34748
|
end
|
34574
34749
|
|
34575
34750
|
# Subsetting configuration for this BackendService. Currently this is applicable
|
34576
|
-
# only for Internal TCP/UDP load balancing
|
34751
|
+
# only for Internal TCP/UDP load balancing, Internal HTTP(S) load balancing and
|
34752
|
+
# Traffic Director.
|
34577
34753
|
class Subsetting
|
34578
34754
|
include Google::Apis::Core::Hashable
|
34579
34755
|
|
@@ -35479,7 +35655,8 @@ module Google
|
|
35479
35655
|
include Google::Apis::Core::Hashable
|
35480
35656
|
|
35481
35657
|
# New set of SslCertificate resources to associate with this TargetHttpsProxy
|
35482
|
-
# resource.
|
35658
|
+
# resource. At least one SSL certificate must be specified. Currently, you may
|
35659
|
+
# specify up to 15 SSL certificates.
|
35483
35660
|
# Corresponds to the JSON property `sslCertificates`
|
35484
35661
|
# @return [Array<String>]
|
35485
35662
|
attr_accessor :ssl_certificates
|
@@ -35639,6 +35816,8 @@ module Google
|
|
35639
35816
|
# URLs to SslCertificate resources that are used to authenticate connections
|
35640
35817
|
# between users and the load balancer. At least one SSL certificate must be
|
35641
35818
|
# specified. Currently, you may specify up to 15 SSL certificates.
|
35819
|
+
# sslCertificates do not apply when the load balancing scheme is set to
|
35820
|
+
# INTERNAL_SELF_MANAGED.
|
35642
35821
|
# Corresponds to the JSON property `sslCertificates`
|
35643
35822
|
# @return [Array<String>]
|
35644
35823
|
attr_accessor :ssl_certificates
|
@@ -36990,7 +37169,8 @@ module Google
|
|
36990
37169
|
include Google::Apis::Core::Hashable
|
36991
37170
|
|
36992
37171
|
# New set of URLs to SslCertificate resources to associate with this
|
36993
|
-
# TargetSslProxy.
|
37172
|
+
# TargetSslProxy. At least one SSL certificate must be specified. Currently, you
|
37173
|
+
# may specify up to 15 SSL certificates.
|
36994
37174
|
# Corresponds to the JSON property `sslCertificates`
|
36995
37175
|
# @return [Array<String>]
|
36996
37176
|
attr_accessor :ssl_certificates
|
@@ -37064,7 +37244,8 @@ module Google
|
|
37064
37244
|
|
37065
37245
|
# URLs to SslCertificate resources that are used to authenticate connections to
|
37066
37246
|
# Backends. At least one SSL certificate must be specified. Currently, you may
|
37067
|
-
# specify up to 15 SSL certificates.
|
37247
|
+
# specify up to 15 SSL certificates. sslCertificates do not apply when the load
|
37248
|
+
# balancing scheme is set to INTERNAL_SELF_MANAGED.
|
37068
37249
|
# Corresponds to the JSON property `sslCertificates`
|
37069
37250
|
# @return [Array<String>]
|
37070
37251
|
attr_accessor :ssl_certificates
|
@@ -38868,7 +39049,9 @@ module Google
|
|
38868
39049
|
# requests. If the number of results is larger than maxResults, use the
|
38869
39050
|
# nextPageToken as a value for the query parameter pageToken in the next list
|
38870
39051
|
# request. Subsequent list requests will have their own nextPageToken to
|
38871
|
-
# continue paging through the results.
|
39052
|
+
# continue paging through the results. In special cases listUsable may return 0
|
39053
|
+
# subnetworks and nextPageToken which still should be used to get the next page
|
39054
|
+
# of results.
|
38872
39055
|
# Corresponds to the JSON property `nextPageToken`
|
38873
39056
|
# @return [String]
|
38874
39057
|
attr_accessor :next_page_token
|
@@ -39272,7 +39455,7 @@ module Google
|
|
39272
39455
|
# @return [String]
|
39273
39456
|
attr_accessor :self_link
|
39274
39457
|
|
39275
|
-
#
|
39458
|
+
# The list of VPN interfaces associated with this VPN gateway.
|
39276
39459
|
# Corresponds to the JSON property `vpnInterfaces`
|
39277
39460
|
# @return [Array<Google::Apis::ComputeBeta::VpnGatewayVpnGatewayInterface>]
|
39278
39461
|
attr_accessor :vpn_interfaces
|
@@ -39665,21 +39848,30 @@ module Google
|
|
39665
39848
|
class VpnGatewayVpnGatewayInterface
|
39666
39849
|
include Google::Apis::Core::Hashable
|
39667
39850
|
|
39668
|
-
#
|
39851
|
+
# [Output Only] Numeric identifier for this VPN interface associated with the
|
39852
|
+
# VPN gateway.
|
39669
39853
|
# Corresponds to the JSON property `id`
|
39670
39854
|
# @return [Fixnum]
|
39671
39855
|
attr_accessor :id
|
39672
39856
|
|
39673
|
-
# URL of the
|
39674
|
-
#
|
39675
|
-
#
|
39676
|
-
# the specified
|
39677
|
-
# Not currently available
|
39857
|
+
# URL of the VLAN attachment (interconnectAttachment) resource for this VPN
|
39858
|
+
# gateway interface. When the value of this field is present, the VPN gateway is
|
39859
|
+
# used for IPsec-encrypted Cloud Interconnect; all egress or ingress traffic for
|
39860
|
+
# this VPN gateway interface goes through the specified VLAN attachment resource.
|
39861
|
+
# Not currently available publicly.
|
39678
39862
|
# Corresponds to the JSON property `interconnectAttachment`
|
39679
39863
|
# @return [String]
|
39680
39864
|
attr_accessor :interconnect_attachment
|
39681
39865
|
|
39682
|
-
# [Output Only]
|
39866
|
+
# [Output Only] IP address for this VPN interface associated with the VPN
|
39867
|
+
# gateway. The IP address could be either a regional external IP address or a
|
39868
|
+
# regional internal IP address. The two IP addresses for a VPN gateway must be
|
39869
|
+
# all regional external or regional internal IP addresses. There cannot be a mix
|
39870
|
+
# of regional external IP addresses and regional internal IP addresses. For
|
39871
|
+
# IPsec-encrypted Cloud Interconnect, the IP addresses for both interfaces could
|
39872
|
+
# either be regional internal IP addresses or regional external IP addresses.
|
39873
|
+
# For regular (non IPsec-encrypted Cloud Interconnect) HA VPN tunnels, the IP
|
39874
|
+
# address must be a regional external IP address.
|
39683
39875
|
# Corresponds to the JSON property `ipAddress`
|
39684
39876
|
# @return [String]
|
39685
39877
|
attr_accessor :ip_address
|