Class: Aws::EC2::Types::CreateVerifiedAccessEndpointCidrOptions

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#cidrString

The CIDR.

Returns:

  • (String)


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_rangesArray<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

#protocolString

The protocol.

Returns:

  • (String)


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_idsArray<String>

The IDs of the subnets.

Returns:

  • (Array<String>)


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