Class: AMT::Service::NetworkAdministration::IPParameters

Inherits:
Struct
  • Object
show all
Defined in:
lib/amt/service/network_administration/structures.rb

Overview

Struct class containing IP information of an AMT network interface.

Instance Attribute Summary collapse

Instance Attribute Details

#gatewayObject

Returns the value of attribute gateway

Returns:

  • (Object)

    the current value of gateway



25
26
27
# File 'lib/amt/service/network_administration/structures.rb', line 25

def gateway
  @gateway
end

#ipObject

Returns the value of attribute ip

Returns:

  • (Object)

    the current value of ip



25
26
27
# File 'lib/amt/service/network_administration/structures.rb', line 25

def ip
  @ip
end

#maskObject

Returns the value of attribute mask

Returns:

  • (Object)

    the current value of mask



25
26
27
# File 'lib/amt/service/network_administration/structures.rb', line 25

def mask
  @mask
end

#primary_dnsObject

Returns the value of attribute primary_dns

Returns:

  • (Object)

    the current value of primary_dns



25
26
27
# File 'lib/amt/service/network_administration/structures.rb', line 25

def primary_dns
  @primary_dns
end

#secondary_dnsObject

Returns the value of attribute secondary_dns

Returns:

  • (Object)

    the current value of secondary_dns



25
26
27
# File 'lib/amt/service/network_administration/structures.rb', line 25

def secondary_dns
  @secondary_dns
end