Class: Aws::MediaConnect::Types::Gateway
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaConnect::Types::Gateway
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mediaconnect/types.rb
Overview
The settings for a gateway, including its networks.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#egress_cidr_blocks ⇒ Array<String>
The range of IP addresses that contribute content or initiate output requests for flows communicating with this gateway.
-
#gateway_arn ⇒ String
The Amazon Resource Name (ARN) of the gateway.
- #gateway_messages ⇒ Array<Types::MessageDetail>
-
#gateway_state ⇒ String
The current status of the gateway.
-
#name ⇒ String
The name of the gateway.
-
#networks ⇒ Array<Types::GatewayNetwork>
The list of networks in the gateway.
Instance Attribute Details
#egress_cidr_blocks ⇒ Array<String>
The range of IP addresses that contribute content or initiate output requests for flows communicating with this gateway. These IP addresses should be in the form of a Classless Inter-Domain Routing (CIDR) block; for example, 10.0.0.0/16.
1974 1975 1976 1977 1978 1979 1980 1981 1982 1983 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 1974 class Gateway < Struct.new( :egress_cidr_blocks, :gateway_arn, :gateway_messages, :gateway_state, :name, :networks) SENSITIVE = [] include Aws::Structure end |
#gateway_arn ⇒ String
The Amazon Resource Name (ARN) of the gateway.
1974 1975 1976 1977 1978 1979 1980 1981 1982 1983 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 1974 class Gateway < Struct.new( :egress_cidr_blocks, :gateway_arn, :gateway_messages, :gateway_state, :name, :networks) SENSITIVE = [] include Aws::Structure end |
#gateway_messages ⇒ Array<Types::MessageDetail>
1974 1975 1976 1977 1978 1979 1980 1981 1982 1983 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 1974 class Gateway < Struct.new( :egress_cidr_blocks, :gateway_arn, :gateway_messages, :gateway_state, :name, :networks) SENSITIVE = [] include Aws::Structure end |
#gateway_state ⇒ String
The current status of the gateway.
1974 1975 1976 1977 1978 1979 1980 1981 1982 1983 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 1974 class Gateway < Struct.new( :egress_cidr_blocks, :gateway_arn, :gateway_messages, :gateway_state, :name, :networks) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the gateway. This name can not be modified after the gateway is created.
1974 1975 1976 1977 1978 1979 1980 1981 1982 1983 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 1974 class Gateway < Struct.new( :egress_cidr_blocks, :gateway_arn, :gateway_messages, :gateway_state, :name, :networks) SENSITIVE = [] include Aws::Structure end |
#networks ⇒ Array<Types::GatewayNetwork>
The list of networks in the gateway.
1974 1975 1976 1977 1978 1979 1980 1981 1982 1983 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 1974 class Gateway < Struct.new( :egress_cidr_blocks, :gateway_arn, :gateway_messages, :gateway_state, :name, :networks) SENSITIVE = [] include Aws::Structure end |