Class: Google::Apis::ComputeAlpha::RouterStatusNatStatus
- Inherits:
-
Object
- Object
- Google::Apis::ComputeAlpha::RouterStatusNatStatus
- Includes:
- Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
- Defined in:
- lib/google/apis/compute_alpha/classes.rb,
lib/google/apis/compute_alpha/representations.rb,
lib/google/apis/compute_alpha/representations.rb
Overview
Status of a NAT contained in this router.
Instance Attribute Summary collapse
-
#auto_allocated_nat_ips ⇒ Array<String>
Output only.
-
#drain_auto_allocated_nat_ips ⇒ Array<String>
Output only.
-
#drain_user_allocated_nat_ips ⇒ Array<String>
Output only.
-
#min_extra_nat_ips_needed ⇒ Fixnum
Output only.
-
#name ⇒ String
Output only.
-
#num_vm_endpoints_with_nat_mappings ⇒ Fixnum
Output only.
-
#rule_status ⇒ Array<Google::Apis::ComputeAlpha::RouterStatusNatStatusNatRuleStatus>
Status of rules in this NAT.
-
#user_allocated_nat_ip_resources ⇒ Array<String>
Output only.
-
#user_allocated_nat_ips ⇒ Array<String>
Output only.
Instance Method Summary collapse
-
#initialize(**args) ⇒ RouterStatusNatStatus
constructor
A new instance of RouterStatusNatStatus.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ RouterStatusNatStatus
Returns a new instance of RouterStatusNatStatus.
65453 65454 65455 |
# File 'lib/google/apis/compute_alpha/classes.rb', line 65453 def initialize(**args) update!(**args) end |
Instance Attribute Details
#auto_allocated_nat_ips ⇒ Array<String>
Output only. A list of IPs auto-allocated for NAT. Example: ["1.1.1.1", "129.2.
16.89"]
Corresponds to the JSON property autoAllocatedNatIps
65404 65405 65406 |
# File 'lib/google/apis/compute_alpha/classes.rb', line 65404 def auto_allocated_nat_ips @auto_allocated_nat_ips end |
#drain_auto_allocated_nat_ips ⇒ Array<String>
Output only. A list of IPs auto-allocated for NAT that are in drain mode.
Example: ["1.1.1.1", "179.12.26.133"].
Corresponds to the JSON property drainAutoAllocatedNatIps
65410 65411 65412 |
# File 'lib/google/apis/compute_alpha/classes.rb', line 65410 def drain_auto_allocated_nat_ips @drain_auto_allocated_nat_ips end |
#drain_user_allocated_nat_ips ⇒ Array<String>
Output only. A list of IPs user-allocated for NAT that are in drain mode.
Example: ["1.1.1.1", "179.12.26.133"].
Corresponds to the JSON property drainUserAllocatedNatIps
65416 65417 65418 |
# File 'lib/google/apis/compute_alpha/classes.rb', line 65416 def drain_user_allocated_nat_ips @drain_user_allocated_nat_ips end |
#min_extra_nat_ips_needed ⇒ Fixnum
Output only. The number of extra IPs to allocate. This will be greater than 0
only if
user-specified IPs are NOT enough to allow all configured VMs to use NAT.
This value is meaningful only when auto-allocation of NAT IPs is not
used.
Corresponds to the JSON property minExtraNatIpsNeeded
65425 65426 65427 |
# File 'lib/google/apis/compute_alpha/classes.rb', line 65425 def min_extra_nat_ips_needed @min_extra_nat_ips_needed end |
#name ⇒ String
Output only. Unique name of this NAT.
Corresponds to the JSON property name
65430 65431 65432 |
# File 'lib/google/apis/compute_alpha/classes.rb', line 65430 def name @name end |
#num_vm_endpoints_with_nat_mappings ⇒ Fixnum
Output only. Number of VM endpoints (i.e., Nics) that can use NAT.
Corresponds to the JSON property numVmEndpointsWithNatMappings
65435 65436 65437 |
# File 'lib/google/apis/compute_alpha/classes.rb', line 65435 def num_vm_endpoints_with_nat_mappings @num_vm_endpoints_with_nat_mappings end |
#rule_status ⇒ Array<Google::Apis::ComputeAlpha::RouterStatusNatStatusNatRuleStatus>
Status of rules in this NAT.
Corresponds to the JSON property ruleStatus
65440 65441 65442 |
# File 'lib/google/apis/compute_alpha/classes.rb', line 65440 def rule_status @rule_status end |
#user_allocated_nat_ip_resources ⇒ Array<String>
Output only. A list of fully qualified URLs of reserved IP address resources.
Corresponds to the JSON property userAllocatedNatIpResources
65445 65446 65447 |
# File 'lib/google/apis/compute_alpha/classes.rb', line 65445 def user_allocated_nat_ip_resources @user_allocated_nat_ip_resources end |
#user_allocated_nat_ips ⇒ Array<String>
Output only. A list of IPs user-allocated for NAT.
They will be raw IP strings like "179.12.26.133".
Corresponds to the JSON property userAllocatedNatIps
65451 65452 65453 |
# File 'lib/google/apis/compute_alpha/classes.rb', line 65451 def user_allocated_nat_ips @user_allocated_nat_ips end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
65458 65459 65460 65461 65462 65463 65464 65465 65466 65467 65468 |
# File 'lib/google/apis/compute_alpha/classes.rb', line 65458 def update!(**args) @auto_allocated_nat_ips = args[:auto_allocated_nat_ips] if args.key?(:auto_allocated_nat_ips) @drain_auto_allocated_nat_ips = args[:drain_auto_allocated_nat_ips] if args.key?(:drain_auto_allocated_nat_ips) @drain_user_allocated_nat_ips = args[:drain_user_allocated_nat_ips] if args.key?(:drain_user_allocated_nat_ips) @min_extra_nat_ips_needed = args[:min_extra_nat_ips_needed] if args.key?(:min_extra_nat_ips_needed) @name = args[:name] if args.key?(:name) @num_vm_endpoints_with_nat_mappings = args[:num_vm_endpoints_with_nat_mappings] if args.key?(:num_vm_endpoints_with_nat_mappings) @rule_status = args[:rule_status] if args.key?(:rule_status) @user_allocated_nat_ip_resources = args[:user_allocated_nat_ip_resources] if args.key?(:user_allocated_nat_ip_resources) @user_allocated_nat_ips = args[:user_allocated_nat_ips] if args.key?(:user_allocated_nat_ips) end |