google-apis-compute_v1 0.1.0 → 0.6.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 +22 -0
- data/lib/google/apis/compute_v1/classes.rb +1395 -166
- data/lib/google/apis/compute_v1/gem_version.rb +3 -3
- data/lib/google/apis/compute_v1/representations.rb +453 -0
- data/lib/google/apis/compute_v1/service.rb +1283 -138
- metadata +5 -5
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module ComputeV1
|
18
18
|
# Version of the google-apis-compute_v1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.6.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.
|
22
|
+
GENERATOR_VERSION = "0.2.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20210301"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -154,6 +154,12 @@ module Google
|
|
154
154
|
include Google::Apis::Core::JsonObjectSupport
|
155
155
|
end
|
156
156
|
|
157
|
+
class AdvancedMachineFeatures
|
158
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
159
|
+
|
160
|
+
include Google::Apis::Core::JsonObjectSupport
|
161
|
+
end
|
162
|
+
|
157
163
|
class AliasIpRange
|
158
164
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
159
165
|
|
@@ -442,6 +448,18 @@ module Google
|
|
442
448
|
include Google::Apis::Core::JsonObjectSupport
|
443
449
|
end
|
444
450
|
|
451
|
+
class BulkInsertInstanceResource
|
452
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
453
|
+
|
454
|
+
include Google::Apis::Core::JsonObjectSupport
|
455
|
+
end
|
456
|
+
|
457
|
+
class BulkInsertInstanceResourcePerInstanceProperties
|
458
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
459
|
+
|
460
|
+
include Google::Apis::Core::JsonObjectSupport
|
461
|
+
end
|
462
|
+
|
445
463
|
class CacheInvalidationRule
|
446
464
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
447
465
|
|
@@ -856,6 +874,60 @@ module Google
|
|
856
874
|
include Google::Apis::Core::JsonObjectSupport
|
857
875
|
end
|
858
876
|
|
877
|
+
class FirewallPoliciesListAssociationsResponse
|
878
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
879
|
+
|
880
|
+
include Google::Apis::Core::JsonObjectSupport
|
881
|
+
end
|
882
|
+
|
883
|
+
class FirewallPolicy
|
884
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
885
|
+
|
886
|
+
include Google::Apis::Core::JsonObjectSupport
|
887
|
+
end
|
888
|
+
|
889
|
+
class FirewallPolicyAssociation
|
890
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
891
|
+
|
892
|
+
include Google::Apis::Core::JsonObjectSupport
|
893
|
+
end
|
894
|
+
|
895
|
+
class FirewallPolicyList
|
896
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
897
|
+
|
898
|
+
class Warning
|
899
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
900
|
+
|
901
|
+
class Datum
|
902
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
903
|
+
|
904
|
+
include Google::Apis::Core::JsonObjectSupport
|
905
|
+
end
|
906
|
+
|
907
|
+
include Google::Apis::Core::JsonObjectSupport
|
908
|
+
end
|
909
|
+
|
910
|
+
include Google::Apis::Core::JsonObjectSupport
|
911
|
+
end
|
912
|
+
|
913
|
+
class FirewallPolicyRule
|
914
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
915
|
+
|
916
|
+
include Google::Apis::Core::JsonObjectSupport
|
917
|
+
end
|
918
|
+
|
919
|
+
class FirewallPolicyRuleMatcher
|
920
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
921
|
+
|
922
|
+
include Google::Apis::Core::JsonObjectSupport
|
923
|
+
end
|
924
|
+
|
925
|
+
class FirewallPolicyRuleMatcherLayer4Config
|
926
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
927
|
+
|
928
|
+
include Google::Apis::Core::JsonObjectSupport
|
929
|
+
end
|
930
|
+
|
859
931
|
class FixedOrPercent
|
860
932
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
861
933
|
|
@@ -910,6 +982,12 @@ module Google
|
|
910
982
|
include Google::Apis::Core::JsonObjectSupport
|
911
983
|
end
|
912
984
|
|
985
|
+
class ForwardingRuleServiceDirectoryRegistration
|
986
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
987
|
+
|
988
|
+
include Google::Apis::Core::JsonObjectSupport
|
989
|
+
end
|
990
|
+
|
913
991
|
class ForwardingRulesScopedList
|
914
992
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
915
993
|
|
@@ -946,6 +1024,12 @@ module Google
|
|
946
1024
|
include Google::Apis::Core::JsonObjectSupport
|
947
1025
|
end
|
948
1026
|
|
1027
|
+
class GlobalOrganizationSetPolicyRequest
|
1028
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1029
|
+
|
1030
|
+
include Google::Apis::Core::JsonObjectSupport
|
1031
|
+
end
|
1032
|
+
|
949
1033
|
class GlobalSetLabelsRequest
|
950
1034
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
951
1035
|
|
@@ -1708,6 +1792,18 @@ module Google
|
|
1708
1792
|
include Google::Apis::Core::JsonObjectSupport
|
1709
1793
|
end
|
1710
1794
|
|
1795
|
+
class InstancesGetEffectiveFirewallsResponse
|
1796
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1797
|
+
|
1798
|
+
include Google::Apis::Core::JsonObjectSupport
|
1799
|
+
end
|
1800
|
+
|
1801
|
+
class InstancesGetEffectiveFirewallsResponseEffectiveFirewallPolicy
|
1802
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1803
|
+
|
1804
|
+
include Google::Apis::Core::JsonObjectSupport
|
1805
|
+
end
|
1806
|
+
|
1711
1807
|
class InstancesRemoveResourcePoliciesRequest
|
1712
1808
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1713
1809
|
|
@@ -2002,6 +2098,18 @@ module Google
|
|
2002
2098
|
include Google::Apis::Core::JsonObjectSupport
|
2003
2099
|
end
|
2004
2100
|
|
2101
|
+
class LocationPolicy
|
2102
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2103
|
+
|
2104
|
+
include Google::Apis::Core::JsonObjectSupport
|
2105
|
+
end
|
2106
|
+
|
2107
|
+
class LocationPolicyLocation
|
2108
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2109
|
+
|
2110
|
+
include Google::Apis::Core::JsonObjectSupport
|
2111
|
+
end
|
2112
|
+
|
2005
2113
|
class LogConfig
|
2006
2114
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2007
2115
|
|
@@ -2344,6 +2452,18 @@ module Google
|
|
2344
2452
|
include Google::Apis::Core::JsonObjectSupport
|
2345
2453
|
end
|
2346
2454
|
|
2455
|
+
class NetworksGetEffectiveFirewallsResponse
|
2456
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2457
|
+
|
2458
|
+
include Google::Apis::Core::JsonObjectSupport
|
2459
|
+
end
|
2460
|
+
|
2461
|
+
class NetworksGetEffectiveFirewallsResponseEffectiveFirewallPolicy
|
2462
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2463
|
+
|
2464
|
+
include Google::Apis::Core::JsonObjectSupport
|
2465
|
+
end
|
2466
|
+
|
2347
2467
|
class NetworksRemovePeeringRequest
|
2348
2468
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2349
2469
|
|
@@ -3310,6 +3430,18 @@ module Google
|
|
3310
3430
|
include Google::Apis::Core::JsonObjectSupport
|
3311
3431
|
end
|
3312
3432
|
|
3433
|
+
class ResourcePolicyInstanceSchedulePolicy
|
3434
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3435
|
+
|
3436
|
+
include Google::Apis::Core::JsonObjectSupport
|
3437
|
+
end
|
3438
|
+
|
3439
|
+
class ResourcePolicyInstanceSchedulePolicySchedule
|
3440
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3441
|
+
|
3442
|
+
include Google::Apis::Core::JsonObjectSupport
|
3443
|
+
end
|
3444
|
+
|
3313
3445
|
class ResourcePolicyList
|
3314
3446
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3315
3447
|
|
@@ -3328,6 +3460,18 @@ module Google
|
|
3328
3460
|
include Google::Apis::Core::JsonObjectSupport
|
3329
3461
|
end
|
3330
3462
|
|
3463
|
+
class ResourcePolicyResourceStatus
|
3464
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3465
|
+
|
3466
|
+
include Google::Apis::Core::JsonObjectSupport
|
3467
|
+
end
|
3468
|
+
|
3469
|
+
class ResourcePolicyResourceStatusInstanceSchedulePolicyStatus
|
3470
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3471
|
+
|
3472
|
+
include Google::Apis::Core::JsonObjectSupport
|
3473
|
+
end
|
3474
|
+
|
3331
3475
|
class ResourcePolicySnapshotSchedulePolicy
|
3332
3476
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3333
3477
|
|
@@ -4432,6 +4576,12 @@ module Google
|
|
4432
4576
|
include Google::Apis::Core::JsonObjectSupport
|
4433
4577
|
end
|
4434
4578
|
|
4579
|
+
class UrlMapTestHeader
|
4580
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4581
|
+
|
4582
|
+
include Google::Apis::Core::JsonObjectSupport
|
4583
|
+
end
|
4584
|
+
|
4435
4585
|
class UrlMapValidationResult
|
4436
4586
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4437
4587
|
|
@@ -5038,6 +5188,13 @@ module Google
|
|
5038
5188
|
end
|
5039
5189
|
end
|
5040
5190
|
|
5191
|
+
class AdvancedMachineFeatures
|
5192
|
+
# @private
|
5193
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
5194
|
+
property :enable_nested_virtualization, as: 'enableNestedVirtualization'
|
5195
|
+
end
|
5196
|
+
end
|
5197
|
+
|
5041
5198
|
class AliasIpRange
|
5042
5199
|
# @private
|
5043
5200
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -5061,6 +5218,7 @@ module Google
|
|
5061
5218
|
|
5062
5219
|
collection :local_ssds, as: 'localSsds', class: Google::Apis::ComputeV1::AllocationSpecificSkuAllocationAllocatedInstancePropertiesReservedDisk, decorator: Google::Apis::ComputeV1::AllocationSpecificSkuAllocationAllocatedInstancePropertiesReservedDisk::Representation
|
5063
5220
|
|
5221
|
+
property :location_hint, as: 'locationHint'
|
5064
5222
|
property :machine_type, as: 'machineType'
|
5065
5223
|
property :min_cpu_platform, as: 'minCpuPlatform'
|
5066
5224
|
end
|
@@ -5110,6 +5268,7 @@ module Google
|
|
5110
5268
|
property :disk_type, as: 'diskType'
|
5111
5269
|
hash :labels, as: 'labels'
|
5112
5270
|
property :on_update_action, as: 'onUpdateAction'
|
5271
|
+
property :provisioned_iops, :numeric_string => true, as: 'provisionedIops'
|
5113
5272
|
collection :resource_policies, as: 'resourcePolicies'
|
5114
5273
|
property :source_image, as: 'sourceImage'
|
5115
5274
|
property :source_image_encryption_key, as: 'sourceImageEncryptionKey', class: Google::Apis::ComputeV1::CustomerEncryptionKey, decorator: Google::Apis::ComputeV1::CustomerEncryptionKey::Representation
|
@@ -5609,6 +5768,29 @@ module Google
|
|
5609
5768
|
end
|
5610
5769
|
end
|
5611
5770
|
|
5771
|
+
class BulkInsertInstanceResource
|
5772
|
+
# @private
|
5773
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
5774
|
+
property :count, :numeric_string => true, as: 'count'
|
5775
|
+
property :instance_properties, as: 'instanceProperties', class: Google::Apis::ComputeV1::InstanceProperties, decorator: Google::Apis::ComputeV1::InstanceProperties::Representation
|
5776
|
+
|
5777
|
+
property :location_policy, as: 'locationPolicy', class: Google::Apis::ComputeV1::LocationPolicy, decorator: Google::Apis::ComputeV1::LocationPolicy::Representation
|
5778
|
+
|
5779
|
+
property :min_count, :numeric_string => true, as: 'minCount'
|
5780
|
+
property :name_pattern, as: 'namePattern'
|
5781
|
+
hash :per_instance_properties, as: 'perInstanceProperties', class: Google::Apis::ComputeV1::BulkInsertInstanceResourcePerInstanceProperties, decorator: Google::Apis::ComputeV1::BulkInsertInstanceResourcePerInstanceProperties::Representation
|
5782
|
+
|
5783
|
+
property :source_instance_template, as: 'sourceInstanceTemplate'
|
5784
|
+
end
|
5785
|
+
end
|
5786
|
+
|
5787
|
+
class BulkInsertInstanceResourcePerInstanceProperties
|
5788
|
+
# @private
|
5789
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
5790
|
+
property :name, as: 'name'
|
5791
|
+
end
|
5792
|
+
end
|
5793
|
+
|
5612
5794
|
class CacheInvalidationRule
|
5613
5795
|
# @private
|
5614
5796
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -5863,12 +6045,15 @@ module Google
|
|
5863
6045
|
property :last_detach_timestamp, as: 'lastDetachTimestamp'
|
5864
6046
|
collection :license_codes, as: 'licenseCodes'
|
5865
6047
|
collection :licenses, as: 'licenses'
|
6048
|
+
property :location_hint, as: 'locationHint'
|
5866
6049
|
property :name, as: 'name'
|
5867
6050
|
property :options, as: 'options'
|
5868
6051
|
property :physical_block_size_bytes, :numeric_string => true, as: 'physicalBlockSizeBytes'
|
6052
|
+
property :provisioned_iops, :numeric_string => true, as: 'provisionedIops'
|
5869
6053
|
property :region, as: 'region'
|
5870
6054
|
collection :replica_zones, as: 'replicaZones'
|
5871
6055
|
collection :resource_policies, as: 'resourcePolicies'
|
6056
|
+
property :satisfies_pzs, as: 'satisfiesPzs'
|
5872
6057
|
property :self_link, as: 'selfLink'
|
5873
6058
|
property :size_gb, :numeric_string => true, as: 'sizeGb'
|
5874
6059
|
property :source_disk, as: 'sourceDisk'
|
@@ -5881,6 +6066,7 @@ module Google
|
|
5881
6066
|
property :source_snapshot_encryption_key, as: 'sourceSnapshotEncryptionKey', class: Google::Apis::ComputeV1::CustomerEncryptionKey, decorator: Google::Apis::ComputeV1::CustomerEncryptionKey::Representation
|
5882
6067
|
|
5883
6068
|
property :source_snapshot_id, as: 'sourceSnapshotId'
|
6069
|
+
property :source_storage_object, as: 'sourceStorageObject'
|
5884
6070
|
property :status, as: 'status'
|
5885
6071
|
property :type, as: 'type'
|
5886
6072
|
collection :users, as: 'users'
|
@@ -6364,6 +6550,115 @@ module Google
|
|
6364
6550
|
end
|
6365
6551
|
end
|
6366
6552
|
|
6553
|
+
class FirewallPoliciesListAssociationsResponse
|
6554
|
+
# @private
|
6555
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
6556
|
+
collection :associations, as: 'associations', class: Google::Apis::ComputeV1::FirewallPolicyAssociation, decorator: Google::Apis::ComputeV1::FirewallPolicyAssociation::Representation
|
6557
|
+
|
6558
|
+
property :kind, as: 'kind'
|
6559
|
+
end
|
6560
|
+
end
|
6561
|
+
|
6562
|
+
class FirewallPolicy
|
6563
|
+
# @private
|
6564
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
6565
|
+
collection :associations, as: 'associations', class: Google::Apis::ComputeV1::FirewallPolicyAssociation, decorator: Google::Apis::ComputeV1::FirewallPolicyAssociation::Representation
|
6566
|
+
|
6567
|
+
property :creation_timestamp, as: 'creationTimestamp'
|
6568
|
+
property :description, as: 'description'
|
6569
|
+
property :display_name, as: 'displayName'
|
6570
|
+
property :fingerprint, :base64 => true, as: 'fingerprint'
|
6571
|
+
property :id, :numeric_string => true, as: 'id'
|
6572
|
+
property :kind, as: 'kind'
|
6573
|
+
property :name, as: 'name'
|
6574
|
+
property :parent, as: 'parent'
|
6575
|
+
property :rule_tuple_count, as: 'ruleTupleCount'
|
6576
|
+
collection :rules, as: 'rules', class: Google::Apis::ComputeV1::FirewallPolicyRule, decorator: Google::Apis::ComputeV1::FirewallPolicyRule::Representation
|
6577
|
+
|
6578
|
+
property :self_link, as: 'selfLink'
|
6579
|
+
property :self_link_with_id, as: 'selfLinkWithId'
|
6580
|
+
end
|
6581
|
+
end
|
6582
|
+
|
6583
|
+
class FirewallPolicyAssociation
|
6584
|
+
# @private
|
6585
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
6586
|
+
property :attachment_target, as: 'attachmentTarget'
|
6587
|
+
property :display_name, as: 'displayName'
|
6588
|
+
property :firewall_policy_id, as: 'firewallPolicyId'
|
6589
|
+
property :name, as: 'name'
|
6590
|
+
end
|
6591
|
+
end
|
6592
|
+
|
6593
|
+
class FirewallPolicyList
|
6594
|
+
# @private
|
6595
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
6596
|
+
property :id, as: 'id'
|
6597
|
+
collection :items, as: 'items', class: Google::Apis::ComputeV1::FirewallPolicy, decorator: Google::Apis::ComputeV1::FirewallPolicy::Representation
|
6598
|
+
|
6599
|
+
property :kind, as: 'kind'
|
6600
|
+
property :next_page_token, as: 'nextPageToken'
|
6601
|
+
property :warning, as: 'warning', class: Google::Apis::ComputeV1::FirewallPolicyList::Warning, decorator: Google::Apis::ComputeV1::FirewallPolicyList::Warning::Representation
|
6602
|
+
|
6603
|
+
end
|
6604
|
+
|
6605
|
+
class Warning
|
6606
|
+
# @private
|
6607
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
6608
|
+
property :code, as: 'code'
|
6609
|
+
collection :data, as: 'data', class: Google::Apis::ComputeV1::FirewallPolicyList::Warning::Datum, decorator: Google::Apis::ComputeV1::FirewallPolicyList::Warning::Datum::Representation
|
6610
|
+
|
6611
|
+
property :message, as: 'message'
|
6612
|
+
end
|
6613
|
+
|
6614
|
+
class Datum
|
6615
|
+
# @private
|
6616
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
6617
|
+
property :key, as: 'key'
|
6618
|
+
property :value, as: 'value'
|
6619
|
+
end
|
6620
|
+
end
|
6621
|
+
end
|
6622
|
+
end
|
6623
|
+
|
6624
|
+
class FirewallPolicyRule
|
6625
|
+
# @private
|
6626
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
6627
|
+
property :action, as: 'action'
|
6628
|
+
property :description, as: 'description'
|
6629
|
+
property :direction, as: 'direction'
|
6630
|
+
property :disabled, as: 'disabled'
|
6631
|
+
property :enable_logging, as: 'enableLogging'
|
6632
|
+
property :kind, as: 'kind'
|
6633
|
+
property :match, as: 'match', class: Google::Apis::ComputeV1::FirewallPolicyRuleMatcher, decorator: Google::Apis::ComputeV1::FirewallPolicyRuleMatcher::Representation
|
6634
|
+
|
6635
|
+
property :priority, as: 'priority'
|
6636
|
+
property :rule_tuple_count, as: 'ruleTupleCount'
|
6637
|
+
collection :target_resources, as: 'targetResources'
|
6638
|
+
collection :target_secure_labels, as: 'targetSecureLabels'
|
6639
|
+
collection :target_service_accounts, as: 'targetServiceAccounts'
|
6640
|
+
end
|
6641
|
+
end
|
6642
|
+
|
6643
|
+
class FirewallPolicyRuleMatcher
|
6644
|
+
# @private
|
6645
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
6646
|
+
collection :dest_ip_ranges, as: 'destIpRanges'
|
6647
|
+
collection :layer4_configs, as: 'layer4Configs', class: Google::Apis::ComputeV1::FirewallPolicyRuleMatcherLayer4Config, decorator: Google::Apis::ComputeV1::FirewallPolicyRuleMatcherLayer4Config::Representation
|
6648
|
+
|
6649
|
+
collection :src_ip_ranges, as: 'srcIpRanges'
|
6650
|
+
collection :src_secure_labels, as: 'srcSecureLabels'
|
6651
|
+
end
|
6652
|
+
end
|
6653
|
+
|
6654
|
+
class FirewallPolicyRuleMatcherLayer4Config
|
6655
|
+
# @private
|
6656
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
6657
|
+
property :ip_protocol, as: 'ipProtocol'
|
6658
|
+
collection :ports, as: 'ports'
|
6659
|
+
end
|
6660
|
+
end
|
6661
|
+
|
6367
6662
|
class FixedOrPercent
|
6368
6663
|
# @private
|
6369
6664
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -6388,6 +6683,8 @@ module Google
|
|
6388
6683
|
property :ip_version, as: 'ipVersion'
|
6389
6684
|
property :is_mirroring_collector, as: 'isMirroringCollector'
|
6390
6685
|
property :kind, as: 'kind'
|
6686
|
+
property :label_fingerprint, :base64 => true, as: 'labelFingerprint'
|
6687
|
+
hash :labels, as: 'labels'
|
6391
6688
|
property :load_balancing_scheme, as: 'loadBalancingScheme'
|
6392
6689
|
collection :metadata_filters, as: 'metadataFilters', class: Google::Apis::ComputeV1::MetadataFilter, decorator: Google::Apis::ComputeV1::MetadataFilter::Representation
|
6393
6690
|
|
@@ -6396,8 +6693,11 @@ module Google
|
|
6396
6693
|
property :network_tier, as: 'networkTier'
|
6397
6694
|
property :port_range, as: 'portRange'
|
6398
6695
|
collection :ports, as: 'ports'
|
6696
|
+
property :psc_connection_id, :numeric_string => true, as: 'pscConnectionId'
|
6399
6697
|
property :region, as: 'region'
|
6400
6698
|
property :self_link, as: 'selfLink'
|
6699
|
+
collection :service_directory_registrations, as: 'serviceDirectoryRegistrations', class: Google::Apis::ComputeV1::ForwardingRuleServiceDirectoryRegistration, decorator: Google::Apis::ComputeV1::ForwardingRuleServiceDirectoryRegistration::Representation
|
6700
|
+
|
6401
6701
|
property :service_label, as: 'serviceLabel'
|
6402
6702
|
property :service_name, as: 'serviceName'
|
6403
6703
|
property :subnetwork, as: 'subnetwork'
|
@@ -6477,6 +6777,15 @@ module Google
|
|
6477
6777
|
end
|
6478
6778
|
end
|
6479
6779
|
|
6780
|
+
class ForwardingRuleServiceDirectoryRegistration
|
6781
|
+
# @private
|
6782
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
6783
|
+
property :namespace, as: 'namespace'
|
6784
|
+
property :service, as: 'service'
|
6785
|
+
property :service_directory_region, as: 'serviceDirectoryRegion'
|
6786
|
+
end
|
6787
|
+
end
|
6788
|
+
|
6480
6789
|
class ForwardingRulesScopedList
|
6481
6790
|
# @private
|
6482
6791
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -6531,6 +6840,17 @@ module Google
|
|
6531
6840
|
end
|
6532
6841
|
end
|
6533
6842
|
|
6843
|
+
class GlobalOrganizationSetPolicyRequest
|
6844
|
+
# @private
|
6845
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
6846
|
+
collection :bindings, as: 'bindings', class: Google::Apis::ComputeV1::Binding, decorator: Google::Apis::ComputeV1::Binding::Representation
|
6847
|
+
|
6848
|
+
property :etag, :base64 => true, as: 'etag'
|
6849
|
+
property :policy, as: 'policy', class: Google::Apis::ComputeV1::Policy, decorator: Google::Apis::ComputeV1::Policy::Representation
|
6850
|
+
|
6851
|
+
end
|
6852
|
+
end
|
6853
|
+
|
6534
6854
|
class GlobalSetLabelsRequest
|
6535
6855
|
# @private
|
6536
6856
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -7132,6 +7452,7 @@ module Google
|
|
7132
7452
|
property :name, as: 'name'
|
7133
7453
|
property :raw_disk, as: 'rawDisk', class: Google::Apis::ComputeV1::Image::RawDisk, decorator: Google::Apis::ComputeV1::Image::RawDisk::Representation
|
7134
7454
|
|
7455
|
+
property :satisfies_pzs, as: 'satisfiesPzs'
|
7135
7456
|
property :self_link, as: 'selfLink'
|
7136
7457
|
property :shielded_instance_initial_state, as: 'shieldedInstanceInitialState', class: Google::Apis::ComputeV1::InitialStateConfig, decorator: Google::Apis::ComputeV1::InitialStateConfig::Representation
|
7137
7458
|
|
@@ -7211,6 +7532,8 @@ module Google
|
|
7211
7532
|
class Instance
|
7212
7533
|
# @private
|
7213
7534
|
class Representation < Google::Apis::Core::JsonRepresentation
|
7535
|
+
property :advanced_machine_features, as: 'advancedMachineFeatures', class: Google::Apis::ComputeV1::AdvancedMachineFeatures, decorator: Google::Apis::ComputeV1::AdvancedMachineFeatures::Representation
|
7536
|
+
|
7214
7537
|
property :can_ip_forward, as: 'canIpForward'
|
7215
7538
|
property :confidential_instance_config, as: 'confidentialInstanceConfig', class: Google::Apis::ComputeV1::ConfidentialInstanceConfig, decorator: Google::Apis::ComputeV1::ConfidentialInstanceConfig::Representation
|
7216
7539
|
|
@@ -7240,10 +7563,12 @@ module Google
|
|
7240
7563
|
property :name, as: 'name'
|
7241
7564
|
collection :network_interfaces, as: 'networkInterfaces', class: Google::Apis::ComputeV1::NetworkInterface, decorator: Google::Apis::ComputeV1::NetworkInterface::Representation
|
7242
7565
|
|
7566
|
+
property :post_key_revocation_action_type, as: 'postKeyRevocationActionType'
|
7243
7567
|
property :private_ipv6_google_access, as: 'privateIpv6GoogleAccess'
|
7244
7568
|
property :reservation_affinity, as: 'reservationAffinity', class: Google::Apis::ComputeV1::ReservationAffinity, decorator: Google::Apis::ComputeV1::ReservationAffinity::Representation
|
7245
7569
|
|
7246
7570
|
collection :resource_policies, as: 'resourcePolicies'
|
7571
|
+
property :satisfies_pzs, as: 'satisfiesPzs'
|
7247
7572
|
property :scheduling, as: 'scheduling', class: Google::Apis::ComputeV1::Scheduling, decorator: Google::Apis::ComputeV1::Scheduling::Representation
|
7248
7573
|
|
7249
7574
|
property :self_link, as: 'selfLink'
|
@@ -7911,6 +8236,8 @@ module Google
|
|
7911
8236
|
class InstanceProperties
|
7912
8237
|
# @private
|
7913
8238
|
class Representation < Google::Apis::Core::JsonRepresentation
|
8239
|
+
property :advanced_machine_features, as: 'advancedMachineFeatures', class: Google::Apis::ComputeV1::AdvancedMachineFeatures, decorator: Google::Apis::ComputeV1::AdvancedMachineFeatures::Representation
|
8240
|
+
|
7914
8241
|
property :can_ip_forward, as: 'canIpForward'
|
7915
8242
|
property :confidential_instance_config, as: 'confidentialInstanceConfig', class: Google::Apis::ComputeV1::ConfidentialInstanceConfig, decorator: Google::Apis::ComputeV1::ConfidentialInstanceConfig::Representation
|
7916
8243
|
|
@@ -7926,6 +8253,7 @@ module Google
|
|
7926
8253
|
property :min_cpu_platform, as: 'minCpuPlatform'
|
7927
8254
|
collection :network_interfaces, as: 'networkInterfaces', class: Google::Apis::ComputeV1::NetworkInterface, decorator: Google::Apis::ComputeV1::NetworkInterface::Representation
|
7928
8255
|
|
8256
|
+
property :post_key_revocation_action_type, as: 'postKeyRevocationActionType'
|
7929
8257
|
property :private_ipv6_google_access, as: 'privateIpv6GoogleAccess'
|
7930
8258
|
property :reservation_affinity, as: 'reservationAffinity', class: Google::Apis::ComputeV1::ReservationAffinity, decorator: Google::Apis::ComputeV1::ReservationAffinity::Representation
|
7931
8259
|
|
@@ -8014,6 +8342,27 @@ module Google
|
|
8014
8342
|
end
|
8015
8343
|
end
|
8016
8344
|
|
8345
|
+
class InstancesGetEffectiveFirewallsResponse
|
8346
|
+
# @private
|
8347
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
8348
|
+
collection :firewall_policys, as: 'firewallPolicys', class: Google::Apis::ComputeV1::InstancesGetEffectiveFirewallsResponseEffectiveFirewallPolicy, decorator: Google::Apis::ComputeV1::InstancesGetEffectiveFirewallsResponseEffectiveFirewallPolicy::Representation
|
8349
|
+
|
8350
|
+
collection :firewalls, as: 'firewalls', class: Google::Apis::ComputeV1::Firewall, decorator: Google::Apis::ComputeV1::Firewall::Representation
|
8351
|
+
|
8352
|
+
end
|
8353
|
+
end
|
8354
|
+
|
8355
|
+
class InstancesGetEffectiveFirewallsResponseEffectiveFirewallPolicy
|
8356
|
+
# @private
|
8357
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
8358
|
+
property :display_name, as: 'displayName'
|
8359
|
+
property :name, as: 'name'
|
8360
|
+
collection :rules, as: 'rules', class: Google::Apis::ComputeV1::FirewallPolicyRule, decorator: Google::Apis::ComputeV1::FirewallPolicyRule::Representation
|
8361
|
+
|
8362
|
+
property :type, as: 'type'
|
8363
|
+
end
|
8364
|
+
end
|
8365
|
+
|
8017
8366
|
class InstancesRemoveResourcePoliciesRequest
|
8018
8367
|
# @private
|
8019
8368
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -8552,6 +8901,21 @@ module Google
|
|
8552
8901
|
end
|
8553
8902
|
end
|
8554
8903
|
|
8904
|
+
class LocationPolicy
|
8905
|
+
# @private
|
8906
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
8907
|
+
hash :locations, as: 'locations', class: Google::Apis::ComputeV1::LocationPolicyLocation, decorator: Google::Apis::ComputeV1::LocationPolicyLocation::Representation
|
8908
|
+
|
8909
|
+
end
|
8910
|
+
end
|
8911
|
+
|
8912
|
+
class LocationPolicyLocation
|
8913
|
+
# @private
|
8914
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
8915
|
+
property :preference, as: 'preference'
|
8916
|
+
end
|
8917
|
+
end
|
8918
|
+
|
8555
8919
|
class LogConfig
|
8556
8920
|
# @private
|
8557
8921
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -9161,6 +9525,27 @@ module Google
|
|
9161
9525
|
end
|
9162
9526
|
end
|
9163
9527
|
|
9528
|
+
class NetworksGetEffectiveFirewallsResponse
|
9529
|
+
# @private
|
9530
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
9531
|
+
collection :firewall_policys, as: 'firewallPolicys', class: Google::Apis::ComputeV1::NetworksGetEffectiveFirewallsResponseEffectiveFirewallPolicy, decorator: Google::Apis::ComputeV1::NetworksGetEffectiveFirewallsResponseEffectiveFirewallPolicy::Representation
|
9532
|
+
|
9533
|
+
collection :firewalls, as: 'firewalls', class: Google::Apis::ComputeV1::Firewall, decorator: Google::Apis::ComputeV1::Firewall::Representation
|
9534
|
+
|
9535
|
+
end
|
9536
|
+
end
|
9537
|
+
|
9538
|
+
class NetworksGetEffectiveFirewallsResponseEffectiveFirewallPolicy
|
9539
|
+
# @private
|
9540
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
9541
|
+
property :display_name, as: 'displayName'
|
9542
|
+
property :name, as: 'name'
|
9543
|
+
collection :rules, as: 'rules', class: Google::Apis::ComputeV1::FirewallPolicyRule, decorator: Google::Apis::ComputeV1::FirewallPolicyRule::Representation
|
9544
|
+
|
9545
|
+
property :type, as: 'type'
|
9546
|
+
end
|
9547
|
+
end
|
9548
|
+
|
9164
9549
|
class NetworksRemovePeeringRequest
|
9165
9550
|
# @private
|
9166
9551
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -9186,6 +9571,7 @@ module Google
|
|
9186
9571
|
property :fingerprint, :base64 => true, as: 'fingerprint'
|
9187
9572
|
property :id, :numeric_string => true, as: 'id'
|
9188
9573
|
property :kind, as: 'kind'
|
9574
|
+
property :location_hint, as: 'locationHint'
|
9189
9575
|
property :maintenance_policy, as: 'maintenancePolicy'
|
9190
9576
|
property :maintenance_window, as: 'maintenanceWindow', class: Google::Apis::ComputeV1::NodeGroupMaintenanceWindow, decorator: Google::Apis::ComputeV1::NodeGroupMaintenanceWindow::Representation
|
9191
9577
|
|
@@ -9292,6 +9678,7 @@ module Google
|
|
9292
9678
|
collection :instances, as: 'instances'
|
9293
9679
|
property :name, as: 'name'
|
9294
9680
|
property :node_type, as: 'nodeType'
|
9681
|
+
property :satisfies_pzs, as: 'satisfiesPzs'
|
9295
9682
|
property :server_binding, as: 'serverBinding', class: Google::Apis::ComputeV1::ServerBinding, decorator: Google::Apis::ComputeV1::ServerBinding::Representation
|
9296
9683
|
|
9297
9684
|
property :server_id, as: 'serverId'
|
@@ -9694,6 +10081,7 @@ module Google
|
|
9694
10081
|
property :insert_time, as: 'insertTime'
|
9695
10082
|
property :kind, as: 'kind'
|
9696
10083
|
property :name, as: 'name'
|
10084
|
+
property :operation_group_id, as: 'operationGroupId'
|
9697
10085
|
property :operation_type, as: 'operationType'
|
9698
10086
|
property :progress, as: 'progress'
|
9699
10087
|
property :region, as: 'region'
|
@@ -10204,6 +10592,7 @@ module Google
|
|
10204
10592
|
|
10205
10593
|
property :self_link, as: 'selfLink'
|
10206
10594
|
property :status, as: 'status'
|
10595
|
+
property :supports_pzs, as: 'supportsPzs'
|
10207
10596
|
collection :zones, as: 'zones'
|
10208
10597
|
end
|
10209
10598
|
end
|
@@ -10612,6 +11001,7 @@ module Google
|
|
10612
11001
|
property :id, :numeric_string => true, as: 'id'
|
10613
11002
|
property :kind, as: 'kind'
|
10614
11003
|
property :name, as: 'name'
|
11004
|
+
property :satisfies_pzs, as: 'satisfiesPzs'
|
10615
11005
|
property :self_link, as: 'selfLink'
|
10616
11006
|
property :specific_reservation, as: 'specificReservation', class: Google::Apis::ComputeV1::AllocationSpecificSkuReservation, decorator: Google::Apis::ComputeV1::AllocationSpecificSkuReservation::Representation
|
10617
11007
|
|
@@ -10782,9 +11172,13 @@ module Google
|
|
10782
11172
|
property :group_placement_policy, as: 'groupPlacementPolicy', class: Google::Apis::ComputeV1::ResourcePolicyGroupPlacementPolicy, decorator: Google::Apis::ComputeV1::ResourcePolicyGroupPlacementPolicy::Representation
|
10783
11173
|
|
10784
11174
|
property :id, :numeric_string => true, as: 'id'
|
11175
|
+
property :instance_schedule_policy, as: 'instanceSchedulePolicy', class: Google::Apis::ComputeV1::ResourcePolicyInstanceSchedulePolicy, decorator: Google::Apis::ComputeV1::ResourcePolicyInstanceSchedulePolicy::Representation
|
11176
|
+
|
10785
11177
|
property :kind, as: 'kind'
|
10786
11178
|
property :name, as: 'name'
|
10787
11179
|
property :region, as: 'region'
|
11180
|
+
property :resource_status, as: 'resourceStatus', class: Google::Apis::ComputeV1::ResourcePolicyResourceStatus, decorator: Google::Apis::ComputeV1::ResourcePolicyResourceStatus::Representation
|
11181
|
+
|
10788
11182
|
property :self_link, as: 'selfLink'
|
10789
11183
|
property :snapshot_schedule_policy, as: 'snapshotSchedulePolicy', class: Google::Apis::ComputeV1::ResourcePolicySnapshotSchedulePolicy, decorator: Google::Apis::ComputeV1::ResourcePolicySnapshotSchedulePolicy::Representation
|
10790
11184
|
|
@@ -10853,6 +11247,26 @@ module Google
|
|
10853
11247
|
end
|
10854
11248
|
end
|
10855
11249
|
|
11250
|
+
class ResourcePolicyInstanceSchedulePolicy
|
11251
|
+
# @private
|
11252
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
11253
|
+
property :expiration_time, as: 'expirationTime'
|
11254
|
+
property :start_time, as: 'startTime'
|
11255
|
+
property :time_zone, as: 'timeZone'
|
11256
|
+
property :vm_start_schedule, as: 'vmStartSchedule', class: Google::Apis::ComputeV1::ResourcePolicyInstanceSchedulePolicySchedule, decorator: Google::Apis::ComputeV1::ResourcePolicyInstanceSchedulePolicySchedule::Representation
|
11257
|
+
|
11258
|
+
property :vm_stop_schedule, as: 'vmStopSchedule', class: Google::Apis::ComputeV1::ResourcePolicyInstanceSchedulePolicySchedule, decorator: Google::Apis::ComputeV1::ResourcePolicyInstanceSchedulePolicySchedule::Representation
|
11259
|
+
|
11260
|
+
end
|
11261
|
+
end
|
11262
|
+
|
11263
|
+
class ResourcePolicyInstanceSchedulePolicySchedule
|
11264
|
+
# @private
|
11265
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
11266
|
+
property :schedule, as: 'schedule'
|
11267
|
+
end
|
11268
|
+
end
|
11269
|
+
|
10856
11270
|
class ResourcePolicyList
|
10857
11271
|
# @private
|
10858
11272
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -10886,6 +11300,22 @@ module Google
|
|
10886
11300
|
end
|
10887
11301
|
end
|
10888
11302
|
|
11303
|
+
class ResourcePolicyResourceStatus
|
11304
|
+
# @private
|
11305
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
11306
|
+
property :instance_schedule_policy, as: 'instanceSchedulePolicy', class: Google::Apis::ComputeV1::ResourcePolicyResourceStatusInstanceSchedulePolicyStatus, decorator: Google::Apis::ComputeV1::ResourcePolicyResourceStatusInstanceSchedulePolicyStatus::Representation
|
11307
|
+
|
11308
|
+
end
|
11309
|
+
end
|
11310
|
+
|
11311
|
+
class ResourcePolicyResourceStatusInstanceSchedulePolicyStatus
|
11312
|
+
# @private
|
11313
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
11314
|
+
property :last_run_start_time, as: 'lastRunStartTime'
|
11315
|
+
property :next_run_start_time, as: 'nextRunStartTime'
|
11316
|
+
end
|
11317
|
+
end
|
11318
|
+
|
10889
11319
|
class ResourcePolicySnapshotSchedulePolicy
|
10890
11320
|
# @private
|
10891
11321
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -11532,7 +11962,9 @@ module Google
|
|
11532
11962
|
hash :labels, as: 'labels'
|
11533
11963
|
collection :license_codes, as: 'licenseCodes'
|
11534
11964
|
collection :licenses, as: 'licenses'
|
11965
|
+
property :location_hint, as: 'locationHint'
|
11535
11966
|
property :name, as: 'name'
|
11967
|
+
property :satisfies_pzs, as: 'satisfiesPzs'
|
11536
11968
|
property :self_link, as: 'selfLink'
|
11537
11969
|
property :snapshot_encryption_key, as: 'snapshotEncryptionKey', class: Google::Apis::ComputeV1::CustomerEncryptionKey, decorator: Google::Apis::ComputeV1::CustomerEncryptionKey::Representation
|
11538
11970
|
|
@@ -12185,6 +12617,7 @@ module Google
|
|
12185
12617
|
property :authorization_policy, as: 'authorizationPolicy'
|
12186
12618
|
property :creation_timestamp, as: 'creationTimestamp'
|
12187
12619
|
property :description, as: 'description'
|
12620
|
+
property :fingerprint, :base64 => true, as: 'fingerprint'
|
12188
12621
|
property :id, :numeric_string => true, as: 'id'
|
12189
12622
|
property :kind, as: 'kind'
|
12190
12623
|
property :name, as: 'name'
|
@@ -12622,6 +13055,7 @@ module Google
|
|
12622
13055
|
property :id, :numeric_string => true, as: 'id'
|
12623
13056
|
property :kind, as: 'kind'
|
12624
13057
|
property :name, as: 'name'
|
13058
|
+
property :proxy_bind, as: 'proxyBind'
|
12625
13059
|
property :proxy_header, as: 'proxyHeader'
|
12626
13060
|
property :self_link, as: 'selfLink'
|
12627
13061
|
property :service, as: 'service'
|
@@ -12773,8 +13207,14 @@ module Google
|
|
12773
13207
|
class TestFailure
|
12774
13208
|
# @private
|
12775
13209
|
class Representation < Google::Apis::Core::JsonRepresentation
|
13210
|
+
property :actual_output_url, as: 'actualOutputUrl'
|
13211
|
+
property :actual_redirect_response_code, as: 'actualRedirectResponseCode'
|
12776
13212
|
property :actual_service, as: 'actualService'
|
13213
|
+
property :expected_output_url, as: 'expectedOutputUrl'
|
13214
|
+
property :expected_redirect_response_code, as: 'expectedRedirectResponseCode'
|
12777
13215
|
property :expected_service, as: 'expectedService'
|
13216
|
+
collection :headers, as: 'headers', class: Google::Apis::ComputeV1::UrlMapTestHeader, decorator: Google::Apis::ComputeV1::UrlMapTestHeader::Representation
|
13217
|
+
|
12778
13218
|
property :host, as: 'host'
|
12779
13219
|
property :path, as: 'path'
|
12780
13220
|
end
|
@@ -12864,12 +13304,24 @@ module Google
|
|
12864
13304
|
# @private
|
12865
13305
|
class Representation < Google::Apis::Core::JsonRepresentation
|
12866
13306
|
property :description, as: 'description'
|
13307
|
+
property :expected_output_url, as: 'expectedOutputUrl'
|
13308
|
+
property :expected_redirect_response_code, as: 'expectedRedirectResponseCode'
|
13309
|
+
collection :headers, as: 'headers', class: Google::Apis::ComputeV1::UrlMapTestHeader, decorator: Google::Apis::ComputeV1::UrlMapTestHeader::Representation
|
13310
|
+
|
12867
13311
|
property :host, as: 'host'
|
12868
13312
|
property :path, as: 'path'
|
12869
13313
|
property :service, as: 'service'
|
12870
13314
|
end
|
12871
13315
|
end
|
12872
13316
|
|
13317
|
+
class UrlMapTestHeader
|
13318
|
+
# @private
|
13319
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
13320
|
+
property :name, as: 'name'
|
13321
|
+
property :value, as: 'value'
|
13322
|
+
end
|
13323
|
+
end
|
13324
|
+
|
12873
13325
|
class UrlMapValidationResult
|
12874
13326
|
# @private
|
12875
13327
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -13444,6 +13896,7 @@ module Google
|
|
13444
13896
|
property :region, as: 'region'
|
13445
13897
|
property :self_link, as: 'selfLink'
|
13446
13898
|
property :status, as: 'status'
|
13899
|
+
property :supports_pzs, as: 'supportsPzs'
|
13447
13900
|
end
|
13448
13901
|
end
|
13449
13902
|
|