Class: Aws::EC2::Types::ProvisionByoipCidrRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#cidrString

The public IPv4 or IPv6 address range, in CIDR notation. The most specific IPv4 prefix that you can specify is /24. The most specific IPv6 prefix you can specify is /56. The address range cannot overlap with another address range that you’ve brought to this or another Region.

Returns:

  • (String)


53372
53373
53374
53375
53376
53377
53378
53379
53380
53381
53382
# File 'lib/aws-sdk-ec2/types.rb', line 53372

class ProvisionByoipCidrRequest < Struct.new(
  :cidr,
  :cidr_authorization_context,
  :publicly_advertisable,
  :description,
  :dry_run,
  :pool_tag_specifications,
  :multi_region)
  SENSITIVE = []
  include Aws::Structure
end

#cidr_authorization_contextTypes::CidrAuthorizationContext

A signed document that proves that you are authorized to bring the specified IP address range to Amazon using BYOIP.



53372
53373
53374
53375
53376
53377
53378
53379
53380
53381
53382
# File 'lib/aws-sdk-ec2/types.rb', line 53372

class ProvisionByoipCidrRequest < Struct.new(
  :cidr,
  :cidr_authorization_context,
  :publicly_advertisable,
  :description,
  :dry_run,
  :pool_tag_specifications,
  :multi_region)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

A description for the address range and the address pool.

Returns:

  • (String)


53372
53373
53374
53375
53376
53377
53378
53379
53380
53381
53382
# File 'lib/aws-sdk-ec2/types.rb', line 53372

class ProvisionByoipCidrRequest < Struct.new(
  :cidr,
  :cidr_authorization_context,
  :publicly_advertisable,
  :description,
  :dry_run,
  :pool_tag_specifications,
  :multi_region)
  SENSITIVE = []
  include Aws::Structure
end

#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)


53372
53373
53374
53375
53376
53377
53378
53379
53380
53381
53382
# File 'lib/aws-sdk-ec2/types.rb', line 53372

class ProvisionByoipCidrRequest < Struct.new(
  :cidr,
  :cidr_authorization_context,
  :publicly_advertisable,
  :description,
  :dry_run,
  :pool_tag_specifications,
  :multi_region)
  SENSITIVE = []
  include Aws::Structure
end

#multi_regionBoolean

Reserved.

Returns:

  • (Boolean)


53372
53373
53374
53375
53376
53377
53378
53379
53380
53381
53382
# File 'lib/aws-sdk-ec2/types.rb', line 53372

class ProvisionByoipCidrRequest < Struct.new(
  :cidr,
  :cidr_authorization_context,
  :publicly_advertisable,
  :description,
  :dry_run,
  :pool_tag_specifications,
  :multi_region)
  SENSITIVE = []
  include Aws::Structure
end

#pool_tag_specificationsArray<Types::TagSpecification>

The tags to apply to the address pool.

Returns:



53372
53373
53374
53375
53376
53377
53378
53379
53380
53381
53382
# File 'lib/aws-sdk-ec2/types.rb', line 53372

class ProvisionByoipCidrRequest < Struct.new(
  :cidr,
  :cidr_authorization_context,
  :publicly_advertisable,
  :description,
  :dry_run,
  :pool_tag_specifications,
  :multi_region)
  SENSITIVE = []
  include Aws::Structure
end

#publicly_advertisableBoolean

(IPv6 only) Indicate whether the address range will be publicly advertised to the internet.

Default: true

Returns:

  • (Boolean)


53372
53373
53374
53375
53376
53377
53378
53379
53380
53381
53382
# File 'lib/aws-sdk-ec2/types.rb', line 53372

class ProvisionByoipCidrRequest < Struct.new(
  :cidr,
  :cidr_authorization_context,
  :publicly_advertisable,
  :description,
  :dry_run,
  :pool_tag_specifications,
  :multi_region)
  SENSITIVE = []
  include Aws::Structure
end