Class: Aws::EC2::Types::CreateLocalGatewayVirtualInterfaceRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#dry_runBoolean

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

Returns:

  • (Boolean)


10967
10968
10969
10970
10971
10972
10973
10974
10975
10976
10977
10978
10979
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 10967

class CreateLocalGatewayVirtualInterfaceRequest < Struct.new(
  :local_gateway_virtual_interface_group_id,
  :outpost_lag_id,
  :vlan,
  :local_address,
  :peer_address,
  :peer_bgp_asn,
  :tag_specifications,
  :dry_run,
  :peer_bgp_asn_extended)
  SENSITIVE = []
  include Aws::Structure
end

#local_addressString

The IP address assigned to the local gateway virtual interface on the Outpost side. Only IPv4 is supported.

Returns:

  • (String)


10967
10968
10969
10970
10971
10972
10973
10974
10975
10976
10977
10978
10979
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 10967

class CreateLocalGatewayVirtualInterfaceRequest < Struct.new(
  :local_gateway_virtual_interface_group_id,
  :outpost_lag_id,
  :vlan,
  :local_address,
  :peer_address,
  :peer_bgp_asn,
  :tag_specifications,
  :dry_run,
  :peer_bgp_asn_extended)
  SENSITIVE = []
  include Aws::Structure
end

#local_gateway_virtual_interface_group_idString

The ID of the local gateway virtual interface group.

Returns:

  • (String)


10967
10968
10969
10970
10971
10972
10973
10974
10975
10976
10977
10978
10979
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 10967

class CreateLocalGatewayVirtualInterfaceRequest < Struct.new(
  :local_gateway_virtual_interface_group_id,
  :outpost_lag_id,
  :vlan,
  :local_address,
  :peer_address,
  :peer_bgp_asn,
  :tag_specifications,
  :dry_run,
  :peer_bgp_asn_extended)
  SENSITIVE = []
  include Aws::Structure
end

#outpost_lag_idString

References the Link Aggregation Group (LAG) that connects the Outpost to on-premises network devices.

Returns:

  • (String)


10967
10968
10969
10970
10971
10972
10973
10974
10975
10976
10977
10978
10979
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 10967

class CreateLocalGatewayVirtualInterfaceRequest < Struct.new(
  :local_gateway_virtual_interface_group_id,
  :outpost_lag_id,
  :vlan,
  :local_address,
  :peer_address,
  :peer_bgp_asn,
  :tag_specifications,
  :dry_run,
  :peer_bgp_asn_extended)
  SENSITIVE = []
  include Aws::Structure
end

#peer_addressString

The peer IP address for the local gateway virtual interface. Only IPv4 is supported.

Returns:

  • (String)


10967
10968
10969
10970
10971
10972
10973
10974
10975
10976
10977
10978
10979
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 10967

class CreateLocalGatewayVirtualInterfaceRequest < Struct.new(
  :local_gateway_virtual_interface_group_id,
  :outpost_lag_id,
  :vlan,
  :local_address,
  :peer_address,
  :peer_bgp_asn,
  :tag_specifications,
  :dry_run,
  :peer_bgp_asn_extended)
  SENSITIVE = []
  include Aws::Structure
end

#peer_bgp_asnInteger

The Autonomous System Number (ASN) of the Border Gateway Protocol (BGP) peer.

Returns:

  • (Integer)


10967
10968
10969
10970
10971
10972
10973
10974
10975
10976
10977
10978
10979
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 10967

class CreateLocalGatewayVirtualInterfaceRequest < Struct.new(
  :local_gateway_virtual_interface_group_id,
  :outpost_lag_id,
  :vlan,
  :local_address,
  :peer_address,
  :peer_bgp_asn,
  :tag_specifications,
  :dry_run,
  :peer_bgp_asn_extended)
  SENSITIVE = []
  include Aws::Structure
end

#peer_bgp_asn_extendedInteger

The extended 32-bit ASN of the BGP peer for use with larger ASN values.

Returns:

  • (Integer)


10967
10968
10969
10970
10971
10972
10973
10974
10975
10976
10977
10978
10979
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 10967

class CreateLocalGatewayVirtualInterfaceRequest < Struct.new(
  :local_gateway_virtual_interface_group_id,
  :outpost_lag_id,
  :vlan,
  :local_address,
  :peer_address,
  :peer_bgp_asn,
  :tag_specifications,
  :dry_run,
  :peer_bgp_asn_extended)
  SENSITIVE = []
  include Aws::Structure
end

#tag_specificationsArray<Types::TagSpecification>

The tags to apply to a resource when the local gateway virtual interface is being created.

Returns:



10967
10968
10969
10970
10971
10972
10973
10974
10975
10976
10977
10978
10979
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 10967

class CreateLocalGatewayVirtualInterfaceRequest < Struct.new(
  :local_gateway_virtual_interface_group_id,
  :outpost_lag_id,
  :vlan,
  :local_address,
  :peer_address,
  :peer_bgp_asn,
  :tag_specifications,
  :dry_run,
  :peer_bgp_asn_extended)
  SENSITIVE = []
  include Aws::Structure
end

#vlanInteger

The virtual local area network (VLAN) used for the local gateway virtual interface.

Returns:

  • (Integer)


10967
10968
10969
10970
10971
10972
10973
10974
10975
10976
10977
10978
10979
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 10967

class CreateLocalGatewayVirtualInterfaceRequest < Struct.new(
  :local_gateway_virtual_interface_group_id,
  :outpost_lag_id,
  :vlan,
  :local_address,
  :peer_address,
  :peer_bgp_asn,
  :tag_specifications,
  :dry_run,
  :peer_bgp_asn_extended)
  SENSITIVE = []
  include Aws::Structure
end