google-apis-compute_v1 0.65.0 → 0.67.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 +8 -0
- data/lib/google/apis/compute_v1/classes.rb +1148 -182
- data/lib/google/apis/compute_v1/gem_version.rb +2 -2
- data/lib/google/apis/compute_v1/representations.rb +293 -0
- data/lib/google/apis/compute_v1/service.rb +480 -2
- metadata +3 -3
@@ -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.67.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.12.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20230502"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -706,6 +706,18 @@ module Google
|
|
706
706
|
include Google::Apis::Core::JsonObjectSupport
|
707
707
|
end
|
708
708
|
|
709
|
+
class DiskAsyncReplication
|
710
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
711
|
+
|
712
|
+
include Google::Apis::Core::JsonObjectSupport
|
713
|
+
end
|
714
|
+
|
715
|
+
class DiskAsyncReplicationList
|
716
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
717
|
+
|
718
|
+
include Google::Apis::Core::JsonObjectSupport
|
719
|
+
end
|
720
|
+
|
709
721
|
class DiskInstantiationConfig
|
710
722
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
711
723
|
|
@@ -742,6 +754,18 @@ module Google
|
|
742
754
|
include Google::Apis::Core::JsonObjectSupport
|
743
755
|
end
|
744
756
|
|
757
|
+
class DiskResourceStatus
|
758
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
759
|
+
|
760
|
+
include Google::Apis::Core::JsonObjectSupport
|
761
|
+
end
|
762
|
+
|
763
|
+
class DiskResourceStatusAsyncReplicationStatus
|
764
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
765
|
+
|
766
|
+
include Google::Apis::Core::JsonObjectSupport
|
767
|
+
end
|
768
|
+
|
745
769
|
class DiskType
|
746
770
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
747
771
|
|
@@ -1120,6 +1144,12 @@ module Google
|
|
1120
1144
|
include Google::Apis::Core::JsonObjectSupport
|
1121
1145
|
end
|
1122
1146
|
|
1147
|
+
class GlobalAddressesMoveRequest
|
1148
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1149
|
+
|
1150
|
+
include Google::Apis::Core::JsonObjectSupport
|
1151
|
+
end
|
1152
|
+
|
1123
1153
|
class GlobalNetworkEndpointGroupsAttachEndpointsRequest
|
1124
1154
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1125
1155
|
|
@@ -2086,6 +2116,18 @@ module Google
|
|
2086
2116
|
include Google::Apis::Core::JsonObjectSupport
|
2087
2117
|
end
|
2088
2118
|
|
2119
|
+
class InterconnectAttachmentConfigurationConstraints
|
2120
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2121
|
+
|
2122
|
+
include Google::Apis::Core::JsonObjectSupport
|
2123
|
+
end
|
2124
|
+
|
2125
|
+
class InterconnectAttachmentConfigurationConstraintsBgpPeerAsnRange
|
2126
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2127
|
+
|
2128
|
+
include Google::Apis::Core::JsonObjectSupport
|
2129
|
+
end
|
2130
|
+
|
2089
2131
|
class InterconnectAttachmentList
|
2090
2132
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2091
2133
|
|
@@ -2224,6 +2266,48 @@ module Google
|
|
2224
2266
|
include Google::Apis::Core::JsonObjectSupport
|
2225
2267
|
end
|
2226
2268
|
|
2269
|
+
class InterconnectRemoteLocation
|
2270
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2271
|
+
|
2272
|
+
include Google::Apis::Core::JsonObjectSupport
|
2273
|
+
end
|
2274
|
+
|
2275
|
+
class InterconnectRemoteLocationConstraints
|
2276
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2277
|
+
|
2278
|
+
include Google::Apis::Core::JsonObjectSupport
|
2279
|
+
end
|
2280
|
+
|
2281
|
+
class InterconnectRemoteLocationConstraintsSubnetLengthRange
|
2282
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2283
|
+
|
2284
|
+
include Google::Apis::Core::JsonObjectSupport
|
2285
|
+
end
|
2286
|
+
|
2287
|
+
class InterconnectRemoteLocationList
|
2288
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2289
|
+
|
2290
|
+
class Warning
|
2291
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2292
|
+
|
2293
|
+
class Datum
|
2294
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2295
|
+
|
2296
|
+
include Google::Apis::Core::JsonObjectSupport
|
2297
|
+
end
|
2298
|
+
|
2299
|
+
include Google::Apis::Core::JsonObjectSupport
|
2300
|
+
end
|
2301
|
+
|
2302
|
+
include Google::Apis::Core::JsonObjectSupport
|
2303
|
+
end
|
2304
|
+
|
2305
|
+
class InterconnectRemoteLocationPermittedConnections
|
2306
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2307
|
+
|
2308
|
+
include Google::Apis::Core::JsonObjectSupport
|
2309
|
+
end
|
2310
|
+
|
2227
2311
|
class InterconnectsGetDiagnosticsResponse
|
2228
2312
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2229
2313
|
|
@@ -3496,6 +3580,12 @@ module Google
|
|
3496
3580
|
include Google::Apis::Core::JsonObjectSupport
|
3497
3581
|
end
|
3498
3582
|
|
3583
|
+
class RegionAddressesMoveRequest
|
3584
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3585
|
+
|
3586
|
+
include Google::Apis::Core::JsonObjectSupport
|
3587
|
+
end
|
3588
|
+
|
3499
3589
|
class RegionAutoscalerList
|
3500
3590
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3501
3591
|
|
@@ -4414,6 +4504,12 @@ module Google
|
|
4414
4504
|
include Google::Apis::Core::JsonObjectSupport
|
4415
4505
|
end
|
4416
4506
|
|
4507
|
+
class SecurityPolicyRuleRateLimitOptionsEnforceOnKeyConfig
|
4508
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4509
|
+
|
4510
|
+
include Google::Apis::Core::JsonObjectSupport
|
4511
|
+
end
|
4512
|
+
|
4417
4513
|
class SecurityPolicyRuleRateLimitOptionsThreshold
|
4418
4514
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4419
4515
|
|
@@ -5943,6 +6039,8 @@ module Google
|
|
5943
6039
|
property :ip_version, as: 'ipVersion'
|
5944
6040
|
property :ipv6_endpoint_type, as: 'ipv6EndpointType'
|
5945
6041
|
property :kind, as: 'kind'
|
6042
|
+
property :label_fingerprint, :base64 => true, as: 'labelFingerprint'
|
6043
|
+
hash :labels, as: 'labels'
|
5946
6044
|
property :name, as: 'name'
|
5947
6045
|
property :network, as: 'network'
|
5948
6046
|
property :network_tier, as: 'networkTier'
|
@@ -6154,6 +6252,8 @@ module Google
|
|
6154
6252
|
collection :licenses, as: 'licenses'
|
6155
6253
|
property :on_update_action, as: 'onUpdateAction'
|
6156
6254
|
property :provisioned_iops, :numeric_string => true, as: 'provisionedIops'
|
6255
|
+
property :provisioned_throughput, :numeric_string => true, as: 'provisionedThroughput'
|
6256
|
+
collection :replica_zones, as: 'replicaZones'
|
6157
6257
|
hash :resource_manager_tags, as: 'resourceManagerTags'
|
6158
6258
|
collection :resource_policies, as: 'resourcePolicies'
|
6159
6259
|
property :source_image, as: 'sourceImage'
|
@@ -6534,6 +6634,7 @@ module Google
|
|
6534
6634
|
|
6535
6635
|
property :max_stream_duration, as: 'maxStreamDuration', class: Google::Apis::ComputeV1::Duration, decorator: Google::Apis::ComputeV1::Duration::Representation
|
6536
6636
|
|
6637
|
+
hash :metadatas, as: 'metadatas'
|
6537
6638
|
property :name, as: 'name'
|
6538
6639
|
property :network, as: 'network'
|
6539
6640
|
property :outlier_detection, as: 'outlierDetection', class: Google::Apis::ComputeV1::OutlierDetection, decorator: Google::Apis::ComputeV1::OutlierDetection::Representation
|
@@ -7098,6 +7199,10 @@ module Google
|
|
7098
7199
|
# @private
|
7099
7200
|
class Representation < Google::Apis::Core::JsonRepresentation
|
7100
7201
|
property :architecture, as: 'architecture'
|
7202
|
+
property :async_primary_disk, as: 'asyncPrimaryDisk', class: Google::Apis::ComputeV1::DiskAsyncReplication, decorator: Google::Apis::ComputeV1::DiskAsyncReplication::Representation
|
7203
|
+
|
7204
|
+
hash :async_secondary_disks, as: 'asyncSecondaryDisks', class: Google::Apis::ComputeV1::DiskAsyncReplicationList, decorator: Google::Apis::ComputeV1::DiskAsyncReplicationList::Representation
|
7205
|
+
|
7101
7206
|
property :creation_timestamp, as: 'creationTimestamp'
|
7102
7207
|
property :description, as: 'description'
|
7103
7208
|
property :disk_encryption_key, as: 'diskEncryptionKey', class: Google::Apis::ComputeV1::CustomerEncryptionKey, decorator: Google::Apis::ComputeV1::CustomerEncryptionKey::Representation
|
@@ -7119,12 +7224,17 @@ module Google
|
|
7119
7224
|
|
7120
7225
|
property :physical_block_size_bytes, :numeric_string => true, as: 'physicalBlockSizeBytes'
|
7121
7226
|
property :provisioned_iops, :numeric_string => true, as: 'provisionedIops'
|
7227
|
+
property :provisioned_throughput, :numeric_string => true, as: 'provisionedThroughput'
|
7122
7228
|
property :region, as: 'region'
|
7123
7229
|
collection :replica_zones, as: 'replicaZones'
|
7124
7230
|
collection :resource_policies, as: 'resourcePolicies'
|
7231
|
+
property :resource_status, as: 'resourceStatus', class: Google::Apis::ComputeV1::DiskResourceStatus, decorator: Google::Apis::ComputeV1::DiskResourceStatus::Representation
|
7232
|
+
|
7125
7233
|
property :satisfies_pzs, as: 'satisfiesPzs'
|
7126
7234
|
property :self_link, as: 'selfLink'
|
7127
7235
|
property :size_gb, :numeric_string => true, as: 'sizeGb'
|
7236
|
+
property :source_consistency_group_policy, as: 'sourceConsistencyGroupPolicy'
|
7237
|
+
property :source_consistency_group_policy_id, as: 'sourceConsistencyGroupPolicyId'
|
7128
7238
|
property :source_disk, as: 'sourceDisk'
|
7129
7239
|
property :source_disk_id, as: 'sourceDiskId'
|
7130
7240
|
property :source_image, as: 'sourceImage'
|
@@ -7176,6 +7286,24 @@ module Google
|
|
7176
7286
|
end
|
7177
7287
|
end
|
7178
7288
|
|
7289
|
+
class DiskAsyncReplication
|
7290
|
+
# @private
|
7291
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
7292
|
+
property :consistency_group_policy, as: 'consistencyGroupPolicy'
|
7293
|
+
property :consistency_group_policy_id, as: 'consistencyGroupPolicyId'
|
7294
|
+
property :disk, as: 'disk'
|
7295
|
+
property :disk_id, as: 'diskId'
|
7296
|
+
end
|
7297
|
+
end
|
7298
|
+
|
7299
|
+
class DiskAsyncReplicationList
|
7300
|
+
# @private
|
7301
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
7302
|
+
property :async_replication_disk, as: 'asyncReplicationDisk', class: Google::Apis::ComputeV1::DiskAsyncReplication, decorator: Google::Apis::ComputeV1::DiskAsyncReplication::Representation
|
7303
|
+
|
7304
|
+
end
|
7305
|
+
end
|
7306
|
+
|
7179
7307
|
class DiskInstantiationConfig
|
7180
7308
|
# @private
|
7181
7309
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -7233,6 +7361,23 @@ module Google
|
|
7233
7361
|
end
|
7234
7362
|
end
|
7235
7363
|
|
7364
|
+
class DiskResourceStatus
|
7365
|
+
# @private
|
7366
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
7367
|
+
property :async_primary_disk, as: 'asyncPrimaryDisk', class: Google::Apis::ComputeV1::DiskResourceStatusAsyncReplicationStatus, decorator: Google::Apis::ComputeV1::DiskResourceStatusAsyncReplicationStatus::Representation
|
7368
|
+
|
7369
|
+
hash :async_secondary_disks, as: 'asyncSecondaryDisks', class: Google::Apis::ComputeV1::DiskResourceStatusAsyncReplicationStatus, decorator: Google::Apis::ComputeV1::DiskResourceStatusAsyncReplicationStatus::Representation
|
7370
|
+
|
7371
|
+
end
|
7372
|
+
end
|
7373
|
+
|
7374
|
+
class DiskResourceStatusAsyncReplicationStatus
|
7375
|
+
# @private
|
7376
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
7377
|
+
property :state, as: 'state'
|
7378
|
+
end
|
7379
|
+
end
|
7380
|
+
|
7236
7381
|
class DiskType
|
7237
7382
|
# @private
|
7238
7383
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -7783,6 +7928,7 @@ module Google
|
|
7783
7928
|
property :ip_protocol, as: 'IPProtocol'
|
7784
7929
|
property :all_ports, as: 'allPorts'
|
7785
7930
|
property :allow_global_access, as: 'allowGlobalAccess'
|
7931
|
+
property :allow_psc_global_access, as: 'allowPscGlobalAccess'
|
7786
7932
|
property :backend_service, as: 'backendService'
|
7787
7933
|
property :base_forwarding_rule, as: 'baseForwardingRule'
|
7788
7934
|
property :creation_timestamp, as: 'creationTimestamp'
|
@@ -7936,6 +8082,14 @@ module Google
|
|
7936
8082
|
end
|
7937
8083
|
end
|
7938
8084
|
|
8085
|
+
class GlobalAddressesMoveRequest
|
8086
|
+
# @private
|
8087
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
8088
|
+
property :description, as: 'description'
|
8089
|
+
property :destination_address, as: 'destinationAddress'
|
8090
|
+
end
|
8091
|
+
end
|
8092
|
+
|
7939
8093
|
class GlobalNetworkEndpointGroupsAttachEndpointsRequest
|
7940
8094
|
# @private
|
7941
8095
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -8503,6 +8657,7 @@ module Google
|
|
8503
8657
|
property :ignore_case, as: 'ignoreCase'
|
8504
8658
|
collection :metadata_filters, as: 'metadataFilters', class: Google::Apis::ComputeV1::MetadataFilter, decorator: Google::Apis::ComputeV1::MetadataFilter::Representation
|
8505
8659
|
|
8660
|
+
property :path_template_match, as: 'pathTemplateMatch'
|
8506
8661
|
property :prefix_match, as: 'prefixMatch'
|
8507
8662
|
collection :query_parameter_matches, as: 'queryParameterMatches', class: Google::Apis::ComputeV1::HttpQueryParameterMatch, decorator: Google::Apis::ComputeV1::HttpQueryParameterMatch::Representation
|
8508
8663
|
|
@@ -9725,6 +9880,8 @@ module Google
|
|
9725
9880
|
collection :interconnect_attachments, as: 'interconnectAttachments'
|
9726
9881
|
property :interconnect_type, as: 'interconnectType'
|
9727
9882
|
property :kind, as: 'kind'
|
9883
|
+
property :label_fingerprint, :base64 => true, as: 'labelFingerprint'
|
9884
|
+
hash :labels, as: 'labels'
|
9728
9885
|
property :link_type, as: 'linkType'
|
9729
9886
|
property :location, as: 'location'
|
9730
9887
|
property :name, as: 'name'
|
@@ -9732,6 +9889,7 @@ module Google
|
|
9732
9889
|
property :operational_status, as: 'operationalStatus'
|
9733
9890
|
property :peer_ip_address, as: 'peerIpAddress'
|
9734
9891
|
property :provisioned_link_count, as: 'provisionedLinkCount'
|
9892
|
+
property :remote_location, as: 'remoteLocation'
|
9735
9893
|
property :requested_link_count, as: 'requestedLinkCount'
|
9736
9894
|
property :satisfies_pzs, as: 'satisfiesPzs'
|
9737
9895
|
property :self_link, as: 'selfLink'
|
@@ -9749,6 +9907,8 @@ module Google
|
|
9749
9907
|
property :cloud_router_ip_address, as: 'cloudRouterIpAddress'
|
9750
9908
|
property :cloud_router_ipv6_address, as: 'cloudRouterIpv6Address'
|
9751
9909
|
property :cloud_router_ipv6_interface_id, as: 'cloudRouterIpv6InterfaceId'
|
9910
|
+
property :configuration_constraints, as: 'configurationConstraints', class: Google::Apis::ComputeV1::InterconnectAttachmentConfigurationConstraints, decorator: Google::Apis::ComputeV1::InterconnectAttachmentConfigurationConstraints::Representation
|
9911
|
+
|
9752
9912
|
property :creation_timestamp, as: 'creationTimestamp'
|
9753
9913
|
property :customer_router_ip_address, as: 'customerRouterIpAddress'
|
9754
9914
|
property :customer_router_ipv6_address, as: 'customerRouterIpv6Address'
|
@@ -9762,6 +9922,8 @@ module Google
|
|
9762
9922
|
property :interconnect, as: 'interconnect'
|
9763
9923
|
collection :ipsec_internal_addresses, as: 'ipsecInternalAddresses'
|
9764
9924
|
property :kind, as: 'kind'
|
9925
|
+
property :label_fingerprint, :base64 => true, as: 'labelFingerprint'
|
9926
|
+
hash :labels, as: 'labels'
|
9765
9927
|
property :mtu, as: 'mtu'
|
9766
9928
|
property :name, as: 'name'
|
9767
9929
|
property :operational_status, as: 'operationalStatus'
|
@@ -9772,11 +9934,13 @@ module Google
|
|
9772
9934
|
property :private_interconnect_info, as: 'privateInterconnectInfo', class: Google::Apis::ComputeV1::InterconnectAttachmentPrivateInfo, decorator: Google::Apis::ComputeV1::InterconnectAttachmentPrivateInfo::Representation
|
9773
9935
|
|
9774
9936
|
property :region, as: 'region'
|
9937
|
+
property :remote_service, as: 'remoteService'
|
9775
9938
|
property :router, as: 'router'
|
9776
9939
|
property :satisfies_pzs, as: 'satisfiesPzs'
|
9777
9940
|
property :self_link, as: 'selfLink'
|
9778
9941
|
property :stack_type, as: 'stackType'
|
9779
9942
|
property :state, as: 'state'
|
9943
|
+
property :subnet_length, as: 'subnetLength'
|
9780
9944
|
property :type, as: 'type'
|
9781
9945
|
property :vlan_tag8021q, as: 'vlanTag8021q'
|
9782
9946
|
end
|
@@ -9815,6 +9979,23 @@ module Google
|
|
9815
9979
|
end
|
9816
9980
|
end
|
9817
9981
|
|
9982
|
+
class InterconnectAttachmentConfigurationConstraints
|
9983
|
+
# @private
|
9984
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
9985
|
+
property :bgp_md5, as: 'bgpMd5'
|
9986
|
+
collection :bgp_peer_asn_ranges, as: 'bgpPeerAsnRanges', class: Google::Apis::ComputeV1::InterconnectAttachmentConfigurationConstraintsBgpPeerAsnRange, decorator: Google::Apis::ComputeV1::InterconnectAttachmentConfigurationConstraintsBgpPeerAsnRange::Representation
|
9987
|
+
|
9988
|
+
end
|
9989
|
+
end
|
9990
|
+
|
9991
|
+
class InterconnectAttachmentConfigurationConstraintsBgpPeerAsnRange
|
9992
|
+
# @private
|
9993
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
9994
|
+
property :max, as: 'max'
|
9995
|
+
property :min, as: 'min'
|
9996
|
+
end
|
9997
|
+
end
|
9998
|
+
|
9818
9999
|
class InterconnectAttachmentList
|
9819
10000
|
# @private
|
9820
10001
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -10065,6 +10246,92 @@ module Google
|
|
10065
10246
|
end
|
10066
10247
|
end
|
10067
10248
|
|
10249
|
+
class InterconnectRemoteLocation
|
10250
|
+
# @private
|
10251
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
10252
|
+
property :address, as: 'address'
|
10253
|
+
property :attachment_configuration_constraints, as: 'attachmentConfigurationConstraints', class: Google::Apis::ComputeV1::InterconnectAttachmentConfigurationConstraints, decorator: Google::Apis::ComputeV1::InterconnectAttachmentConfigurationConstraints::Representation
|
10254
|
+
|
10255
|
+
property :city, as: 'city'
|
10256
|
+
property :constraints, as: 'constraints', class: Google::Apis::ComputeV1::InterconnectRemoteLocationConstraints, decorator: Google::Apis::ComputeV1::InterconnectRemoteLocationConstraints::Representation
|
10257
|
+
|
10258
|
+
property :continent, as: 'continent'
|
10259
|
+
property :creation_timestamp, as: 'creationTimestamp'
|
10260
|
+
property :description, as: 'description'
|
10261
|
+
property :facility_provider, as: 'facilityProvider'
|
10262
|
+
property :facility_provider_facility_id, as: 'facilityProviderFacilityId'
|
10263
|
+
property :id, :numeric_string => true, as: 'id'
|
10264
|
+
property :kind, as: 'kind'
|
10265
|
+
property :lacp, as: 'lacp'
|
10266
|
+
property :max_lag_size100_gbps, as: 'maxLagSize100Gbps'
|
10267
|
+
property :max_lag_size10_gbps, as: 'maxLagSize10Gbps'
|
10268
|
+
property :name, as: 'name'
|
10269
|
+
property :peeringdb_facility_id, as: 'peeringdbFacilityId'
|
10270
|
+
collection :permitted_connections, as: 'permittedConnections', class: Google::Apis::ComputeV1::InterconnectRemoteLocationPermittedConnections, decorator: Google::Apis::ComputeV1::InterconnectRemoteLocationPermittedConnections::Representation
|
10271
|
+
|
10272
|
+
property :remote_service, as: 'remoteService'
|
10273
|
+
property :self_link, as: 'selfLink'
|
10274
|
+
property :status, as: 'status'
|
10275
|
+
end
|
10276
|
+
end
|
10277
|
+
|
10278
|
+
class InterconnectRemoteLocationConstraints
|
10279
|
+
# @private
|
10280
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
10281
|
+
property :port_pair_remote_location, as: 'portPairRemoteLocation'
|
10282
|
+
property :port_pair_vlan, as: 'portPairVlan'
|
10283
|
+
property :subnet_length_range, as: 'subnetLengthRange', class: Google::Apis::ComputeV1::InterconnectRemoteLocationConstraintsSubnetLengthRange, decorator: Google::Apis::ComputeV1::InterconnectRemoteLocationConstraintsSubnetLengthRange::Representation
|
10284
|
+
|
10285
|
+
end
|
10286
|
+
end
|
10287
|
+
|
10288
|
+
class InterconnectRemoteLocationConstraintsSubnetLengthRange
|
10289
|
+
# @private
|
10290
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
10291
|
+
property :max, as: 'max'
|
10292
|
+
property :min, as: 'min'
|
10293
|
+
end
|
10294
|
+
end
|
10295
|
+
|
10296
|
+
class InterconnectRemoteLocationList
|
10297
|
+
# @private
|
10298
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
10299
|
+
property :id, as: 'id'
|
10300
|
+
collection :items, as: 'items', class: Google::Apis::ComputeV1::InterconnectRemoteLocation, decorator: Google::Apis::ComputeV1::InterconnectRemoteLocation::Representation
|
10301
|
+
|
10302
|
+
property :kind, as: 'kind'
|
10303
|
+
property :next_page_token, as: 'nextPageToken'
|
10304
|
+
property :self_link, as: 'selfLink'
|
10305
|
+
property :warning, as: 'warning', class: Google::Apis::ComputeV1::InterconnectRemoteLocationList::Warning, decorator: Google::Apis::ComputeV1::InterconnectRemoteLocationList::Warning::Representation
|
10306
|
+
|
10307
|
+
end
|
10308
|
+
|
10309
|
+
class Warning
|
10310
|
+
# @private
|
10311
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
10312
|
+
property :code, as: 'code'
|
10313
|
+
collection :data, as: 'data', class: Google::Apis::ComputeV1::InterconnectRemoteLocationList::Warning::Datum, decorator: Google::Apis::ComputeV1::InterconnectRemoteLocationList::Warning::Datum::Representation
|
10314
|
+
|
10315
|
+
property :message, as: 'message'
|
10316
|
+
end
|
10317
|
+
|
10318
|
+
class Datum
|
10319
|
+
# @private
|
10320
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
10321
|
+
property :key, as: 'key'
|
10322
|
+
property :value, as: 'value'
|
10323
|
+
end
|
10324
|
+
end
|
10325
|
+
end
|
10326
|
+
end
|
10327
|
+
|
10328
|
+
class InterconnectRemoteLocationPermittedConnections
|
10329
|
+
# @private
|
10330
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
10331
|
+
property :interconnect_location, as: 'interconnectLocation'
|
10332
|
+
end
|
10333
|
+
end
|
10334
|
+
|
10068
10335
|
class InterconnectsGetDiagnosticsResponse
|
10069
10336
|
# @private
|
10070
10337
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -12438,6 +12705,14 @@ module Google
|
|
12438
12705
|
end
|
12439
12706
|
end
|
12440
12707
|
|
12708
|
+
class RegionAddressesMoveRequest
|
12709
|
+
# @private
|
12710
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
12711
|
+
property :description, as: 'description'
|
12712
|
+
property :destination_address, as: 'destinationAddress'
|
12713
|
+
end
|
12714
|
+
end
|
12715
|
+
|
12441
12716
|
class RegionAutoscalerList
|
12442
12717
|
# @private
|
12443
12718
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -13874,6 +14149,8 @@ module Google
|
|
13874
14149
|
property :fingerprint, :base64 => true, as: 'fingerprint'
|
13875
14150
|
property :id, :numeric_string => true, as: 'id'
|
13876
14151
|
property :kind, as: 'kind'
|
14152
|
+
property :label_fingerprint, :base64 => true, as: 'labelFingerprint'
|
14153
|
+
hash :labels, as: 'labels'
|
13877
14154
|
property :name, as: 'name'
|
13878
14155
|
property :recaptcha_options_config, as: 'recaptchaOptionsConfig', class: Google::Apis::ComputeV1::SecurityPolicyRecaptchaOptionsConfig, decorator: Google::Apis::ComputeV1::SecurityPolicyRecaptchaOptionsConfig::Representation
|
13879
14156
|
|
@@ -14065,6 +14342,8 @@ module Google
|
|
14065
14342
|
|
14066
14343
|
property :conform_action, as: 'conformAction'
|
14067
14344
|
property :enforce_on_key, as: 'enforceOnKey'
|
14345
|
+
collection :enforce_on_key_configs, as: 'enforceOnKeyConfigs', class: Google::Apis::ComputeV1::SecurityPolicyRuleRateLimitOptionsEnforceOnKeyConfig, decorator: Google::Apis::ComputeV1::SecurityPolicyRuleRateLimitOptionsEnforceOnKeyConfig::Representation
|
14346
|
+
|
14068
14347
|
property :enforce_on_key_name, as: 'enforceOnKeyName'
|
14069
14348
|
property :exceed_action, as: 'exceedAction'
|
14070
14349
|
property :exceed_redirect_options, as: 'exceedRedirectOptions', class: Google::Apis::ComputeV1::SecurityPolicyRuleRedirectOptions, decorator: Google::Apis::ComputeV1::SecurityPolicyRuleRedirectOptions::Representation
|
@@ -14074,6 +14353,14 @@ module Google
|
|
14074
14353
|
end
|
14075
14354
|
end
|
14076
14355
|
|
14356
|
+
class SecurityPolicyRuleRateLimitOptionsEnforceOnKeyConfig
|
14357
|
+
# @private
|
14358
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
14359
|
+
property :enforce_on_key_name, as: 'enforceOnKeyName'
|
14360
|
+
property :enforce_on_key_type, as: 'enforceOnKeyType'
|
14361
|
+
end
|
14362
|
+
end
|
14363
|
+
|
14077
14364
|
class SecurityPolicyRuleRateLimitOptionsThreshold
|
14078
14365
|
# @private
|
14079
14366
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -14145,6 +14432,7 @@ module Google
|
|
14145
14432
|
property :producer_forwarding_rule, as: 'producerForwardingRule'
|
14146
14433
|
property :psc_service_attachment_id, as: 'pscServiceAttachmentId', class: Google::Apis::ComputeV1::Uint128, decorator: Google::Apis::ComputeV1::Uint128::Representation
|
14147
14434
|
|
14435
|
+
property :reconcile_connections, as: 'reconcileConnections'
|
14148
14436
|
property :region, as: 'region'
|
14149
14437
|
property :self_link, as: 'selfLink'
|
14150
14438
|
property :target_service, as: 'targetService'
|
@@ -15670,6 +15958,8 @@ module Google
|
|
15670
15958
|
collection :forwarding_rules, as: 'forwardingRules'
|
15671
15959
|
property :id, :numeric_string => true, as: 'id'
|
15672
15960
|
property :kind, as: 'kind'
|
15961
|
+
property :label_fingerprint, :base64 => true, as: 'labelFingerprint'
|
15962
|
+
hash :labels, as: 'labels'
|
15673
15963
|
property :name, as: 'name'
|
15674
15964
|
property :network, as: 'network'
|
15675
15965
|
property :region, as: 'region'
|
@@ -15992,6 +16282,7 @@ module Google
|
|
15992
16282
|
class Representation < Google::Apis::Core::JsonRepresentation
|
15993
16283
|
property :host_rewrite, as: 'hostRewrite'
|
15994
16284
|
property :path_prefix_rewrite, as: 'pathPrefixRewrite'
|
16285
|
+
property :path_template_rewrite, as: 'pathTemplateRewrite'
|
15995
16286
|
end
|
15996
16287
|
end
|
15997
16288
|
|
@@ -16301,6 +16592,8 @@ module Google
|
|
16301
16592
|
property :id, :numeric_string => true, as: 'id'
|
16302
16593
|
property :ike_version, as: 'ikeVersion'
|
16303
16594
|
property :kind, as: 'kind'
|
16595
|
+
property :label_fingerprint, :base64 => true, as: 'labelFingerprint'
|
16596
|
+
hash :labels, as: 'labels'
|
16304
16597
|
collection :local_traffic_selector, as: 'localTrafficSelector'
|
16305
16598
|
property :name, as: 'name'
|
16306
16599
|
property :peer_external_gateway, as: 'peerExternalGateway'
|