google-cloud-compute-v1 1.9.0 → 1.10.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 4e7acf8f8150c49469d8b2f3dc9ad5ae7c3ca5ce7149d7b965053f55e2a125a5
4
- data.tar.gz: 71e7084e89d1791d840ea4243e7c2e10453d668effe65b0cd79ab7f41033a265
3
+ metadata.gz: 8ff28dbe09be972b387450758d85ff0e4ed15d28650f1fef0d9a5c61f531b968
4
+ data.tar.gz: 06f53314b58b9abe82be04a3ed62e6bff365e81ff9752fb50ab54043f3aaf389
5
5
  SHA512:
6
- metadata.gz: 6b656e85d93a5a85b20d6fbae54eed383e81160788ff69b09e1bc827a9d51262a9a981366f8cd6635a6b4fa67e60ba8d68ae10a821e54ff03f359b58939332c7
7
- data.tar.gz: fabae0ce0fa11516fcc203c81c803867954f1e97175dd15fe6a0dcebb3bf356be6841126c740bacceea919d23d3f5a71710b8c627cdfcb2d3a4bb7de937e1823
6
+ metadata.gz: 485686408bc86be325b92c9a6d02a791be50c7c78de208ba6ca3bd815829f896ac793e36e2773ec1bfb7399c970ef860bf91b485c78916f1abdd2ac1b1992e1a
7
+ data.tar.gz: ebeca8db2165f804d0d057d3375322264b6b6189799372388d698f84c5e19e39e135865522462c8c584c886a836d18083b2fddb546a2a088d2af237223e5b018
@@ -664,6 +664,12 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
664
664
  proto3_optional :ip_cidr_range, :string, 98117322
665
665
  proto3_optional :subnetwork_range_name, :string, 387995966
666
666
  end
667
+ add_message "google.cloud.compute.v1.AllocationResourceStatus" do
668
+ proto3_optional :specific_sku_allocation, :message, 196231151, "google.cloud.compute.v1.AllocationResourceStatusSpecificSKUAllocation"
669
+ end
670
+ add_message "google.cloud.compute.v1.AllocationResourceStatusSpecificSKUAllocation" do
671
+ proto3_optional :source_instance_template_id, :string, 111196154
672
+ end
667
673
  add_message "google.cloud.compute.v1.AllocationSpecificSKUAllocationAllocatedInstancePropertiesReservedDisk" do
668
674
  proto3_optional :disk_size_gb, :int64, 316263735
669
675
  proto3_optional :interface, :string, 502623545
@@ -685,6 +691,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
685
691
  proto3_optional :count, :int64, 94851343
686
692
  proto3_optional :in_use_count, :int64, 493458877
687
693
  proto3_optional :instance_properties, :message, 215355165, "google.cloud.compute.v1.AllocationSpecificSKUAllocationReservedInstanceProperties"
694
+ proto3_optional :source_instance_template, :string, 332423616
688
695
  end
689
696
  add_message "google.cloud.compute.v1.Allowed" do
690
697
  proto3_optional :I_p_protocol, :string, 488094525
@@ -3263,6 +3270,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
3263
3270
  value :MULTI_IP_SUBNET, 151776719
3264
3271
  value :SECURE_BOOT, 376811194
3265
3272
  value :SEV_CAPABLE, 87083793
3273
+ value :SEV_SNP_CAPABLE, 426919
3266
3274
  value :UEFI_COMPATIBLE, 195865408
3267
3275
  value :VIRTIO_SCSI_MULTIQUEUE, 201597069
3268
3276
  value :WINDOWS, 456863331
@@ -6279,6 +6287,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
6279
6287
  proto3_optional :kind, :string, 3292052
6280
6288
  proto3_optional :name, :string, 3373707
6281
6289
  proto3_optional :network, :string, 232872494
6290
+ proto3_optional :network_attachment, :string, 224644052
6282
6291
  proto3_optional :network_i_p, :string, 207181961
