google-apis-compute_alpha 0.68.0 → 0.69.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.
@@ -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
@@ -13431,6 +13477,7 @@ module Google
13431
13477
  # @private
13432
13478
  class Representation < Google::Apis::Core::JsonRepresentation
13433
13479
  property :ip_address, as: 'ipAddress'
13480
+ property :ipv6_address, as: 'ipv6Address'
13434
13481
  property :project_id_or_num, as: 'projectIdOrNum'
13435
13482
  collection :secondary_ip_cidr_ranges, as: 'secondaryIpCidrRanges'
13436
13483
  property :status, as: 'status'
@@ -15005,6 +15052,15 @@ module Google
15005
15052
  end
15006
15053
  end
15007
15054
 
15055
+ class PartnerMetadata
15056
+ # @private
15057
+ class Representation < Google::Apis::Core::JsonRepresentation
15058
+ property :fingerprint, :base64 => true, as: 'fingerprint'
15059
+ hash :partner_metadata, as: 'partnerMetadata', class: Google::Apis::ComputeAlpha::StructuredEntries, decorator: Google::Apis::ComputeAlpha::StructuredEntries::Representation
15060
+
15061
+ end
15062
+ end
15063
+
15008
15064
  class PathMatcher
15009
15065
  # @private
15010
15066
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -15612,6 +15668,7 @@ module Google
15612
15668
  # @private
15613
15669
  class Representation < Google::Apis::Core::JsonRepresentation
15614
15670
  hash :dimensions, as: 'dimensions'
15671
+ property :future_limit, as: 'futureLimit'
15615
15672
  property :limit, as: 'limit'
15616
15673
  property :limit_name, as: 'limitName'
15617
15674
  property :metric_name, as: 'metricName'
@@ -15767,13 +15824,6 @@ module Google
15767
15824
  end
15768
15825
  end
15769
15826
 
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
15827
  class RegionInstanceGroupList
15778
15828
  # @private
15779
15829
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -16821,6 +16871,7 @@ module Google
16821
16871
  collection :advertised_ip_ranges, as: 'advertisedIpRanges', class: Google::Apis::ComputeAlpha::RouterAdvertisedIpRange, decorator: Google::Apis::ComputeAlpha::RouterAdvertisedIpRange::Representation
16822
16872
 
16823
16873
  property :asn, as: 'asn'
16874
+ property :identifier_range, as: 'identifierRange'
16824
16875
  property :keepalive_interval, as: 'keepaliveInterval'
16825
16876
  end
16826
16877
  end
@@ -16839,15 +16890,18 @@ module Google
16839
16890
 
16840
16891
  property :custom_learned_route_priority, as: 'customLearnedRoutePriority'
16841
16892
  property :enable, as: 'enable'
16893
+ property :enable_ipv4, as: 'enableIpv4'
16842
16894
  property :enable_ipv6, as: 'enableIpv6'
16843
16895
  property :interface_name, as: 'interfaceName'
16844
16896
  property :ip_address, as: 'ipAddress'
16897
+ property :ipv4_nexthop_address, as: 'ipv4NexthopAddress'
16845
16898
  property :ipv6_nexthop_address, as: 'ipv6NexthopAddress'
16846
16899
  property :management_type, as: 'managementType'
16847
16900
  property :md5_authentication_key_name, as: 'md5AuthenticationKeyName'
16848
16901
  property :name, as: 'name'
16849
16902
  property :peer_asn, as: 'peerAsn'
16850
16903
  property :peer_ip_address, as: 'peerIpAddress'
16904
+ property :peer_ipv4_nexthop_address, as: 'peerIpv4NexthopAddress'
16851
16905
  property :peer_ipv6_nexthop_address, as: 'peerIpv6NexthopAddress'
16852
16906
  property :router_appliance_instance, as: 'routerApplianceInstance'
16853
16907
  end
@@ -16877,6 +16931,7 @@ module Google
16877
16931
  # @private
16878
16932
  class Representation < Google::Apis::Core::JsonRepresentation
16879
16933
  property :ip_range, as: 'ipRange'
16934
+ property :ip_version, as: 'ipVersion'
16880
16935
  property :linked_interconnect_attachment, as: 'linkedInterconnectAttachment'
16881
16936
  property :linked_vpn_tunnel, as: 'linkedVpnTunnel'
16882
16937
  property :management_type, as: 'managementType'
@@ -18053,6 +18108,8 @@ module Google
18053
18108
  property :source_disk_for_recovery_checkpoint, as: 'sourceDiskForRecoveryCheckpoint'
18054
18109
  property :source_disk_id, as: 'sourceDiskId'
18055
18110
  property :source_instant_snapshot, as: 'sourceInstantSnapshot'
18111
+ property :source_instant_snapshot_encryption_key, as: 'sourceInstantSnapshotEncryptionKey', class: Google::Apis::ComputeAlpha::CustomerEncryptionKey, decorator: Google::Apis::ComputeAlpha::CustomerEncryptionKey::Representation
18112
+
18056
18113
  property :source_instant_snapshot_id, as: 'sourceInstantSnapshotId'
