google-apis-compute_alpha 0.25.0 → 0.26.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -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.25.0"
19
+ GEM_VERSION = "0.26.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.4.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220206"
25
+ REVISION = "20220215"
26
26
  end
27
27
  end
28
28
  end
@@ -718,18 +718,6 @@ module Google
718
718
  include Google::Apis::Core::JsonObjectSupport
719
719
  end
720
720
 
721
- class DiskAsyncReplication
722
- class Representation < Google::Apis::Core::JsonRepresentation; end
723
-
724
- include Google::Apis::Core::JsonObjectSupport
725
- end
726
-
727
- class DiskAsyncReplicationList
728
- class Representation < Google::Apis::Core::JsonRepresentation; end
729
-
730
- include Google::Apis::Core::JsonObjectSupport
731
- end
732
-
733
721
  class DiskInstantiationConfig
734
722
  class Representation < Google::Apis::Core::JsonRepresentation; end
735
723
 
@@ -760,18 +748,6 @@ module Google
760
748
  include Google::Apis::Core::JsonObjectSupport
761
749
  end
762
750
 
763
- class DiskResourceStatus
764
- class Representation < Google::Apis::Core::JsonRepresentation; end
765
-
766
- include Google::Apis::Core::JsonObjectSupport
767
- end
768
-
769
- class DiskResourceStatusAsyncReplicationStatus
770
- class Representation < Google::Apis::Core::JsonRepresentation; end
771
-
772
- include Google::Apis::Core::JsonObjectSupport
773
- end
774
-
775
751
  class DiskType
776
752
  class Representation < Google::Apis::Core::JsonRepresentation; end
777
753
 
@@ -868,24 +844,6 @@ module Google
868
844
  include Google::Apis::Core::JsonObjectSupport
869
845
  end
870
846
 
871
- class DisksStartAsyncReplicationRequest
872
- class Representation < Google::Apis::Core::JsonRepresentation; end
873
-
874
- include Google::Apis::Core::JsonObjectSupport
875
- end
876
-
877
- class DisksStopAsyncReplicationRequest
878
- class Representation < Google::Apis::Core::JsonRepresentation; end
879
-
880
- include Google::Apis::Core::JsonObjectSupport
881
- end
882
-
883
- class DisksStopGroupAsyncReplicationRequest
884
- class Representation < Google::Apis::Core::JsonRepresentation; end
885
-
886
- include Google::Apis::Core::JsonObjectSupport
887
- end
888
-
889
847
  class DisplayDevice
890
848
  class Representation < Google::Apis::Core::JsonRepresentation; end
891
849
 
@@ -2686,12 +2644,6 @@ module Google
2686
2644
  include Google::Apis::Core::JsonObjectSupport
2687
2645
  end
2688
2646
 
2689
- class LocationPolicyLocationConstraints
2690
- class Representation < Google::Apis::Core::JsonRepresentation; end
2691
-
2692
- include Google::Apis::Core::JsonObjectSupport
2693
- end
2694
-
2695
2647
  class LogConfig
2696
2648
  class Representation < Google::Apis::Core::JsonRepresentation; end
2697
2649
 
@@ -3982,24 +3934,6 @@ module Google
3982
3934
  include Google::Apis::Core::JsonObjectSupport
3983
3935
  end
3984
3936
 
3985
- class RegionDisksStartAsyncReplicationRequest
3986
- class Representation < Google::Apis::Core::JsonRepresentation; end
3987
-
3988
- include Google::Apis::Core::JsonObjectSupport
3989
- end
3990
-
3991
- class RegionDisksStopAsyncReplicationRequest
3992
- class Representation < Google::Apis::Core::JsonRepresentation; end
3993
-
3994
- include Google::Apis::Core::JsonObjectSupport
3995
- end
3996
-
3997
- class RegionDisksStopGroupAsyncReplicationRequest
3998
- class Representation < Google::Apis::Core::JsonRepresentation; end
3999
-
4000
- include Google::Apis::Core::JsonObjectSupport
4001
- end
4002
-
4003
3937
  class RegionInstanceGroupList
4004
3938
  class Representation < Google::Apis::Core::JsonRepresentation; end
4005
3939
 
@@ -6764,6 +6698,7 @@ module Google
6764
6698
  class Representation < Google::Apis::Core::JsonRepresentation
6765
6699
  collection :audit_log_configs, as: 'auditLogConfigs', class: Google::Apis::ComputeAlpha::AuditLogConfig, decorator: Google::Apis::ComputeAlpha::AuditLogConfig::Representation
6766
6700
 
6701
+ collection :exempted_members, as: 'exemptedMembers'
6767
6702
  property :service, as: 'service'
6768
6703
  end
6769
6704
  end
@@ -7751,10 +7686,6 @@ module Google
7751
7686
  # @private
7752
7687
  class Representation < Google::Apis::Core::JsonRepresentation
