google-apis-compute_alpha 0.68.0 → 0.70.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.
@@ -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.68.0"
19
+ GEM_VERSION = "0.70.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.12.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20230516"
25
+ REVISION = "20230606"
26
26
  end
27
27
  end
28
28
  end
@@ -874,6 +874,18 @@ module Google
874
874
  include Google::Apis::Core::JsonObjectSupport
875
875
  end
876
876
 
877
+ class DiskSettings
878
+ class Representation < Google::Apis::Core::JsonRepresentation; end
879
+
880
+ include Google::Apis::Core::JsonObjectSupport
881
+ end
882
+
883
+ class DiskSettingsResourcePolicyDetails
884
+ class Representation < Google::Apis::Core::JsonRepresentation; end
885
+
886
+ include Google::Apis::Core::JsonObjectSupport
887
+ end
888
+
877
889
  class DiskType
878
890
  class Representation < Google::Apis::Core::JsonRepresentation; end
879
891
 
@@ -976,12 +988,6 @@ module Google
976
988
  include Google::Apis::Core::JsonObjectSupport
977
989
  end
978
990
 
979
- class DisksStopAsyncReplicationRequest
980
- class Representation < Google::Apis::Core::JsonRepresentation; end
981
-
982
- include Google::Apis::Core::JsonObjectSupport
983
- end
984
-
985
991
  class DisksStopGroupAsyncReplicationResource
986
992
  class Representation < Google::Apis::Core::JsonRepresentation; end
987
993
 
@@ -4120,6 +4126,12 @@ module Google
4120
4126
  include Google::Apis::Core::JsonObjectSupport
4121
4127
  end
4122
4128
 
4129
+ class PartnerMetadata
4130
+ class Representation < Google::Apis::Core::JsonRepresentation; end
4131
+
4132
+ include Google::Apis::Core::JsonObjectSupport
4133
+ end
4134
+
4123
4135
  class PathMatcher
4124
4136
  class Representation < Google::Apis::Core::JsonRepresentation; end
4125
4137
 
@@ -4534,12 +4546,6 @@ module Google
4534
4546
  include Google::Apis::Core::JsonObjectSupport
4535
4547
  end
4536
4548
 
4537
- class RegionDisksStopAsyncReplicationRequest
4538
- class Representation < Google::Apis::Core::JsonRepresentation; end
4539
-
4540
- include Google::Apis::Core::JsonObjectSupport
4541
- end
4542
-
4543
4549
  class RegionInstanceGroupList
4544
4550
  class Representation < Google::Apis::Core::JsonRepresentation; end
4545
4551
 
@@ -6052,6 +6058,12 @@ module Google
6052
6058
  include Google::Apis::Core::JsonObjectSupport
6053
6059
  end
6054
6060
 
6061
+ class StoragePoolDisk
6062
+ class Representation < Google::Apis::Core::JsonRepresentation; end
6063
+
6064
+ include Google::Apis::Core::JsonObjectSupport
6065
+ end
6066
+
6055
6067
  class StoragePoolList
6056
6068
  class Representation < Google::Apis::Core::JsonRepresentation; end
6057
6069
 
@@ -6070,6 +6082,24 @@ module Google
6070
6082
  include Google::Apis::Core::JsonObjectSupport
6071
6083
  end
6072
6084
 
6085
+ class StoragePoolListDisks
6086
+ class Representation < Google::Apis::Core::JsonRepresentation; end
6087
+
6088
+ class Warning
6089
+ class Representation < Google::Apis::Core::JsonRepresentation; end
6090
+
6091
+ class Datum
6092
+ class Representation < Google::Apis::Core::JsonRepresentation; end
6093
+
6094
+ include Google::Apis::Core::JsonObjectSupport
6095
+ end
6096
+
6097
+ include Google::Apis::Core::JsonObjectSupport
6098
+ end
6099
+
6100
+ include Google::Apis::Core::JsonObjectSupport
6101
+ end
6102
+
6073
6103
  class StoragePoolResourceStatus
6074
6104
  class Representation < Google::Apis::Core::JsonRepresentation; end
6075
6105
 
@@ -6094,6 +6124,12 @@ module Google
6094
6124
  include Google::Apis::Core::JsonObjectSupport
6095
6125
  end
6096
6126
 
6127
+ class StructuredEntries
6128
+ class Representation < Google::Apis::Core::JsonRepresentation; end
6129
+
6130
+ include Google::Apis::Core::JsonObjectSupport
6131
+ end
6132
+
6097
6133
  class Subnetwork
6098
6134
  class Representation < Google::Apis::Core::JsonRepresentation; end
6099
6135
 
@@ -7860,6 +7896,7 @@ module Google
7860
7896
  property :max_rate_per_endpoint, as: 'maxRatePerEndpoint'
