Class: Aws::NetworkManager::Types::CreateDeviceRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[:location]

Instance Attribute Summary collapse

Instance Attribute Details

#aws_locationTypes::AWSLocation

The Amazon Web Services location of the device, if applicable. For an on-premises device, you can omit this parameter.

Returns:



1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 1433

class CreateDeviceRequest < Struct.new(
  :global_network_id,
  :aws_location,
  :description,
  :type,
  :vendor,
  :model,
  :serial_number,
  :location,
  :site_id,
  :tags)
  SENSITIVE = [:location]
  include Aws::Structure
end

#descriptionString

A description of the device.

Constraints: Maximum length of 256 characters.

Returns:

  • (String)


1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 1433

class CreateDeviceRequest < Struct.new(
  :global_network_id,
  :aws_location,
  :description,
  :type,
  :vendor,
  :model,
  :serial_number,
  :location,
  :site_id,
  :tags)
  SENSITIVE = [:location]
  include Aws::Structure
end

#global_network_idString

The ID of the global network.

Returns:

  • (String)


1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 1433

class CreateDeviceRequest < Struct.new(
  :global_network_id,
  :aws_location,
  :description,
  :type,
  :vendor,
  :model,
  :serial_number,
  :location,
  :site_id,
  :tags)
  SENSITIVE = [:location]
  include Aws::Structure
end

#locationTypes::Location

The location of the device.

Returns:



1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 1433

class CreateDeviceRequest < Struct.new(
  :global_network_id,
  :aws_location,
  :description,
  :type,
  :vendor,
  :model,
  :serial_number,
  :location,
  :site_id,
  :tags)
  SENSITIVE = [:location]
  include Aws::Structure
end

#modelString

The model of the device.

Constraints: Maximum length of 128 characters.

Returns:

  • (String)


1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 1433

class CreateDeviceRequest < Struct.new(
  :global_network_id,
  :aws_location,
  :description,
  :type,
  :vendor,
  :model,
  :serial_number,
  :location,
  :site_id,
  :tags)
  SENSITIVE = [:location]
  include Aws::Structure
end

#serial_numberString

The serial number of the device.

Constraints: Maximum length of 128 characters.

Returns:

  • (String)


1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 1433

class CreateDeviceRequest < Struct.new(
  :global_network_id,
  :aws_location,
  :description,
  :type,
  :vendor,
  :model,
  :serial_number,
  :location,
  :site_id,
  :tags)
  SENSITIVE = [:location]
  include Aws::Structure
end

#site_idString

The ID of the site.

Returns:

  • (String)


1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 1433

class CreateDeviceRequest < Struct.new(
  :global_network_id,
  :aws_location,
  :description,
  :type,
  :vendor,
  :model,
  :serial_number,
  :location,
  :site_id,
  :tags)
  SENSITIVE = [:location]
  include Aws::Structure
end

#tagsArray<Types::Tag>

The tags to apply to the resource during creation.

Returns:



1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 1433

class CreateDeviceRequest < Struct.new(
  :global_network_id,
  :aws_location,
  :description,
  :type,
  :vendor,
  :model,
  :serial_number,
  :location,
  :site_id,
  :tags)
  SENSITIVE = [:location]
  include Aws::Structure
end

#typeString

The type of the device.

Returns:

  • (String)


1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 1433

class CreateDeviceRequest < Struct.new(
  :global_network_id,
  :aws_location,
  :description,
  :type,
  :vendor,
  :model,
  :serial_number,
  :location,
  :site_id,
  :tags)
  SENSITIVE = [:location]
  include Aws::Structure
end

#vendorString

The vendor of the device.

Constraints: Maximum length of 128 characters.

Returns:

  • (String)


1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 1433

class CreateDeviceRequest < Struct.new(
  :global_network_id,
  :aws_location,
  :description,
  :type,
  :vendor,
  :model,
  :serial_number,
  :location,
  :site_id,
  :tags)
  SENSITIVE = [:location]
  include Aws::Structure
end