Class: Aws::MediaConnect::Types::NdiDiscoveryServerConfig
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::MediaConnect::Types::NdiDiscoveryServerConfig
 
 
- Defined in:
 - gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb
 
Overview
Specifies the configuration settings for individual NDI discovery servers. A maximum of 3 servers is allowed.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #discovery_server_address  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The unique network address of the NDI discovery server.
 - 
  
    
      #discovery_server_port  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The port for the NDI discovery server.
 - 
  
    
      #vpc_interface_adapter  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The identifier for the Virtual Private Cloud (VPC) network interface used by the flow.
 
Instance Attribute Details
#discovery_server_address ⇒ String
The unique network address of the NDI discovery server.
      3410 3411 3412 3413 3414 3415 3416  | 
    
      # File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 3410 class NdiDiscoveryServerConfig < Struct.new( :discovery_server_address, :discovery_server_port, :vpc_interface_adapter) SENSITIVE = [] include Aws::Structure end  | 
  
#discovery_server_port ⇒ Integer
The port for the NDI discovery server. Defaults to 5959 if a custom port isn't specified.
      3410 3411 3412 3413 3414 3415 3416  | 
    
      # File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 3410 class NdiDiscoveryServerConfig < Struct.new( :discovery_server_address, :discovery_server_port, :vpc_interface_adapter) SENSITIVE = [] include Aws::Structure end  | 
  
#vpc_interface_adapter ⇒ String
The identifier for the Virtual Private Cloud (VPC) network interface used by the flow.
      3410 3411 3412 3413 3414 3415 3416  | 
    
      # File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 3410 class NdiDiscoveryServerConfig < Struct.new( :discovery_server_address, :discovery_server_port, :vpc_interface_adapter) SENSITIVE = [] include Aws::Structure end  |