google-apis-compute_alpha 0.10.0 → 0.11.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 6cb18835a3ec3efea312beb86a3feea83fc9623d76da3e52614da5f13a186f76
4
- data.tar.gz: ee7723ee799d7e3fb683ad8e8b6fcb3bcab0454de72625aa5095ff6c2682fe0b
3
+ metadata.gz: 7f891f8302dc8f3df966f1a159af66a90a60cf325c43fb7ae9d51235031ceff6
4
+ data.tar.gz: 1d4a6305d37ceafe17ca98ac66d3aa423a9b553c1f10582b59aa934147654756
5
5
  SHA512:
6
- metadata.gz: 7e6806c25dc026622cdc0b61614da29fc12f9fe0f1b58f0adcfb27e9fbf8cb8ce62316b51f68ab20e722a1cb0fccb01d579a9c30043b40f7e380b81fede8937c
7
- data.tar.gz: 4cdb3402544283b2f22d8568a22b20d3c1048e417868e07a6a011e86c7d631244fbd67ff246628615104de1d05e33c3a049be31fd21f55ddd4260e0a1d3030a6
6
+ metadata.gz: c8376ae750811916607d9321808112cd4431090392a76f8ab75d45741274dbe3efc5a176041de5ed29e57ca59c78cfd13a21771a8e75f807e872f15ca63eaa69
7
+ data.tar.gz: 72617948ead97d9df15b44baa787f2cd555b75475f6d09a9e7fecbe7989ff9814c1250e0930a748cf35766cee1b5a83032af49d009757e0a67e41a1856988eec
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-compute_alpha
2
2
 
3
+ ### v0.11.0 (2021-05-28)
4
+
5
+ * Regenerated from discovery document revision 20210518
6
+
3
7
  ### v0.10.0 (2021-05-20)
4
8
 
5
9
  * Regenerated from discovery document revision 20210505
@@ -685,7 +685,8 @@ module Google
685
685
  # reserved for Cloud NAT.
686
686
  # - `IPSEC_INTERCONNECT` for addresses created from a private IP range that are
687
687
  # reserved for a VLAN attachment in an IPsec-encrypted Cloud Interconnect
688
- # configuration. These addresses are regional resources.
688
+ # configuration. These addresses are regional resources. Not currently available
689
+ # publicly.
689
690
  # Corresponds to the JSON property `purpose`
690
691
  # @return [String]
691
692
  attr_accessor :purpose
@@ -1104,6 +1105,11 @@ module Google
1104
1105
  attr_accessor :enable_nested_virtualization
1105
1106
  alias_method :enable_nested_virtualization?, :enable_nested_virtualization
1106
1107
 
1108
+ # The number of vNUMA nodes.
1109
+ # Corresponds to the JSON property `numaNodeCount`
1110
+ # @return [Fixnum]
1111
+ attr_accessor :numa_node_count
1112
+
1107
1113
  # The number of threads per physical core. To disable simultaneous
1108
1114
  # multithreading (SMT) set this to 1. If unset, the maximum number of threads
1109
1115
  # supported per core by the underlying processor is assumed.
@@ -1126,6 +1132,7 @@ module Google
1126
1132
  # Update properties of this object
1127
1133
  def update!(**args)
1128
1134
  @enable_nested_virtualization = args[:enable_nested_virtualization] if args.key?(:enable_nested_virtualization)
1135
+ @numa_node_count = args[:numa_node_count] if args.key?(:numa_node_count)
1129
1136
  @threads_per_core = args[:threads_per_core] if args.key?(:threads_per_core)
1130
1137
  @visible_core_count = args[:visible_core_count] if args.key?(:visible_core_count)
1131
1138
  end
@@ -2826,6 +2833,12 @@ module Google
2826
2833
  # @return [Google::Apis::ComputeAlpha::BackendBucketCdnPolicy]
2827
2834
  attr_accessor :cdn_policy
2828
2835
 
2836
+ # Compress text responses using Brotli or gzip compression, based on the client?
2837
+ # s Accept-Encoding header.
2838
+ # Corresponds to the JSON property `compressionMode`
2839
+ # @return [String]
2840
+ attr_accessor :compression_mode
2841
+
2829
2842
  # [Output Only] Creation timestamp in RFC3339 text format.
2830
2843
  # Corresponds to the JSON property `creationTimestamp`
2831
2844
  # @return [String]
@@ -2892,6 +2905,7 @@ module Google
2892
2905
  def update!(**args)
