google-apis-compute_v1 0.136.0 → 0.138.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.
|
@@ -604,6 +604,18 @@ module Google
|
|
|
604
604
|
include Google::Apis::Core::JsonObjectSupport
|
|
605
605
|
end
|
|
606
606
|
|
|
607
|
+
class BackendServiceNetworkPassThroughLbTrafficPolicy
|
|
608
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
609
|
+
|
|
610
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
611
|
+
end
|
|
612
|
+
|
|
613
|
+
class BackendServiceNetworkPassThroughLbTrafficPolicyZonalAffinity
|
|
614
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
615
|
+
|
|
616
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
617
|
+
end
|
|
618
|
+
|
|
607
619
|
class BackendServiceParams
|
|
608
620
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
609
621
|
|
|
@@ -3358,6 +3370,12 @@ module Google
|
|
|
3358
3370
|
include Google::Apis::Core::JsonObjectSupport
|
|
3359
3371
|
end
|
|
3360
3372
|
|
|
3373
|
+
class LicenseParams
|
|
3374
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
3375
|
+
|
|
3376
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
3377
|
+
end
|
|
3378
|
+
|
|
3361
3379
|
class LicenseResourceCommitment
|
|
3362
3380
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
3363
3381
|
|
|
@@ -3946,6 +3964,12 @@ module Google
|
|
|
3946
3964
|
include Google::Apis::Core::JsonObjectSupport
|
|
3947
3965
|
end
|
|
3948
3966
|
|
|
3967
|
+
class NetworkProfileNetworkFeaturesPredefinedSubnetworkRange
|
|
3968
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
3969
|
+
|
|
3970
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
3971
|
+
end
|
|
3972
|
+
|
|
3949
3973
|
class NetworkProfileProfileType
|
|
3950
3974
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
3951
3975
|
|
|
@@ -6478,6 +6502,12 @@ module Google
|
|
|
6478
6502
|
include Google::Apis::Core::JsonObjectSupport
|
|
6479
6503
|
end
|
|
6480
6504
|
|
|
6505
|
+
class StoragePoolExapoolProvisionedCapacityGb
|
|
6506
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
6507
|
+
|
|
6508
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
6509
|
+
end
|
|
6510
|
+
|
|
6481
6511
|
class StoragePoolList
|
|
6482
6512
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
6483
6513
|
|
|
@@ -6514,6 +6544,12 @@ module Google
|
|
|
6514
6544
|
include Google::Apis::Core::JsonObjectSupport
|
|
6515
6545
|
end
|
|
6516
6546
|
|
|
6547
|
+
class StoragePoolParams
|
|
6548
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
6549
|
+
|
|
6550
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
6551
|
+
end
|
|
6552
|
+
|
|
6517
6553
|
class StoragePoolResourceStatus
|
|
6518
6554
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
6519
6555
|
|
|
@@ -8618,6 +8654,8 @@ module Google
|
|
|
8618
8654
|
hash :metadatas, as: 'metadatas'
|
|
8619
8655
|
property :name, as: 'name'
|
|
8620
8656
|
property :network, as: 'network'
|
|
8657
|
+
property :network_pass_through_lb_traffic_policy, as: 'networkPassThroughLbTrafficPolicy', class: Google::Apis::ComputeV1::BackendServiceNetworkPassThroughLbTrafficPolicy, decorator: Google::Apis::ComputeV1::BackendServiceNetworkPassThroughLbTrafficPolicy::Representation
|
|
8658
|
+
|
|
8621
8659
|
property :outlier_detection, as: 'outlierDetection', class: Google::Apis::ComputeV1::OutlierDetection, decorator: Google::Apis::ComputeV1::OutlierDetection::Representation
|
|
8622
8660
|
|
|
8623
8661
|
property :params, as: 'params', class: Google::Apis::ComputeV1::BackendServiceParams, decorator: Google::Apis::ComputeV1::BackendServiceParams::Representation
|
|
@@ -8895,6 +8933,22 @@ module Google
|
|
|
8895
8933
|
end
|
|
8896
8934
|
end
|
|
8897
8935
|
|
|
8936
|
+
class BackendServiceNetworkPassThroughLbTrafficPolicy
|
|
8937
|
+
# @private
|
|
8938
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
8939
|
+
property :zonal_affinity, as: 'zonalAffinity', class: Google::Apis::ComputeV1::BackendServiceNetworkPassThroughLbTrafficPolicyZonalAffinity, decorator: Google::Apis::ComputeV1::BackendServiceNetworkPassThroughLbTrafficPolicyZonalAffinity::Representation
|
|
8940
|
+
|
|
8941
|
+
end
|
|
8942
|
+
end
|
|
8943
|
+
|
|
8944
|
+
class BackendServiceNetworkPassThroughLbTrafficPolicyZonalAffinity
|
|
8945
|
+
# @private
|
|
8946
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
8947
|
+
property :spillover, as: 'spillover'
|
|
8948
|
+
property :spillover_ratio, as: 'spilloverRatio'
|
|
8949
|
+
end
|
|
8950
|
+
end
|
|
8951
|
+
|
|
8898
8952
|
class BackendServiceParams
|
|
8899
8953
|
# @private
|
|
8900
8954
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -10205,6 +10259,7 @@ module Google
|
|
|
10205
10259
|
collection :dest_address_groups, as: 'destAddressGroups'
|
|
10206
10260
|
collection :dest_fqdns, as: 'destFqdns'
|
|
10207
10261
|
collection :dest_ip_ranges, as: 'destIpRanges'
|
|
10262
|
+
property :dest_network_context, as: 'destNetworkContext'
|
|
10208
10263
|
property :dest_network_type, as: 'destNetworkType'
|
|
10209
10264
|
collection :dest_region_codes, as: 'destRegionCodes'
|
|
10210
10265
|
collection :dest_threat_intelligences, as: 'destThreatIntelligences'
|
|
@@ -10213,6 +10268,7 @@ module Google
|
|
|
10213
10268
|
collection :src_address_groups, as: 'srcAddressGroups'
|
|
10214
10269
|
collection :src_fqdns, as: 'srcFqdns'
|
|
10215
10270
|
collection :src_ip_ranges, as: 'srcIpRanges'
|
|
10271
|
+
property :src_network_context, as: 'srcNetworkContext'
|
|
10216
10272
|
property :src_network_type, as: 'srcNetworkType'
|
|
10217
10273
|
collection :src_networks, as: 'srcNetworks'
|
|
10218
10274
|
collection :src_region_codes, as: 'srcRegionCodes'
|
|
@@ -14036,6 +14092,8 @@ module Google
|
|
|
14036
14092
|
property :multi_tenant_only, as: 'multiTenantOnly'
|
|
14037
14093
|
property :name, as: 'name'
|
|
14038
14094
|
property :os_license, as: 'osLicense'
|
|
14095
|
+
property :params, as: 'params', class: Google::Apis::ComputeV1::LicenseParams, decorator: Google::Apis::ComputeV1::LicenseParams::Representation
|
|
14096
|
+
|
|
14039
14097
|
property :removable_from_disk, as: 'removableFromDisk'
|
|
14040
14098
|
collection :required_coattached_licenses, as: 'requiredCoattachedLicenses'
|
|
14041
14099
|
property :resource_requirements, as: 'resourceRequirements', class: Google::Apis::ComputeV1::LicenseResourceRequirements, decorator: Google::Apis::ComputeV1::LicenseResourceRequirements::Representation
|
|
@@ -14072,6 +14130,13 @@ module Google
|
|
|
14072
14130
|
end
|
|
14073
14131
|
end
|
|
14074
14132
|
|
|
14133
|
+
class LicenseParams
|
|
14134
|
+
# @private
|
|
14135
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
14136
|
+
hash :resource_manager_tags, as: 'resourceManagerTags'
|
|
14137
|
+
end
|
|
14138
|
+
end
|
|
14139
|
+
|
|
14075
14140
|
class LicenseResourceCommitment
|
|
14076
14141
|
# @private
|
|
14077
14142
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -15164,6 +15229,7 @@ module Google
|
|
|
15164
15229
|
# @private
|
|
15165
15230
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
15166
15231
|
collection :address_purposes, as: 'addressPurposes'
|
|
15232
|
+
property :allow_address_creation, as: 'allowAddressCreation'
|
|
15167
15233
|
property :allow_alias_ip_ranges, as: 'allowAliasIpRanges'
|
|
15168
15234
|
property :allow_auto_mode_subnet, as: 'allowAutoModeSubnet'
|
|
15169
15235
|
property :allow_class_d_firewalls, as: 'allowClassDFirewalls'
|
|
@@ -15171,10 +15237,12 @@ module Google
|
|
|
15171
15237
|
property :allow_cloud_router, as: 'allowCloudRouter'
|
|
15172
15238
|
property :allow_default_nic_attachment, as: 'allowDefaultNicAttachment'
|
|
15173
15239
|
property :allow_external_ip_access, as: 'allowExternalIpAccess'
|
|
15240
|
+
property :allow_firewall_policy, as: 'allowFirewallPolicy'
|
|
15174
15241
|
property :allow_interconnect, as: 'allowInterconnect'
|
|
15175
15242
|
property :allow_ip_forwarding, as: 'allowIpForwarding'
|
|
15176
15243
|
property :allow_load_balancing, as: 'allowLoadBalancing'
|
|
15177
15244
|
property :allow_multi_nic_in_same_network, as: 'allowMultiNicInSameNetwork'
|
|
15245
|
+
property :allow_multi_nic_in_same_subnetwork, as: 'allowMultiNicInSameSubnetwork'
|
|
15178
15246
|
property :allow_multicast, as: 'allowMulticast'
|
|
15179
15247
|
property :allow_ncc, as: 'allowNcc'
|
|
15180
15248
|
property :allow_network_migration, as: 'allowNetworkMigration'
|
|
@@ -15184,10 +15252,16 @@ module Google
|
|
|
15184
15252
|
property :allow_same_network_unicast, as: 'allowSameNetworkUnicast'
|
|
15185
15253
|
property :allow_static_routes, as: 'allowStaticRoutes'
|
|
15186
15254
|
property :allow_sub_interfaces, as: 'allowSubInterfaces'
|
|
15255
|
+
property :allow_subnetwork_creation, as: 'allowSubnetworkCreation'
|
|
15256
|
+
property :allow_vpc_firewall_rules, as: 'allowVpcFirewallRules'
|
|
15187
15257
|
property :allow_vpc_peering, as: 'allowVpcPeering'
|
|
15188
15258
|
property :allow_vpn, as: 'allowVpn'
|
|
15259
|
+
collection :firewall_policy_types, as: 'firewallPolicyTypes'
|
|
15189
15260
|
collection :interface_types, as: 'interfaceTypes'
|
|
15190
15261
|
property :multicast, as: 'multicast'
|
|
15262
|
+
property :predefined_network_internal_ipv6_range, as: 'predefinedNetworkInternalIpv6Range'
|
|
15263
|
+
collection :predefined_subnetwork_ranges, as: 'predefinedSubnetworkRanges', class: Google::Apis::ComputeV1::NetworkProfileNetworkFeaturesPredefinedSubnetworkRange, decorator: Google::Apis::ComputeV1::NetworkProfileNetworkFeaturesPredefinedSubnetworkRange::Representation
|
|
15264
|
+
|
|
15191
15265
|
collection :subnet_purposes, as: 'subnetPurposes'
|
|
15192
15266
|
collection :subnet_stack_types, as: 'subnetStackTypes'
|
|
15193
15267
|
collection :subnetwork_purposes, as: 'subnetworkPurposes'
|
|
@@ -15196,6 +15270,14 @@ module Google
|
|
|
15196
15270
|
end
|
|
15197
15271
|
end
|
|
15198
15272
|
|
|
15273
|
+
class NetworkProfileNetworkFeaturesPredefinedSubnetworkRange
|
|
15274
|
+
# @private
|
|
15275
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
15276
|
+
property :ipv6_range, as: 'ipv6Range'
|
|
15277
|
+
property :name_prefix, as: 'namePrefix'
|
|
15278
|
+
end
|
|
15279
|
+
end
|
|
15280
|
+
|
|
15199
15281
|
class NetworkProfileProfileType
|
|
15200
15282
|
# @private
|
|
15201
15283
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -17340,6 +17422,7 @@ module Google
|
|
|
17340
17422
|
|
|
17341
17423
|
property :id, :numeric_string => true, as: 'id'
|
|
17342
17424
|
property :in_use_count, as: 'inUseCount'
|
|
17425
|
+
property :in_use_host_count, as: 'inUseHostCount'
|
|
17343
17426
|
property :kind, as: 'kind'
|
|
17344
17427
|
property :name, as: 'name'
|
|
17345
17428
|
property :physical_topology, as: 'physicalTopology', class: Google::Apis::ComputeV1::ReservationBlockPhysicalTopology, decorator: Google::Apis::ComputeV1::ReservationBlockPhysicalTopology::Representation
|
|
@@ -17475,6 +17558,7 @@ module Google
|
|
|
17475
17558
|
|
|
17476
17559
|
property :id, :numeric_string => true, as: 'id'
|
|
17477
17560
|
property :in_use_count, as: 'inUseCount'
|
|
17561
|
+
property :in_use_host_count, as: 'inUseHostCount'
|
|
17478
17562
|
property :kind, as: 'kind'
|
|
17479
17563
|
property :name, as: 'name'
|
|
17480
17564
|
property :physical_topology, as: 'physicalTopology', class: Google::Apis::ComputeV1::ReservationSubBlockPhysicalTopology, decorator: Google::Apis::ComputeV1::ReservationSubBlockPhysicalTopology::Representation
|
|
@@ -19465,6 +19549,7 @@ module Google
|
|
|
19465
19549
|
property :min_cpu_platform, as: 'minCpuPlatform'
|
|
19466
19550
|
collection :network_interfaces, as: 'networkInterfaces', class: Google::Apis::ComputeV1::NetworkInterface, decorator: Google::Apis::ComputeV1::NetworkInterface::Representation
|
|
19467
19551
|
|
|
19552
|
+
property :post_key_revocation_action_type, as: 'postKeyRevocationActionType'
|
|
19468
19553
|
property :scheduling, as: 'scheduling', class: Google::Apis::ComputeV1::Scheduling, decorator: Google::Apis::ComputeV1::Scheduling::Representation
|
|
19469
19554
|
|
|
19470
19555
|
collection :service_accounts, as: 'serviceAccounts', class: Google::Apis::ComputeV1::ServiceAccount, decorator: Google::Apis::ComputeV1::ServiceAccount::Representation
|
|
@@ -19801,11 +19886,15 @@ module Google
|
|
|
19801
19886
|
property :capacity_provisioning_type, as: 'capacityProvisioningType'
|
|
19802
19887
|
property :creation_timestamp, as: 'creationTimestamp'
|
|
19803
19888
|
property :description, as: 'description'
|
|
19889
|
+
property :exapool_provisioned_capacity_gb, as: 'exapoolProvisionedCapacityGb', class: Google::Apis::ComputeV1::StoragePoolExapoolProvisionedCapacityGb, decorator: Google::Apis::ComputeV1::StoragePoolExapoolProvisionedCapacityGb::Representation
|
|
19890
|
+
|
|
19804
19891
|
property :id, :numeric_string => true, as: 'id'
|
|
19805
19892
|
property :kind, as: 'kind'
|
|
19806
19893
|
property :label_fingerprint, :base64 => true, as: 'labelFingerprint'
|
|
19807
19894
|
hash :labels, as: 'labels'
|
|
19808
19895
|
property :name, as: 'name'
|
|
19896
|
+
property :params, as: 'params', class: Google::Apis::ComputeV1::StoragePoolParams, decorator: Google::Apis::ComputeV1::StoragePoolParams::Representation
|
|
19897
|
+
|
|
19809
19898
|
property :performance_provisioning_type, as: 'performanceProvisioningType'
|
|
19810
19899
|
property :pool_provisioned_capacity_gb, :numeric_string => true, as: 'poolProvisionedCapacityGb'
|
|
19811
19900
|
property :pool_provisioned_iops, :numeric_string => true, as: 'poolProvisionedIops'
|
|
@@ -19873,6 +19962,15 @@ module Google
|
|
|
19873
19962
|
end
|
|
19874
19963
|
end
|
|
19875
19964
|
|
|
19965
|
+
class StoragePoolExapoolProvisionedCapacityGb
|
|
19966
|
+
# @private
|
|
19967
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
19968
|
+
property :capacity_optimized, :numeric_string => true, as: 'capacityOptimized'
|
|
19969
|
+
property :read_optimized, :numeric_string => true, as: 'readOptimized'
|
|
19970
|
+
property :write_optimized, :numeric_string => true, as: 'writeOptimized'
|
|
19971
|
+
end
|
|
19972
|
+
end
|
|
19973
|
+
|
|
19876
19974
|
class StoragePoolList
|
|
19877
19975
|
# @private
|
|
19878
19976
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -19941,10 +20039,21 @@ module Google
|
|
|
19941
20039
|
end
|
|
19942
20040
|
end
|
|
19943
20041
|
|
|
20042
|
+
class StoragePoolParams
|
|
20043
|
+
# @private
|
|
20044
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
20045
|
+
hash :resource_manager_tags, as: 'resourceManagerTags'
|
|
20046
|
+
end
|
|
20047
|
+
end
|
|
20048
|
+
|
|
19944
20049
|
class StoragePoolResourceStatus
|
|
19945
20050
|
# @private
|
|
19946
20051
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
19947
20052
|
property :disk_count, :numeric_string => true, as: 'diskCount'
|
|
20053
|
+
property :exapool_max_read_iops, :numeric_string => true, as: 'exapoolMaxReadIops'
|
|
20054
|
+
property :exapool_max_read_throughput, :numeric_string => true, as: 'exapoolMaxReadThroughput'
|
|
20055
|
+
property :exapool_max_write_iops, :numeric_string => true, as: 'exapoolMaxWriteIops'
|
|
20056
|
+
property :exapool_max_write_throughput, :numeric_string => true, as: 'exapoolMaxWriteThroughput'
|
|
19948
20057
|
property :last_resize_timestamp, as: 'lastResizeTimestamp'
|
|
19949
20058
|
property :max_total_provisioned_disk_capacity_gb, :numeric_string => true, as: 'maxTotalProvisionedDiskCapacityGb'
|
|
19950
20059
|
property :pool_used_capacity_bytes, :numeric_string => true, as: 'poolUsedCapacityBytes'
|