Class: Aws::Panorama::Types::StaticIpConnectionInfo
- Inherits:
-
Struct
- Object
- Struct
- Aws::Panorama::Types::StaticIpConnectionInfo
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-panorama/types.rb
Overview
A static IP configuration.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#default_gateway ⇒ String
The connection’s default gateway.
-
#dns ⇒ Array<String>
The connection’s DNS address.
-
#ip_address ⇒ String
The connection’s IP address.
-
#mask ⇒ String
The connection’s DNS mask.
Instance Attribute Details
#default_gateway ⇒ String
The connection’s default gateway.
2753 2754 2755 2756 2757 2758 2759 2760 |
# File 'lib/aws-sdk-panorama/types.rb', line 2753 class StaticIpConnectionInfo < Struct.new( :default_gateway, :dns, :ip_address, :mask) SENSITIVE = [] include Aws::Structure end |
#dns ⇒ Array<String>
The connection’s DNS address.
2753 2754 2755 2756 2757 2758 2759 2760 |
# File 'lib/aws-sdk-panorama/types.rb', line 2753 class StaticIpConnectionInfo < Struct.new( :default_gateway, :dns, :ip_address, :mask) SENSITIVE = [] include Aws::Structure end |
#ip_address ⇒ String
The connection’s IP address.
2753 2754 2755 2756 2757 2758 2759 2760 |
# File 'lib/aws-sdk-panorama/types.rb', line 2753 class StaticIpConnectionInfo < Struct.new( :default_gateway, :dns, :ip_address, :mask) SENSITIVE = [] include Aws::Structure end |
#mask ⇒ String
The connection’s DNS mask.
2753 2754 2755 2756 2757 2758 2759 2760 |
# File 'lib/aws-sdk-panorama/types.rb', line 2753 class StaticIpConnectionInfo < Struct.new( :default_gateway, :dns, :ip_address, :mask) SENSITIVE = [] include Aws::Structure end |