2893
2906
  @bucket_name = args[:bucket_name] if args.key?(:bucket_name)
2894
2907
  @cdn_policy = args[:cdn_policy] if args.key?(:cdn_policy)
2908
+ @compression_mode = args[:compression_mode] if args.key?(:compression_mode)
2895
2909
  @creation_timestamp = args[:creation_timestamp] if args.key?(:creation_timestamp)
2896
2910
  @custom_response_headers = args[:custom_response_headers] if args.key?(:custom_response_headers)
2897
2911
  @description = args[:description] if args.key?(:description)
@@ -3299,6 +3313,12 @@ module Google
3299
3313
  # @return [Google::Apis::ComputeAlpha::CircuitBreakers]
3300
3314
  attr_accessor :circuit_breakers
3301
3315
 
3316
+ # Compress text responses using Brotli or gzip compression, based on the client?
3317
+ # s Accept-Encoding header.
3318
+ # Corresponds to the JSON property `compressionMode`
3319
+ # @return [String]
3320
+ attr_accessor :compression_mode
3321
+
3302
3322
  # Message containing connection draining configuration.
3303
3323
  # Corresponds to the JSON property `connectionDraining`
3304
3324
  # @return [Google::Apis::ComputeAlpha::ConnectionDraining]
@@ -3578,6 +3598,7 @@ module Google
3578
3598
  @backends = args[:backends] if args.key?(:backends)
3579
3599
  @cdn_policy = args[:cdn_policy] if args.key?(:cdn_policy)
3580
3600
  @circuit_breakers = args[:circuit_breakers] if args.key?(:circuit_breakers)
3601
+ @compression_mode = args[:compression_mode] if args.key?(:compression_mode)
3581
3602
  @connection_draining = args[:connection_draining] if args.key?(:connection_draining)
3582
3603
  @connection_tracking_policy = args[:connection_tracking_policy] if args.key?(:connection_tracking_policy)
3583
3604
  @consistent_hash = args[:consistent_hash] if args.key?(:consistent_hash)
@@ -4844,8 +4865,9 @@ module Google
4844
4865
  # @return [Array<String>]
4845
4866
  attr_accessor :predefined_names
4846
4867
 
4847
- # Secure tags to apply to this instance. These can be later modified by the
4848
- # update method. Maximum number of secure tags allowed is 50.
4868
+ # DEPRECATED: Please use instance_properties.secure_tag instead. Secure tags to
4869
+ # apply to this instance. These can be later modified by the update method.
4870
+ # Maximum number of secure tags allowed is 50.
4849
4871
  # Corresponds to the JSON property `secureTags`
4850
4872
  # @return [Array<String>]
4851
4873
  attr_accessor :secure_tags
@@ -7714,6 +7736,10 @@ module Google
7714
7736
  attr_accessor :id
7715
7737
 
7716
7738
  # List of interfaces for this external VPN gateway.
7739
+ # If your peer-side gateway is an on-premises gateway and non-AWS cloud
7740
+ # providers? gateway, at most two interfaces can be provided for an external VPN
7741
+ # gateway. If your peer side is an AWS virtual private gateway, four interfaces
7742
+ # should be provided for an external VPN gateway.
7717
7743
  # Corresponds to the JSON property `interfaces`
7718
7744
  # @return [Array<Google::Apis::ComputeAlpha::ExternalVpnGatewayInterface>]
7719
7745
  attr_accessor :interfaces
@@ -7789,8 +7815,9 @@ module Google
7789
7815
 
7790
7816
  # The numeric ID of this interface. The allowed input values for this id for
7791
7817
  # different redundancy types of external VPN gateway:
7792
- # SINGLE_IP_INTERNALLY_REDUNDANT - 0 TWO_IPS_REDUNDANCY - 0, 1
7793
- # FOUR_IPS_REDUNDANCY - 0, 1, 2, 3
7818
+ # - SINGLE_IP_INTERNALLY_REDUNDANT - 0
7819
+ # - TWO_IPS_REDUNDANCY - 0, 1
7820
+ # - FOUR_IPS_REDUNDANCY - 0, 1, 2, 3
7794
7821
  # Corresponds to the JSON property `id`
7795
7822
  # @return [Fixnum]
7796
7823
  attr_accessor :id
@@ -8920,7 +8947,7 @@ module Google
8920
8947
  # - If the value is a percent, then the calculated value is percent/100 *
8921
8948
  # targetSize. For example, the calculated value of a 80% of a managed instance
