Class: Google::Apis::ComputeBeta::RouterStatusNatStatus
- Inherits:
-
Object
- Object
- Google::Apis::ComputeBeta::RouterStatusNatStatus
- Includes:
- Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
- Defined in:
- lib/google/apis/compute_beta/classes.rb,
lib/google/apis/compute_beta/representations.rb,
lib/google/apis/compute_beta/representations.rb
Overview
Status of a NAT contained in this router.
Instance Attribute Summary collapse
-
#auto_allocated_nat_ips ⇒ Array<String>
A list of IPs auto-allocated for NAT.
-
#drain_auto_allocated_nat_ips ⇒ Array<String>
A list of IPs auto-allocated for NAT that are in drain mode.
-
#drain_user_allocated_nat_ips ⇒ Array<String>
A list of IPs user-allocated for NAT that are in drain mode.
-
#min_extra_nat_ips_needed ⇒ Fixnum
The number of extra IPs to allocate.
-
#name ⇒ String
Unique name of this NAT.
-
#num_vm_endpoints_with_nat_mappings ⇒ Fixnum
Number of VM endpoints (i.e., Nics) that can use NAT.
-
#rule_status ⇒ Array<Google::Apis::ComputeBeta::RouterStatusNatStatusNatRuleStatus>
Status of rules in this NAT.
-
#user_allocated_nat_ip_resources ⇒ Array<String>
A list of fully qualified URLs of reserved IP address resources.
-
#user_allocated_nat_ips ⇒ Array<String>
A list of IPs user-allocated for NAT.
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.
38341 38342 38343 |
# File 'lib/google/apis/compute_beta/classes.rb', line 38341 def initialize(**args) update!(**args) end |
Instance Attribute Details
#auto_allocated_nat_ips ⇒ Array<String>
A list of IPs auto-allocated for NAT. Example: ["1.1.1.1", "129.2.16.89"]
Corresponds to the JSON property autoAllocatedNatIps
38294 38295 38296 |
# File 'lib/google/apis/compute_beta/classes.rb', line 38294 def auto_allocated_nat_ips @auto_allocated_nat_ips end |
#drain_auto_allocated_nat_ips ⇒ Array<String>
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
38300 38301 38302 |
# File 'lib/google/apis/compute_beta/classes.rb', line 38300 def drain_auto_allocated_nat_ips @drain_auto_allocated_nat_ips end |
#drain_user_allocated_nat_ips ⇒ Array<String>
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
38306 38307 38308 |
# File 'lib/google/apis/compute_beta/classes.rb', line 38306 def drain_user_allocated_nat_ips @drain_user_allocated_nat_ips end |
#min_extra_nat_ips_needed ⇒ Fixnum
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
38313 38314 38315 |
# File 'lib/google/apis/compute_beta/classes.rb', line 38313 def min_extra_nat_ips_needed @min_extra_nat_ips_needed end |
#name ⇒ String
Unique name of this NAT.
Corresponds to the JSON property name
38318 38319 38320 |
# File 'lib/google/apis/compute_beta/classes.rb', line 38318 def name @name end |
#num_vm_endpoints_with_nat_mappings ⇒ Fixnum
Number of VM endpoints (i.e., Nics) that can use NAT.
Corresponds to the JSON property numVmEndpointsWithNatMappings
38323 38324 38325 |
# File 'lib/google/apis/compute_beta/classes.rb', line 38323 def num_vm_endpoints_with_nat_mappings @num_vm_endpoints_with_nat_mappings end |
#rule_status ⇒ Array<Google::Apis::ComputeBeta::RouterStatusNatStatusNatRuleStatus>
Status of rules in this NAT.
Corresponds to the JSON property ruleStatus
38328 38329 38330 |
# File 'lib/google/apis/compute_beta/classes.rb', line 38328 def rule_status @rule_status end |
#user_allocated_nat_ip_resources ⇒ Array<String>
A list of fully qualified URLs of reserved IP address resources.
Corresponds to the JSON property userAllocatedNatIpResources
38333 38334 38335 |
# File 'lib/google/apis/compute_beta/classes.rb', line 38333 def user_allocated_nat_ip_resources @user_allocated_nat_ip_resources end |
#user_allocated_nat_ips ⇒ Array<String>
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
38339 38340 38341 |
# File 'lib/google/apis/compute_beta/classes.rb', line 38339 def user_allocated_nat_ips @user_allocated_nat_ips end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
38346 38347 38348 38349 38350 38351 38352 38353 38354 38355 38356 |
# File 'lib/google/apis/compute_beta/classes.rb', line 38346 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 |