google-apis-compute_alpha 0.25.0 → 0.26.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.
|
@@ -1692,6 +1692,11 @@ module Google
|
|
|
1692
1692
|
# @return [Array<Google::Apis::ComputeAlpha::AuditLogConfig>]
|
|
1693
1693
|
attr_accessor :audit_log_configs
|
|
1694
1694
|
|
|
1695
|
+
# This is deprecated and has no effect. Do not use.
|
|
1696
|
+
# Corresponds to the JSON property `exemptedMembers`
|
|
1697
|
+
# @return [Array<String>]
|
|
1698
|
+
attr_accessor :exempted_members
|
|
1699
|
+
|
|
1695
1700
|
# Specifies a service that will be enabled for audit logging. For example, `
|
|
1696
1701
|
# storage.googleapis.com`, `cloudsql.googleapis.com`. `allServices` is a special
|
|
1697
1702
|
# value that covers all services.
|
|
@@ -1706,6 +1711,7 @@ module Google
|
|
|
1706
1711
|
# Update properties of this object
|
|
1707
1712
|
def update!(**args)
|
|
1708
1713
|
@audit_log_configs = args[:audit_log_configs] if args.key?(:audit_log_configs)
|
|
1714
|
+
@exempted_members = args[:exempted_members] if args.key?(:exempted_members)
|
|
1709
1715
|
@service = args[:service] if args.key?(:service)
|
|
1710
1716
|
end
|
|
1711
1717
|
end
|
|
@@ -3592,13 +3598,9 @@ module Google
|
|
|
3592
3598
|
# @return [Google::Apis::ComputeAlpha::Subsetting]
|
|
3593
3599
|
attr_accessor :subsetting
|
|
3594
3600
|
|
|
3595
|
-
#
|
|
3596
|
-
#
|
|
3597
|
-
#
|
|
3598
|
-
# seconds. This value can be overridden in the PathMatcher configuration of the
|
|
3599
|
-
# UrlMap that references this backend service. Not supported when the backend
|
|
3600
|
-
# service is referenced by a URL map that is bound to target gRPC proxy that has
|
|
3601
|
-
# validateForProxyless field set to true. Instead, use maxStreamDuration.
|
|
3601
|
+
# Not supported when the backend service is referenced by a URL map that is
|
|
3602
|
+
# bound to target gRPC proxy that has validateForProxyless field set to true.
|
|
3603
|
+
# Instead, use maxStreamDuration.
|
|
3602
3604
|
# Corresponds to the JSON property `timeoutSec`
|
|
3603
3605
|
# @return [Fixnum]
|
|
3604
3606
|
attr_accessor :timeout_sec
|
|
@@ -5104,18 +5106,14 @@ module Google
|
|
|
5104
5106
|
# @return [Google::Apis::ComputeAlpha::Duration]
|
|
5105
5107
|
attr_accessor :connect_timeout
|
|
5106
5108
|
|
|
5107
|
-
#
|
|
5108
|
-
#
|
|
5109
|
-
# URL map that is bound to target gRPC proxy that has validateForProxyless field
|
|
5110
|
-
# set to true.
|
|
5109
|
+
# Not supported when the backend service is referenced by a URL map that is
|
|
5110
|
+
# bound to target gRPC proxy that has validateForProxyless field set to true.
|
|
5111
5111
|
# Corresponds to the JSON property `maxConnections`
|
|
5112
5112
|
# @return [Fixnum]
|
|
5113
5113
|
attr_accessor :max_connections
|
|
5114
5114
|
|
|
5115
|
-
#
|
|
5116
|
-
#
|
|
5117
|
-
# referenced by a URL map that is bound to target gRPC proxy that has
|
|
5118
|
-
# validateForProxyless field set to true.
|
|
5115
|
+
# Not supported when the backend service is referenced by a URL map that is
|
|
5116
|
+
# bound to target gRPC proxy that has validateForProxyless field set to true.
|
|
5119
5117
|
# Corresponds to the JSON property `maxPendingRequests`
|
|
5120
5118
|
# @return [Fixnum]
|
|
5121
5119
|
attr_accessor :max_pending_requests
|
|
@@ -5126,20 +5124,14 @@ module Google
|
|
|
5126
5124
|
# @return [Fixnum]
|
|
5127
5125
|
attr_accessor :max_requests
|
|
5128
5126
|
|
|
5129
|
-
#
|
|
5130
|
-
#
|
|
5131
|
-
# specified, there is no limit. Setting this parameter to 1 will effectively
|
|
5132
|
-
# disable keep alive. Not supported when the backend service is referenced by a
|
|
5133
|
-
# URL map that is bound to target gRPC proxy that has validateForProxyless field
|
|
5134
|
-
# set to true.
|
|
5127
|
+
# Not supported when the backend service is referenced by a URL map that is
|
|
5128
|
+
# bound to target gRPC proxy that has validateForProxyless field set to true.
|
|
5135
5129
|
# Corresponds to the JSON property `maxRequestsPerConnection`
|
|
5136
5130
|
# @return [Fixnum]
|
|
5137
5131
|
attr_accessor :max_requests_per_connection
|
|
5138
5132
|
|
|
5139
|
-
#
|
|
5140
|
-
#
|
|
5141
|
-
# referenced by a URL map that is bound to target gRPC proxy that has
|
|
5142
|
-
# validateForProxyless field set to true.
|
|
5133
|
+
# Not supported when the backend service is referenced by a URL map that is
|
|
5134
|
+
# bound to target gRPC proxy that has validateForProxyless field set to true.
|
|
5143
5135
|
# Corresponds to the JSON property `maxRetries`
|
|
5144
5136
|
# @return [Fixnum]
|
|
5145
5137
|
attr_accessor :max_retries
|
|
@@ -6103,16 +6095,6 @@ module Google
|
|
|
6103
6095
|
# @return [String]
|
|
6104
6096
|
attr_accessor :architecture
|
|
6105
6097
|
|
|
6106
|
-
# Disk asynchronously replicated into this disk.
|
|
6107
|
-
# Corresponds to the JSON property `asyncPrimaryDisk`
|
|
6108
|
-
# @return [Google::Apis::ComputeAlpha::DiskAsyncReplication]
|
|
6109
|
-
attr_accessor :async_primary_disk
|
|
6110
|
-
|
|
6111
|
-
# [Output Only] A list of disks this disk is asynchronously replicated to.
|
|
6112
|
-
# Corresponds to the JSON property `asyncSecondaryDisks`
|
|
6113
|
-
# @return [Hash<String,Google::Apis::ComputeAlpha::DiskAsyncReplicationList>]
|
|
6114
|
-
attr_accessor :async_secondary_disks
|
|
6115
|
-
|
|
6116
6098
|
# [Output Only] Creation timestamp in RFC3339 text format.
|
|
6117
6099
|
# Corresponds to the JSON property `creationTimestamp`
|
|
6118
6100
|
# @return [String]
|
|
@@ -6288,11 +6270,6 @@ module Google
|
|
|
6288
6270
|
# @return [Array<String>]
|
|
6289
6271
|
attr_accessor :resource_policies
|
|
6290
6272
|
|
|
6291
|
-
# [Output Only] Status information for the disk resource.
|
|
6292
|
-
# Corresponds to the JSON property `resourceStatus`
|
|
6293
|
-
# @return [Google::Apis::ComputeAlpha::DiskResourceStatus]
|
|
6294
|
-
attr_accessor :resource_status
|
|
6295
|
-
|
|
6296
6273
|
# [Output Only] Reserved for future use.
|
|
6297
6274
|
# Corresponds to the JSON property `satisfiesPzs`
|
|
6298
6275
|
# @return [Boolean]
|
|
@@ -6318,18 +6295,6 @@ module Google
|
|
|
6318
6295
|
# @return [Fixnum]
|
|
6319
6296
|
attr_accessor :size_gb
|
|
6320
6297
|
|
|
6321
|
-
# [Output Only] URL of the DiskConsistencyGroupPolicy for a secondary disk that
|
|
6322
|
-
# was created using a consistency group.
|
|
6323
|
-
# Corresponds to the JSON property `sourceConsistencyGroupPolicy`
|
|
6324
|
-
# @return [String]
|
|
6325
|
-
attr_accessor :source_consistency_group_policy
|
|
6326
|
-
|
|
6327
|
-
# [Output Only] ID of the DiskConsistencyGroupPolicy for a secondary disk that
|
|
6328
|
-
# was created using a consistency group.
|
|
6329
|
-
# Corresponds to the JSON property `sourceConsistencyGroupPolicyId`
|
|
6330
|
-
# @return [String]
|
|
6331
|
-
attr_accessor :source_consistency_group_policy_id
|
|
6332
|
-
|
|
6333
6298
|
# The source disk used to create this disk. You can provide this as a partial or
|
|
6334
6299
|
# full URL to the resource. For example, the following are valid values: - https:
|
|
6335
6300
|
# //www.googleapis.com/compute/v1/projects/project/zones/zone /disks/disk -
|
|
@@ -6480,8 +6445,6 @@ module Google
|
|
|
6480
6445
|
# Update properties of this object
|
|
6481
6446
|
def update!(**args)
|
|
6482
6447
|
@architecture = args[:architecture] if args.key?(:architecture)
|
|
6483
|
-
@async_primary_disk = args[:async_primary_disk] if args.key?(:async_primary_disk)
|
|
6484
|
-
@async_secondary_disks = args[:async_secondary_disks] if args.key?(:async_secondary_disks)
|
|
6485
6448
|
@creation_timestamp = args[:creation_timestamp] if args.key?(:creation_timestamp)
|
|
6486
6449
|
@description = args[:description] if args.key?(:description)
|
|
6487
6450
|
@disk_encryption_key = args[:disk_encryption_key] if args.key?(:disk_encryption_key)
|
|
@@ -6506,13 +6469,10 @@ module Google
|
|
|
6506
6469
|
@region = args[:region] if args.key?(:region)
|
|
6507
6470
|
@replica_zones = args[:replica_zones] if args.key?(:replica_zones)
|
|
6508
6471
|
@resource_policies = args[:resource_policies] if args.key?(:resource_policies)
|
|
6509
|
-
@resource_status = args[:resource_status] if args.key?(:resource_status)
|
|
6510
6472
|
@satisfies_pzs = args[:satisfies_pzs] if args.key?(:satisfies_pzs)
|
|
6511
6473
|
@self_link = args[:self_link] if args.key?(:self_link)
|
|
6512
6474
|
@self_link_with_id = args[:self_link_with_id] if args.key?(:self_link_with_id)
|
|
6513
6475
|
@size_gb = args[:size_gb] if args.key?(:size_gb)
|
|
6514
|
-
@source_consistency_group_policy = args[:source_consistency_group_policy] if args.key?(:source_consistency_group_policy)
|
|
6515
|
-
@source_consistency_group_policy_id = args[:source_consistency_group_policy_id] if args.key?(:source_consistency_group_policy_id)
|
|
6516
6476
|
@source_disk = args[:source_disk] if args.key?(:source_disk)
|
|
6517
6477
|
@source_disk_id = args[:source_disk_id] if args.key?(:source_disk_id)
|
|
6518
6478
|
@source_image = args[:source_image] if args.key?(:source_image)
|
|
@@ -6657,59 +6617,6 @@ module Google
|
|
|
6657
6617
|
end
|
|
6658
6618
|
end
|
|
6659
6619
|
|
|
6660
|
-
#
|
|
6661
|
-
class DiskAsyncReplication
|
|
6662
|
-
include Google::Apis::Core::Hashable
|
|
6663
|
-
|
|
6664
|
-
# The other disk asynchronously replicated to or from the current disk. You can
|
|
6665
|
-
# provide this as a partial or full URL to the resource. For example, the
|
|
6666
|
-
# following are valid values: - https://www.googleapis.com/compute/v1/projects/
|
|
6667
|
-
# project/zones/zone /disks/disk - projects/project/zones/zone/disks/disk -
|
|
6668
|
-
# zones/zone/disks/disk
|
|
6669
|
-
# Corresponds to the JSON property `disk`
|
|
6670
|
-
# @return [String]
|
|
6671
|
-
attr_accessor :disk
|
|
6672
|
-
|
|
6673
|
-
# [Output Only] The unique ID of the other disk asynchronously replicated to or
|
|
6674
|
-
# from the current disk. This value identifies the exact disk that was used to
|
|
6675
|
-
# create this replication. For example, if you started replicating the
|
|
6676
|
-
# persistent disk from a disk that was later deleted and recreated under the
|
|
6677
|
-
# same name, the disk ID would identify the exact version of the disk that was
|
|
6678
|
-
# used.
|
|
6679
|
-
# Corresponds to the JSON property `diskId`
|
|
6680
|
-
# @return [String]
|
|
6681
|
-
attr_accessor :disk_id
|
|
6682
|
-
|
|
6683
|
-
def initialize(**args)
|
|
6684
|
-
update!(**args)
|
|
6685
|
-
end
|
|
6686
|
-
|
|
6687
|
-
# Update properties of this object
|
|
6688
|
-
def update!(**args)
|
|
6689
|
-
@disk = args[:disk] if args.key?(:disk)
|
|
6690
|
-
@disk_id = args[:disk_id] if args.key?(:disk_id)
|
|
6691
|
-
end
|
|
6692
|
-
end
|
|
6693
|
-
|
|
6694
|
-
#
|
|
6695
|
-
class DiskAsyncReplicationList
|
|
6696
|
-
include Google::Apis::Core::Hashable
|
|
6697
|
-
|
|
6698
|
-
#
|
|
6699
|
-
# Corresponds to the JSON property `asyncReplicationDisk`
|
|
6700
|
-
# @return [Google::Apis::ComputeAlpha::DiskAsyncReplication]
|
|
6701
|
-
attr_accessor :async_replication_disk
|
|
6702
|
-
|
|
6703
|
-
def initialize(**args)
|
|
6704
|
-
update!(**args)
|
|
6705
|
-
end
|
|
6706
|
-
|
|
6707
|
-
# Update properties of this object
|
|
6708
|
-
def update!(**args)
|
|
6709
|
-
@async_replication_disk = args[:async_replication_disk] if args.key?(:async_replication_disk)
|
|
6710
|
-
end
|
|
6711
|
-
end
|
|
6712
|
-
|
|
6713
6620
|
# A specification of the desired way to instantiate a disk in the instance
|
|
6714
6621
|
# template when its created from a source instance.
|
|
6715
6622
|
class DiskInstantiationConfig
|
|
@@ -6908,50 +6815,6 @@ module Google
|
|
|
6908
6815
|
end
|
|
6909
6816
|
end
|
|
6910
6817
|
|
|
6911
|
-
#
|
|
6912
|
-
class DiskResourceStatus
|
|
6913
|
-
include Google::Apis::Core::Hashable
|
|
6914
|
-
|
|
6915
|
-
#
|
|
6916
|
-
# Corresponds to the JSON property `asyncPrimaryDisk`
|
|
6917
|
-
# @return [Google::Apis::ComputeAlpha::DiskResourceStatusAsyncReplicationStatus]
|
|
6918
|
-
attr_accessor :async_primary_disk
|
|
6919
|
-
|
|
6920
|
-
# Key: disk, value: AsyncReplicationStatus message
|
|
6921
|
-
# Corresponds to the JSON property `asyncSecondaryDisks`
|
|
6922
|
-
# @return [Hash<String,Google::Apis::ComputeAlpha::DiskResourceStatusAsyncReplicationStatus>]
|
|
6923
|
-
attr_accessor :async_secondary_disks
|
|
6924
|
-
|
|
6925
|
-
def initialize(**args)
|
|
6926
|
-
update!(**args)
|
|
6927
|
-
end
|
|
6928
|
-
|
|
6929
|
-
# Update properties of this object
|
|
6930
|
-
def update!(**args)
|
|
6931
|
-
@async_primary_disk = args[:async_primary_disk] if args.key?(:async_primary_disk)
|
|
6932
|
-
@async_secondary_disks = args[:async_secondary_disks] if args.key?(:async_secondary_disks)
|
|
6933
|
-
end
|
|
6934
|
-
end
|
|
6935
|
-
|
|
6936
|
-
#
|
|
6937
|
-
class DiskResourceStatusAsyncReplicationStatus
|
|
6938
|
-
include Google::Apis::Core::Hashable
|
|
6939
|
-
|
|
6940
|
-
#
|
|
6941
|
-
# Corresponds to the JSON property `state`
|
|
6942
|
-
# @return [String]
|
|
6943
|
-
attr_accessor :state
|
|
6944
|
-
|
|
6945
|
-
def initialize(**args)
|
|
6946
|
-
update!(**args)
|
|
6947
|
-
end
|
|
6948
|
-
|
|
6949
|
-
# Update properties of this object
|
|
6950
|
-
def update!(**args)
|
|
6951
|
-
@state = args[:state] if args.key?(:state)
|
|
6952
|
-
end
|
|
6953
|
-
end
|
|
6954
|
-
|
|
6955
6818
|
# Represents a Disk Type resource. Google Compute Engine has two Disk Type
|
|
6956
6819
|
# resources: * [Regional](/compute/docs/reference/rest/alpha/regionDiskTypes) * [
|
|
6957
6820
|
# Zonal](/compute/docs/reference/rest/alpha/diskTypes) You can choose from a
|
|
@@ -7530,79 +7393,6 @@ module Google
|
|
|
7530
7393
|
end
|
|
7531
7394
|
end
|
|
7532
7395
|
|
|
7533
|
-
#
|
|
7534
|
-
class DisksStartAsyncReplicationRequest
|
|
7535
|
-
include Google::Apis::Core::Hashable
|
|
7536
|
-
|
|
7537
|
-
# The secondary disk to start asynchronous replication to. You can provide this
|
|
7538
|
-
# as a partial or full URL to the resource. For example, the following are valid
|
|
7539
|
-
# values: - https://www.googleapis.com/compute/v1/projects/project/zones/zone /
|
|
7540
|
-
# disks/disk - https://www.googleapis.com/compute/v1/projects/project/regions/
|
|
7541
|
-
# region /disks/disk - projects/project/zones/zone/disks/disk - projects/project/
|
|
7542
|
-
# regions/region/disks/disk - zones/zone/disks/disk - regions/region/disks/disk
|
|
7543
|
-
# Corresponds to the JSON property `asyncSecondaryDisk`
|
|
7544
|
-
# @return [String]
|
|
7545
|
-
attr_accessor :async_secondary_disk
|
|
7546
|
-
|
|
7547
|
-
def initialize(**args)
|
|
7548
|
-
update!(**args)
|
|
7549
|
-
end
|
|
7550
|
-
|
|
7551
|
-
# Update properties of this object
|
|
7552
|
-
def update!(**args)
|
|
7553
|
-
@async_secondary_disk = args[:async_secondary_disk] if args.key?(:async_secondary_disk)
|
|
7554
|
-
end
|
|
7555
|
-
end
|
|
7556
|
-
|
|
7557
|
-
#
|
|
7558
|
-
class DisksStopAsyncReplicationRequest
|
|
7559
|
-
include Google::Apis::Core::Hashable
|
|
7560
|
-
|
|
7561
|
-
# The secondary disk to stop asynchronous replication to. Supplied if and only
|
|
7562
|
-
# if the target disk is a primary disk in an asynchronously replicated pair. You
|
|
7563
|
-
# can provide this as a partial or full URL to the resource. For example, the
|
|
7564
|
-
# following are valid values: - https://www.googleapis.com/compute/v1/projects/
|
|
7565
|
-
# project/zones/zone /disks/disk - https://www.googleapis.com/compute/v1/
|
|
7566
|
-
# projects/project/regions/region /disks/disk - projects/project/zones/zone/
|
|
7567
|
-
# disks/disk - projects/project/regions/region/disks/disk - zones/zone/disks/
|
|
7568
|
-
# disk - regions/region/disks/disk
|
|
7569
|
-
# Corresponds to the JSON property `asyncSecondaryDisk`
|
|
7570
|
-
# @return [String]
|
|
7571
|
-
attr_accessor :async_secondary_disk
|
|
7572
|
-
|
|
7573
|
-
def initialize(**args)
|
|
7574
|
-
update!(**args)
|
|
7575
|
-
end
|
|
7576
|
-
|
|
7577
|
-
# Update properties of this object
|
|
7578
|
-
def update!(**args)
|
|
7579
|
-
@async_secondary_disk = args[:async_secondary_disk] if args.key?(:async_secondary_disk)
|
|
7580
|
-
end
|
|
7581
|
-
end
|
|
7582
|
-
|
|
7583
|
-
#
|
|
7584
|
-
class DisksStopGroupAsyncReplicationRequest
|
|
7585
|
-
include Google::Apis::Core::Hashable
|
|
7586
|
-
|
|
7587
|
-
# The URL of the DiskConsistencyGroupPolicy for the group of disks to stop. This
|
|
7588
|
-
# may be a full or partial URL, such as: - https://www.googleapis.com/compute/v1/
|
|
7589
|
-
# projects/project/regions/region /resourcePolicies/resourcePolicy - projects/
|
|
7590
|
-
# project/regions/region/resourcePolicies/resourcePolicy - regions/region/
|
|
7591
|
-
# resourcePolicies/resourcePolicy
|
|
7592
|
-
# Corresponds to the JSON property `resourcePolicy`
|
|
7593
|
-
# @return [String]
|
|
7594
|
-
attr_accessor :resource_policy
|
|
7595
|
-
|
|
7596
|
-
def initialize(**args)
|
|
7597
|
-
update!(**args)
|
|
7598
|
-
end
|
|
7599
|
-
|
|
7600
|
-
# Update properties of this object
|
|
7601
|
-
def update!(**args)
|
|
7602
|
-
@resource_policy = args[:resource_policy] if args.key?(:resource_policy)
|
|
7603
|
-
end
|
|
7604
|
-
end
|
|
7605
|
-
|
|
7606
7396
|
# A set of Display Device options
|
|
7607
7397
|
class DisplayDevice
|
|
7608
7398
|
include Google::Apis::Core::Hashable
|
|
@@ -9005,12 +8795,6 @@ module Google
|
|
|
9005
8795
|
# @return [Fixnum]
|
|
9006
8796
|
attr_accessor :priority
|
|
9007
8797
|
|
|
9008
|
-
# An optional name for the rule. This field is not a unique identifier and can
|
|
9009
|
-
# be updated.
|
|
9010
|
-
# Corresponds to the JSON property `ruleName`
|
|
9011
|
-
# @return [String]
|
|
9012
|
-
attr_accessor :rule_name
|
|
9013
|
-
|
|
9014
8798
|
# [Output Only] Calculation of the complexity of a single firewall policy rule.
|
|
9015
8799
|
# Corresponds to the JSON property `ruleTupleCount`
|
|
9016
8800
|
# @return [Fixnum]
|
|
@@ -9055,7 +8839,6 @@ module Google
|
|
|
9055
8839
|
@kind = args[:kind] if args.key?(:kind)
|
|
9056
8840
|
@match = args[:match] if args.key?(:match)
|
|
9057
8841
|
@priority = args[:priority] if args.key?(:priority)
|
|
9058
|
-
@rule_name = args[:rule_name] if args.key?(:rule_name)
|
|
9059
8842
|
@rule_tuple_count = args[:rule_tuple_count] if args.key?(:rule_tuple_count)
|
|
9060
8843
|
@target_resources = args[:target_resources] if args.key?(:target_resources)
|
|
9061
8844
|
@target_secure_tags = args[:target_secure_tags] if args.key?(:target_secure_tags)
|
|
@@ -10937,8 +10720,8 @@ module Google
|
|
|
10937
10720
|
# The ID of a supported feature. To add multiple values, use commas to separate
|
|
10938
10721
|
# values. Set to one or more of the following values: - VIRTIO_SCSI_MULTIQUEUE -
|
|
10939
10722
|
# WINDOWS - MULTI_IP_SUBNET - UEFI_COMPATIBLE - SECURE_BOOT - GVNIC -
|
|
10940
|
-
# SEV_CAPABLE - SUSPEND_RESUME_COMPATIBLE
|
|
10941
|
-
#
|
|
10723
|
+
# SEV_CAPABLE - SUSPEND_RESUME_COMPATIBLE For more information, see Enabling
|
|
10724
|
+
# guest operating system features.
|
|
10942
10725
|
# Corresponds to the JSON property `type`
|
|
10943
10726
|
# @return [String]
|
|
10944
10727
|
attr_accessor :type
|
|
@@ -14753,8 +14536,8 @@ module Google
|
|
|
14753
14536
|
# Assigns a name to a port number. For example: `name: "http", port: 80` This
|
|
14754
14537
|
# allows the system to reference ports by the assigned name instead of a port
|
|
14755
14538
|
# number. Named ports can also contain multiple ports. For example: [`name: "
|
|
14756
|
-
#
|
|
14757
|
-
#
|
|
14539
|
+
# http", port: 80`,`name: "http", port: 8080`] Named ports apply to all
|
|
14540
|
+
# instances in this instance group.
|
|
14758
14541
|
# Corresponds to the JSON property `namedPorts`
|
|
14759
14542
|
# @return [Array<Google::Apis::ComputeAlpha::NamedPort>]
|
|
14760
14543
|
attr_accessor :named_ports
|
|
@@ -15165,12 +14948,6 @@ module Google
|
|
|
15165
14948
|
# @return [String]
|
|
15166
14949
|
attr_accessor :kind
|
|
15167
14950
|
|
|
15168
|
-
# Pagination behavior of listManagedInstances API method for this Managed
|
|
15169
|
-
# Instance Group.
|
|
15170
|
-
# Corresponds to the JSON property `listManagedInstancesResults`
|
|
15171
|
-
# @return [String]
|
|
15172
|
-
attr_accessor :list_managed_instances_results
|
|
15173
|
-
|
|
15174
14951
|
# The name of the managed instance group. The name must be 1-63 characters long,
|
|
15175
14952
|
# and comply with RFC1035.
|
|
15176
14953
|
# Corresponds to the JSON property `name`
|
|
@@ -15295,7 +15072,6 @@ module Google
|
|
|
15295
15072
|
@instance_lifecycle_policy = args[:instance_lifecycle_policy] if args.key?(:instance_lifecycle_policy)
|
|
15296
15073
|
@instance_template = args[:instance_template] if args.key?(:instance_template)
|
|
15297
15074
|
@kind = args[:kind] if args.key?(:kind)
|
|
15298
|
-
@list_managed_instances_results = args[:list_managed_instances_results] if args.key?(:list_managed_instances_results)
|
|
15299
15075
|
@name = args[:name] if args.key?(:name)
|
|
15300
15076
|
@named_ports = args[:named_ports] if args.key?(:named_ports)
|
|
15301
15077
|
@region = args[:region] if args.key?(:region)
|
|
@@ -18027,8 +17803,7 @@ module Google
|
|
|
18027
17803
|
# @return [String]
|
|
18028
17804
|
attr_accessor :short_name
|
|
18029
17805
|
|
|
18030
|
-
# [Output Only] The type of the firewall policy.
|
|
18031
|
-
# NETWORK, NETWORK_REGIONAL.
|
|
17806
|
+
# [Output Only] The type of the firewall policy.
|
|
18032
17807
|
# Corresponds to the JSON property `type`
|
|
18033
17808
|
# @return [String]
|
|
18034
17809
|
attr_accessor :type
|
|
@@ -19326,9 +19101,10 @@ module Google
|
|
|
19326
19101
|
# @return [String]
|
|
19327
19102
|
attr_accessor :customer_router_ipv6_interface_id
|
|
19328
19103
|
|
|
19329
|
-
# [Output
|
|
19330
|
-
#
|
|
19331
|
-
#
|
|
19104
|
+
# [Output only for types PARTNER and DEDICATED. Not present for PARTNER_PROVIDER.
|
|
19105
|
+
# ] Dataplane version for this InterconnectAttachment. This field is only
|
|
19106
|
+
# present for Dataplane version 2 and higher. Absence of this field in the API
|
|
19107
|
+
# output indicates that the Dataplane is version 1.
|
|
19332
19108
|
# Corresponds to the JSON property `dataplaneVersion`
|
|
19333
19109
|
# @return [Fixnum]
|
|
19334
19110
|
attr_accessor :dataplane_version
|
|
@@ -21714,11 +21490,6 @@ module Google
|
|
|
21714
21490
|
class LocationPolicyLocation
|
|
21715
21491
|
include Google::Apis::Core::Hashable
|
|
21716
21492
|
|
|
21717
|
-
# Per-zone constraints on location policy for this zone.
|
|
21718
|
-
# Corresponds to the JSON property `constraints`
|
|
21719
|
-
# @return [Google::Apis::ComputeAlpha::LocationPolicyLocationConstraints]
|
|
21720
|
-
attr_accessor :constraints
|
|
21721
|
-
|
|
21722
21493
|
# Preference for a given location.
|
|
21723
21494
|
# Corresponds to the JSON property `preference`
|
|
21724
21495
|
# @return [String]
|
|
@@ -21730,31 +21501,10 @@ module Google
|
|
|
21730
21501
|
|
|
21731
21502
|
# Update properties of this object
|
|
21732
21503
|
def update!(**args)
|
|
21733
|
-
@constraints = args[:constraints] if args.key?(:constraints)
|
|
21734
21504
|
@preference = args[:preference] if args.key?(:preference)
|
|
21735
21505
|
end
|
|
21736
21506
|
end
|
|
21737
21507
|
|
|
21738
|
-
# Per-zone constraints on location policy for this zone.
|
|
21739
|
-
class LocationPolicyLocationConstraints
|
|
21740
|
-
include Google::Apis::Core::Hashable
|
|
21741
|
-
|
|
21742
|
-
# Maximum number of items that are allowed to be placed in this zone. The value
|
|
21743
|
-
# must be non-negative.
|
|
21744
|
-
# Corresponds to the JSON property `maxCount`
|
|
21745
|
-
# @return [Fixnum]
|
|
21746
|
-
attr_accessor :max_count
|
|
21747
|
-
|
|
21748
|
-
def initialize(**args)
|
|
21749
|
-
update!(**args)
|
|
21750
|
-
end
|
|
21751
|
-
|
|
21752
|
-
# Update properties of this object
|
|
21753
|
-
def update!(**args)
|
|
21754
|
-
@max_count = args[:max_count] if args.key?(:max_count)
|
|
21755
|
-
end
|
|
21756
|
-
end
|
|
21757
|
-
|
|
21758
21508
|
# This is deprecated and has no effect. Do not use.
|
|
21759
21509
|
class LogConfig
|
|
21760
21510
|
include Google::Apis::Core::Hashable
|
|
@@ -23200,9 +22950,7 @@ module Google
|
|
|
23200
22950
|
# @return [String]
|
|
23201
22951
|
attr_accessor :name
|
|
23202
22952
|
|
|
23203
|
-
#
|
|
23204
|
-
# AFTER_CLASSIC_FIREWALL or BEFORE_CLASSIC_FIREWALL. Defaults to
|
|
23205
|
-
# AFTER_CLASSIC_FIREWALL if the field is not specified.
|
|
22953
|
+
#
|
|
23206
22954
|
# Corresponds to the JSON property `networkFirewallPolicyEnforcementOrder`
|
|
23207
22955
|
# @return [String]
|
|
23208
22956
|
attr_accessor :network_firewall_policy_enforcement_order
|
|
@@ -23719,8 +23467,8 @@ module Google
|
|
|
23719
23467
|
attr_accessor :network
|
|
23720
23468
|
|
|
23721
23469
|
# Type of network endpoints in this network endpoint group. Can be one of
|
|
23722
|
-
#
|
|
23723
|
-
#
|
|
23470
|
+
# GCE_VM_IP_PORT, NON_GCP_PRIVATE_IP_PORT, INTERNET_FQDN_PORT, INTERNET_IP_PORT,
|
|
23471
|
+
# SERVERLESS, PRIVATE_SERVICE_CONNECT.
|
|
23724
23472
|
# Corresponds to the JSON property `networkEndpointType`
|
|
23725
23473
|
# @return [String]
|
|
23726
23474
|
attr_accessor :network_endpoint_type
|
|
@@ -24028,13 +23776,13 @@ module Google
|
|
|
24028
23776
|
# @return [String]
|
|
24029
23777
|
attr_accessor :tag
|
|
24030
23778
|
|
|
24031
|
-
# A template to parse
|
|
24032
|
-
#
|
|
24033
|
-
#
|
|
24034
|
-
#
|
|
24035
|
-
#
|
|
24036
|
-
#
|
|
24037
|
-
#
|
|
23779
|
+
# A template to parse service and tag fields from a request URL. URL mask allows
|
|
23780
|
+
# for routing to multiple Run services without having to create multiple network
|
|
23781
|
+
# endpoint groups and backend services. For example, request URLs "foo1.domain.
|
|
23782
|
+
# com/bar1" and "foo1.domain.com/bar2" can be backed by the same Serverless
|
|
23783
|
+
# Network Endpoint Group (NEG) with URL mask ".domain.com/". The URL mask will
|
|
23784
|
+
# parse them to ` service="bar1", tag="foo1" ` and ` service="bar2", tag="foo2" `
|
|
23785
|
+
# respectively.
|
|
24038
23786
|
# Corresponds to the JSON property `urlMask`
|
|
24039
23787
|
# @return [String]
|
|
24040
23788
|
attr_accessor :url_mask
|
|
@@ -29890,16 +29638,6 @@ module Google
|
|
|
29890
29638
|
# @return [String]
|
|
29891
29639
|
attr_accessor :name
|
|
29892
29640
|
|
|
29893
|
-
# Specifies how child public delegated prefix will be scoped. It could be one of
|
|
29894
|
-
# following values: - `REGIONAL`: The public delegated prefix is regional only.
|
|
29895
|
-
# The provisioning will take a few minutes. - `GLOBAL`: The public delegated
|
|
29896
|
-
# prefix is global only. The provisioning will take ~4 weeks. - `
|
|
29897
|
-
# GLOBAL_AND_REGIONAL` [output only]: The public delegated prefixes is BYOIP V1
|
|
29898
|
-
# legacy prefix. This is output only value and no longer supported in BYOIP V2.
|
|
29899
|
-
# Corresponds to the JSON property `pdpScope`
|
|
29900
|
-
# @return [String]
|
|
29901
|
-
attr_accessor :pdp_scope
|
|
29902
|
-
|
|
29903
29641
|
# [Output Only] The list of public delegated prefixes that exist for this public
|
|
29904
29642
|
# advertised prefix.
|
|
29905
29643
|
# Corresponds to the JSON property `publicDelegatedPrefixs`
|
|
@@ -29946,7 +29684,6 @@ module Google
|
|
|
29946
29684
|
@ip_cidr_range = args[:ip_cidr_range] if args.key?(:ip_cidr_range)
|
|
29947
29685
|
@kind = args[:kind] if args.key?(:kind)
|
|
29948
29686
|
@name = args[:name] if args.key?(:name)
|
|
29949
|
-
@pdp_scope = args[:pdp_scope] if args.key?(:pdp_scope)
|
|
29950
29687
|
@public_delegated_prefixs = args[:public_delegated_prefixs] if args.key?(:public_delegated_prefixs)
|
|
29951
29688
|
@self_link = args[:self_link] if args.key?(:self_link)
|
|
29952
29689
|
@self_link_with_id = args[:self_link_with_id] if args.key?(:self_link_with_id)
|
|
@@ -31147,79 +30884,6 @@ module Google
|
|
|
31147
30884
|
end
|
|
31148
30885
|
end
|
|
31149
30886
|
|
|
31150
|
-
#
|
|
31151
|
-
class RegionDisksStartAsyncReplicationRequest
|
|
31152
|
-
include Google::Apis::Core::Hashable
|
|
31153
|
-
|
|
31154
|
-
# The secondary disk to start asynchronous replication to. You can provide this
|
|
31155
|
-
# as a partial or full URL to the resource. For example, the following are valid
|
|
31156
|
-
# values: - https://www.googleapis.com/compute/v1/projects/project/zones/zone /
|
|
31157
|
-
# disks/disk - https://www.googleapis.com/compute/v1/projects/project/regions/
|
|
31158
|
-
# region /disks/disk - projects/project/zones/zone/disks/disk - projects/project/
|
|
31159
|
-
# regions/region/disks/disk - zones/zone/disks/disk - regions/region/disks/disk
|
|
31160
|
-
# Corresponds to the JSON property `asyncSecondaryDisk`
|
|
31161
|
-
# @return [String]
|
|
31162
|
-
attr_accessor :async_secondary_disk
|
|
31163
|
-
|
|
31164
|
-
def initialize(**args)
|
|
31165
|
-
update!(**args)
|
|
31166
|
-
end
|
|
31167
|
-
|
|
31168
|
-
# Update properties of this object
|
|
31169
|
-
def update!(**args)
|
|
31170
|
-
@async_secondary_disk = args[:async_secondary_disk] if args.key?(:async_secondary_disk)
|
|
31171
|
-
end
|
|
31172
|
-
end
|
|
31173
|
-
|
|
31174
|
-
#
|
|
31175
|
-
class RegionDisksStopAsyncReplicationRequest
|
|
31176
|
-
include Google::Apis::Core::Hashable
|
|
31177
|
-
|
|
31178
|
-
# The secondary disk to stop asynchronous replication to. Supplied if and only
|
|
31179
|
-
# if the target disk is a primary disk in an asynchronously replicated pair. You
|
|
31180
|
-
# can provide this as a partial or full URL to the resource. For example, the
|
|
31181
|
-
# following are valid values: - https://www.googleapis.com/compute/v1/projects/
|
|
31182
|
-
# project/zones/zone /disks/disk - https://www.googleapis.com/compute/v1/
|
|
31183
|
-
# projects/project/regions/region /disks/disk - projects/project/zones/zone/
|
|
31184
|
-
# disks/disk - projects/project/regions/region/disks/disk - zones/zone/disks/
|
|
31185
|
-
# disk - regions/region/disks/disk
|
|
31186
|
-
# Corresponds to the JSON property `asyncSecondaryDisk`
|
|
31187
|
-
# @return [String]
|
|
31188
|
-
attr_accessor :async_secondary_disk
|
|
31189
|
-
|
|
31190
|
-
def initialize(**args)
|
|
31191
|
-
update!(**args)
|
|
31192
|
-
end
|
|
31193
|
-
|
|
31194
|
-
# Update properties of this object
|
|
31195
|
-
def update!(**args)
|
|
31196
|
-
@async_secondary_disk = args[:async_secondary_disk] if args.key?(:async_secondary_disk)
|
|
31197
|
-
end
|
|
31198
|
-
end
|
|
31199
|
-
|
|
31200
|
-
#
|
|
31201
|
-
class RegionDisksStopGroupAsyncReplicationRequest
|
|
31202
|
-
include Google::Apis::Core::Hashable
|
|
31203
|
-
|
|
31204
|
-
# The URL of the DiskConsistencyGroupPolicy for the group of disks to stop. This
|
|
31205
|
-
# may be a full or partial URL, such as: - https://www.googleapis.com/compute/v1/
|
|
31206
|
-
# projects/project/regions/region /resourcePolicies/resourcePolicy - projects/
|
|
31207
|
-
# project/regions/region/resourcePolicies/resourcePolicy - regions/region/
|
|
31208
|
-
# resourcePolicies/resourcePolicy
|
|
31209
|
-
# Corresponds to the JSON property `resourcePolicy`
|
|
31210
|
-
# @return [String]
|
|
31211
|
-
attr_accessor :resource_policy
|
|
31212
|
-
|
|
31213
|
-
def initialize(**args)
|
|
31214
|
-
update!(**args)
|
|
31215
|
-
end
|
|
31216
|
-
|
|
31217
|
-
# Update properties of this object
|
|
31218
|
-
def update!(**args)
|
|
31219
|
-
@resource_policy = args[:resource_policy] if args.key?(:resource_policy)
|
|
31220
|
-
end
|
|
31221
|
-
end
|
|
31222
|
-
|
|
31223
30887
|
# Contains a list of InstanceGroup resources.
|
|
31224
30888
|
class RegionInstanceGroupList
|
|
31225
30889
|
include Google::Apis::Core::Hashable
|
|
@@ -32395,8 +32059,7 @@ module Google
|
|
|
32395
32059
|
# @return [Array<Google::Apis::ComputeAlpha::FirewallPolicyRule>]
|
|
32396
32060
|
attr_accessor :rules
|
|
32397
32061
|
|
|
32398
|
-
# [Output Only] The type of the firewall policy.
|
|
32399
|
-
# NETWORK, NETWORK_REGIONAL.
|
|
32062
|
+
# [Output Only] The type of the firewall policy.
|
|
32400
32063
|
# Corresponds to the JSON property `type`
|
|
32401
32064
|
# @return [String]
|
|
32402
32065
|
attr_accessor :type
|
|
@@ -33479,8 +33142,8 @@ module Google
|
|
|
33479
33142
|
class ResourcePolicyDailyCycle
|
|
33480
33143
|
include Google::Apis::Core::Hashable
|
|
33481
33144
|
|
|
33482
|
-
# Defines a schedule with units measured in
|
|
33483
|
-
#
|
|
33145
|
+
# Defines a schedule with units measured in months. The value determines how
|
|
33146
|
+
# many months pass between the start of each cycle.
|
|
33484
33147
|
# Corresponds to the JSON property `daysInCycle`
|
|
33485
33148
|
# @return [Fixnum]
|
|
33486
33149
|
attr_accessor :days_in_cycle
|
|
@@ -35838,8 +35501,7 @@ module Google
|
|
|
35838
35501
|
# @return [String]
|
|
35839
35502
|
attr_accessor :router_appliance_instance
|
|
35840
35503
|
|
|
35841
|
-
#
|
|
35842
|
-
# see BGP session states.
|
|
35504
|
+
# BGP state as specified in RFC1771.
|
|
35843
35505
|
# Corresponds to the JSON property `state`
|
|
35844
35506
|
# @return [String]
|
|
35845
35507
|
attr_accessor :state
|
|
@@ -37096,10 +36758,10 @@ module Google
|
|
|
37096
36758
|
# @return [String]
|
|
37097
36759
|
attr_accessor :self_link_with_id
|
|
37098
36760
|
|
|
37099
|
-
# The type indicates the intended use of the security policy. -
|
|
36761
|
+
# The type indicates the intended use of the security policy. CLOUD_ARMOR -
|
|
37100
36762
|
# Cloud Armor backend security policies can be configured to filter incoming
|
|
37101
36763
|
# HTTP requests targeting backend services. They filter requests before they hit
|
|
37102
|
-
# the origin servers. -
|
|
36764
|
+
# the origin servers. CLOUD_ARMOR_EDGE - Cloud Armor edge security policies can
|
|
37103
36765
|
# be configured to filter incoming HTTP requests targeting backend services (
|
|
37104
36766
|
# including Cloud CDN-enabled) as well as backend buckets (Cloud Storage). They
|
|
37105
36767
|
# filter requests before the request is served from Google's cache.
|
|
@@ -37828,11 +37490,10 @@ module Google
|
|
|
37828
37490
|
# present in the request, the key type defaults to ALL. - XFF_IP: The first IP
|
|
37829
37491
|
# address (i.e. the originating client IP address) specified in the list of IPs
|
|
37830
37492
|
# under X-Forwarded-For HTTP header. If no such header is present or the value
|
|
37831
|
-
# is not a valid IP, the key defaults to
|
|
37832
|
-
#
|
|
37833
|
-
#
|
|
37834
|
-
#
|
|
37835
|
-
# request, the key type defaults to ALL.
|
|
37493
|
+
# is not a valid IP, the key type defaults to ALL. - HTTP_COOKIE: The value of
|
|
37494
|
+
# the HTTP cookie whose name is configured under "enforce_on_key_name". The key
|
|
37495
|
+
# value is truncated to the first 128 bytes of the cookie value. If no such
|
|
37496
|
+
# cookie is present in the request, the key type defaults to ALL.
|
|
37836
37497
|
# Corresponds to the JSON property `enforceOnKey`
|
|
37837
37498
|
# @return [String]
|
|
37838
37499
|
attr_accessor :enforce_on_key
|
|
@@ -37846,9 +37507,9 @@ module Google
|
|
|
37846
37507
|
|
|
37847
37508
|
# Action to take for requests that are above the configured rate limit threshold,
|
|
37848
37509
|
# to either deny with a specified HTTP response code, or redirect to a
|
|
37849
|
-
# different endpoint. Valid options are "deny(
|
|
37850
|
-
#
|
|
37851
|
-
#
|
|
37510
|
+
# different endpoint. Valid options are "deny()" where valid values for status
|
|
37511
|
+
# are 403, 404, 429, and 502, and "redirect" where the redirect parameters come
|
|
37512
|
+
# from exceed_redirect_options below.
|
|
37852
37513
|
# Corresponds to the JSON property `exceedAction`
|
|
37853
37514
|
# @return [String]
|
|
37854
37515
|
attr_accessor :exceed_action
|
|
@@ -40881,13 +40542,6 @@ module Google
|
|
|
40881
40542
|
# @return [Fixnum]
|
|
40882
40543
|
attr_accessor :id
|
|
40883
40544
|
|
|
40884
|
-
# [Output Only] The range of internal IPv6 addresses that are owned by this
|
|
40885
|
-
# subnetwork. Note this is for general VM to VM communication, not to be
|
|
40886
|
-
# confused with the ipv6_cidr_range field.
|
|
40887
|
-
# Corresponds to the JSON property `internalIpv6Prefix`
|
|
40888
|
-
# @return [String]
|
|
40889
|
-
attr_accessor :internal_ipv6_prefix
|
|
40890
|
-
|
|
40891
40545
|
# The range of internal addresses that are owned by this subnetwork. Provide
|
|
40892
40546
|
# this property when you create the subnetwork. For example, 10.0.0.0/8 or 100.
|
|
40893
40547
|
# 64.0.0/10. Ranges must be unique and non-overlapping within a network. Only
|
|
@@ -41066,7 +40720,6 @@ module Google
|
|
|
41066
40720
|
@flow_sampling = args[:flow_sampling] if args.key?(:flow_sampling)
|
|
41067
40721
|
@gateway_address = args[:gateway_address] if args.key?(:gateway_address)
|
|
41068
40722
|
@id = args[:id] if args.key?(:id)
|
|
41069
|
-
@internal_ipv6_prefix = args[:internal_ipv6_prefix] if args.key?(:internal_ipv6_prefix)
|
|
41070
40723
|
@ip_cidr_range = args[:ip_cidr_range] if args.key?(:ip_cidr_range)
|
|
41071
40724
|
@ipv6_access_type = args[:ipv6_access_type] if args.key?(:ipv6_access_type)
|
|
41072
40725
|
@ipv6_cidr_range = args[:ipv6_cidr_range] if args.key?(:ipv6_cidr_range)
|
|
@@ -41354,9 +41007,8 @@ module Google
|
|
|
41354
41007
|
attr_accessor :enable
|
|
41355
41008
|
alias_method :enable?, :enable
|
|
41356
41009
|
|
|
41357
|
-
# Can only be specified if VPC flow logs for this subnetwork is enabled.
|
|
41358
|
-
# filter
|
|
41359
|
-
# Cloud Logging.
|
|
41010
|
+
# Can only be specified if VPC flow logs for this subnetwork is enabled. Export
|
|
41011
|
+
# filter used to define which VPC flow logs should be logged.
|
|
41360
41012
|
# Corresponds to the JSON property `filterExpr`
|
|
41361
41013
|
# @return [String]
|
|
41362
41014
|
attr_accessor :filter_expr
|