Class: Aws::NetworkManager::Types::CreateSiteRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::NetworkManager::Types::CreateSiteRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-networkmanager/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:location]
Instance Attribute Summary collapse
-
#description ⇒ String
A description of your site.
-
#global_network_id ⇒ String
The ID of the global network.
-
#location ⇒ Types::Location
The site location.
-
#tags ⇒ Array<Types::Tag>
The tags to apply to the resource during creation.
Instance Attribute Details
#description ⇒ String
A description of your site.
Constraints: Maximum length of 256 characters.
1793 1794 1795 1796 1797 1798 1799 1800 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 1793 class CreateSiteRequest < Struct.new( :global_network_id, :description, :location, :tags) SENSITIVE = [:location] include Aws::Structure end |
#global_network_id ⇒ String
The ID of the global network.
1793 1794 1795 1796 1797 1798 1799 1800 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 1793 class CreateSiteRequest < Struct.new( :global_network_id, :description, :location, :tags) SENSITIVE = [:location] include Aws::Structure end |
#location ⇒ Types::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.
1793 1794 1795 1796 1797 1798 1799 1800 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 1793 class CreateSiteRequest < Struct.new( :global_network_id, :description, :location, :tags) SENSITIVE = [:location] include Aws::Structure end |
#tags ⇒ Array<Types::Tag>
The tags to apply to the resource during creation.
1793 1794 1795 1796 1797 1798 1799 1800 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 1793 class CreateSiteRequest < Struct.new( :global_network_id, :description, :location, :tags) SENSITIVE = [:location] include Aws::Structure end |