google-apis-compute_alpha 0.113.0 → 0.115.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 +9 -0
- data/lib/google/apis/compute_alpha/classes.rb +1829 -495
- data/lib/google/apis/compute_alpha/gem_version.rb +3 -3
- data/lib/google/apis/compute_alpha/representations.rb +501 -0
- data/lib/google/apis/compute_alpha/service.rb +1126 -108
- metadata +3 -3
@@ -820,6 +820,72 @@ module Google
|
|
820
820
|
include Google::Apis::Core::JsonObjectSupport
|
821
821
|
end
|
822
822
|
|
823
|
+
class CapacityAdviceRequest
|
824
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
825
|
+
|
826
|
+
include Google::Apis::Core::JsonObjectSupport
|
827
|
+
end
|
828
|
+
|
829
|
+
class CapacityAdviceRequestDistributionPolicy
|
830
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
831
|
+
|
832
|
+
include Google::Apis::Core::JsonObjectSupport
|
833
|
+
end
|
834
|
+
|
835
|
+
class CapacityAdviceRequestDistributionPolicyZoneConfiguration
|
836
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
837
|
+
|
838
|
+
include Google::Apis::Core::JsonObjectSupport
|
839
|
+
end
|
840
|
+
|
841
|
+
class CapacityAdviceRequestInstanceFlexibilityPolicy
|
842
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
843
|
+
|
844
|
+
include Google::Apis::Core::JsonObjectSupport
|
845
|
+
end
|
846
|
+
|
847
|
+
class CapacityAdviceRequestInstanceFlexibilityPolicyInstanceSelection
|
848
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
849
|
+
|
850
|
+
include Google::Apis::Core::JsonObjectSupport
|
851
|
+
end
|
852
|
+
|
853
|
+
class CapacityAdviceRequestInstanceProperties
|
854
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
855
|
+
|
856
|
+
include Google::Apis::Core::JsonObjectSupport
|
857
|
+
end
|
858
|
+
|
859
|
+
class CapacityAdviceRequestInstancePropertiesScheduling
|
860
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
861
|
+
|
862
|
+
include Google::Apis::Core::JsonObjectSupport
|
863
|
+
end
|
864
|
+
|
865
|
+
class CapacityAdviceResponse
|
866
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
867
|
+
|
868
|
+
include Google::Apis::Core::JsonObjectSupport
|
869
|
+
end
|
870
|
+
|
871
|
+
class CapacityAdviceResponseRecommendation
|
872
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
873
|
+
|
874
|
+
include Google::Apis::Core::JsonObjectSupport
|
875
|
+
end
|
876
|
+
|
877
|
+
class CapacityAdviceResponseRecommendationScores
|
878
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
879
|
+
|
880
|
+
include Google::Apis::Core::JsonObjectSupport
|
881
|
+
end
|
882
|
+
|
883
|
+
class CapacityAdviceResponseRecommendationShard
|
884
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
885
|
+
|
886
|
+
include Google::Apis::Core::JsonObjectSupport
|
887
|
+
end
|
888
|
+
|
823
889
|
class ChannelCredentials
|
824
890
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
825
891
|
|
@@ -2284,6 +2350,12 @@ module Google
|
|
2284
2350
|
include Google::Apis::Core::JsonObjectSupport
|
2285
2351
|
end
|
2286
2352
|
|
2353
|
+
class ImageParams
|
2354
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2355
|
+
|
2356
|
+
include Google::Apis::Core::JsonObjectSupport
|
2357
|
+
end
|
2358
|
+
|
2287
2359
|
class InitialStateConfig
|
2288
2360
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2289
2361
|
|
@@ -2326,6 +2398,18 @@ module Google
|
|
2326
2398
|
include Google::Apis::Core::JsonObjectSupport
|
2327
2399
|
end
|
2328
2400
|
|
2401
|
+
class InstanceFlexibilityPolicy
|
2402
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2403
|
+
|
2404
|
+
include Google::Apis::Core::JsonObjectSupport
|
2405
|
+
end
|
2406
|
+
|
2407
|
+
class InstanceFlexibilityPolicyInstanceSelection
|
2408
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2409
|
+
|
2410
|
+
include Google::Apis::Core::JsonObjectSupport
|
2411
|
+
end
|
2412
|
+
|
2329
2413
|
class InstanceGroup
|
2330
2414
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2331
2415
|
|
@@ -4618,6 +4702,12 @@ module Google
|
|
4618
4702
|
include Google::Apis::Core::JsonObjectSupport
|
4619
4703
|
end
|
4620
4704
|
|
4705
|
+
class NetworkProfileProfileType
|
4706
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4707
|
+
|
4708
|
+
include Google::Apis::Core::JsonObjectSupport
|
4709
|
+
end
|
4710
|
+
|
4621
4711
|
class NetworkProfilesListResponse
|
4622
4712
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4623
4713
|
|
@@ -5620,6 +5710,72 @@ module Google
|
|
5620
5710
|
include Google::Apis::Core::JsonObjectSupport
|
5621
5711
|
end
|
5622
5712
|
|
5713
|
+
class RecoverableSnapshot
|
5714
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
5715
|
+
|
5716
|
+
include Google::Apis::Core::JsonObjectSupport
|
5717
|
+
end
|
5718
|
+
|
5719
|
+
class RecoverableSnapshotAggregatedList
|
5720
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
5721
|
+
|
5722
|
+
class Warning
|
5723
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
5724
|
+
|
5725
|
+
class Datum
|
5726
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
5727
|
+
|
5728
|
+
include Google::Apis::Core::JsonObjectSupport
|
5729
|
+
end
|
5730
|
+
|
5731
|
+
include Google::Apis::Core::JsonObjectSupport
|
5732
|
+
end
|
5733
|
+
|
5734
|
+
include Google::Apis::Core::JsonObjectSupport
|
5735
|
+
end
|
5736
|
+
|
5737
|
+
class RecoverableSnapshotList
|
5738
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
5739
|
+
|
5740
|
+
class Warning
|
5741
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
5742
|
+
|
5743
|
+
class Datum
|
5744
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
5745
|
+
|
5746
|
+
include Google::Apis::Core::JsonObjectSupport
|
5747
|
+
end
|
5748
|
+
|
5749
|
+
include Google::Apis::Core::JsonObjectSupport
|
5750
|
+
end
|
5751
|
+
|
5752
|
+
include Google::Apis::Core::JsonObjectSupport
|
5753
|
+
end
|
5754
|
+
|
5755
|
+
class RecoverableSnapshotOriginalSnapshot
|
5756
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
5757
|
+
|
5758
|
+
include Google::Apis::Core::JsonObjectSupport
|
5759
|
+
end
|
5760
|
+
|
5761
|
+
class RecoverableSnapshotsScopedList
|
5762
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
5763
|
+
|
5764
|
+
class Warning
|
5765
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
5766
|
+
|
5767
|
+
class Datum
|
5768
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
5769
|
+
|
5770
|
+
include Google::Apis::Core::JsonObjectSupport
|
5771
|
+
end
|
5772
|
+
|
5773
|
+
include Google::Apis::Core::JsonObjectSupport
|
5774
|
+
end
|
5775
|
+
|
5776
|
+
include Google::Apis::Core::JsonObjectSupport
|
5777
|
+
end
|
5778
|
+
|
5623
5779
|
class Reference
|
5624
5780
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
5625
5781
|
|
@@ -6646,6 +6802,12 @@ module Google
|
|
6646
6802
|
include Google::Apis::Core::JsonObjectSupport
|
6647
6803
|
end
|
6648
6804
|
|
6805
|
+
class RouterParams
|
6806
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
6807
|
+
|
6808
|
+
include Google::Apis::Core::JsonObjectSupport
|
6809
|
+
end
|
6810
|
+
|
6649
6811
|
class RouterStatus
|
6650
6812
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
6651
6813
|
|
@@ -7360,6 +7522,12 @@ module Google
|
|
7360
7522
|
include Google::Apis::Core::JsonObjectSupport
|
7361
7523
|
end
|
7362
7524
|
|
7525
|
+
class SnapshotParams
|
7526
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
7527
|
+
|
7528
|
+
include Google::Apis::Core::JsonObjectSupport
|
7529
|
+
end
|
7530
|
+
|
7363
7531
|
class SnapshotResourceStatus
|
7364
7532
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
7365
7533
|
|
@@ -9735,6 +9903,7 @@ module Google
|
|
9735
9903
|
property :kind, as: 'kind'
|
9736
9904
|
property :load_balancing_scheme, as: 'loadBalancingScheme'
|
9737
9905
|
property :name, as: 'name'
|
9906
|
+
property :region, as: 'region'
|
9738
9907
|
property :self_link, as: 'selfLink'
|
9739
9908
|
property :self_link_with_id, as: 'selfLinkWithId'
|
9740
9909
|
collection :used_by, as: 'usedBy', class: Google::Apis::ComputeAlpha::BackendBucketUsedBy, decorator: Google::Apis::ComputeAlpha::BackendBucketUsedBy::Representation
|
@@ -10419,6 +10588,8 @@ module Google
|
|
10419
10588
|
# @private
|
10420
10589
|
class Representation < Google::Apis::Core::JsonRepresentation
|
10421
10590
|
property :count, :numeric_string => true, as: 'count'
|
10591
|
+
property :instance_flexibility_policy, as: 'instanceFlexibilityPolicy', class: Google::Apis::ComputeAlpha::InstanceFlexibilityPolicy, decorator: Google::Apis::ComputeAlpha::InstanceFlexibilityPolicy::Representation
|
10592
|
+
|
10422
10593
|
property :instance_properties, as: 'instanceProperties', class: Google::Apis::ComputeAlpha::InstanceProperties, decorator: Google::Apis::ComputeAlpha::InstanceProperties::Representation
|
10423
10594
|
|
10424
10595
|
property :location_policy, as: 'locationPolicy', class: Google::Apis::ComputeAlpha::LocationPolicy, decorator: Google::Apis::ComputeAlpha::LocationPolicy::Representation
|
@@ -10529,6 +10700,100 @@ module Google
|
|
10529
10700
|
end
|
10530
10701
|
end
|
10531
10702
|
|
10703
|
+
class CapacityAdviceRequest
|
10704
|
+
# @private
|
10705
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
10706
|
+
property :distribution_policy, as: 'distributionPolicy', class: Google::Apis::ComputeAlpha::CapacityAdviceRequestDistributionPolicy, decorator: Google::Apis::ComputeAlpha::CapacityAdviceRequestDistributionPolicy::Representation
|
10707
|
+
|
10708
|
+
property :instance_flexibility_policy, as: 'instanceFlexibilityPolicy', class: Google::Apis::ComputeAlpha::CapacityAdviceRequestInstanceFlexibilityPolicy, decorator: Google::Apis::ComputeAlpha::CapacityAdviceRequestInstanceFlexibilityPolicy::Representation
|
10709
|
+
|
10710
|
+
property :instance_properties, as: 'instanceProperties', class: Google::Apis::ComputeAlpha::CapacityAdviceRequestInstanceProperties, decorator: Google::Apis::ComputeAlpha::CapacityAdviceRequestInstanceProperties::Representation
|
10711
|
+
|
10712
|
+
end
|
10713
|
+
end
|
10714
|
+
|
10715
|
+
class CapacityAdviceRequestDistributionPolicy
|
10716
|
+
# @private
|
10717
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
10718
|
+
property :target_shape, as: 'targetShape'
|
10719
|
+
collection :zones, as: 'zones', class: Google::Apis::ComputeAlpha::CapacityAdviceRequestDistributionPolicyZoneConfiguration, decorator: Google::Apis::ComputeAlpha::CapacityAdviceRequestDistributionPolicyZoneConfiguration::Representation
|
10720
|
+
|
10721
|
+
end
|
10722
|
+
end
|
10723
|
+
|
10724
|
+
class CapacityAdviceRequestDistributionPolicyZoneConfiguration
|
10725
|
+
# @private
|
10726
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
10727
|
+
property :zone, as: 'zone'
|
10728
|
+
end
|
10729
|
+
end
|
10730
|
+
|
10731
|
+
class CapacityAdviceRequestInstanceFlexibilityPolicy
|
10732
|
+
# @private
|
10733
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
10734
|
+
hash :instance_selections, as: 'instanceSelections', class: Google::Apis::ComputeAlpha::CapacityAdviceRequestInstanceFlexibilityPolicyInstanceSelection, decorator: Google::Apis::ComputeAlpha::CapacityAdviceRequestInstanceFlexibilityPolicyInstanceSelection::Representation
|
10735
|
+
|
10736
|
+
end
|
10737
|
+
end
|
10738
|
+
|
10739
|
+
class CapacityAdviceRequestInstanceFlexibilityPolicyInstanceSelection
|
10740
|
+
# @private
|
10741
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
10742
|
+
collection :machine_types, as: 'machineTypes'
|
10743
|
+
end
|
10744
|
+
end
|
10745
|
+
|
10746
|
+
class CapacityAdviceRequestInstanceProperties
|
10747
|
+
# @private
|
10748
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
10749
|
+
property :scheduling, as: 'scheduling', class: Google::Apis::ComputeAlpha::CapacityAdviceRequestInstancePropertiesScheduling, decorator: Google::Apis::ComputeAlpha::CapacityAdviceRequestInstancePropertiesScheduling::Representation
|
10750
|
+
|
10751
|
+
end
|
10752
|
+
end
|
10753
|
+
|
10754
|
+
class CapacityAdviceRequestInstancePropertiesScheduling
|
10755
|
+
# @private
|
10756
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
10757
|
+
property :provisioning_model, as: 'provisioningModel'
|
10758
|
+
end
|
10759
|
+
end
|
10760
|
+
|
10761
|
+
class CapacityAdviceResponse
|
10762
|
+
# @private
|
10763
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
10764
|
+
collection :recommendations, as: 'recommendations', class: Google::Apis::ComputeAlpha::CapacityAdviceResponseRecommendation, decorator: Google::Apis::ComputeAlpha::CapacityAdviceResponseRecommendation::Representation
|
10765
|
+
|
10766
|
+
end
|
10767
|
+
end
|
10768
|
+
|
10769
|
+
class CapacityAdviceResponseRecommendation
|
10770
|
+
# @private
|
10771
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
10772
|
+
property :scores, as: 'scores', class: Google::Apis::ComputeAlpha::CapacityAdviceResponseRecommendationScores, decorator: Google::Apis::ComputeAlpha::CapacityAdviceResponseRecommendationScores::Representation
|
10773
|
+
|
10774
|
+
collection :shards, as: 'shards', class: Google::Apis::ComputeAlpha::CapacityAdviceResponseRecommendationShard, decorator: Google::Apis::ComputeAlpha::CapacityAdviceResponseRecommendationShard::Representation
|
10775
|
+
|
10776
|
+
end
|
10777
|
+
end
|
10778
|
+
|
10779
|
+
class CapacityAdviceResponseRecommendationScores
|
10780
|
+
# @private
|
10781
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
10782
|
+
property :obtainability, as: 'obtainability'
|
10783
|
+
property :spot_preemption, as: 'spotPreemption'
|
10784
|
+
end
|
10785
|
+
end
|
10786
|
+
|
10787
|
+
class CapacityAdviceResponseRecommendationShard
|
10788
|
+
# @private
|
10789
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
10790
|
+
property :instance_count, as: 'instanceCount'
|
10791
|
+
property :machine_type, as: 'machineType'
|
10792
|
+
property :provisioning_model, as: 'provisioningModel'
|
10793
|
+
property :zone, as: 'zone'
|
10794
|
+
end
|
10795
|
+
end
|
10796
|
+
|
10532
10797
|
class ChannelCredentials
|
10533
10798
|
# @private
|
10534
10799
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -11047,6 +11312,11 @@ module Google
|
|
11047
11312
|
property :source_image_id, as: 'sourceImageId'
|
11048
11313
|
property :source_instant_snapshot, as: 'sourceInstantSnapshot'
|
11049
11314
|
property :source_instant_snapshot_id, as: 'sourceInstantSnapshotId'
|
11315
|
+
property :source_machine_image, as: 'sourceMachineImage'
|
11316
|
+
property :source_machine_image_disk_device_name, as: 'sourceMachineImageDiskDeviceName'
|
11317
|
+
property :source_machine_image_encryption_key, as: 'sourceMachineImageEncryptionKey', class: Google::Apis::ComputeAlpha::CustomerEncryptionKey, decorator: Google::Apis::ComputeAlpha::CustomerEncryptionKey::Representation
|
11318
|
+
|
11319
|
+
property :source_machine_image_id, as: 'sourceMachineImageId'
|
11050
11320
|
property :source_snapshot, as: 'sourceSnapshot'
|
11051
11321
|
property :source_snapshot_encryption_key, as: 'sourceSnapshotEncryptionKey', class: Google::Apis::ComputeAlpha::CustomerEncryptionKey, decorator: Google::Apis::ComputeAlpha::CustomerEncryptionKey::Representation
|
11052
11322
|
|
@@ -13295,6 +13565,8 @@ module Google
|
|
13295
13565
|
collection :licenses, as: 'licenses'
|
13296
13566
|
property :locked, as: 'locked'
|
13297
13567
|
property :name, as: 'name'
|
13568
|
+
property :params, as: 'params', class: Google::Apis::ComputeAlpha::ImageParams, decorator: Google::Apis::ComputeAlpha::ImageParams::Representation
|
13569
|
+
|
13298
13570
|
property :raw_disk, as: 'rawDisk', class: Google::Apis::ComputeAlpha::Image::RawDisk, decorator: Google::Apis::ComputeAlpha::Image::RawDisk::Representation
|
13299
13571
|
|
13300
13572
|
property :rollout_override, as: 'rolloutOverride', class: Google::Apis::ComputeAlpha::RolloutPolicy, decorator: Google::Apis::ComputeAlpha::RolloutPolicy::Representation
|
@@ -13373,6 +13645,13 @@ module Google
|
|
13373
13645
|
end
|
13374
13646
|
end
|
13375
13647
|
|
13648
|
+
class ImageParams
|
13649
|
+
# @private
|
13650
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
13651
|
+
hash :resource_manager_tags, as: 'resourceManagerTags'
|
13652
|
+
end
|
13653
|
+
end
|
13654
|
+
|
13376
13655
|
class InitialStateConfig
|
13377
13656
|
# @private
|
13378
13657
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -13524,6 +13803,22 @@ module Google
|
|
13524
13803
|
end
|
13525
13804
|
end
|
13526
13805
|
|
13806
|
+
class InstanceFlexibilityPolicy
|
13807
|
+
# @private
|
13808
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
13809
|
+
hash :instance_selections, as: 'instanceSelections', class: Google::Apis::ComputeAlpha::InstanceFlexibilityPolicyInstanceSelection, decorator: Google::Apis::ComputeAlpha::InstanceFlexibilityPolicyInstanceSelection::Representation
|
13810
|
+
|
13811
|
+
end
|
13812
|
+
end
|
13813
|
+
|
13814
|
+
class InstanceFlexibilityPolicyInstanceSelection
|
13815
|
+
# @private
|
13816
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
13817
|
+
collection :machine_types, as: 'machineTypes'
|
13818
|
+
property :rank, :numeric_string => true, as: 'rank'
|
13819
|
+
end
|
13820
|
+
end
|
13821
|
+
|
13527
13822
|
class InstanceGroup
|
13528
13823
|
# @private
|
13529
13824
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -14534,6 +14829,8 @@ module Google
|
|
14534
14829
|
class InstanceParams
|
14535
14830
|
# @private
|
14536
14831
|
class Representation < Google::Apis::Core::JsonRepresentation
|
14832
|
+
property :request_valid_for_duration, as: 'requestValidForDuration', class: Google::Apis::ComputeAlpha::Duration, decorator: Google::Apis::ComputeAlpha::Duration::Representation
|
14833
|
+
|
14537
14834
|
hash :resource_manager_tags, as: 'resourceManagerTags'
|
14538
14835
|
end
|
14539
14836
|
end
|
@@ -17752,6 +18049,8 @@ module Google
|
|
17752
18049
|
property :location, as: 'location', class: Google::Apis::ComputeAlpha::NetworkProfileLocation, decorator: Google::Apis::ComputeAlpha::NetworkProfileLocation::Representation
|
17753
18050
|
|
17754
18051
|
property :name, as: 'name'
|
18052
|
+
property :profile_type, as: 'profileType', class: Google::Apis::ComputeAlpha::NetworkProfileProfileType, decorator: Google::Apis::ComputeAlpha::NetworkProfileProfileType::Representation
|
18053
|
+
|
17755
18054
|
property :self_link, as: 'selfLink'
|
17756
18055
|
property :self_link_with_id, as: 'selfLinkWithId'
|
17757
18056
|
end
|
@@ -17799,6 +18098,16 @@ module Google
|
|
17799
18098
|
end
|
17800
18099
|
end
|
17801
18100
|
|
18101
|
+
class NetworkProfileProfileType
|
18102
|
+
# @private
|
18103
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
18104
|
+
property :network_type, as: 'networkType'
|
18105
|
+
property :rdma_subtype, as: 'rdmaSubtype'
|
18106
|
+
property :ull_subtype, as: 'ullSubtype'
|
18107
|
+
property :vpc_subtype, as: 'vpcSubtype'
|
18108
|
+
end
|
18109
|
+
end
|
18110
|
+
|
17802
18111
|
class NetworkProfilesListResponse
|
17803
18112
|
# @private
|
17804
18113
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -19278,6 +19587,7 @@ module Google
|
|
19278
19587
|
property :fingerprint, :base64 => true, as: 'fingerprint'
|
19279
19588
|
property :id, :numeric_string => true, as: 'id'
|
19280
19589
|
property :ip_cidr_range, as: 'ipCidrRange'
|
19590
|
+
property :ipv6_access_type, as: 'ipv6AccessType'
|
19281
19591
|
property :kind, as: 'kind'
|
19282
19592
|
property :name, as: 'name'
|
19283
19593
|
property :pdp_scope, as: 'pdpScope'
|
@@ -19343,6 +19653,7 @@ module Google
|
|
19343
19653
|
property :fingerprint, :base64 => true, as: 'fingerprint'
|
19344
19654
|
property :id, :numeric_string => true, as: 'id'
|
19345
19655
|
property :ip_cidr_range, as: 'ipCidrRange'
|
19656
|
+
property :ipv6_access_type, as: 'ipv6AccessType'
|
19346
19657
|
property :is_live_migration, as: 'isLiveMigration'
|
19347
19658
|
property :kind, as: 'kind'
|
19348
19659
|
property :mode, as: 'mode'
|
@@ -19429,6 +19740,7 @@ module Google
|
|
19429
19740
|
property :delegatee_project, as: 'delegateeProject'
|
19430
19741
|
property :description, as: 'description'
|
19431
19742
|
property :ip_cidr_range, as: 'ipCidrRange'
|
19743
|
+
property :ipv6_access_type, as: 'ipv6AccessType'
|
19432
19744
|
property :is_address, as: 'isAddress'
|
19433
19745
|
property :mode, as: 'mode'
|
19434
19746
|
property :name, as: 'name'
|
@@ -19674,6 +19986,173 @@ module Google
|
|
19674
19986
|
end
|
19675
19987
|
end
|
19676
19988
|
|
19989
|
+
class RecoverableSnapshot
|
19990
|
+
# @private
|
19991
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
19992
|
+
property :creation_timestamp, as: 'creationTimestamp'
|
19993
|
+
property :description, as: 'description'
|
19994
|
+
property :id, :numeric_string => true, as: 'id'
|
19995
|
+
property :kind, as: 'kind'
|
19996
|
+
property :name, as: 'name'
|
19997
|
+
property :original_resource, as: 'originalResource', class: Google::Apis::ComputeAlpha::RecoverableSnapshotOriginalSnapshot, decorator: Google::Apis::ComputeAlpha::RecoverableSnapshotOriginalSnapshot::Representation
|
19998
|
+
|
19999
|
+
property :purge_timestamp, as: 'purgeTimestamp'
|
20000
|
+
property :satisfies_pzi, as: 'satisfiesPzi'
|
20001
|
+
property :satisfies_pzs, as: 'satisfiesPzs'
|
20002
|
+
property :self_link, as: 'selfLink'
|
20003
|
+
property :self_link_with_id, as: 'selfLinkWithId'
|
20004
|
+
property :status, as: 'status'
|
20005
|
+
end
|
20006
|
+
end
|
20007
|
+
|
20008
|
+
class RecoverableSnapshotAggregatedList
|
20009
|
+
# @private
|
20010
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
20011
|
+
property :etag, as: 'etag'
|
20012
|
+
property :id, as: 'id'
|
20013
|
+
hash :items, as: 'items', class: Google::Apis::ComputeAlpha::RecoverableSnapshotsScopedList, decorator: Google::Apis::ComputeAlpha::RecoverableSnapshotsScopedList::Representation
|
20014
|
+
|
20015
|
+
property :kind, as: 'kind'
|
20016
|
+
property :next_page_token, as: 'nextPageToken'
|
20017
|
+
property :self_link, as: 'selfLink'
|
20018
|
+
collection :unreachables, as: 'unreachables'
|
20019
|
+
property :warning, as: 'warning', class: Google::Apis::ComputeAlpha::RecoverableSnapshotAggregatedList::Warning, decorator: Google::Apis::ComputeAlpha::RecoverableSnapshotAggregatedList::Warning::Representation
|
20020
|
+
|
20021
|
+
end
|
20022
|
+
|
20023
|
+
class Warning
|
20024
|
+
# @private
|
20025
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
20026
|
+
property :code, as: 'code'
|
20027
|
+
collection :data, as: 'data', class: Google::Apis::ComputeAlpha::RecoverableSnapshotAggregatedList::Warning::Datum, decorator: Google::Apis::ComputeAlpha::RecoverableSnapshotAggregatedList::Warning::Datum::Representation
|
20028
|
+
|
20029
|
+
property :message, as: 'message'
|
20030
|
+
end
|
20031
|
+
|
20032
|
+
class Datum
|
20033
|
+
# @private
|
20034
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
20035
|
+
property :key, as: 'key'
|
20036
|
+
property :value, as: 'value'
|
20037
|
+
end
|
20038
|
+
end
|
20039
|
+
end
|
20040
|
+
end
|
20041
|
+
|
20042
|
+
class RecoverableSnapshotList
|
20043
|
+
# @private
|
20044
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
20045
|
+
property :etag, as: 'etag'
|
20046
|
+
property :id, as: 'id'
|
20047
|
+
collection :items, as: 'items', class: Google::Apis::ComputeAlpha::RecoverableSnapshot, decorator: Google::Apis::ComputeAlpha::RecoverableSnapshot::Representation
|
20048
|
+
|
20049
|
+
property :kind, as: 'kind'
|
20050
|
+
property :next_page_token, as: 'nextPageToken'
|
20051
|
+
property :self_link, as: 'selfLink'
|
20052
|
+
collection :unreachables, as: 'unreachables'
|
20053
|
+
property :warning, as: 'warning', class: Google::Apis::ComputeAlpha::RecoverableSnapshotList::Warning, decorator: Google::Apis::ComputeAlpha::RecoverableSnapshotList::Warning::Representation
|
20054
|
+
|
20055
|
+
end
|
20056
|
+
|
20057
|
+
class Warning
|
20058
|
+
# @private
|
20059
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
20060
|
+
property :code, as: 'code'
|
20061
|
+
collection :data, as: 'data', class: Google::Apis::ComputeAlpha::RecoverableSnapshotList::Warning::Datum, decorator: Google::Apis::ComputeAlpha::RecoverableSnapshotList::Warning::Datum::Representation
|
20062
|
+
|
20063
|
+
property :message, as: 'message'
|
20064
|
+
end
|
20065
|
+
|
20066
|
+
class Datum
|
20067
|
+
# @private
|
20068
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
20069
|
+
property :key, as: 'key'
|
20070
|
+
property :value, as: 'value'
|
20071
|
+
end
|
20072
|
+
end
|
20073
|
+
end
|
20074
|
+
end
|
20075
|
+
|
20076
|
+
class RecoverableSnapshotOriginalSnapshot
|
20077
|
+
# @private
|
20078
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
20079
|
+
property :architecture, as: 'architecture'
|
20080
|
+
property :auto_created, as: 'autoCreated'
|
20081
|
+
property :auto_created_by, as: 'autoCreatedBy'
|
20082
|
+
property :chain_name, as: 'chainName'
|
20083
|
+
property :creation_size_bytes, :numeric_string => true, as: 'creationSizeBytes'
|
20084
|
+
property :creation_timestamp, as: 'creationTimestamp'
|
20085
|
+
property :deletion_timestamp, as: 'deletionTimestamp'
|
20086
|
+
property :description, as: 'description'
|
20087
|
+
property :disk_size_gb, :numeric_string => true, as: 'diskSizeGb'
|
20088
|
+
property :download_bytes, :numeric_string => true, as: 'downloadBytes'
|
20089
|
+
property :enable_confidential_compute, as: 'enableConfidentialCompute'
|
20090
|
+
property :full, as: 'full'
|
20091
|
+
collection :guest_os_features, as: 'guestOsFeatures', class: Google::Apis::ComputeAlpha::GuestOsFeature, decorator: Google::Apis::ComputeAlpha::GuestOsFeature::Representation
|
20092
|
+
|
20093
|
+
property :id, :numeric_string => true, as: 'id'
|
20094
|
+
property :label_fingerprint, :base64 => true, as: 'labelFingerprint'
|
20095
|
+
hash :labels, as: 'labels'
|
20096
|
+
collection :license_codes, as: 'licenseCodes'
|
20097
|
+
collection :licenses, as: 'licenses'
|
20098
|
+
property :max_retention_days, as: 'maxRetentionDays'
|
20099
|
+
property :name, as: 'name'
|
20100
|
+
property :region, as: 'region'
|
20101
|
+
property :satisfies_pzi, as: 'satisfiesPzi'
|
20102
|
+
property :satisfies_pzs, as: 'satisfiesPzs'
|
20103
|
+
property :self_link, as: 'selfLink'
|
20104
|
+
property :self_link_with_id, as: 'selfLinkWithId'
|
20105
|
+
property :snapshot_encryption_key, as: 'snapshotEncryptionKey', class: Google::Apis::ComputeAlpha::CustomerEncryptionKey, decorator: Google::Apis::ComputeAlpha::CustomerEncryptionKey::Representation
|
20106
|
+
|
20107
|
+
property :snapshot_group_id, as: 'snapshotGroupId'
|
20108
|
+
property :snapshot_group_name, as: 'snapshotGroupName'
|
20109
|
+
property :snapshot_type, as: 'snapshotType'
|
20110
|
+
property :source_disk, as: 'sourceDisk'
|
20111
|
+
property :source_disk_encryption_key, as: 'sourceDiskEncryptionKey', class: Google::Apis::ComputeAlpha::CustomerEncryptionKey, decorator: Google::Apis::ComputeAlpha::CustomerEncryptionKey::Representation
|
20112
|
+
|
20113
|
+
property :source_disk_for_recovery_checkpoint, as: 'sourceDiskForRecoveryCheckpoint'
|
20114
|
+
property :source_disk_id, as: 'sourceDiskId'
|
20115
|
+
property :source_instant_snapshot, as: 'sourceInstantSnapshot'
|
20116
|
+
property :source_instant_snapshot_encryption_key, as: 'sourceInstantSnapshotEncryptionKey', class: Google::Apis::ComputeAlpha::CustomerEncryptionKey, decorator: Google::Apis::ComputeAlpha::CustomerEncryptionKey::Representation
|
20117
|
+
|
20118
|
+
property :source_instant_snapshot_id, as: 'sourceInstantSnapshotId'
|
20119
|
+
property :source_snapshot_schedule_policy, as: 'sourceSnapshotSchedulePolicy'
|
20120
|
+
property :source_snapshot_schedule_policy_id, as: 'sourceSnapshotSchedulePolicyId'
|
20121
|
+
property :storage_bytes, :numeric_string => true, as: 'storageBytes'
|
20122
|
+
property :storage_bytes_status, as: 'storageBytesStatus'
|
20123
|
+
collection :storage_locations, as: 'storageLocations'
|
20124
|
+
collection :user_licenses, as: 'userLicenses'
|
20125
|
+
end
|
20126
|
+
end
|
20127
|
+
|
20128
|
+
class RecoverableSnapshotsScopedList
|
20129
|
+
# @private
|
20130
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
20131
|
+
collection :recoverablesnapshots, as: 'recoverablesnapshots', class: Google::Apis::ComputeAlpha::RecoverableSnapshot, decorator: Google::Apis::ComputeAlpha::RecoverableSnapshot::Representation
|
20132
|
+
|
20133
|
+
property :warning, as: 'warning', class: Google::Apis::ComputeAlpha::RecoverableSnapshotsScopedList::Warning, decorator: Google::Apis::ComputeAlpha::RecoverableSnapshotsScopedList::Warning::Representation
|
20134
|
+
|
20135
|
+
end
|
20136
|
+
|
20137
|
+
class Warning
|
20138
|
+
# @private
|
20139
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
20140
|
+
property :code, as: 'code'
|
20141
|
+
collection :data, as: 'data', class: Google::Apis::ComputeAlpha::RecoverableSnapshotsScopedList::Warning::Datum, decorator: Google::Apis::ComputeAlpha::RecoverableSnapshotsScopedList::Warning::Datum::Representation
|
20142
|
+
|
20143
|
+
property :message, as: 'message'
|
20144
|
+
end
|
20145
|
+
|
20146
|
+
class Datum
|
20147
|
+
# @private
|
20148
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
20149
|
+
property :key, as: 'key'
|
20150
|
+
property :value, as: 'value'
|
20151
|
+
end
|
20152
|
+
end
|
20153
|
+
end
|
20154
|
+
end
|
20155
|
+
|
19677
20156
|
class Reference
|
19678
20157
|
# @private
|
19679
20158
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -20953,6 +21432,8 @@ module Google
|
|
20953
21432
|
class Representation < Google::Apis::Core::JsonRepresentation
|
20954
21433
|
collection :accelerator_status, as: 'acceleratorStatus', class: Google::Apis::ComputeAlpha::ResourceStatusAcceleratorStatus, decorator: Google::Apis::ComputeAlpha::ResourceStatusAcceleratorStatus::Representation
|
20955
21434
|
|
21435
|
+
property :consumed_reservation, as: 'consumedReservation'
|
21436
|
+
property :consumed_reservation_block, as: 'consumedReservationBlock'
|
20956
21437
|
property :effective_instance_metadata, as: 'effectiveInstanceMetadata', class: Google::Apis::ComputeAlpha::ResourceStatusEffectiveInstanceMetadata, decorator: Google::Apis::ComputeAlpha::ResourceStatusEffectiveInstanceMetadata::Representation
|
20957
21438
|
|
20958
21439
|
property :last_instance_termination_details, as: 'lastInstanceTerminationDetails', class: Google::Apis::ComputeAlpha::ResourceStatusLastInstanceTerminationDetails, decorator: Google::Apis::ComputeAlpha::ResourceStatusLastInstanceTerminationDetails::Representation
|
@@ -21255,6 +21736,8 @@ module Google
|
|
21255
21736
|
|
21256
21737
|
property :ncc_gateway, as: 'nccGateway'
|
21257
21738
|
property :network, as: 'network'
|
21739
|
+
property :params, as: 'params', class: Google::Apis::ComputeAlpha::RouterParams, decorator: Google::Apis::ComputeAlpha::RouterParams::Representation
|
21740
|
+
|
21258
21741
|
property :region, as: 'region'
|
21259
21742
|
property :self_link, as: 'selfLink'
|
21260
21743
|
property :self_link_with_id, as: 'selfLinkWithId'
|
@@ -21500,6 +21983,13 @@ module Google
|
|
21500
21983
|
end
|
21501
21984
|
end
|
21502
21985
|
|
21986
|
+
class RouterParams
|
21987
|
+
# @private
|
21988
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
21989
|
+
hash :resource_manager_tags, as: 'resourceManagerTags'
|
21990
|
+
end
|
21991
|
+
end
|
21992
|
+
|
21503
21993
|
class RouterStatus
|
21504
21994
|
# @private
|
21505
21995
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -21821,6 +22311,7 @@ module Google
|
|
21821
22311
|
property :provisioning_model, as: 'provisioningModel'
|
21822
22312
|
property :shutdown_timeout, as: 'shutdownTimeout', class: Google::Apis::ComputeAlpha::Duration, decorator: Google::Apis::ComputeAlpha::Duration::Representation
|
21823
22313
|
|
22314
|
+
property :skip_guest_os_shutdown, as: 'skipGuestOsShutdown'
|
21824
22315
|
property :termination_time, as: 'terminationTime'
|
21825
22316
|
property :windows_license_optimization_mode, as: 'windowsLicenseOptimizationMode'
|
21826
22317
|
end
|
@@ -22727,6 +23218,8 @@ module Google
|
|
22727
23218
|
property :location_hint, as: 'locationHint'
|
22728
23219
|
property :max_retention_days, as: 'maxRetentionDays'
|
22729
23220
|
property :name, as: 'name'
|
23221
|
+
property :params, as: 'params', class: Google::Apis::ComputeAlpha::SnapshotParams, decorator: Google::Apis::ComputeAlpha::SnapshotParams::Representation
|
23222
|
+
|
22730
23223
|
property :region, as: 'region'
|
22731
23224
|
property :resource_status, as: 'resourceStatus', class: Google::Apis::ComputeAlpha::SnapshotResourceStatus, decorator: Google::Apis::ComputeAlpha::SnapshotResourceStatus::Representation
|
22732
23225
|
|
@@ -22868,6 +23361,13 @@ module Google
|
|
22868
23361
|
end
|
22869
23362
|
end
|
22870
23363
|
|
23364
|
+
class SnapshotParams
|
23365
|
+
# @private
|
23366
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
23367
|
+
hash :resource_manager_tags, as: 'resourceManagerTags'
|
23368
|
+
end
|
23369
|
+
end
|
23370
|
+
|
22871
23371
|
class SnapshotResourceStatus
|
22872
23372
|
# @private
|
22873
23373
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -25621,6 +26121,7 @@ module Google
|
|
25621
26121
|
property :id, :numeric_string => true, as: 'id'
|
25622
26122
|
property :kind, as: 'kind'
|
25623
26123
|
property :name, as: 'name'
|
26124
|
+
property :reconciling, as: 'reconciling'
|
25624
26125
|
property :self_link, as: 'selfLink'
|
25625
26126
|
property :self_link_with_id, as: 'selfLinkWithId'
|
25626
26127
|
property :service_level, as: 'serviceLevel', class: Google::Apis::ComputeAlpha::WireGroupServiceLevel, decorator: Google::Apis::ComputeAlpha::WireGroupServiceLevel::Representation
|