7753
7688
  property :architecture, as: 'architecture'
7754
- property :async_primary_disk, as: 'asyncPrimaryDisk', class: Google::Apis::ComputeAlpha::DiskAsyncReplication, decorator: Google::Apis::ComputeAlpha::DiskAsyncReplication::Representation
7755
-
7756
- hash :async_secondary_disks, as: 'asyncSecondaryDisks', class: Google::Apis::ComputeAlpha::DiskAsyncReplicationList, decorator: Google::Apis::ComputeAlpha::DiskAsyncReplicationList::Representation
7757
-
7758
7689
  property :creation_timestamp, as: 'creationTimestamp'
7759
7690
  property :description, as: 'description'
7760
7691
  property :disk_encryption_key, as: 'diskEncryptionKey', class: Google::Apis::ComputeAlpha::CustomerEncryptionKey, decorator: Google::Apis::ComputeAlpha::CustomerEncryptionKey::Representation
@@ -7781,14 +7712,10 @@ module Google
7781
7712
  property :region, as: 'region'
7782
7713
  collection :replica_zones, as: 'replicaZones'
7783
7714
  collection :resource_policies, as: 'resourcePolicies'
7784
- property :resource_status, as: 'resourceStatus', class: Google::Apis::ComputeAlpha::DiskResourceStatus, decorator: Google::Apis::ComputeAlpha::DiskResourceStatus::Representation
7785
-
7786
7715
  property :satisfies_pzs, as: 'satisfiesPzs'
7787
7716
  property :self_link, as: 'selfLink'
7788
7717
  property :self_link_with_id, as: 'selfLinkWithId'
7789
7718
  property :size_gb, :numeric_string => true, as: 'sizeGb'
7790
- property :source_consistency_group_policy, as: 'sourceConsistencyGroupPolicy'
7791
- property :source_consistency_group_policy_id, as: 'sourceConsistencyGroupPolicyId'
7792
7719
  property :source_disk, as: 'sourceDisk'
7793
7720
  property :source_disk_id, as: 'sourceDiskId'
7794
7721
  property :source_image, as: 'sourceImage'
@@ -7844,22 +7771,6 @@ module Google
7844
7771
  end
7845
7772
  end
7846
7773
 
7847
- class DiskAsyncReplication
7848
- # @private
7849
- class Representation < Google::Apis::Core::JsonRepresentation
7850
- property :disk, as: 'disk'
7851
- property :disk_id, as: 'diskId'
7852
- end
7853
- end
7854
-
7855
- class DiskAsyncReplicationList
7856
- # @private
7857
- class Representation < Google::Apis::Core::JsonRepresentation
7858
- property :async_replication_disk, as: 'asyncReplicationDisk', class: Google::Apis::ComputeAlpha::DiskAsyncReplication, decorator: Google::Apis::ComputeAlpha::DiskAsyncReplication::Representation
7859
-
7860
- end
7861
- end
7862
-
7863
7774
  class DiskInstantiationConfig
7864
7775
  # @private
7865
7776
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -7910,23 +7821,6 @@ module Google
7910
7821
  end
7911
7822
  end
7912
7823
 
7913
- class DiskResourceStatus
7914
- # @private
7915
- class Representation < Google::Apis::Core::JsonRepresentation
7916
- property :async_primary_disk, as: 'asyncPrimaryDisk', class: Google::Apis::ComputeAlpha::DiskResourceStatusAsyncReplicationStatus, decorator: Google::Apis::ComputeAlpha::DiskResourceStatusAsyncReplicationStatus::Representation
7917
-
7918
- hash :async_secondary_disks, as: 'asyncSecondaryDisks', class: Google::Apis::ComputeAlpha::DiskResourceStatusAsyncReplicationStatus, decorator: Google::Apis::ComputeAlpha::DiskResourceStatusAsyncReplicationStatus::Representation
7919
-
7920
- end
7921
- end
7922
-
7923
- class DiskResourceStatusAsyncReplicationStatus
7924
- # @private
7925
- class Representation < Google::Apis::Core::JsonRepresentation
7926
- property :state, as: 'state'
7927
- end
7928
- end
7929
-
7930
7824
  class DiskType
7931
7825
  # @private
7932
7826
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -8088,27 +7982,6 @@ module Google
8088
7982
  end
8089
7983
  end
8090
7984
 
8091
- class DisksStartAsyncReplicationRequest
8092
- # @private
8093
- class Representation < Google::Apis::Core::JsonRepresentation
8094
- property :async_secondary_disk, as: 'asyncSecondaryDisk'
8095
- end
8096
- end
8097
-
8098
- class DisksStopAsyncReplicationRequest
8099
- # @private
8100
- class Representation < Google::Apis::Core::JsonRepresentation
8101
- property :async_secondary_disk, as: 'asyncSecondaryDisk'
8102
- end
8103
- end
8104
-
8105
- class DisksStopGroupAsyncReplicationRequest
8106
- # @private
8107
- class Representation < Google::Apis::Core::JsonRepresentation
8108
- property :resource_policy, as: 'resourcePolicy'
8109
- end
8110
- end
8111
-
8112
7985
  class DisplayDevice
