Class: Aws::NetworkManager::Types::CreateSiteRequest

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

#descriptionString

A description of your site.

Constraints: Maximum length of 256 characters.

Returns:

  • (String)


1581
1582
1583
1584
1585
1586
1587
1588
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 1581

class CreateSiteRequest < Struct.new(
  :global_network_id,
  :description,
  :location,
  :tags)
  SENSITIVE = [:location]
  include Aws::Structure
end

#global_network_idString

The ID of the global network.

Returns:

  • (String)


1581
1582
1583
1584
1585
1586
1587
1588
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 1581

class CreateSiteRequest < Struct.new(
  :global_network_id,
  :description,
  :location,
  :tags)
  SENSITIVE = [:location]
  include Aws::Structure
end

#locationTypes::Location

The site location. This information is used for visualization in the Network Manager console. If you specify the address, the latitude and longitude are automatically calculated.

  • Address: The physical address of the site.

  • Latitude: The latitude of the site.

  • Longitude: The longitude of the site.

Returns:



1581
1582
1583
1584
1585
1586
1587
1588
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 1581

class CreateSiteRequest < Struct.new(
  :global_network_id,
  :description,
  :location,
  :tags)
  SENSITIVE = [:location]
  include Aws::Structure
end

#tagsArray<Types::Tag>

The tags to apply to the resource during creation.

Returns:



1581
1582
1583
1584
1585
1586
1587
1588
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 1581

class CreateSiteRequest < Struct.new(
  :global_network_id,
  :description,
  :location,
  :tags)
  SENSITIVE = [:location]
  include Aws::Structure
end