Class: Aws::EC2::Types::CreateVerifiedAccessEndpointLoadBalancerOptions

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb

Overview

Describes the load balancer options when creating an Amazon Web Services Verified Access endpoint using the load-balancer type.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#load_balancer_arn ⇒ String

The ARN of the load balancer.

Returns:

  • (String)


17378
17379
17380
17381
17382
17383
17384
17385
17386
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 17378

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

#port ⇒ Integer

The IP port number.

Returns:

  • (Integer)


17378
17379
17380
17381
17382
17383
17384
17385
17386
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 17378

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

#port_ranges ⇒ Array<Types::CreateVerifiedAccessEndpointPortRange>

The port ranges.



17378
17379
17380
17381
17382
17383
17384
17385
17386
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 17378

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

#protocol ⇒ String

The IP protocol.

Returns:

  • (String)


17378
17379
17380
17381
17382
17383
17384
17385
17386
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 17378

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

#subnet_ids ⇒ Array<String>

The IDs of the subnets. You can specify only one subnet per Availability Zone.

Returns:

  • (Array<String>)


17378
17379
17380
17381
17382
17383
17384
17385
17386
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 17378

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