Class: Aws::MediaLive::Types::InputDeviceNetworkSettings
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::MediaLive::Types::InputDeviceNetworkSettings
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-medialive/types.rb
 
Overview
The network settings for the input device.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #dns_addresses  ⇒ Array<String> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The DNS addresses of the input device.
 - 
  
    
      #gateway  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The network gateway IP address.
 - 
  
    
      #ip_address  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The IP address of the input device.
 - 
  
    
      #ip_scheme  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Specifies whether the input device has been configured (outside of MediaLive) to use a dynamic IP address assignment (DHCP) or a static IP address.
 - 
  
    
      #subnet_mask  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The subnet mask of the input device.
 
Instance Attribute Details
#dns_addresses ⇒ Array<String>
The DNS addresses of the input device.
      7032 7033 7034 7035 7036 7037 7038 7039 7040  | 
    
      # File 'lib/aws-sdk-medialive/types.rb', line 7032 class InputDeviceNetworkSettings < Struct.new( :dns_addresses, :gateway, :ip_address, :ip_scheme, :subnet_mask) SENSITIVE = [] include Aws::Structure end  | 
  
#gateway ⇒ String
The network gateway IP address.
      7032 7033 7034 7035 7036 7037 7038 7039 7040  | 
    
      # File 'lib/aws-sdk-medialive/types.rb', line 7032 class InputDeviceNetworkSettings < Struct.new( :dns_addresses, :gateway, :ip_address, :ip_scheme, :subnet_mask) SENSITIVE = [] include Aws::Structure end  | 
  
#ip_address ⇒ String
The IP address of the input device.
      7032 7033 7034 7035 7036 7037 7038 7039 7040  | 
    
      # File 'lib/aws-sdk-medialive/types.rb', line 7032 class InputDeviceNetworkSettings < Struct.new( :dns_addresses, :gateway, :ip_address, :ip_scheme, :subnet_mask) SENSITIVE = [] include Aws::Structure end  | 
  
#ip_scheme ⇒ String
Specifies whether the input device has been configured (outside of MediaLive) to use a dynamic IP address assignment (DHCP) or a static IP address.
      7032 7033 7034 7035 7036 7037 7038 7039 7040  | 
    
      # File 'lib/aws-sdk-medialive/types.rb', line 7032 class InputDeviceNetworkSettings < Struct.new( :dns_addresses, :gateway, :ip_address, :ip_scheme, :subnet_mask) SENSITIVE = [] include Aws::Structure end  | 
  
#subnet_mask ⇒ String
The subnet mask of the input device.
      7032 7033 7034 7035 7036 7037 7038 7039 7040  | 
    
      # File 'lib/aws-sdk-medialive/types.rb', line 7032 class InputDeviceNetworkSettings < Struct.new( :dns_addresses, :gateway, :ip_address, :ip_scheme, :subnet_mask) SENSITIVE = [] include Aws::Structure end  |