Class: Aws::Types::PhysicalNetworkInterface
- Inherits:
-
Object
- Object
- Aws::Types::PhysicalNetworkInterface
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#default_gateway ⇒ ::String
Returns the value of attribute default_gateway.
-
#ip_address ⇒ ::String
Returns the value of attribute ip_address.
-
#ip_address_assignment ⇒ "DHCP", "STATIC"
Returns the value of attribute ip_address_assignment.
-
#mac_address ⇒ ::String
Returns the value of attribute mac_address.
-
#netmask ⇒ ::String
Returns the value of attribute netmask.
-
#physical_connector_type ⇒ "RJ45", ...
Returns the value of attribute physical_connector_type.
-
#physical_network_interface_id ⇒ ::String
Returns the value of attribute physical_network_interface_id.
Instance Attribute Details
#default_gateway ⇒ ::String
Returns the value of attribute default_gateway.
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.
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.
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.
267 268 269 |
# File 'sig/types.rbs', line 267 def mac_address @mac_address end |
#netmask ⇒ ::String
Returns the value of attribute netmask.
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.
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.
270 271 272 |
# File 'sig/types.rbs', line 270 def physical_network_interface_id @physical_network_interface_id end |