8922
8949
  # group with 150 instances would be (80/100 * 150) = 120 VM instances. If there
8923
- # is a remainder, the number is rounded up.
8950
+ # is a remainder, the number is rounded.
8924
8951
  # Corresponds to the JSON property `calculated`
8925
8952
  # @return [Fixnum]
8926
8953
  attr_accessor :calculated
@@ -17431,8 +17458,8 @@ module Google
17431
17458
  # @return [Google::Apis::ComputeAlpha::Scheduling]
17432
17459
  attr_accessor :scheduling
17433
17460
 
17434
- # Secure tags to apply to this instance. Maximum number of secure tags allowed
17435
- # is 50.
17461
+ # [Input Only] Secure tags to apply to this instance. Maximum number of secure
17462
+ # tags allowed is 50.
17436
17463
  # Corresponds to the JSON property `secureTags`
17437
17464
  # @return [Array<String>]
17438
17465
  attr_accessor :secure_tags
@@ -18892,15 +18919,18 @@ module Google
18892
18919
  # @return [String]
18893
18920
  attr_accessor :edge_availability_domain
18894
18921
 
18895
- # Indicates the user-supplied encryption option of this interconnect attachment:
18896
- # - NONE is the default value, which means that the attachment carries
18897
- # unencrypted traffic. VMs can send traffic to, or receive traffic from, this
18898
- # type of attachment.
18899
- # - IPSEC indicates that the attachment carries only traffic encrypted by an
18900
- # IPsec device such as an HA VPN gateway. VMs cannot directly send traffic to,
18901
- # or receive traffic from, such an attachment. To use IPsec-encrypted Cloud
18902
- # Interconnect, create the attachment using this option.
18903
- # Not currently available in all Interconnect locations.
18922
+ # Indicates the user-supplied encryption option of this VLAN attachment (
18923
+ # interconnectAttachment). Can only be specified at attachment creation for
18924
+ # PARTNER or DEDICATED attachments. Possible values are:
18925
+ # - NONE - This is the default value, which means that the VLAN attachment
18926
+ # carries unencrypted traffic. VMs are able to send traffic to, or receive
18927
+ # traffic from, such a VLAN attachment.
18928
+ # - IPSEC - The VLAN attachment carries only encrypted traffic that is encrypted
18929
+ # by an IPsec device, such as an HA VPN gateway or third-party IPsec VPN. VMs
18930
+ # cannot directly send traffic to, or receive traffic from, such a VLAN
18931
+ # attachment. To use IPsec-encrypted Cloud Interconnect, the VLAN attachment
18932
+ # must be created with this option.
18933
+ # Not currently available publicly.
18904
18934
  # Corresponds to the JSON property `encryption`
18905
18935
  # @return [String]
18906
18936
  attr_accessor :encryption
@@ -18924,19 +18954,19 @@ module Google
18924
18954
  # @return [String]
18925
18955
  attr_accessor :interconnect
18926
18956
 
18927
- # URL of addresses that have been reserved for the interconnect attachment, Used
18928
- # only for interconnect attachment that has the encryption option as IPSEC. The
18929
- # addresses must be RFC 1918 IP address ranges. When creating HA VPN gateway
18930
- # over the interconnect attachment, if the attachment is configured to use an
18931
- # RFC 1918 IP address, then the VPN gateway's IP address will be allocated from
18932
- # the IP address range specified here. For example, if the HA VPN gateway's
18933
- # interface 0 is paired to this interconnect attachment, then an RFC 1918 IP
18957
+ # List of URL of addresses that have been reserved for the VLAN attachment. Used
18958
+ # only for the VLAN attachment that has the encryption option as IPSEC. The
18959
+ # addresses must be regional internal IP address ranges. When creating an HA VPN
18960
+ # gateway over the VLAN attachment, if the attachment is configured to use a
18961
+ # regional internal IP address, then the VPN gateway's IP address is allocated
18962
+ # from the IP address range specified here. For example, if the HA VPN gateway's
18963
+ # interface 0 is paired to this VLAN attachment, then a regional internal IP
18934
18964
  # address for the VPN gateway interface 0 will be allocated from the IP address