6283
6292
  proto3_optional :nic_type, :string, 59810577
6284
6293
  proto3_optional :queue_count, :int32, 503708769
@@ -7753,6 +7762,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
7753
7762
  proto3_optional :kind, :string, 3292052
7754
7763
  proto3_optional :name, :string, 3373707
7755
7764
  map :resource_policies, :string, :string, 22220385
7765
+ proto3_optional :resource_status, :message, 249429315, "google.cloud.compute.v1.AllocationResourceStatus"
7756
7766
  proto3_optional :satisfies_pzs, :bool, 480964267
7757
7767
  proto3_optional :self_link, :string, 456214797
7758
7768
  proto3_optional :share_settings, :message, 266668163, "google.cloud.compute.v1.ShareSettings"
@@ -10834,6 +10844,8 @@ module Google
10834
10844
  AggregatedListVpnGatewaysRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.compute.v1.AggregatedListVpnGatewaysRequest").msgclass
10835
10845
  AggregatedListVpnTunnelsRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.compute.v1.AggregatedListVpnTunnelsRequest").msgclass
10836
10846
  AliasIpRange = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.compute.v1.AliasIpRange").msgclass
10847
+ AllocationResourceStatus = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.compute.v1.AllocationResourceStatus").msgclass
10848
+ AllocationResourceStatusSpecificSKUAllocation = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.compute.v1.AllocationResourceStatusSpecificSKUAllocation").msgclass
10837
10849
  AllocationSpecificSKUAllocationAllocatedInstancePropertiesReservedDisk = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.compute.v1.AllocationSpecificSKUAllocationAllocatedInstancePropertiesReservedDisk").msgclass
10838
10850
  AllocationSpecificSKUAllocationAllocatedInstancePropertiesReservedDisk::Interface = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.compute.v1.AllocationSpecificSKUAllocationAllocatedInstancePropertiesReservedDisk.Interface").enummodule
10839
10851
  AllocationSpecificSKUAllocationReservedInstanceProperties = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.compute.v1.AllocationSpecificSKUAllocationReservedInstanceProperties").msgclass
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module Compute
23
23
  module V1
24
- VERSION = "1.9.0"
24
+ VERSION = "1.10.0"
25
25
  end
26
26
  end
27
27
  end
@@ -1973,6 +1973,20 @@ module Google
1973
1973
  extend ::Google::Protobuf::MessageExts::ClassMethods
1974
1974
  end
1975
1975
 
1976
+ # @!attribute [rw] specific_sku_allocation
1977
+ # @return [::Google::Cloud::Compute::V1::AllocationResourceStatusSpecificSKUAllocation]
1978
+ class AllocationResourceStatus
1979
+ include ::Google::Protobuf::MessageExts
1980
+ extend ::Google::Protobuf::MessageExts::ClassMethods
1981
+ end
1982
+
1983
+ # @!attribute [rw] source_instance_template_id
1984
+ # @return [::String]
1985
+ class AllocationResourceStatusSpecificSKUAllocation
1986
+ include ::Google::Protobuf::MessageExts
1987
+ extend ::Google::Protobuf::MessageExts::ClassMethods
1988
+ end
1989
+
1976
1990
  # @!attribute [rw] disk_size_gb
1977
1991
  # @return [::Integer]
1978
1992
  # Specifies the size of the disk in base-2 GB.
@@ -2029,6 +2043,9 @@ module Google
2029
2043
  # @!attribute [rw] instance_properties
2030
2044
  # @return [::Google::Cloud::Compute::V1::AllocationSpecificSKUAllocationReservedInstanceProperties]
2031
2045
  # The instance properties for the reservation.
