Class: Aws::EC2::Types::CreateVerifiedAccessEndpointCidrOptions
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::CreateVerifiedAccessEndpointCidrOptions
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ec2/types.rb
Overview
Describes the CIDR options for a Verified Access endpoint.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#cidr ⇒ String
The CIDR.
-
#port_ranges ⇒ Array<Types::CreateVerifiedAccessEndpointPortRange>
The port ranges.
-
#protocol ⇒ String
The protocol.
-
#subnet_ids ⇒ Array<String>
The IDs of the subnets.
Instance Attribute Details
#cidr ⇒ String
The CIDR.
12936 12937 12938 12939 12940 12941 12942 12943 |
# File 'lib/aws-sdk-ec2/types.rb', line 12936 class CreateVerifiedAccessEndpointCidrOptions < Struct.new( :protocol, :subnet_ids, :cidr, :port_ranges) SENSITIVE = [] include Aws::Structure end |
#port_ranges ⇒ Array<Types::CreateVerifiedAccessEndpointPortRange>
The port ranges.
12936 12937 12938 12939 12940 12941 12942 12943 |
# File 'lib/aws-sdk-ec2/types.rb', line 12936 class CreateVerifiedAccessEndpointCidrOptions < Struct.new( :protocol, :subnet_ids, :cidr, :port_ranges) SENSITIVE = [] include Aws::Structure end |
#protocol ⇒ String
The protocol.
12936 12937 12938 12939 12940 12941 12942 12943 |
# File 'lib/aws-sdk-ec2/types.rb', line 12936 class CreateVerifiedAccessEndpointCidrOptions < Struct.new( :protocol, :subnet_ids, :cidr, :port_ranges) SENSITIVE = [] include Aws::Structure end |
#subnet_ids ⇒ Array<String>
The IDs of the subnets.
12936 12937 12938 12939 12940 12941 12942 12943 |
# File 'lib/aws-sdk-ec2/types.rb', line 12936 class CreateVerifiedAccessEndpointCidrOptions < Struct.new( :protocol, :subnet_ids, :cidr, :port_ranges) SENSITIVE = [] include Aws::Structure end |