18935
- # specified for this interconnect attachment. If this field is not specified for
18936
- # interconnect attachment that has encryption option as IPSEC, later on when
18937
- # creating HA VPN gateway on this interconnect attachment, the HA VPN gateway's
18938
- # IP address will be allocated from regional external IP address pool.
18939
- # Not currently available in all Interconnect locations.
18965
+ # specified for this VLAN attachment. If this field is not specified when
18966
+ # creating the VLAN attachment, then later on when creating an HA VPN gateway on
18967
+ # this VLAN attachment, the HA VPN gateway's IP address is allocated from the
18968
+ # regional external IP address pool.
18969
+ # Not currently available publicly.
18940
18970
  # Corresponds to the JSON property `ipsecInternalAddresses`
18941
18971
  # @return [Array<String>]
18942
18972
  attr_accessor :ipsec_internal_addresses
@@ -24078,10 +24108,16 @@ module Google
24078
24108
  include Google::Apis::Core::Hashable
24079
24109
 
24080
24110
  # An IPv4 internal IP address to assign to the instance for this subinterface.
24111
+ # If specified, ip_allocation_mode should be set to ALLOCATE_IP.
24081
24112
  # Corresponds to the JSON property `ipAddress`
24082
24113
  # @return [String]
24083
24114
  attr_accessor :ip_address
24084
24115
 
24116
+ #
24117
+ # Corresponds to the JSON property `ipAllocationMode`
24118
+ # @return [String]
24119
+ attr_accessor :ip_allocation_mode
24120
+
24085
24121
  # If specified, this subnetwork must belong to the same network as that of the
24086
24122
  # network interface. If not specified the subnet of network interface will be
24087
24123
  # used. If you specify this property, you can specify the subnetwork as a full
@@ -24106,6 +24142,7 @@ module Google
24106
24142
  # Update properties of this object
24107
24143
  def update!(**args)
24108
24144
  @ip_address = args[:ip_address] if args.key?(:ip_address)
24145
+ @ip_allocation_mode = args[:ip_allocation_mode] if args.key?(:ip_allocation_mode)
24109
24146
  @subnetwork = args[:subnetwork] if args.key?(:subnetwork)
24110
24147
  @vlan = args[:vlan] if args.key?(:vlan)
24111
24148
  end
@@ -24689,6 +24726,11 @@ module Google
24689
24726
  # @return [String]
24690
24727
  attr_accessor :self_link_with_id
24691
24728
 
24729
+ # The share setting for reservations and sole tenancy node groups.
24730
+ # Corresponds to the JSON property `shareSettings`
24731
+ # @return [Google::Apis::ComputeAlpha::ShareSettings]
24732
+ attr_accessor :share_settings
24733
+
24692
24734
  # [Output Only] The total number of nodes in the node group.
24693
24735
  # Corresponds to the JSON property `size`
24694
24736
  # @return [Fixnum]
@@ -24724,6 +24766,7 @@ module Google
24724
24766
  @node_template = args[:node_template] if args.key?(:node_template)
24725
24767
  @self_link = args[:self_link] if args.key?(:self_link)
24726
24768
  @self_link_with_id = args[:self_link_with_id] if args.key?(:self_link_with_id)
24769
+ @share_settings = args[:share_settings] if args.key?(:share_settings)
24727
24770
  @size = args[:size] if args.key?(:size)
24728
24771
  @status = args[:status] if args.key?(:status)
24729
24772
  @zone = args[:zone] if args.key?(:zone)
@@ -31907,7 +31950,10 @@ module Google
31907
31950
  # @return [String]
31908
31951
  attr_accessor :key
31909
31952
 
31910
- # Corresponds to the label values of a reservation resource.
31953
+ # Corresponds to the label values of a reservation resource. This can be either
31954
+ # a name to a reservation in the same project or "projects/different-project/
31955
+ # reservations/some-reservation-name" to target a shared reservation in the same
31956
+ # zone but in a different project.
31911
31957
  # Corresponds to the JSON property `values`
31912
31958
  # @return [Array<String>]
31913
31959
  attr_accessor :values
@@ -33756,9 +33802,9 @@ module Google
33756
33802
  # @return [String]
33757
33803
  attr_accessor :description
33758
33804
 
33759
- # Field to indicate if a router is dedicated to use with encrypted Interconnect
33760
- # Attachment (IPsec-encrypted Cloud Interconnect feature).
33761
- # Not currently available in all Interconnect locations.
33805
+ # Indicates if a router is dedicated for use with encrypted VLAN attachments (
33806
+ # interconnectAttachments).
33807
+ # Not currently available publicly.
33762
33808
  # Corresponds to the JSON property `encryptedInterconnectRouter`
33763
33809
  # @return [Boolean]
