Class: Aws::Mgn::Types::TargetNetworkUpdate

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

Overview

Updated configuration for the target network topology and addressing.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#inbound_cidrString

The updated CIDR block for inbound traffic.

Returns:

  • (String)


6371
6372
6373
6374
6375
6376
6377
6378
# File 'lib/aws-sdk-mgn/types.rb', line 6371

class TargetNetworkUpdate < Struct.new(
  :topology,
  :inbound_cidr,
  :outbound_cidr,
  :inspection_cidr)
  SENSITIVE = []
  include Aws::Structure
end

#inspection_cidrString

The updated CIDR block for inspection traffic.

Returns:

  • (String)


6371
6372
6373
6374
6375
6376
6377
6378
# File 'lib/aws-sdk-mgn/types.rb', line 6371

class TargetNetworkUpdate < Struct.new(
  :topology,
  :inbound_cidr,
  :outbound_cidr,
  :inspection_cidr)
  SENSITIVE = []
  include Aws::Structure
end

#outbound_cidrString

The updated CIDR block for outbound traffic.

Returns:

  • (String)


6371
6372
6373
6374
6375
6376
6377
6378
# File 'lib/aws-sdk-mgn/types.rb', line 6371

class TargetNetworkUpdate < Struct.new(
  :topology,
  :inbound_cidr,
  :outbound_cidr,
  :inspection_cidr)
  SENSITIVE = []
  include Aws::Structure
end

#topologyString

The updated network topology type.

Returns:

  • (String)


6371
6372
6373
6374
6375
6376
6377
6378
# File 'lib/aws-sdk-mgn/types.rb', line 6371

class TargetNetworkUpdate < Struct.new(
  :topology,
  :inbound_cidr,
  :outbound_cidr,
  :inspection_cidr)
  SENSITIVE = []
  include Aws::Structure
end