Class: Aws::SnowDeviceManagement::Types::PhysicalNetworkInterface

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-snowdevicemanagement/lib/aws-sdk-snowdevicemanagement/types.rb

Overview

The details about the physical network interface for the device.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#default_gatewayString

The default gateway of the device.

Returns:

  • (String)


905
906
907
908
909
910
911
912
913
914
915
# File 'gems/aws-sdk-snowdevicemanagement/lib/aws-sdk-snowdevicemanagement/types.rb', line 905

class PhysicalNetworkInterface < Struct.new(
  :default_gateway,
  :ip_address,
  :ip_address_assignment,
  :mac_address,
  :netmask,
  :physical_connector_type,
  :physical_network_interface_id)
  SENSITIVE = []
  include Aws::Structure
end

#ip_addressString

The IP address of the device.

Returns:

  • (String)


905
906
907
908
909
910
911
912
913
914
915
# File 'gems/aws-sdk-snowdevicemanagement/lib/aws-sdk-snowdevicemanagement/types.rb', line 905

class PhysicalNetworkInterface < Struct.new(
  :default_gateway,
  :ip_address,
  :ip_address_assignment,
  :mac_address,
  :netmask,
  :physical_connector_type,
  :physical_network_interface_id)
  SENSITIVE = []
  include Aws::Structure
end

#ip_address_assignmentString

A value that describes whether the IP address is dynamic or persistent.

Returns:

  • (String)


905
906
907
908
909
910
911
912
913
914
915
# File 'gems/aws-sdk-snowdevicemanagement/lib/aws-sdk-snowdevicemanagement/types.rb', line 905

class PhysicalNetworkInterface < Struct.new(
  :default_gateway,
  :ip_address,
  :ip_address_assignment,
  :mac_address,
  :netmask,
  :physical_connector_type,
  :physical_network_interface_id)
  SENSITIVE = []
  include Aws::Structure
end

#mac_addressString

The MAC address of the device.

Returns:

  • (String)


905
906
907
908
909
910
911
912
913
914
915
# File 'gems/aws-sdk-snowdevicemanagement/lib/aws-sdk-snowdevicemanagement/types.rb', line 905

class PhysicalNetworkInterface < Struct.new(
  :default_gateway,
  :ip_address,
  :ip_address_assignment,
  :mac_address,
  :netmask,
  :physical_connector_type,
  :physical_network_interface_id)
  SENSITIVE = []
  include Aws::Structure
end

#netmaskString

The netmask used to divide the IP address into subnets.

Returns:

  • (String)


905
906
907
908
909
910
911
912
913
914
915
# File 'gems/aws-sdk-snowdevicemanagement/lib/aws-sdk-snowdevicemanagement/types.rb', line 905

class PhysicalNetworkInterface < Struct.new(
  :default_gateway,
  :ip_address,
  :ip_address_assignment,
  :mac_address,
  :netmask,
  :physical_connector_type,
  :physical_network_interface_id)
  SENSITIVE = []
  include Aws::Structure
end

#physical_connector_typeString

The physical connector type.

Returns:

  • (String)


905
906
907
908
909
910
911
912
913
914
915
# File 'gems/aws-sdk-snowdevicemanagement/lib/aws-sdk-snowdevicemanagement/types.rb', line 905

class PhysicalNetworkInterface < Struct.new(
  :default_gateway,
  :ip_address,
  :ip_address_assignment,
  :mac_address,
  :netmask,
  :physical_connector_type,
  :physical_network_interface_id)
  SENSITIVE = []
  include Aws::Structure
end

#physical_network_interface_idString

The physical network interface ID.

Returns:

  • (String)


905
906
907
908
909
910
911
912
913
914
915
# File 'gems/aws-sdk-snowdevicemanagement/lib/aws-sdk-snowdevicemanagement/types.rb', line 905

class PhysicalNetworkInterface < Struct.new(
  :default_gateway,
  :ip_address,
  :ip_address_assignment,
  :mac_address,
  :netmask,
  :physical_connector_type,
  :physical_network_interface_id)
  SENSITIVE = []
  include Aws::Structure
end