7861
7897
  property :max_rate_per_instance, as: 'maxRatePerInstance'
7862
7898
  property :max_utilization, as: 'maxUtilization'
7899
+ property :preference, as: 'preference'
7863
7900
  end
7864
7901
  end
7865
7902
 
@@ -8880,6 +8917,22 @@ module Google
8880
8917
  end
8881
8918
  end
8882
8919
 
8920
+ class DiskSettings
8921
+ # @private
8922
+ class Representation < Google::Apis::Core::JsonRepresentation
8923
+ hash :default_resource_policies, as: 'defaultResourcePolicies', class: Google::Apis::ComputeAlpha::DiskSettingsResourcePolicyDetails, decorator: Google::Apis::ComputeAlpha::DiskSettingsResourcePolicyDetails::Representation
8924
+
8925
+ end
8926
+ end
8927
+
8928
+ class DiskSettingsResourcePolicyDetails
8929
+ # @private
8930
+ class Representation < Google::Apis::Core::JsonRepresentation
8931
+ collection :excluded_disk_types, as: 'excludedDiskTypes'
8932
+ property :resource_policy, as: 'resourcePolicy'
8933
+ end
8934
+ end
8935
+
8883
8936
  class DiskType
8884
8937
  # @private
8885
8938
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -9048,13 +9101,6 @@ module Google
9048
9101
  end
9049
9102
  end
9050
9103
 
9051
- class DisksStopAsyncReplicationRequest
9052
- # @private
9053
- class Representation < Google::Apis::Core::JsonRepresentation
9054
- property :async_secondary_disk, as: 'asyncSecondaryDisk'
9055
- end
9056
- end
9057
-
9058
9104
  class DisksStopGroupAsyncReplicationResource
9059
9105
  # @private
9060
9106
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -10695,6 +10741,8 @@ module Google
10695
10741
 
10696
10742
  property :params, as: 'params', class: Google::Apis::ComputeAlpha::InstanceParams, decorator: Google::Apis::ComputeAlpha::InstanceParams::Representation
10697
10743
 
10744
+ hash :partner_metadata, as: 'partnerMetadata', class: Google::Apis::ComputeAlpha::StructuredEntries, decorator: Google::Apis::ComputeAlpha::StructuredEntries::Representation
10745
+
10698
10746
  property :post_key_revocation_action_type, as: 'postKeyRevocationActionType'
10699
10747
  property :preserved_state_size_gb, :numeric_string => true, as: 'preservedStateSizeGb'
10700
10748
  property :private_ipv6_google_access, as: 'privateIpv6GoogleAccess'
@@ -11670,6 +11718,8 @@ module Google
11670
11718
 
11671
11719
  property :network_performance_config, as: 'networkPerformanceConfig', class: Google::Apis::ComputeAlpha::NetworkPerformanceConfig, decorator: Google::Apis::ComputeAlpha::NetworkPerformanceConfig::Representation
11672
11720
 
11721
+ hash :partner_metadata, as: 'partnerMetadata', class: Google::Apis::ComputeAlpha::StructuredEntries, decorator: Google::Apis::ComputeAlpha::StructuredEntries::Representation
11722
+
11673
11723
  property :post_key_revocation_action_type, as: 'postKeyRevocationActionType'
11674
11724
  property :private_ipv6_google_access, as: 'privateIpv6GoogleAccess'
11675
11725
  property :reservation_affinity, as: 'reservationAffinity', class: Google::Apis::ComputeAlpha::ReservationAffinity, decorator: Google::Apis::ComputeAlpha::ReservationAffinity::Representation
@@ -11712,7 +11762,6 @@ module Google
11712
11762
  class Representation < Google::Apis::Core::JsonRepresentation
11713
11763
  property :email, as: 'email'
11714
11764
  property :kind, as: 'kind'
11715
- property :machine_type, as: 'machineType'
11716
11765
  property :zone, as: 'zone'
11717
11766
  end
11718
11767
  end
@@ -13431,6 +13480,7 @@ module Google
13431
13480
  # @private
13432
13481
  class Representation < Google::Apis::Core::JsonRepresentation
13433
13482
  property :ip_address, as: 'ipAddress'
13483
+ property :ipv6_address, as: 'ipv6Address'
13434
13484
  property :project_id_or_num, as: 'projectIdOrNum'
13435
13485
  collection :secondary_ip_cidr_ranges, as: 'secondaryIpCidrRanges'
13436
13486
  property :status, as: 'status'
@@ -15005,6 +15055,15 @@ module Google
15005
15055
  end
15006
15056
  end
15007
15057
 