33764
33810
  attr_accessor :encrypted_interconnect_router
@@ -34025,7 +34071,6 @@ module Google
34025
34071
 
34026
34072
  # The interval in seconds between BGP keepalive messages that are sent to the
34027
34073
  # peer.
34028
- # Not currently available publicly.
34029
34074
  # Hold time is three times the interval at which keepalive messages are sent,
34030
34075
  # and the hold time is the maximum number of seconds allowed to elapse between
34031
34076
  # successive keepalive messages that BGP receives from a peer.
@@ -34094,7 +34139,6 @@ module Google
34094
34139
  attr_accessor :bfd
34095
34140
 
34096
34141
  # The status of the BGP peer connection.
34097
- # Not currently available publicly.
34098
34142
  # If set to FALSE, any active session with the peer is terminated and all
34099
34143
  # associated routing information is removed. If set to TRUE, the peer connection
34100
34144
  # can be established with routing information. The default is TRUE.
@@ -35509,6 +35553,13 @@ module Google
35509
35553
  # @return [Fixnum]
35510
35554
  attr_accessor :availability_domain
35511
35555
 
35556
+ # Specify the time in seconds for host error detection, the value must be within
35557
+ # the range of [90, 330] with the increment of 30, if unset, the default
35558
+ # behavior of host error recovery will be used.
35559
+ # Corresponds to the JSON property `hostErrorTimeoutSeconds`
35560
+ # @return [Fixnum]
35561
+ attr_accessor :host_error_timeout_seconds
35562
+
35512
35563
  # Defines whether the instance is tolerant of higher cpu latency. This can only
35513
35564
  # be set during instance creation, or when the instance is not currently running.
35514
35565
  # It must not be set if the preemptible option is also set.
@@ -35572,6 +35623,7 @@ module Google
35572
35623
  def update!(**args)
35573
35624
  @automatic_restart = args[:automatic_restart] if args.key?(:automatic_restart)
35574
35625
  @availability_domain = args[:availability_domain] if args.key?(:availability_domain)
35626
+ @host_error_timeout_seconds = args[:host_error_timeout_seconds] if args.key?(:host_error_timeout_seconds)
35575
35627
  @latency_tolerant = args[:latency_tolerant] if args.key?(:latency_tolerant)
35576
35628
  @location_hint = args[:location_hint] if args.key?(:location_hint)
35577
35629
  @maintenance_freeze_duration_hours = args[:maintenance_freeze_duration_hours] if args.key?(:maintenance_freeze_duration_hours)
@@ -35934,6 +35986,11 @@ module Google
35934
35986
  # @return [Google::Apis::ComputeAlpha::SecurityPolicyAdaptiveProtectionConfig]
35935
35987
  attr_accessor :adaptive_protection_config
35936
35988
 
35989
+ #
35990
+ # Corresponds to the JSON property `advancedOptionsConfig`
35991
+ # @return [Google::Apis::ComputeAlpha::SecurityPolicyAdvancedOptionsConfig]
35992
+ attr_accessor :advanced_options_config
35993
+
35937
35994
  # A list of associations that belong to this policy.
35938
35995
  # Corresponds to the JSON property `associations`
35939
35996
  # @return [Array<Google::Apis::ComputeAlpha::SecurityPolicyAssociation>]
@@ -36072,6 +36129,7 @@ module Google
36072
36129
  # Update properties of this object
36073
36130
  def update!(**args)
36074
36131
  @adaptive_protection_config = args[:adaptive_protection_config] if args.key?(:adaptive_protection_config)
36132
+ @advanced_options_config = args[:advanced_options_config] if args.key?(:advanced_options_config)
36075
36133
  @associations = args[:associations] if args.key?(:associations)
36076
36134
  @cloud_armor_config = args[:cloud_armor_config] if args.key?(:cloud_armor_config)
36077
36135
  @creation_timestamp = args[:creation_timestamp] if args.key?(:creation_timestamp)
@@ -36140,6 +36198,31 @@ module Google
36140
36198
  end
36141
36199
  end
36142
36200
 
