Class: Aws::Mgn::Types::TargetNetworkUpdate
- Inherits:
-
Struct
- Object
- Struct
- Aws::Mgn::Types::TargetNetworkUpdate
- 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
-
#inbound_cidr ⇒ String
The updated CIDR block for inbound traffic.
-
#inspection_cidr ⇒ String
The updated CIDR block for inspection traffic.
-
#outbound_cidr ⇒ String
The updated CIDR block for outbound traffic.
-
#topology ⇒ String
The updated network topology type.
Instance Attribute Details
#inbound_cidr ⇒ String
The updated CIDR block for inbound traffic.
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_cidr ⇒ String
The updated CIDR block for inspection traffic.
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_cidr ⇒ String
The updated CIDR block for outbound traffic.
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 |
#topology ⇒ String
The updated network topology type.
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 |