Class: Aws::EC2::Types::CreateCustomerGatewayRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::CreateCustomerGatewayRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ec2/types.rb
Overview
Contains the parameters for CreateCustomerGateway.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#bgp_asn ⇒ Integer
For devices that support BGP, the customer gateway’s BGP ASN.
-
#certificate_arn ⇒ String
The Amazon Resource Name (ARN) for the customer gateway certificate.
-
#device_name ⇒ String
A name for the customer gateway device.
-
#dry_run ⇒ Boolean
Checks whether you have the required permissions for the action, without actually making the request, and provides an error response.
-
#ip_address ⇒ String
IPv4 address for the customer gateway device’s outside interface.
-
#public_ip ⇒ String
*This member has been deprecated.* The Internet-routable IP address for the customer gateway’s outside interface.
-
#tag_specifications ⇒ Array<Types::TagSpecification>
The tags to apply to the customer gateway.
-
#type ⇒ String
The type of VPN connection that this customer gateway supports (‘ipsec.1`).
Instance Attribute Details
#bgp_asn ⇒ Integer
For devices that support BGP, the customer gateway’s BGP ASN.
Default: 65000
7479 7480 7481 7482 7483 7484 7485 7486 7487 7488 7489 7490 |
# File 'lib/aws-sdk-ec2/types.rb', line 7479 class CreateCustomerGatewayRequest < Struct.new( :bgp_asn, :public_ip, :certificate_arn, :type, :tag_specifications, :device_name, :ip_address, :dry_run) SENSITIVE = [] include Aws::Structure end |
#certificate_arn ⇒ String
The Amazon Resource Name (ARN) for the customer gateway certificate.
7479 7480 7481 7482 7483 7484 7485 7486 7487 7488 7489 7490 |
# File 'lib/aws-sdk-ec2/types.rb', line 7479 class CreateCustomerGatewayRequest < Struct.new( :bgp_asn, :public_ip, :certificate_arn, :type, :tag_specifications, :device_name, :ip_address, :dry_run) SENSITIVE = [] include Aws::Structure end |
#device_name ⇒ String
A name for the customer gateway device.
Length Constraints: Up to 255 characters.
7479 7480 7481 7482 7483 7484 7485 7486 7487 7488 7489 7490 |
# File 'lib/aws-sdk-ec2/types.rb', line 7479 class CreateCustomerGatewayRequest < Struct.new( :bgp_asn, :public_ip, :certificate_arn, :type, :tag_specifications, :device_name, :ip_address, :dry_run) SENSITIVE = [] include Aws::Structure end |
#dry_run ⇒ Boolean
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`.
7479 7480 7481 7482 7483 7484 7485 7486 7487 7488 7489 7490 |
# File 'lib/aws-sdk-ec2/types.rb', line 7479 class CreateCustomerGatewayRequest < Struct.new( :bgp_asn, :public_ip, :certificate_arn, :type, :tag_specifications, :device_name, :ip_address, :dry_run) SENSITIVE = [] include Aws::Structure end |
#ip_address ⇒ String
IPv4 address for the customer gateway device’s outside interface. The address must be static.
7479 7480 7481 7482 7483 7484 7485 7486 7487 7488 7489 7490 |
# File 'lib/aws-sdk-ec2/types.rb', line 7479 class CreateCustomerGatewayRequest < Struct.new( :bgp_asn, :public_ip, :certificate_arn, :type, :tag_specifications, :device_name, :ip_address, :dry_run) SENSITIVE = [] include Aws::Structure end |
#public_ip ⇒ String
*This member has been deprecated.* The Internet-routable IP address for the customer gateway’s outside interface. The address must be static.
7479 7480 7481 7482 7483 7484 7485 7486 7487 7488 7489 7490 |
# File 'lib/aws-sdk-ec2/types.rb', line 7479 class CreateCustomerGatewayRequest < Struct.new( :bgp_asn, :public_ip, :certificate_arn, :type, :tag_specifications, :device_name, :ip_address, :dry_run) SENSITIVE = [] include Aws::Structure end |
#tag_specifications ⇒ Array<Types::TagSpecification>
The tags to apply to the customer gateway.
7479 7480 7481 7482 7483 7484 7485 7486 7487 7488 7489 7490 |
# File 'lib/aws-sdk-ec2/types.rb', line 7479 class CreateCustomerGatewayRequest < Struct.new( :bgp_asn, :public_ip, :certificate_arn, :type, :tag_specifications, :device_name, :ip_address, :dry_run) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The type of VPN connection that this customer gateway supports (‘ipsec.1`).
7479 7480 7481 7482 7483 7484 7485 7486 7487 7488 7489 7490 |
# File 'lib/aws-sdk-ec2/types.rb', line 7479 class CreateCustomerGatewayRequest < Struct.new( :bgp_asn, :public_ip, :certificate_arn, :type, :tag_specifications, :device_name, :ip_address, :dry_run) SENSITIVE = [] include Aws::Structure end |