Class: Aws::EC2::Types::VerifiedAccessEndpointCidrOptions

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ec2/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)


71647
71648
71649
71650
71651
71652
71653
71654
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 71647

class VerifiedAccessEndpointCidrOptions < Struct.new(
  :cidr,
  :port_ranges,
  :protocol,
  :subnet_ids)
  SENSITIVE = []
  include Aws::Structure
end

#port_rangesArray<Types::VerifiedAccessEndpointPortRange>

The port ranges.



71647
71648
71649
71650
71651
71652
71653
71654
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 71647

class VerifiedAccessEndpointCidrOptions < Struct.new(
  :cidr,
  :port_ranges,
  :protocol,
  :subnet_ids)
  SENSITIVE = []
  include Aws::Structure
end

#protocolString

The protocol.

Returns:

  • (String)


71647
71648
71649
71650
71651
71652
71653
71654
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 71647

class VerifiedAccessEndpointCidrOptions < Struct.new(
  :cidr,
  :port_ranges,
  :protocol,
  :subnet_ids)
  SENSITIVE = []
  include Aws::Structure
end

#subnet_idsArray<String>

The IDs of the subnets.

Returns:

  • (Array<String>)


71647
71648
71649
71650
71651
71652
71653
71654
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 71647

class VerifiedAccessEndpointCidrOptions < Struct.new(
  :cidr,
  :port_ranges,
  :protocol,
  :subnet_ids)
  SENSITIVE = []
  include Aws::Structure
end