Class: Aws::MediaConnect::Types::Gateway

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#egress_cidr_blocksArray<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.

Returns:

  • (Array<String>)


2038
2039
2040
2041
2042
2043
2044
2045
2046
2047
# File 'lib/aws-sdk-mediaconnect/types.rb', line 2038

class Gateway < Struct.new(
  :egress_cidr_blocks,
  :gateway_arn,
  :gateway_messages,
  :gateway_state,
  :name,
  :networks)
  SENSITIVE = []
  include Aws::Structure
end

#gateway_arnString

The Amazon Resource Name (ARN) of the gateway.

Returns:

  • (String)


2038
2039
2040
2041
2042
2043
2044
2045
2046
2047
# File 'lib/aws-sdk-mediaconnect/types.rb', line 2038

class Gateway < Struct.new(
  :egress_cidr_blocks,
  :gateway_arn,
  :gateway_messages,
  :gateway_state,
  :name,
  :networks)
  SENSITIVE = []
  include Aws::Structure
end

#gateway_messagesArray<Types::MessageDetail>

Returns:



2038
2039
2040
2041
2042
2043
2044
2045
2046
2047
# File 'lib/aws-sdk-mediaconnect/types.rb', line 2038

class Gateway < Struct.new(
  :egress_cidr_blocks,
  :gateway_arn,
  :gateway_messages,
  :gateway_state,
  :name,
  :networks)
  SENSITIVE = []
  include Aws::Structure
end

#gateway_stateString

The current status of the gateway.

Returns:

  • (String)


2038
2039
2040
2041
2042
2043
2044
2045
2046
2047
# File 'lib/aws-sdk-mediaconnect/types.rb', line 2038

class Gateway < Struct.new(
  :egress_cidr_blocks,
  :gateway_arn,
  :gateway_messages,
  :gateway_state,
  :name,
  :networks)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the gateway. This name can not be modified after the gateway is created.

Returns:

  • (String)


2038
2039
2040
2041
2042
2043
2044
2045
2046
2047
# File 'lib/aws-sdk-mediaconnect/types.rb', line 2038

class Gateway < Struct.new(
  :egress_cidr_blocks,
  :gateway_arn,
  :gateway_messages,
  :gateway_state,
  :name,
  :networks)
  SENSITIVE = []
  include Aws::Structure
end

#networksArray<Types::GatewayNetwork>

The list of networks in the gateway.

Returns:



2038
2039
2040
2041
2042
2043
2044
2045
2046
2047
# File 'lib/aws-sdk-mediaconnect/types.rb', line 2038

class Gateway < Struct.new(
  :egress_cidr_blocks,
  :gateway_arn,
  :gateway_messages,
  :gateway_state,
  :name,
  :networks)
  SENSITIVE = []
  include Aws::Structure
end