15058
+ class PartnerMetadata
15059
+ # @private
15060
+ class Representation < Google::Apis::Core::JsonRepresentation
15061
+ property :fingerprint, :base64 => true, as: 'fingerprint'
15062
+ hash :partner_metadata, as: 'partnerMetadata', class: Google::Apis::ComputeAlpha::StructuredEntries, decorator: Google::Apis::ComputeAlpha::StructuredEntries::Representation
15063
+
15064
+ end
15065
+ end
15066
+
15008
15067
  class PathMatcher
15009
15068
  # @private
15010
15069
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -15612,9 +15671,11 @@ module Google
15612
15671
  # @private
15613
15672
  class Representation < Google::Apis::Core::JsonRepresentation
15614
15673
  hash :dimensions, as: 'dimensions'
15674
+ property :future_limit, as: 'futureLimit'
15615
15675
  property :limit, as: 'limit'
15616
15676
  property :limit_name, as: 'limitName'
15617
15677
  property :metric_name, as: 'metricName'
15678
+ property :rollout_status, as: 'rolloutStatus'
15618
15679
  end
15619
15680
  end
15620
15681
 
@@ -15767,13 +15828,6 @@ module Google
15767
15828
  end
15768
15829
  end
15769
15830
 
15770
- class RegionDisksStopAsyncReplicationRequest
15771
- # @private
15772
- class Representation < Google::Apis::Core::JsonRepresentation
15773
- property :async_secondary_disk, as: 'asyncSecondaryDisk'
15774
- end
15775
- end
15776
-
15777
15831
  class RegionInstanceGroupList
15778
15832
  # @private
15779
15833
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -16821,6 +16875,7 @@ module Google
16821
16875
  collection :advertised_ip_ranges, as: 'advertisedIpRanges', class: Google::Apis::ComputeAlpha::RouterAdvertisedIpRange, decorator: Google::Apis::ComputeAlpha::RouterAdvertisedIpRange::Representation
16822
16876
 
16823
16877
  property :asn, as: 'asn'
16878
+ property :identifier_range, as: 'identifierRange'
16824
16879
  property :keepalive_interval, as: 'keepaliveInterval'
16825
16880
  end
16826
16881
  end
@@ -16839,15 +16894,18 @@ module Google
16839
16894
 
16840
16895
  property :custom_learned_route_priority, as: 'customLearnedRoutePriority'
16841
16896
  property :enable, as: 'enable'
16897
+ property :enable_ipv4, as: 'enableIpv4'
16842
16898
  property :enable_ipv6, as: 'enableIpv6'
16843
16899
  property :interface_name, as: 'interfaceName'
16844
16900
  property :ip_address, as: 'ipAddress'
16901
+ property :ipv4_nexthop_address, as: 'ipv4NexthopAddress'
16845
16902
  property :ipv6_nexthop_address, as: 'ipv6NexthopAddress'
16846
16903
  property :management_type, as: 'managementType'
16847
16904
  property :md5_authentication_key_name, as: 'md5AuthenticationKeyName'
16848
16905
  property :name, as: 'name'
16849
16906
  property :peer_asn, as: 'peerAsn'
16850
16907
  property :peer_ip_address, as: 'peerIpAddress'
16908
+ property :peer_ipv4_nexthop_address, as: 'peerIpv4NexthopAddress'
16851
16909
  property :peer_ipv6_nexthop_address, as: 'peerIpv6NexthopAddress'
16852
16910
  property :router_appliance_instance, as: 'routerApplianceInstance'
16853
16911
  end
@@ -16877,6 +16935,7 @@ module Google
16877
16935
  # @private
16878
16936
  class Representation < Google::Apis::Core::JsonRepresentation
16879
16937
  property :ip_range, as: 'ipRange'
16938
+ property :ip_version, as: 'ipVersion'
16880
16939
  property :linked_interconnect_attachment, as: 'linkedInterconnectAttachment'
16881
16940
  property :linked_vpn_tunnel, as: 'linkedVpnTunnel'
16882
16941
  property :management_type, as: 'managementType'
@@ -18053,6 +18112,8 @@ module Google
18053
18112
  property :source_disk_for_recovery_checkpoint, as: 'sourceDiskForRecoveryCheckpoint'
18054
18113
  property :source_disk_id, as: 'sourceDiskId'
18055
18114
  property :source_instant_snapshot, as: 'sourceInstantSnapshot'
18115
+ property :source_instant_snapshot_encryption_key, as: 'sourceInstantSnapshotEncryptionKey', class: Google::Apis::ComputeAlpha::CustomerEncryptionKey, decorator: Google::Apis::ComputeAlpha::CustomerEncryptionKey::Representation
18116
+
18056
18117
  property :source_instant_snapshot_id, as: 'sourceInstantSnapshotId'
18057
18118
  property :source_snapshot_schedule_policy, as: 'sourceSnapshotSchedulePolicy'
18058
18119
  property :source_snapshot_schedule_policy_id, as: 'sourceSnapshotSchedulePolicyId'