18057
18114
  property :source_snapshot_schedule_policy, as: 'sourceSnapshotSchedulePolicy'
18058
18115
  property :source_snapshot_schedule_policy_id, as: 'sourceSnapshotSchedulePolicyId'
@@ -18477,12 +18534,16 @@ module Google
18477
18534
  hash :labels, as: 'labels'
18478
18535
  property :name, as: 'name'
18479
18536
  property :provisioned_iops, :numeric_string => true, as: 'provisionedIops'
18537
+ property :provisioned_throughput, :numeric_string => true, as: 'provisionedThroughput'
18480
18538
  property :resource_status, as: 'resourceStatus', class: Google::Apis::ComputeAlpha::StoragePoolResourceStatus, decorator: Google::Apis::ComputeAlpha::StoragePoolResourceStatus::Representation
18481
18539
 
18482
18540
  property :self_link, as: 'selfLink'
18483
18541
  property :self_link_with_id, as: 'selfLinkWithId'
18484
18542
  property :size_gb, :numeric_string => true, as: 'sizeGb'
18485
18543
  property :state, as: 'state'
18544
+ property :status, as: 'status', class: Google::Apis::ComputeAlpha::StoragePoolResourceStatus, decorator: Google::Apis::ComputeAlpha::StoragePoolResourceStatus::Representation
18545
+
18546
+ property :storage_pool_type, as: 'storagePoolType'
18486
18547
  property :type, as: 'type'
18487
18548
  property :zone, as: 'zone'
18488
18549
  end
@@ -18522,6 +18583,23 @@ module Google
18522
18583
  end
18523
18584
  end
18524
18585
 
18586
+ class StoragePoolDisk
18587
+ # @private
18588
+ class Representation < Google::Apis::Core::JsonRepresentation
18589
+ collection :attached_instances, as: 'attachedInstances'
18590
+ property :creation_timestamp, as: 'creationTimestamp'
18591
+ property :disk, as: 'disk'
18592
+ property :name, as: 'name'
18593
+ property :provisioned_iops, :numeric_string => true, as: 'provisionedIops'
18594
+ property :provisioned_throughput, :numeric_string => true, as: 'provisionedThroughput'
18595
+ collection :resource_policies, as: 'resourcePolicies'
18596
+ property :size_gb, :numeric_string => true, as: 'sizeGb'
18597
+ property :status, as: 'status'
18598
+ property :type, as: 'type'
18599
+ property :used_bytes, :numeric_string => true, as: 'usedBytes'
18600
+ end
18601
+ end
18602
+
18525
18603
  class StoragePoolList
18526
18604
  # @private
18527
18605
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -18556,6 +18634,40 @@ module Google
18556
18634
  end
18557
18635
  end
18558
18636
 
18637
+ class StoragePoolListDisks
18638
+ # @private
18639
+ class Representation < Google::Apis::Core::JsonRepresentation
18640
+ property :etag, as: 'etag'
18641
+ property :id, as: 'id'
18642
+ collection :items, as: 'items', class: Google::Apis::ComputeAlpha::StoragePoolDisk, decorator: Google::Apis::ComputeAlpha::StoragePoolDisk::Representation
18643
+
18644
+ property :kind, as: 'kind'
18645
+ property :next_page_token, as: 'nextPageToken'
18646
+ property :self_link, as: 'selfLink'
18647
+ collection :unreachables, as: 'unreachables'
18648
+ property :warning, as: 'warning', class: Google::Apis::ComputeAlpha::StoragePoolListDisks::Warning, decorator: Google::Apis::ComputeAlpha::StoragePoolListDisks::Warning::Representation
18649
+
18650
+ end
18651
+
18652
+ class Warning
18653
+ # @private
18654
+ class Representation < Google::Apis::Core::JsonRepresentation
18655
+ property :code, as: 'code'
18656
+ collection :data, as: 'data', class: Google::Apis::ComputeAlpha::StoragePoolListDisks::Warning::Datum, decorator: Google::Apis::ComputeAlpha::StoragePoolListDisks::Warning::Datum::Representation
18657
+
18658
+ property :message, as: 'message'
18659
+ end
18660
+
18661
+ class Datum
18662
+ # @private
18663
+ class Representation < Google::Apis::Core::JsonRepresentation
18664
+ property :key, as: 'key'
18665
+ property :value, as: 'value'
18666
+ end
18667
+ end
18668
+ end
18669
+ end
18670
+
18559
18671
  class StoragePoolResourceStatus
18560
18672
  # @private
18561
18673
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -18597,6 +18709,13 @@ module Google
18597
18709
  end
18598
18710
  end
18599
18711
 
18712
+ class StructuredEntries
18713
+ # @private
18714
+ class Representation < Google::Apis::Core::JsonRepresentation
18715
+ hash :entries, as: 'entries'
18716
+ end
18717
+ end
18718
+
18600
18719
  class Subnetwork
18601
18720
  # @private
18602
18721
  class Representation < Google::Apis::Core::JsonRepresentation