google-apis-compute_beta 0.21.0 → 0.25.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 +18 -0
- data/OVERVIEW.md +1 -1
- data/lib/google/apis/compute_beta/classes.rb +381 -58
- data/lib/google/apis/compute_beta/gem_version.rb +3 -3
- data/lib/google/apis/compute_beta/representations.rb +88 -1
- data/lib/google/apis/compute_beta/service.rb +4748 -3134
- metadata +4 -4
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module ComputeBeta
|
18
18
|
# Version of the google-apis-compute_beta gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.25.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.4.
|
22
|
+
GENERATOR_VERSION = "0.4.1"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20220206"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -994,6 +994,12 @@ module Google
|
|
994
994
|
include Google::Apis::Core::JsonObjectSupport
|
995
995
|
end
|
996
996
|
|
997
|
+
class FirewallPolicyRuleSecureTag
|
998
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
999
|
+
|
1000
|
+
include Google::Apis::Core::JsonObjectSupport
|
1001
|
+
end
|
1002
|
+
|
997
1003
|
class FixedOrPercent
|
998
1004
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
999
1005
|
|
@@ -1834,6 +1840,12 @@ module Google
|
|
1834
1840
|
include Google::Apis::Core::JsonObjectSupport
|
1835
1841
|
end
|
1836
1842
|
|
1843
|
+
class InstanceParams
|
1844
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1845
|
+
|
1846
|
+
include Google::Apis::Core::JsonObjectSupport
|
1847
|
+
end
|
1848
|
+
|
1837
1849
|
class InstanceProperties
|
1838
1850
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1839
1851
|
|
@@ -3550,6 +3562,18 @@ module Google
|
|
3550
3562
|
include Google::Apis::Core::JsonObjectSupport
|
3551
3563
|
end
|
3552
3564
|
|
3565
|
+
class RegionNetworkFirewallPoliciesGetEffectiveFirewallsResponse
|
3566
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3567
|
+
|
3568
|
+
include Google::Apis::Core::JsonObjectSupport
|
3569
|
+
end
|
3570
|
+
|
3571
|
+
class RegionNetworkFirewallPoliciesGetEffectiveFirewallsResponseEffectiveFirewallPolicy
|
3572
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3573
|
+
|
3574
|
+
include Google::Apis::Core::JsonObjectSupport
|
3575
|
+
end
|
3576
|
+
|
3553
3577
|
class RegionSetLabelsRequest
|
3554
3578
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3555
3579
|
|
@@ -5772,6 +5796,7 @@ module Google
|
|
5772
5796
|
# @private
|
5773
5797
|
class Representation < Google::Apis::Core::JsonRepresentation
|
5774
5798
|
property :enable_nested_virtualization, as: 'enableNestedVirtualization'
|
5799
|
+
property :enable_uefi_networking, as: 'enableUefiNetworking'
|
5775
5800
|
property :threads_per_core, as: 'threadsPerCore'
|
5776
5801
|
end
|
5777
5802
|
end
|
@@ -5810,6 +5835,7 @@ module Google
|
|
5810
5835
|
class AllocationSpecificSkuReservation
|
5811
5836
|
# @private
|
5812
5837
|
class Representation < Google::Apis::Core::JsonRepresentation
|
5838
|
+
property :assured_count, :numeric_string => true, as: 'assuredCount'
|
5813
5839
|
property :count, :numeric_string => true, as: 'count'
|
5814
5840
|
property :in_use_count, :numeric_string => true, as: 'inUseCount'
|
5815
5841
|
property :instance_properties, as: 'instanceProperties', class: Google::Apis::ComputeBeta::AllocationSpecificSkuAllocationReservedInstanceProperties, decorator: Google::Apis::ComputeBeta::AllocationSpecificSkuAllocationReservedInstanceProperties::Representation
|
@@ -5854,6 +5880,7 @@ module Google
|
|
5854
5880
|
collection :guest_os_features, as: 'guestOsFeatures', class: Google::Apis::ComputeBeta::GuestOsFeature, decorator: Google::Apis::ComputeBeta::GuestOsFeature::Representation
|
5855
5881
|
|
5856
5882
|
hash :labels, as: 'labels'
|
5883
|
+
collection :licenses, as: 'licenses'
|
5857
5884
|
property :multi_writer, as: 'multiWriter'
|
5858
5885
|
property :on_update_action, as: 'onUpdateAction'
|
5859
5886
|
property :provisioned_iops, :numeric_string => true, as: 'provisionedIops'
|
@@ -5872,7 +5899,6 @@ module Google
|
|
5872
5899
|
class Representation < Google::Apis::Core::JsonRepresentation
|
5873
5900
|
collection :audit_log_configs, as: 'auditLogConfigs', class: Google::Apis::ComputeBeta::AuditLogConfig, decorator: Google::Apis::ComputeBeta::AuditLogConfig::Representation
|
5874
5901
|
|
5875
|
-
collection :exempted_members, as: 'exemptedMembers'
|
5876
5902
|
property :service, as: 'service'
|
5877
5903
|
end
|
5878
5904
|
end
|
@@ -7332,6 +7358,7 @@ module Google
|
|
7332
7358
|
property :kind, as: 'kind'
|
7333
7359
|
property :name, as: 'name'
|
7334
7360
|
property :parent, as: 'parent'
|
7361
|
+
property :region, as: 'region'
|
7335
7362
|
property :rule_tuple_count, as: 'ruleTupleCount'
|
7336
7363
|
collection :rules, as: 'rules', class: Google::Apis::ComputeBeta::FirewallPolicyRule, decorator: Google::Apis::ComputeBeta::FirewallPolicyRule::Representation
|
7337
7364
|
|
@@ -7397,6 +7424,8 @@ module Google
|
|
7397
7424
|
property :priority, as: 'priority'
|
7398
7425
|
property :rule_tuple_count, as: 'ruleTupleCount'
|
7399
7426
|
collection :target_resources, as: 'targetResources'
|
7427
|
+
collection :target_secure_tags, as: 'targetSecureTags', class: Google::Apis::ComputeBeta::FirewallPolicyRuleSecureTag, decorator: Google::Apis::ComputeBeta::FirewallPolicyRuleSecureTag::Representation
|
7428
|
+
|
7400
7429
|
collection :target_service_accounts, as: 'targetServiceAccounts'
|
7401
7430
|
end
|
7402
7431
|
end
|
@@ -7408,6 +7437,8 @@ module Google
|
|
7408
7437
|
collection :layer4_configs, as: 'layer4Configs', class: Google::Apis::ComputeBeta::FirewallPolicyRuleMatcherLayer4Config, decorator: Google::Apis::ComputeBeta::FirewallPolicyRuleMatcherLayer4Config::Representation
|
7409
7438
|
|
7410
7439
|
collection :src_ip_ranges, as: 'srcIpRanges'
|
7440
|
+
collection :src_secure_tags, as: 'srcSecureTags', class: Google::Apis::ComputeBeta::FirewallPolicyRuleSecureTag, decorator: Google::Apis::ComputeBeta::FirewallPolicyRuleSecureTag::Representation
|
7441
|
+
|
7411
7442
|
end
|
7412
7443
|
end
|
7413
7444
|
|
@@ -7419,6 +7450,14 @@ module Google
|
|
7419
7450
|
end
|
7420
7451
|
end
|
7421
7452
|
|
7453
|
+
class FirewallPolicyRuleSecureTag
|
7454
|
+
# @private
|
7455
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
7456
|
+
property :name, as: 'name'
|
7457
|
+
property :state, as: 'state'
|
7458
|
+
end
|
7459
|
+
end
|
7460
|
+
|
7422
7461
|
class FixedOrPercent
|
7423
7462
|
# @private
|
7424
7463
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -8358,6 +8397,8 @@ module Google
|
|
8358
8397
|
|
8359
8398
|
property :network_performance_config, as: 'networkPerformanceConfig', class: Google::Apis::ComputeBeta::NetworkPerformanceConfig, decorator: Google::Apis::ComputeBeta::NetworkPerformanceConfig::Representation
|
8360
8399
|
|
8400
|
+
property :params, as: 'params', class: Google::Apis::ComputeBeta::InstanceParams, decorator: Google::Apis::ComputeBeta::InstanceParams::Representation
|
8401
|
+
|
8361
8402
|
property :post_key_revocation_action_type, as: 'postKeyRevocationActionType'
|
8362
8403
|
property :private_ipv6_google_access, as: 'privateIpv6GoogleAccess'
|
8363
8404
|
property :reservation_affinity, as: 'reservationAffinity', class: Google::Apis::ComputeBeta::ReservationAffinity, decorator: Google::Apis::ComputeBeta::ReservationAffinity::Representation
|
@@ -8556,6 +8597,10 @@ module Google
|
|
8556
8597
|
property :recreating, as: 'recreating'
|
8557
8598
|
property :refreshing, as: 'refreshing'
|
8558
8599
|
property :restarting, as: 'restarting'
|
8600
|
+
property :resuming, as: 'resuming'
|
8601
|
+
property :starting, as: 'starting'
|
8602
|
+
property :stopping, as: 'stopping'
|
8603
|
+
property :suspending, as: 'suspending'
|
8559
8604
|
property :verifying, as: 'verifying'
|
8560
8605
|
end
|
8561
8606
|
end
|
@@ -9057,6 +9102,13 @@ module Google
|
|
9057
9102
|
end
|
9058
9103
|
end
|
9059
9104
|
|
9105
|
+
class InstanceParams
|
9106
|
+
# @private
|
9107
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
9108
|
+
hash :resource_manager_tags, as: 'resourceManagerTags'
|
9109
|
+
end
|
9110
|
+
end
|
9111
|
+
|
9060
9112
|
class InstanceProperties
|
9061
9113
|
# @private
|
9062
9114
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -9085,6 +9137,7 @@ module Google
|
|
9085
9137
|
property :private_ipv6_google_access, as: 'privateIpv6GoogleAccess'
|
9086
9138
|
property :reservation_affinity, as: 'reservationAffinity', class: Google::Apis::ComputeBeta::ReservationAffinity, decorator: Google::Apis::ComputeBeta::ReservationAffinity::Representation
|
9087
9139
|
|
9140
|
+
hash :resource_manager_tags, as: 'resourceManagerTags'
|
9088
9141
|
collection :resource_policies, as: 'resourcePolicies'
|
9089
9142
|
property :scheduling, as: 'scheduling', class: Google::Apis::ComputeBeta::Scheduling, decorator: Google::Apis::ComputeBeta::Scheduling::Representation
|
9090
9143
|
|
@@ -9350,10 +9403,15 @@ module Google
|
|
9350
9403
|
class Representation < Google::Apis::Core::JsonRepresentation
|
9351
9404
|
property :admin_enabled, as: 'adminEnabled'
|
9352
9405
|
property :bandwidth, as: 'bandwidth'
|
9406
|
+
collection :candidate_ipv6_subnets, as: 'candidateIpv6Subnets'
|
9353
9407
|
collection :candidate_subnets, as: 'candidateSubnets'
|
9354
9408
|
property :cloud_router_ip_address, as: 'cloudRouterIpAddress'
|
9409
|
+
property :cloud_router_ipv6_address, as: 'cloudRouterIpv6Address'
|
9410
|
+
property :cloud_router_ipv6_interface_id, as: 'cloudRouterIpv6InterfaceId'
|
9355
9411
|
property :creation_timestamp, as: 'creationTimestamp'
|
9356
9412
|
property :customer_router_ip_address, as: 'customerRouterIpAddress'
|
9413
|
+
property :customer_router_ipv6_address, as: 'customerRouterIpv6Address'
|
9414
|
+
property :customer_router_ipv6_interface_id, as: 'customerRouterIpv6InterfaceId'
|
9357
9415
|
property :dataplane_version, as: 'dataplaneVersion'
|
9358
9416
|
property :description, as: 'description'
|
9359
9417
|
property :edge_availability_domain, as: 'edgeAvailabilityDomain'
|
@@ -9378,6 +9436,7 @@ module Google
|
|
9378
9436
|
property :router, as: 'router'
|
9379
9437
|
property :satisfies_pzs, as: 'satisfiesPzs'
|
9380
9438
|
property :self_link, as: 'selfLink'
|
9439
|
+
property :stack_type, as: 'stackType'
|
9381
9440
|
property :state, as: 'state'
|
9382
9441
|
property :type, as: 'type'
|
9383
9442
|
property :vlan_tag8021q, as: 'vlanTag8021q'
|
@@ -10126,16 +10185,20 @@ module Google
|
|
10126
10185
|
property :auto_create_subnetworks, as: 'autoCreateSubnetworks'
|
10127
10186
|
property :creation_timestamp, as: 'creationTimestamp'
|
10128
10187
|
property :description, as: 'description'
|
10188
|
+
property :enable_ula_internal_ipv6, as: 'enableUlaInternalIpv6'
|
10129
10189
|
property :gateway_i_pv4, as: 'gatewayIPv4'
|
10130
10190
|
property :id, :numeric_string => true, as: 'id'
|
10191
|
+
property :internal_ipv6_range, as: 'internalIpv6Range'
|
10131
10192
|
property :kind, as: 'kind'
|
10132
10193
|
property :mtu, as: 'mtu'
|
10133
10194
|
property :name, as: 'name'
|
10195
|
+
property :network_firewall_policy_enforcement_order, as: 'networkFirewallPolicyEnforcementOrder'
|
10134
10196
|
collection :peerings, as: 'peerings', class: Google::Apis::ComputeBeta::NetworkPeering, decorator: Google::Apis::ComputeBeta::NetworkPeering::Representation
|
10135
10197
|
|
10136
10198
|
property :routing_config, as: 'routingConfig', class: Google::Apis::ComputeBeta::NetworkRoutingConfig, decorator: Google::Apis::ComputeBeta::NetworkRoutingConfig::Representation
|
10137
10199
|
|
10138
10200
|
property :self_link, as: 'selfLink'
|
10201
|
+
property :self_link_with_id, as: 'selfLinkWithId'
|
10139
10202
|
collection :subnetworks, as: 'subnetworks'
|
10140
10203
|
end
|
10141
10204
|
end
|
@@ -10403,6 +10466,7 @@ module Google
|
|
10403
10466
|
collection :alias_ip_ranges, as: 'aliasIpRanges', class: Google::Apis::ComputeBeta::AliasIpRange, decorator: Google::Apis::ComputeBeta::AliasIpRange::Representation
|
10404
10467
|
|
10405
10468
|
property :fingerprint, :base64 => true, as: 'fingerprint'
|
10469
|
+
property :internal_ipv6_prefix_length, as: 'internalIpv6PrefixLength'
|
10406
10470
|
collection :ipv6_access_configs, as: 'ipv6AccessConfigs', class: Google::Apis::ComputeBeta::AccessConfig, decorator: Google::Apis::ComputeBeta::AccessConfig::Representation
|
10407
10471
|
|
10408
10472
|
property :ipv6_access_type, as: 'ipv6AccessType'
|
@@ -12184,6 +12248,27 @@ module Google
|
|
12184
12248
|
end
|
12185
12249
|
end
|
12186
12250
|
|
12251
|
+
class RegionNetworkFirewallPoliciesGetEffectiveFirewallsResponse
|
12252
|
+
# @private
|
12253
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
12254
|
+
collection :firewall_policys, as: 'firewallPolicys', class: Google::Apis::ComputeBeta::RegionNetworkFirewallPoliciesGetEffectiveFirewallsResponseEffectiveFirewallPolicy, decorator: Google::Apis::ComputeBeta::RegionNetworkFirewallPoliciesGetEffectiveFirewallsResponseEffectiveFirewallPolicy::Representation
|
12255
|
+
|
12256
|
+
collection :firewalls, as: 'firewalls', class: Google::Apis::ComputeBeta::Firewall, decorator: Google::Apis::ComputeBeta::Firewall::Representation
|
12257
|
+
|
12258
|
+
end
|
12259
|
+
end
|
12260
|
+
|
12261
|
+
class RegionNetworkFirewallPoliciesGetEffectiveFirewallsResponseEffectiveFirewallPolicy
|
12262
|
+
# @private
|
12263
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
12264
|
+
property :display_name, as: 'displayName'
|
12265
|
+
property :name, as: 'name'
|
12266
|
+
collection :rules, as: 'rules', class: Google::Apis::ComputeBeta::FirewallPolicyRule, decorator: Google::Apis::ComputeBeta::FirewallPolicyRule::Representation
|
12267
|
+
|
12268
|
+
property :type, as: 'type'
|
12269
|
+
end
|
12270
|
+
end
|
12271
|
+
|
12187
12272
|
class RegionSetLabelsRequest
|
12188
12273
|
# @private
|
12189
12274
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -13409,6 +13494,7 @@ module Google
|
|
13409
13494
|
collection :consumer_reject_lists, as: 'consumerRejectLists'
|
13410
13495
|
property :creation_timestamp, as: 'creationTimestamp'
|
13411
13496
|
property :description, as: 'description'
|
13497
|
+
collection :domain_names, as: 'domainNames'
|
13412
13498
|
property :enable_proxy_protocol, as: 'enableProxyProtocol'
|
13413
13499
|
property :fingerprint, :base64 => true, as: 'fingerprint'
|
13414
13500
|
property :id, :numeric_string => true, as: 'id'
|
@@ -13999,6 +14085,7 @@ module Google
|
|
13999
14085
|
property :fingerprint, :base64 => true, as: 'fingerprint'
|
14000
14086
|
property :gateway_address, as: 'gatewayAddress'
|
14001
14087
|
property :id, :numeric_string => true, as: 'id'
|
14088
|
+
property :internal_ipv6_prefix, as: 'internalIpv6Prefix'
|
14002
14089
|
property :ip_cidr_range, as: 'ipCidrRange'
|
14003
14090
|
property :ipv6_access_type, as: 'ipv6AccessType'
|
14004
14091
|
property :ipv6_cidr_range, as: 'ipv6CidrRange'
|