Class: Aws::Types::PhysicalNetworkInterface

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#default_gateway ⇒ ::String

Returns the value of attribute default_gateway.

Returns:

  • (::String)


264
265
266
# File 'sig/types.rbs', line 264

def default_gateway
  @default_gateway
end

#ip_address ⇒ ::String

Returns the value of attribute ip_address.

Returns:

  • (::String)


265
266
267
# File 'sig/types.rbs', line 265

def ip_address
  @ip_address
end

#ip_address_assignment ⇒ "DHCP", "STATIC"

Returns the value of attribute ip_address_assignment.

Returns:

  • ("DHCP", "STATIC")


266
267
268
# File 'sig/types.rbs', line 266

def ip_address_assignment
  @ip_address_assignment
end

#mac_address ⇒ ::String

Returns the value of attribute mac_address.

Returns:

  • (::String)


267
268
269
# File 'sig/types.rbs', line 267

def mac_address
  @mac_address
end

#netmask ⇒ ::String

Returns the value of attribute netmask.

Returns:

  • (::String)


268
269
270
# File 'sig/types.rbs', line 268

def netmask
  @netmask
end

#physical_connector_type ⇒ "RJ45", ...

Returns the value of attribute physical_connector_type.

Returns:

  • ("RJ45", "SFP_PLUS", "QSFP", "RJ45_2", "WIFI")


269
270
271
# File 'sig/types.rbs', line 269

def physical_connector_type
  @physical_connector_type
end

#physical_network_interface_id ⇒ ::String

Returns the value of attribute physical_network_interface_id.

Returns:

  • (::String)


270
271
272
# File 'sig/types.rbs', line 270

def physical_network_interface_id
  @physical_network_interface_id
end