2046
+ # @!attribute [rw] source_instance_template
2047
+ # @return [::String]
2048
+ # Specifies the instance template to create the reservation. If you use this field, you must exclude the instanceProperties field. This field is optional, and it can be a full or partial URL. For example, the following are all valid URLs to an instance template: - https://www.googleapis.com/compute/v1/projects/project /global/instanceTemplates/instanceTemplate - projects/project/global/instanceTemplates/instanceTemplate - global/instanceTemplates/instanceTemplate
2032
2049
  class AllocationSpecificSKUReservation
2033
2050
  include ::Google::Protobuf::MessageExts
2034
2051
  extend ::Google::Protobuf::MessageExts::ClassMethods
@@ -7155,7 +7172,7 @@ module Google
7155
7172
  # Represents a rule that describes one or more match conditions along with the action to be taken when traffic matches this condition (allow or deny).
7156
7173
  # @!attribute [rw] action
7157
7174
  # @return [::String]
7158
- # The Action to perform when the client connection triggers the rule. Can currently be either "allow" or "deny()" where valid values for status are 403, 404, and 502.
7175
+ # The Action to perform when the client connection triggers the rule. Valid actions are "allow", "deny" and "goto_next".
7159
7176
  # @!attribute [rw] description
7160
7177
  # @return [::String]
7161
7178
  # An optional description for this resource.
@@ -7371,7 +7388,7 @@ module Google
7371
7388
  # This field identifies the subnetwork that the load balanced IP should belong to for this Forwarding Rule, used in internal load balancing and network load balancing with IPv6. If the network specified is in auto subnet mode, this field is optional. However, a subnetwork must be specified if the network is in custom subnet mode or when creating external forwarding rule with IPv6.
7372
7389
  # @!attribute [rw] target
7373
7390
  # @return [::String]
7374
- # The URL of the target resource to receive the matched traffic. For regional forwarding rules, this target must be in the same region as the forwarding rule. For global forwarding rules, this target must be a global load balancing resource. The forwarded traffic must be of a type appropriate to the target object. For more information, see the "Target" column in [Port specifications](https://cloud.google.com/load-balancing/docs/forwarding-rule-concepts#ip_address_specifications). For Private Service Connect forwarding rules that forward traffic to Google APIs, provide the name of a supported Google API bundle: - vpc-sc - APIs that support VPC Service Controls. - all-apis - All supported Google APIs.
7391
+ # The URL of the target resource to receive the matched traffic. For regional forwarding rules, this target must be in the same region as the forwarding rule. For global forwarding rules, this target must be a global load balancing resource. The forwarded traffic must be of a type appropriate to the target object. - For load balancers, see the "Target" column in [Port specifications](https://cloud.google.com/load-balancing/docs/forwarding-rule-concepts#ip_address_specifications). - For Private Service Connect forwarding rules that forward traffic to Google APIs, provide the name of a supported Google API bundle: - vpc-sc - APIs that support VPC Service Controls. - all-apis - All supported Google APIs. - For Private Service Connect forwarding rules that forward traffic to managed services, the target must be a service attachment.
7375
7392
  class ForwardingRule
7376
7393
  include ::Google::Protobuf::MessageExts
7377
7394
  extend ::Google::Protobuf::MessageExts::ClassMethods
@@ -9648,6 +9665,8 @@ module Google
9648
9665
 
9649
9666
  SEV_CAPABLE = 87083793
9650
9667
 
9668
+ SEV_SNP_CAPABLE = 426919
9669
+
9651
9670
  UEFI_COMPATIBLE = 195865408
9652
9671
 
9653
9672
  VIRTIO_SCSI_MULTIQUEUE = 201597069
@@ -13465,7 +13484,7 @@ module Google
13465
13484
  # Name of the resource. Provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash.
13466
13485
  # @!attribute [rw] noc_contact_email
13467
13486
  # @return [::String]