36201
+ #
36202
+ class SecurityPolicyAdvancedOptionsConfig
36203
+ include Google::Apis::Core::Hashable
36204
+
36205
+ #
36206
+ # Corresponds to the JSON property `jsonParsing`
36207
+ # @return [String]
36208
+ attr_accessor :json_parsing
36209
+
36210
+ #
36211
+ # Corresponds to the JSON property `logLevel`
36212
+ # @return [String]
36213
+ attr_accessor :log_level
36214
+
36215
+ def initialize(**args)
36216
+ update!(**args)
36217
+ end
36218
+
36219
+ # Update properties of this object
36220
+ def update!(**args)
36221
+ @json_parsing = args[:json_parsing] if args.key?(:json_parsing)
36222
+ @log_level = args[:log_level] if args.key?(:log_level)
36223
+ end
36224
+ end
36225
+
36143
36226
  #
36144
36227
  class SecurityPolicyAssociation
36145
36228
  include Google::Apis::Core::Hashable
@@ -44728,7 +44811,9 @@ module Google
44728
44811
  # requests. If the number of results is larger than maxResults, use the
44729
44812
  # nextPageToken as a value for the query parameter pageToken in the next list
44730
44813
  # request. Subsequent list requests will have their own nextPageToken to
44731
- # continue paging through the results.
44814
+ # continue paging through the results. In special cases listUsable may return 0
44815
+ # subnetworks and nextPageToken which still should be used to get the next page
44816
+ # of results.
44732
44817
  # Corresponds to the JSON property `nextPageToken`
44733
44818
  # @return [String]
44734
44819
  attr_accessor :next_page_token
@@ -45188,7 +45273,7 @@ module Google
45188
45273
  # @return [String]
45189
45274
  attr_accessor :self_link
45190
45275
 
45191
- # A list of interfaces on this VPN gateway.
45276
+ # The list of VPN interfaces associated with this VPN gateway.
45192
45277
  # Corresponds to the JSON property `vpnInterfaces`
45193
45278
  # @return [Array<Google::Apis::ComputeAlpha::VpnGatewayVpnGatewayInterface>]
45194
45279
  attr_accessor :vpn_interfaces
@@ -45581,21 +45666,30 @@ module Google
45581
45666
  class VpnGatewayVpnGatewayInterface
45582
45667
  include Google::Apis::Core::Hashable
45583
45668
 
45584
- # The numeric ID of this VPN gateway interface.
45669
+ # [Output Only] Numeric identifier for this VPN interface associated with the
45670
+ # VPN gateway.
45585
45671
  # Corresponds to the JSON property `id`
45586
45672
  # @return [Fixnum]
45587
45673
  attr_accessor :id
45588
45674
 
45589
- # URL of the interconnect attachment resource. When the value of this field is
45590
- # present, the VPN Gateway will be used for IPsec-encrypted Cloud Interconnect;
45591
- # all Egress or Ingress traffic for this VPN Gateway interface will go through
45592
- # the specified interconnect attachment resource.
45593
- # Not currently available in all Interconnect locations.
45675
+ # URL of the VLAN attachment (interconnectAttachment) resource for this VPN
45676
+ # gateway interface. When the value of this field is present, the VPN gateway is
45677
+ # used for IPsec-encrypted Cloud Interconnect; all egress or ingress traffic for
45678
+ # this VPN gateway interface goes through the specified VLAN attachment resource.
45679
+ # Not currently available publicly.
45594
45680
  # Corresponds to the JSON property `interconnectAttachment`
45595
45681
  # @return [String]
45596
45682
  attr_accessor :interconnect_attachment
45597
45683
 
45598
- # [Output Only] The external IP address for this VPN gateway interface.
45684
+ # [Output Only] IP address for this VPN interface associated with the VPN
45685
+ # gateway. The IP address could be either a regional external IP address or a
45686
+ # regional internal IP address. The two IP addresses for a VPN gateway must be
45687
+ # all regional external or regional internal IP addresses. There cannot be a mix
45688
+ # of regional external IP addresses and regional internal IP addresses. For
45689
+ # IPsec-encrypted Cloud Interconnect, the IP addresses for both interfaces could
45690
+ # either be regional internal IP addresses or regional external IP addresses.
45691
+ # For regular (non IPsec-encrypted Cloud Interconnect) HA VPN tunnels, the IP
45692
+ # address must be a regional external IP address.
45599
45693
  # Corresponds to the JSON property `ipAddress`
45600
45694
  # @return [String]
45601
45695
  attr_accessor :ip_address
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module ComputeAlpha
18
18
  # Version of the google-apis-compute_alpha gem
19
- GEM_VERSION = "0.10.0"
19
+ GEM_VERSION = "0.11.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.2.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210505"
25
+ REVISION = "20210518"
26
26
  end
27
27
  end
28
28
  end
