Class: Aws::EC2::Types::VerifiedAccessEndpointLoadBalancerOptions

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

Overview

Describes a load balancer 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)


89948
89949
89950
89951
89952
89953
89954
89955
89956
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 89948

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

#port ⇒ Integer

The IP port number.

Returns:

  • (Integer)


89948
89949
89950
89951
89952
89953
89954
89955
89956
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 89948

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

#port_ranges ⇒ Array<Types::VerifiedAccessEndpointPortRange>

The port ranges.



89948
89949
89950
89951
89952
89953
89954
89955
89956
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 89948

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

#protocol ⇒ String

The IP protocol.

Returns:

  • (String)


89948
89949
89950
89951
89952
89953
89954
89955
89956
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 89948

class VerifiedAccessEndpointLoadBalancerOptions < 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.

Returns:

  • (Array<String>)


89948
89949
89950
89951
89952
89953
89954
89955
89956
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 89948

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