13468
- # Email address to contact the customer NOC for operations and maintenance notifications regarding this Interconnect. If specified, this will be used for notifications in addition to all other forms described, such as Stackdriver logs alerting and Cloud Notifications.
13487
+ # Email address to contact the customer NOC for operations and maintenance notifications regarding this Interconnect. If specified, this will be used for notifications in addition to all other forms described, such as Cloud Monitoring logs alerting and Cloud Notifications. This field is required for users who sign up for Cloud Interconnect using workforce identity federation.
13469
13488
  # @!attribute [rw] operational_status
13470
13489
  # @return [::String]
13471
13490
  # [Output Only] The current status of this Interconnect's functionality, which can take one of the following values: - OS_ACTIVE: A valid Interconnect, which is turned up and is ready to use. Attachments may be provisioned on this Interconnect. - OS_UNPROVISIONED: An Interconnect that has not completed turnup. No attachments may be provisioned on this Interconnect. - OS_UNDER_MAINTENANCE: An Interconnect that is undergoing internal maintenance. No attachments may be provisioned or updated on this Interconnect.
@@ -18591,6 +18610,9 @@ module Google
18591
18610
  # @!attribute [rw] network
18592
18611
  # @return [::String]
18593
18612
  # URL of the VPC network resource for this instance. When creating an instance, if neither the network nor the subnetwork is specified, the default network global/networks/default is used. If the selected project doesn't have the default network, you must specify a network or subnet. If the network is not specified but the subnetwork is specified, the network is inferred. If you specify this property, you can specify the network as a full or partial URL. For example, the following are all valid URLs: - https://www.googleapis.com/compute/v1/projects/project/global/networks/ network - projects/project/global/networks/network - global/networks/default
18613
+ # @!attribute [rw] network_attachment
18614
+ # @return [::String]
18615
+ # The URL of the network attachment that this interface should connect to in the following format: projects/\\{project_number}/regions/\\{region_name}/networkAttachments/\\{network_attachment_name}.
18594
18616
  # @!attribute [rw] network_i_p
18595
18617
  # @return [::String]
18596
18618
  # An IPv4 internal IP address to assign to the instance for this network interface. If not specified by the user, an unused internal IP is assigned by the system.
@@ -22777,7 +22799,9 @@ module Google
22777
22799
  # The name of the resource, provided by the client when initially creating the resource. The resource name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash.
22778
22800
  # @!attribute [rw] resource_policies
22779
22801
  # @return [::Google::Protobuf::Map{::String => ::String}]
22780
- # Resource policies to be added to this reservation. The key is defined by user, and the value is resource policy url. This is to define placement policy with reservation.
22802
+ # @!attribute [rw] resource_status
22803
+ # @return [::Google::Cloud::Compute::V1::AllocationResourceStatus]
22804
+ # [Output Only] Status information for Reservation resource.
22781
22805
  # @!attribute [rw] satisfies_pzs
22782
22806
  # @return [::Boolean]
22783
22807
  # [Output Only] Reserved for future use.
@@ -27264,7 +27288,7 @@ module Google
27264
27288
  # A specification of the parameters to use when creating the instance template from a source instance.
27265
27289
  # @!attribute [rw] disk_configs
27266
27290
  # @return [::Array<::Google::Cloud::Compute::V1::DiskInstantiationConfig>]
27267
- # Attached disks configuration. If not provided, defaults are applied: For boot disk and any other R/W disks, new custom images will be created from each disk. For read-only disks, they will be attached in read-only mode. Local SSD disks will be created as blank volumes.
27291
+ # Attached disks configuration. If not provided, defaults are applied: For boot disk and any other R/W disks, the source images for each disk will be used. For read-only disks, they will be attached in read-only mode. Local SSD disks will be created as blank volumes.
27268
27292
  class SourceInstanceParams
27269
27293
  include ::Google::Protobuf::MessageExts
27270
27294
  extend ::Google::Protobuf::MessageExts::ClassMethods
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-compute-v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.9.0
4
+ version: 1.10.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: 2023-01-11 00:00:00.000000000 Z
11
+ date: 2023-01-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: gapic-common