Class: Aws::MediaLive::Types::UpdateNetworkRequest

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

Overview

Used in the UpdateNetwork operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#ip_poolsArray<Types::IpPoolUpdateRequest>

Include this parameter only if you want to change the pool of IP addresses in the network. An array of IpPoolCreateRequests that identify a collection of IP addresses in this network that you want to reserve 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 IpPoolUpdateRequest specifies one CIDR block.

Returns:



20360
20361
20362
20363
20364
20365
20366
20367
# File 'lib/aws-sdk-medialive/types.rb', line 20360

class UpdateNetworkRequest < Struct.new(
  :ip_pools,
  :name,
  :network_id,
  :routes)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

Include this parameter only if you want to change the name of the Network. Specify a name that is unique in the AWS account. Names are case-sensitive.

Returns:

  • (String)


20360
20361
20362
20363
20364
20365
20366
20367
# File 'lib/aws-sdk-medialive/types.rb', line 20360

class UpdateNetworkRequest < Struct.new(
  :ip_pools,
  :name,
  :network_id,
  :routes)
  SENSITIVE = []
  include Aws::Structure
end

#network_idString

Returns:

  • (String)


20360
20361
20362
20363
20364
20365
20366
20367
# File 'lib/aws-sdk-medialive/types.rb', line 20360

class UpdateNetworkRequest < Struct.new(
  :ip_pools,
  :name,
  :network_id,
  :routes)
  SENSITIVE = []
  include Aws::Structure
end

#routesArray<Types::RouteUpdateRequest>

Include this parameter only if you want to change or add routes in the Network. An array of Routes that MediaLive Anywhere needs to know about in order to route encoding traffic.

Returns:



20360
20361
20362
20363
20364
20365
20366
20367
# File 'lib/aws-sdk-medialive/types.rb', line 20360

class UpdateNetworkRequest < Struct.new(
  :ip_pools,
  :name,
  :network_id,
  :routes)
  SENSITIVE = []
  include Aws::Structure
end