8113
7986
  # @private
8114
7987
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -8432,7 +8305,6 @@ module Google
8432
8305
  property :match, as: 'match', class: Google::Apis::ComputeAlpha::FirewallPolicyRuleMatcher, decorator: Google::Apis::ComputeAlpha::FirewallPolicyRuleMatcher::Representation
8433
8306
 
8434
8307
  property :priority, as: 'priority'
8435
- property :rule_name, as: 'ruleName'
8436
8308
  property :rule_tuple_count, as: 'ruleTupleCount'
8437
8309
  collection :target_resources, as: 'targetResources'
8438
8310
  collection :target_secure_tags, as: 'targetSecureTags', class: Google::Apis::ComputeAlpha::FirewallPolicyRuleSecureTag, decorator: Google::Apis::ComputeAlpha::FirewallPolicyRuleSecureTag::Representation
@@ -9857,7 +9729,6 @@ module Google
9857
9729
 
9858
9730
  property :instance_template, as: 'instanceTemplate'
9859
9731
  property :kind, as: 'kind'
9860
- property :list_managed_instances_results, as: 'listManagedInstancesResults'
9861
9732
  property :name, as: 'name'
9862
9733
  collection :named_ports, as: 'namedPorts', class: Google::Apis::ComputeAlpha::NamedPort, decorator: Google::Apis::ComputeAlpha::NamedPort::Representation
9863
9734
 
@@ -11546,19 +11417,10 @@ module Google
11546
11417
  class LocationPolicyLocation
11547
11418
  # @private
11548
11419
  class Representation < Google::Apis::Core::JsonRepresentation
11549
- property :constraints, as: 'constraints', class: Google::Apis::ComputeAlpha::LocationPolicyLocationConstraints, decorator: Google::Apis::ComputeAlpha::LocationPolicyLocationConstraints::Representation
11550
-
11551
11420
  property :preference, as: 'preference'
11552
11421
  end
11553
11422
  end
11554
11423
 
11555
- class LocationPolicyLocationConstraints
11556
- # @private
11557
- class Representation < Google::Apis::Core::JsonRepresentation
11558
- property :max_count, as: 'maxCount'
11559
- end
11560
- end
11561
-
11562
11424
  class LogConfig
11563
11425
  # @private
11564
11426
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -13635,7 +13497,6 @@ module Google
13635
13497
  property :ip_cidr_range, as: 'ipCidrRange'
13636
13498
  property :kind, as: 'kind'
13637
13499
  property :name, as: 'name'
13638
- property :pdp_scope, as: 'pdpScope'
13639
13500
  collection :public_delegated_prefixs, as: 'publicDelegatedPrefixs', class: Google::Apis::ComputeAlpha::PublicAdvertisedPrefixPublicDelegatedPrefix, decorator: Google::Apis::ComputeAlpha::PublicAdvertisedPrefixPublicDelegatedPrefix::Representation
13640
13501
 
13641
13502
  property :self_link, as: 'selfLink'
@@ -13959,27 +13820,6 @@ module Google
13959
13820
  end
13960
13821
  end
13961
13822
 
13962
- class RegionDisksStartAsyncReplicationRequest
13963
- # @private
13964
- class Representation < Google::Apis::Core::JsonRepresentation
13965
- property :async_secondary_disk, as: 'asyncSecondaryDisk'
13966
- end
13967
- end
13968
-
13969
- class RegionDisksStopAsyncReplicationRequest
13970
- # @private
13971
- class Representation < Google::Apis::Core::JsonRepresentation
13972
- property :async_secondary_disk, as: 'asyncSecondaryDisk'
13973
- end
13974
- end
13975
-
13976
- class RegionDisksStopGroupAsyncReplicationRequest
13977
- # @private
13978
- class Representation < Google::Apis::Core::JsonRepresentation
13979
- property :resource_policy, as: 'resourcePolicy'
13980
- end
13981
- end
13982
-
13983
13823
  class RegionInstanceGroupList
13984
13824
  # @private
13985
13825
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -16444,7 +16284,6 @@ module Google
16444
16284
  property :flow_sampling, as: 'flowSampling'
16445
16285
  property :gateway_address, as: 'gatewayAddress'
16446
16286
  property :id, :numeric_string => true, as: 'id'
16447
- property :internal_ipv6_prefix, as: 'internalIpv6Prefix'
16448
16287
  property :ip_cidr_range, as: 'ipCidrRange'
16449
16288
  property :ipv6_access_type, as: 'ipv6AccessType'
16450
16289
  property :ipv6_cidr_range, as: 'ipv6CidrRange'