Class: Aws::Drs::Types::NetworkInterface

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-drs/types.rb

Overview

Network interface.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#ipsArray<String>

Network interface IPs.

Returns:

  • (Array<String>)


1487
1488
1489
1490
1491
1492
1493
# File 'lib/aws-sdk-drs/types.rb', line 1487

class NetworkInterface < Struct.new(
  :ips,
  :is_primary,
  :mac_address)
  SENSITIVE = []
  include Aws::Structure
end

#is_primaryBoolean

Whether this is the primary network interface.

Returns:

  • (Boolean)


1487
1488
1489
1490
1491
1492
1493
# File 'lib/aws-sdk-drs/types.rb', line 1487

class NetworkInterface < Struct.new(
  :ips,
  :is_primary,
  :mac_address)
  SENSITIVE = []
  include Aws::Structure
end

#mac_addressString

The MAC address of the network interface.

Returns:

  • (String)


1487
1488
1489
1490
1491
1492
1493
# File 'lib/aws-sdk-drs/types.rb', line 1487

class NetworkInterface < Struct.new(
  :ips,
  :is_primary,
  :mac_address)
  SENSITIVE = []
  include Aws::Structure
end