google-apis-compute_alpha 0.24.0 → 0.25.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.24.0"
19
+ GEM_VERSION = "0.25.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 = "20220112"
25
+ REVISION = "20220206"
26
26
  end
27
27
  end
28
28
  end
@@ -718,6 +718,18 @@ 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
+
721
733
  class DiskInstantiationConfig
722
734
  class Representation < Google::Apis::Core::JsonRepresentation; end
723
735
 
@@ -748,6 +760,18 @@ module Google
748
760
  include Google::Apis::Core::JsonObjectSupport
749
761
  end
750
762
 
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
+
751
775
  class DiskType
752
776
  class Representation < Google::Apis::Core::JsonRepresentation; end
753
777
 
@@ -844,6 +868,24 @@ module Google
844
868
  include Google::Apis::Core::JsonObjectSupport
845
869
  end
846
870
 
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
+
847
889
  class DisplayDevice
848
890
  class Representation < Google::Apis::Core::JsonRepresentation; end
849
891
 
@@ -2644,6 +2686,12 @@ module Google
2644
2686
  include Google::Apis::Core::JsonObjectSupport
2645
2687
  end
2646
2688
 
2689
+ class LocationPolicyLocationConstraints
2690
+ class Representation < Google::Apis::Core::JsonRepresentation; end
2691
+
2692
+ include Google::Apis::Core::JsonObjectSupport
2693
+ end
2694
+
2647
2695
  class LogConfig
2648
2696
  class Representation < Google::Apis::Core::JsonRepresentation; end
2649
2697
 
@@ -3934,6 +3982,24 @@ module Google
3934
3982
  include Google::Apis::Core::JsonObjectSupport
3935
3983
  end
3936
3984
 
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
+
3937
4003
  class RegionInstanceGroupList
3938
4004
  class Representation < Google::Apis::Core::JsonRepresentation; end
3939
4005
 
@@ -6698,7 +6764,6 @@ module Google
6698
6764
  class Representation < Google::Apis::Core::JsonRepresentation
6699
6765
  collection :audit_log_configs, as: 'auditLogConfigs', class: Google::Apis::ComputeAlpha::AuditLogConfig, decorator: Google::Apis::ComputeAlpha::AuditLogConfig::Representation
6700
6766
 
6701
- collection :exempted_members, as: 'exemptedMembers'
6702
6767
  property :service, as: 'service'
6703
6768
  end
6704
6769
  end
@@ -7686,6 +7751,10 @@ module Google
7686
7751
  # @private
7687
7752
  class Representation < Google::Apis::Core::JsonRepresentation
7688
7753
  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
+
7689
7758
  property :creation_timestamp, as: 'creationTimestamp'
7690
7759
  property :description, as: 'description'
7691
7760
  property :disk_encryption_key, as: 'diskEncryptionKey', class: Google::Apis::ComputeAlpha::CustomerEncryptionKey, decorator: Google::Apis::ComputeAlpha::CustomerEncryptionKey::Representation
@@ -7712,10 +7781,14 @@ module Google
7712
7781
  property :region, as: 'region'
7713
7782
  collection :replica_zones, as: 'replicaZones'
7714
7783
  collection :resource_policies, as: 'resourcePolicies'
7784
+ property :resource_status, as: 'resourceStatus', class: Google::Apis::ComputeAlpha::DiskResourceStatus, decorator: Google::Apis::ComputeAlpha::DiskResourceStatus::Representation
7785
+
7715
7786
  property :satisfies_pzs, as: 'satisfiesPzs'
7716
7787
  property :self_link, as: 'selfLink'
7717
7788
  property :self_link_with_id, as: 'selfLinkWithId'
7718
7789
  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'
7719
7792
  property :source_disk, as: 'sourceDisk'
7720
7793
  property :source_disk_id, as: 'sourceDiskId'
7721
7794
  property :source_image, as: 'sourceImage'
@@ -7771,6 +7844,22 @@ module Google
7771
7844
  end
7772
7845
  end
7773
7846
 
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
+
7774
7863
  class DiskInstantiationConfig
7775
7864
  # @private
7776
7865
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -7821,6 +7910,23 @@ module Google
7821
7910
  end
