Class: Aws::Mgn::Types::CidrMapping
- Inherits:
-
Struct
- Object
- Struct
- Aws::Mgn::Types::CidrMapping
- Defined in:
- gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb
Overview
Maps a source CIDR range to the corresponding target CIDR range to use in the target network.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#original_cidr ⇒ String
The original CIDR range in the source network.
-
#updated_cidr ⇒ String
The updated CIDR range to use in the target network.
Instance Attribute Details
#original_cidr ⇒ String
The original CIDR range in the source network.
290 291 292 293 294 295 |
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 290 class CidrMapping < Struct.new( :original_cidr, :updated_cidr) SENSITIVE = [] include Aws::Structure end |
#updated_cidr ⇒ String
The updated CIDR range to use in the target network.
290 291 292 293 294 295 |
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 290 class CidrMapping < Struct.new( :original_cidr, :updated_cidr) SENSITIVE = [] include Aws::Structure end |