class PlatformAPI::SpaceNat

Network address translation (NAT) for stable outbound IP addresses from a space

Public Class Methods

new(client) click to toggle source
# File lib/platform-api/client.rb, line 2959
def initialize(client)
  @client = client
end

Public Instance Methods

info(space_id_or_space_name) click to toggle source

Current state of network address translation for a space.

@param space_id_or_space_name: unique identifier of space or unique name of space

# File lib/platform-api/client.rb, line 2966
def info(space_id_or_space_name)
  @client.space_nat.info(space_id_or_space_name)
end