7822
7911
  end
7823
7912
 
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
+
7824
7930
  class DiskType
7825
7931
  # @private
7826
7932
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -7982,6 +8088,27 @@ module Google
7982
8088
  end
7983
8089
  end
7984
8090
 
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
+
7985
8112
  class DisplayDevice
7986
8113
  # @private
7987
8114
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -8305,6 +8432,7 @@ module Google
8305
8432
  property :match, as: 'match', class: Google::Apis::ComputeAlpha::FirewallPolicyRuleMatcher, decorator: Google::Apis::ComputeAlpha::FirewallPolicyRuleMatcher::Representation
8306
8433
 
8307
8434
  property :priority, as: 'priority'
8435
+ property :rule_name, as: 'ruleName'
8308
8436
  property :rule_tuple_count, as: 'ruleTupleCount'
8309
8437
  collection :target_resources, as: 'targetResources'
8310
8438
  collection :target_secure_tags, as: 'targetSecureTags', class: Google::Apis::ComputeAlpha::FirewallPolicyRuleSecureTag, decorator: Google::Apis::ComputeAlpha::FirewallPolicyRuleSecureTag::Representation
@@ -9729,6 +9857,7 @@ module Google
9729
9857
 
9730
9858
  property :instance_template, as: 'instanceTemplate'
9731
9859
  property :kind, as: 'kind'
9860
+ property :list_managed_instances_results, as: 'listManagedInstancesResults'
9732
9861
  property :name, as: 'name'
9733
9862
  collection :named_ports, as: 'namedPorts', class: Google::Apis::ComputeAlpha::NamedPort, decorator: Google::Apis::ComputeAlpha::NamedPort::Representation
9734
9863
 
@@ -11417,10 +11546,19 @@ module Google
11417
11546
  class LocationPolicyLocation
11418
11547
  # @private
11419
11548
  class Representation < Google::Apis::Core::JsonRepresentation
11549
+ property :constraints, as: 'constraints', class: Google::Apis::ComputeAlpha::LocationPolicyLocationConstraints, decorator: Google::Apis::ComputeAlpha::LocationPolicyLocationConstraints::Representation
11550
+
11420
11551
  property :preference, as: 'preference'
11421
11552
  end
11422
11553
  end
11423
11554
 
11555
+ class LocationPolicyLocationConstraints
11556
+ # @private
11557
+ class Representation < Google::Apis::Core::JsonRepresentation
11558
+ property :max_count, as: 'maxCount'
11559
+ end
11560
+ end
11561
+
11424
11562
  class LogConfig
11425
11563
  # @private
11426
11564
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -13497,6 +13635,7 @@ module Google
13497
13635
  property :ip_cidr_range, as: 'ipCidrRange'
13498
13636
  property :kind, as: 'kind'
13499
13637
  property :name, as: 'name'
13638
+ property :pdp_scope, as: 'pdpScope'
13500
13639
  collection :public_delegated_prefixs, as: 'publicDelegatedPrefixs', class: Google::Apis::ComputeAlpha::PublicAdvertisedPrefixPublicDelegatedPrefix, decorator: Google::Apis::ComputeAlpha::PublicAdvertisedPrefixPublicDelegatedPrefix::Representation
13501
13640
 
13502
13641
  property :self_link, as: 'selfLink'
@@ -13820,6 +13959,27 @@ module Google
13820
13959
  end
13821
13960
  end
13822
13961
 
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
+
13823
13983
  class RegionInstanceGroupList
13824
13984
  # @private
13825
13985
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -16284,6 +16444,7 @@ module Google
16284
16444
  property :flow_sampling, as: 'flowSampling'
16285
16445
  property :gateway_address, as: 'gatewayAddress'
16286
16446
  property :id, :numeric_string => true, as: 'id'
16447
+ property :internal_ipv6_prefix, as: 'internalIpv6Prefix'
16287
16448
  property :ip_cidr_range, as: 'ipCidrRange'
16288
16449
  property :ipv6_access_type, as: 'ipv6AccessType'
16289
16450
  property :ipv6_cidr_range, as: 'ipv6CidrRange'