@@ -4630,6 +4630,12 @@ module Google
4630
4630
  include Google::Apis::Core::JsonObjectSupport
4631
4631
  end
4632
4632
 
4633
+ class SecurityPolicyAdvancedOptionsConfig
4634
+ class Representation < Google::Apis::Core::JsonRepresentation; end
4635
+
4636
+ include Google::Apis::Core::JsonObjectSupport
4637
+ end
4638
+
4633
4639
  class SecurityPolicyAssociation
4634
4640
  class Representation < Google::Apis::Core::JsonRepresentation; end
4635
4641
 
@@ -6382,6 +6388,7 @@ module Google
6382
6388
  # @private
6383
6389
  class Representation < Google::Apis::Core::JsonRepresentation
6384
6390
  property :enable_nested_virtualization, as: 'enableNestedVirtualization'
6391
+ property :numa_node_count, as: 'numaNodeCount'
6385
6392
  property :threads_per_core, as: 'threadsPerCore'
6386
6393
  property :visible_core_count, as: 'visibleCoreCount'
6387
6394
  end
@@ -6754,6 +6761,7 @@ module Google
6754
6761
  property :bucket_name, as: 'bucketName'
6755
6762
  property :cdn_policy, as: 'cdnPolicy', class: Google::Apis::ComputeAlpha::BackendBucketCdnPolicy, decorator: Google::Apis::ComputeAlpha::BackendBucketCdnPolicy::Representation
6756
6763
 
6764
+ property :compression_mode, as: 'compressionMode'
6757
6765
  property :creation_timestamp, as: 'creationTimestamp'
6758
6766
  collection :custom_response_headers, as: 'customResponseHeaders'
6759
6767
  property :description, as: 'description'
@@ -6853,6 +6861,7 @@ module Google
6853
6861
 
6854
6862
  property :circuit_breakers, as: 'circuitBreakers', class: Google::Apis::ComputeAlpha::CircuitBreakers, decorator: Google::Apis::ComputeAlpha::CircuitBreakers::Representation
6855
6863
 
6864
+ property :compression_mode, as: 'compressionMode'
6856
6865
  property :connection_draining, as: 'connectionDraining', class: Google::Apis::ComputeAlpha::ConnectionDraining, decorator: Google::Apis::ComputeAlpha::ConnectionDraining::Representation
6857
6866
 
6858
6867
  property :connection_tracking_policy, as: 'connectionTrackingPolicy', class: Google::Apis::ComputeAlpha::BackendServiceConnectionTrackingPolicy, decorator: Google::Apis::ComputeAlpha::BackendServiceConnectionTrackingPolicy::Representation
@@ -11769,6 +11778,7 @@ module Google
11769
11778
  # @private
11770
11779
  class Representation < Google::Apis::Core::JsonRepresentation
11771
11780
  property :ip_address, as: 'ipAddress'
11781
+ property :ip_allocation_mode, as: 'ipAllocationMode'
11772
11782
  property :subnetwork, as: 'subnetwork'
11773
11783
  property :vlan, as: 'vlan'
11774
11784
  end
@@ -11918,6 +11928,8 @@ module Google
11918
11928
  property :node_template, as: 'nodeTemplate'
11919
11929
  property :self_link, as: 'selfLink'
11920
11930
  property :self_link_with_id, as: 'selfLinkWithId'
11931
+ property :share_settings, as: 'shareSettings', class: Google::Apis::ComputeAlpha::ShareSettings, decorator: Google::Apis::ComputeAlpha::ShareSettings::Representation
11932
+
11921
11933
  property :size, as: 'size'
11922
11934
  property :status, as: 'status'
11923
11935
  property :zone, as: 'zone'
@@ -14687,6 +14699,7 @@ module Google
14687
14699
  class Representation < Google::Apis::Core::JsonRepresentation
14688
14700
  property :automatic_restart, as: 'automaticRestart'
14689
14701
  property :availability_domain, as: 'availabilityDomain'
14702
+ property :host_error_timeout_seconds, as: 'hostErrorTimeoutSeconds'
14690
14703
  property :latency_tolerant, as: 'latencyTolerant'
14691
14704
  property :location_hint, as: 'locationHint'
14692
14705
  property :maintenance_freeze_duration_hours, as: 'maintenanceFreezeDurationHours'
@@ -14807,6 +14820,8 @@ module Google
14807
14820
  class Representation < Google::Apis::Core::JsonRepresentation
