Class: Aws::MediaLive::Types::DescribeNetworkSummary

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb

Overview

Used in ListNetworksResult.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The ARN of this Network. It is automatically assigned when the Network is created.

Returns:

  • (String)


19945
19946
19947
19948
19949
19950
19951
19952
19953
19954
19955
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 19945

class DescribeNetworkSummary < Struct.new(
  :arn,
  :associated_cluster_ids,
  :id,
  :ip_pools,
  :name,
  :routes,
  :state)
  SENSITIVE = []
  include Aws::Structure
end

#associated_cluster_idsArray<String>

Returns:

  • (Array<String>)


19945
19946
19947
19948
19949
19950
19951
19952
19953
19954
19955
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 19945

class DescribeNetworkSummary < Struct.new(
  :arn,
  :associated_cluster_ids,
  :id,
  :ip_pools,
  :name,
  :routes,
  :state)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The ID of the Network. Unique in the AWS account. The ID is the resource-id portion of the ARN.

Returns:

  • (String)


19945
19946
19947
19948
19949
19950
19951
19952
19953
19954
19955
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 19945

class DescribeNetworkSummary < Struct.new(
  :arn,
  :associated_cluster_ids,
  :id,
  :ip_pools,
  :name,
  :routes,
  :state)
  SENSITIVE = []
  include Aws::Structure
end

#ip_poolsArray<Types::IpPool>

An array of IpPools in your organization's network that identify a collection of IP addresses in your organization's network that are reserved for use in MediaLive Anywhere. MediaLive Anywhere uses these IP addresses for Push inputs (in both Bridge and NAT networks) and for output destinations (only in Bridge networks). Each IpPool specifies one CIDR block.

Returns:



19945
19946
19947
19948
19949
19950
19951
19952
19953
19954
19955
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 19945

class DescribeNetworkSummary < Struct.new(
  :arn,
  :associated_cluster_ids,
  :id,
  :ip_pools,
  :name,
  :routes,
  :state)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name that you specified for this Network.

Returns:

  • (String)


19945
19946
19947
19948
19949
19950
19951
19952
19953
19954
19955
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 19945

class DescribeNetworkSummary < Struct.new(
  :arn,
  :associated_cluster_ids,
  :id,
  :ip_pools,
  :name,
  :routes,
  :state)
  SENSITIVE = []
  include Aws::Structure
end

#routesArray<Types::Route>

An array of routes that MediaLive Anywhere needs to know about in order to route encoding traffic.

Returns:



19945
19946
19947
19948
19949
19950
19951
19952
19953
19954
19955
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 19945

class DescribeNetworkSummary < Struct.new(
  :arn,
  :associated_cluster_ids,
  :id,
  :ip_pools,
  :name,
  :routes,
  :state)
  SENSITIVE = []
  include Aws::Structure
end

#stateString

The current state of the Network. Only MediaLive Anywhere can change the state.

Returns:

  • (String)


19945
19946
19947
19948
19949
19950
19951
19952
19953
19954
19955
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 19945

class DescribeNetworkSummary < Struct.new(
  :arn,
  :associated_cluster_ids,
  :id,
  :ip_pools,
  :name,
  :routes,
  :state)
  SENSITIVE = []
  include Aws::Structure
end