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>)


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_arnString

The Amazon Resource Name (ARN) of the gateway.

Returns:

  • (String)


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_messagesArray<Types::MessageDetail>

Returns:



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_stateString

The current status of the gateway.

Returns:

  • (String)


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

#nameString

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

Returns:

  • (String)


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

#networksArray<Types::GatewayNetwork>

The list of networks in the gateway.

Returns:



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