14808
14821
  property :adaptive_protection_config, as: 'adaptiveProtectionConfig', class: Google::Apis::ComputeAlpha::SecurityPolicyAdaptiveProtectionConfig, decorator: Google::Apis::ComputeAlpha::SecurityPolicyAdaptiveProtectionConfig::Representation
14809
14822
 
14823
+ property :advanced_options_config, as: 'advancedOptionsConfig', class: Google::Apis::ComputeAlpha::SecurityPolicyAdvancedOptionsConfig, decorator: Google::Apis::ComputeAlpha::SecurityPolicyAdvancedOptionsConfig::Representation
14824
+
14810
14825
  collection :associations, as: 'associations', class: Google::Apis::ComputeAlpha::SecurityPolicyAssociation, decorator: Google::Apis::ComputeAlpha::SecurityPolicyAssociation::Representation
14811
14826
 
14812
14827
  property :cloud_armor_config, as: 'cloudArmorConfig', class: Google::Apis::ComputeAlpha::SecurityPolicyCloudArmorConfig, decorator: Google::Apis::ComputeAlpha::SecurityPolicyCloudArmorConfig::Representation
@@ -14849,6 +14864,14 @@ module Google
14849
14864
  end
14850
14865
  end
14851
14866
 
14867
+ class SecurityPolicyAdvancedOptionsConfig
14868
+ # @private
14869
+ class Representation < Google::Apis::Core::JsonRepresentation
14870
+ property :json_parsing, as: 'jsonParsing'
14871
+ property :log_level, as: 'logLevel'
14872
+ end
14873
+ end
14874
+
14852
14875
  class SecurityPolicyAssociation
14853
14876
  # @private
14854
14877
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -12787,8 +12787,9 @@ module Google
12787
12787
  # The request ID must be a valid UUID with the exception that zero UUID is not
12788
12788
  # supported (00000000-0000-0000-0000-000000000000).
12789
12789
  # @param [Array<String>, String] secure_tags
12790
- # Secure tags to apply to this instance. These can be later modified by the
12791
- # update method. Maximum number of secure tags allowed is 50.
12790
+ # DEPRECATED: Please use resource.secure_tag instead. Secure tags to apply to
12791
+ # this instance. These can be later modified by the update method. Maximum
12792
+ # number of secure tags allowed is 50.
12792
12793
  # @param [String] source_instance_template
12793
12794
  # Specifies instance template to create the instance.
12794
12795
  # This field is optional. It can be a full or partial URL. For example, the
@@ -14284,8 +14285,8 @@ module Google
14284
14285
  # @param [Google::Apis::ComputeAlpha::Instance] instance_object
14285
14286
  # @param [Boolean] clear_secure_tag
14286
14287
  # Whether to clear secure tags from the instance.
14287
- # This property is mutually exclusive with the secure_tag property; you can only
14288
- # specify one or the other, but not both.
14288
+ # This property if set to true will clear secure tags regardless of the resource.
14289
+ # secure_tags.
14289
14290
  # @param [String] minimal_action
14290
14291
  # Specifies the action to take when updating an instance even if the updated
14291
14292
  # properties do not require it. If not specified, then Compute Engine acts based
@@ -14307,8 +14308,8 @@ module Google
14307
14308
  # The request ID must be a valid UUID with the exception that zero UUID is not
14308
14309
  # supported (00000000-0000-0000-0000-000000000000).
14309
14310
  # @param [Array<String>, String] secure_tags
14310
- # Secure tags to apply to this instance. Maximum number of secure tags allowed
14311
- # is 50.
14311
+ # DEPRECATED: Please use resource.secure_tag instead. Secure tags to apply to
14312
+ # this instance. Maximum number of secure tags allowed is 50.
14312
14313
  # @param [String] fields
14313
14314
  # Selector specifying which fields to include in a partial response.
14314
14315
  # @param [String] quota_user
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-compute_alpha
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.10.0
4
+ version: 0.11.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-05-24 00:00:00.000000000 Z
11
+ date: 2021-05-31 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -52,7 +52,7 @@ licenses:
52
52
  metadata:
53
53
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
54
54
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-compute_alpha/CHANGELOG.md
55
- documentation_uri: https://googleapis.dev/ruby/google-apis-compute_alpha/v0.10.0
55
+ documentation_uri: https://googleapis.dev/ruby/google-apis-compute_alpha/v0.11.0
56
56
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-compute_alpha
57
57
  post_install_message:
58
58
  rdoc_options: []