@@ -18477,12 +18538,16 @@ module Google
18477
18538
  hash :labels, as: 'labels'
18478
18539
  property :name, as: 'name'
18479
18540
  property :provisioned_iops, :numeric_string => true, as: 'provisionedIops'
18541
+ property :provisioned_throughput, :numeric_string => true, as: 'provisionedThroughput'
18480
18542
  property :resource_status, as: 'resourceStatus', class: Google::Apis::ComputeAlpha::StoragePoolResourceStatus, decorator: Google::Apis::ComputeAlpha::StoragePoolResourceStatus::Representation
18481
18543
 
18482
18544
  property :self_link, as: 'selfLink'
18483
18545
  property :self_link_with_id, as: 'selfLinkWithId'
18484
18546
  property :size_gb, :numeric_string => true, as: 'sizeGb'
18485
18547
  property :state, as: 'state'
18548
+ property :status, as: 'status', class: Google::Apis::ComputeAlpha::StoragePoolResourceStatus, decorator: Google::Apis::ComputeAlpha::StoragePoolResourceStatus::Representation
18549
+
18550
+ property :storage_pool_type, as: 'storagePoolType'
18486
18551
  property :type, as: 'type'
18487
18552
  property :zone, as: 'zone'
18488
18553
  end
@@ -18522,6 +18587,23 @@ module Google
18522
18587
  end
18523
18588
  end
18524
18589
 
18590
+ class StoragePoolDisk
18591
+ # @private
18592
+ class Representation < Google::Apis::Core::JsonRepresentation
18593
+ collection :attached_instances, as: 'attachedInstances'
18594
+ property :creation_timestamp, as: 'creationTimestamp'
18595
+ property :disk, as: 'disk'
18596
+ property :name, as: 'name'
18597
+ property :provisioned_iops, :numeric_string => true, as: 'provisionedIops'
18598
+ property :provisioned_throughput, :numeric_string => true, as: 'provisionedThroughput'
18599
+ collection :resource_policies, as: 'resourcePolicies'
18600
+ property :size_gb, :numeric_string => true, as: 'sizeGb'
18601
+ property :status, as: 'status'
18602
+ property :type, as: 'type'
18603
+ property :used_bytes, :numeric_string => true, as: 'usedBytes'
18604
+ end
18605
+ end
18606
+
18525
18607
  class StoragePoolList
18526
18608
  # @private
18527
18609
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -18556,6 +18638,40 @@ module Google
18556
18638
  end
18557
18639
  end
18558
18640
 
18641
+ class StoragePoolListDisks
18642
+ # @private
18643
+ class Representation < Google::Apis::Core::JsonRepresentation
18644
+ property :etag, as: 'etag'
18645
+ property :id, as: 'id'
18646
+ collection :items, as: 'items', class: Google::Apis::ComputeAlpha::StoragePoolDisk, decorator: Google::Apis::ComputeAlpha::StoragePoolDisk::Representation
18647
+
18648
+ property :kind, as: 'kind'
18649
+ property :next_page_token, as: 'nextPageToken'
18650
+ property :self_link, as: 'selfLink'
18651
+ collection :unreachables, as: 'unreachables'
18652
+ property :warning, as: 'warning', class: Google::Apis::ComputeAlpha::StoragePoolListDisks::Warning, decorator: Google::Apis::ComputeAlpha::StoragePoolListDisks::Warning::Representation
18653
+
18654
+ end
18655
+
18656
+ class Warning
18657
+ # @private
18658
+ class Representation < Google::Apis::Core::JsonRepresentation
18659
+ property :code, as: 'code'
18660
+ collection :data, as: 'data', class: Google::Apis::ComputeAlpha::StoragePoolListDisks::Warning::Datum, decorator: Google::Apis::ComputeAlpha::StoragePoolListDisks::Warning::Datum::Representation
18661
+
18662
+ property :message, as: 'message'
18663
+ end
18664
+
18665
+ class Datum
18666
+ # @private
18667
+ class Representation < Google::Apis::Core::JsonRepresentation
18668
+ property :key, as: 'key'
18669
+ property :value, as: 'value'
18670
+ end
18671
+ end
18672
+ end
18673
+ end
18674
+
18559
18675
  class StoragePoolResourceStatus
18560
18676
  # @private
18561
18677
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -18597,6 +18713,13 @@ module Google
18597
18713
  end
18598
18714
  end
18599
18715
 
18716
+ class StructuredEntries
18717
+ # @private
18718
+ class Representation < Google::Apis::Core::JsonRepresentation
18719
+ hash :entries, as: 'entries'
18720
+ end
18721
+ end
18722
+
18600
18723
  class Subnetwork
18601
18724
  # @private
18602
18725
  class Representation < Google::Apis::Core::JsonRepresentation