Google Cloud Compute V1 API - Class Google::Cloud::Compute::V1::RouterStatusNatStatus (v1.7.1)

Reference documentation and code samples for the Google Cloud Compute V1 API class Google::Cloud::Compute::V1::RouterStatusNatStatus.

Status of a NAT contained in this router.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#auto_allocated_nat_ips

def auto_allocated_nat_ips() -> ::Array<::String>
Returns
  • (::Array<::String>) — A list of IPs auto-allocated for NAT. Example: ["1.1.1.1", "129.2.16.89"]

#auto_allocated_nat_ips=

def auto_allocated_nat_ips=(value) -> ::Array<::String>
Parameter
  • value (::Array<::String>) — A list of IPs auto-allocated for NAT. Example: ["1.1.1.1", "129.2.16.89"]
Returns
  • (::Array<::String>) — A list of IPs auto-allocated for NAT. Example: ["1.1.1.1", "129.2.16.89"]

#drain_auto_allocated_nat_ips

def drain_auto_allocated_nat_ips() -> ::Array<::String>
Returns
  • (::Array<::String>) — A list of IPs auto-allocated for NAT that are in drain mode. Example: ["1.1.1.1", "179.12.26.133"].

#drain_auto_allocated_nat_ips=

def drain_auto_allocated_nat_ips=(value) -> ::Array<::String>
Parameter
  • value (::Array<::String>) — A list of IPs auto-allocated for NAT that are in drain mode. Example: ["1.1.1.1", "179.12.26.133"].
Returns
  • (::Array<::String>) — A list of IPs auto-allocated for NAT that are in drain mode. Example: ["1.1.1.1", "179.12.26.133"].

#drain_user_allocated_nat_ips

def drain_user_allocated_nat_ips() -> ::Array<::String>
Returns
  • (::Array<::String>) — A list of IPs user-allocated for NAT that are in drain mode. Example: ["1.1.1.1", "179.12.26.133"].

#drain_user_allocated_nat_ips=

def drain_user_allocated_nat_ips=(value) -> ::Array<::String>
Parameter
  • value (::Array<::String>) — A list of IPs user-allocated for NAT that are in drain mode. Example: ["1.1.1.1", "179.12.26.133"].
Returns
  • (::Array<::String>) — A list of IPs user-allocated for NAT that are in drain mode. Example: ["1.1.1.1", "179.12.26.133"].

#min_extra_nat_ips_needed

def min_extra_nat_ips_needed() -> ::Integer
Returns
  • (::Integer) — 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.

#min_extra_nat_ips_needed=

def min_extra_nat_ips_needed=(value) -> ::Integer
Parameter
  • value (::Integer) — 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.
Returns
  • (::Integer) — 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.

#name

def name() -> ::String
Returns
  • (::String) — Unique name of this NAT.

#name=

def name=(value) -> ::String
Parameter
  • value (::String) — Unique name of this NAT.
Returns
  • (::String) — Unique name of this NAT.

#num_vm_endpoints_with_nat_mappings

def num_vm_endpoints_with_nat_mappings() -> ::Integer
Returns
  • (::Integer) — Number of VM endpoints (i.e., Nics) that can use NAT.

#num_vm_endpoints_with_nat_mappings=

def num_vm_endpoints_with_nat_mappings=(value) -> ::Integer
Parameter
  • value (::Integer) — Number of VM endpoints (i.e., Nics) that can use NAT.
Returns
  • (::Integer) — Number of VM endpoints (i.e., Nics) that can use NAT.

#rule_status

def rule_status() -> ::Array<::Google::Cloud::Compute::V1::RouterStatusNatStatusNatRuleStatus>
Returns

#rule_status=

def rule_status=(value) -> ::Array<::Google::Cloud::Compute::V1::RouterStatusNatStatusNatRuleStatus>
Parameter
Returns

#user_allocated_nat_ip_resources

def user_allocated_nat_ip_resources() -> ::Array<::String>
Returns
  • (::Array<::String>) — A list of fully qualified URLs of reserved IP address resources.

#user_allocated_nat_ip_resources=

def user_allocated_nat_ip_resources=(value) -> ::Array<::String>
Parameter
  • value (::Array<::String>) — A list of fully qualified URLs of reserved IP address resources.
Returns
  • (::Array<::String>) — A list of fully qualified URLs of reserved IP address resources.

#user_allocated_nat_ips

def user_allocated_nat_ips() -> ::Array<::String>
Returns
  • (::Array<::String>) — A list of IPs user-allocated for NAT. They will be raw IP strings like "179.12.26.133".

#user_allocated_nat_ips=

def user_allocated_nat_ips=(value) -> ::Array<::String>
Parameter
  • value (::Array<::String>) — A list of IPs user-allocated for NAT. They will be raw IP strings like "179.12.26.133".
Returns
  • (::Array<::String>) — A list of IPs user-allocated for NAT. They will be raw IP strings like "179.12.26.133".