Class: Aws::Panorama::Types::StaticIpConnectionInfo

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

Overview

A static IP configuration.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#default_gatewayString

The connection's default gateway.

Returns:

  • (String)


2753
2754
2755
2756
2757
2758
2759
2760
# File 'gems/aws-sdk-panorama/lib/aws-sdk-panorama/types.rb', line 2753

class StaticIpConnectionInfo < Struct.new(
  :default_gateway,
  :dns,
  :ip_address,
  :mask)
  SENSITIVE = []
  include Aws::Structure
end

#dnsArray<String>

The connection's DNS address.

Returns:

  • (Array<String>)


2753
2754
2755
2756
2757
2758
2759
2760
# File 'gems/aws-sdk-panorama/lib/aws-sdk-panorama/types.rb', line 2753

class StaticIpConnectionInfo < Struct.new(
  :default_gateway,
  :dns,
  :ip_address,
  :mask)
  SENSITIVE = []
  include Aws::Structure
end

#ip_addressString

The connection's IP address.

Returns:

  • (String)


2753
2754
2755
2756
2757
2758
2759
2760
# File 'gems/aws-sdk-panorama/lib/aws-sdk-panorama/types.rb', line 2753

class StaticIpConnectionInfo < Struct.new(
  :default_gateway,
  :dns,
  :ip_address,
  :mask)
  SENSITIVE = []
  include Aws::Structure
end

#maskString

The connection's DNS mask.

Returns:

  • (String)


2753
2754
2755
2756
2757
2758
2759
2760
# File 'gems/aws-sdk-panorama/lib/aws-sdk-panorama/types.rb', line 2753

class StaticIpConnectionInfo < Struct.new(
  :default_gateway,
  :dns,
  :ip_address,
  :mask)
  SENSITIVE = []
  include Aws::Structure
end