Class: Aws::Types::CreateIpamPoolRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateIpamPoolRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#address_family ⇒ "ipv4", "ipv6"
Returns the value of attribute address_family.
-
#allocation_default_netmask_length ⇒ ::Integer
Returns the value of attribute allocation_default_netmask_length.
-
#allocation_max_netmask_length ⇒ ::Integer
Returns the value of attribute allocation_max_netmask_length.
-
#allocation_min_netmask_length ⇒ ::Integer
Returns the value of attribute allocation_min_netmask_length.
-
#allocation_resource_tags ⇒ ::Array[Types::RequestIpamResourceTag]
Returns the value of attribute allocation_resource_tags.
-
#auto_import ⇒ Boolean
Returns the value of attribute auto_import.
-
#aws_service ⇒ "ec2", "global-services"
Returns the value of attribute aws_service.
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#ipam_scope_id ⇒ ::String
Returns the value of attribute ipam_scope_id.
-
#locale ⇒ ::String
Returns the value of attribute locale.
-
#public_ip_source ⇒ "amazon", "byoip"
Returns the value of attribute public_ip_source.
-
#publicly_advertisable ⇒ Boolean
Returns the value of attribute publicly_advertisable.
-
#source_ipam_pool_id ⇒ ::String
Returns the value of attribute source_ipam_pool_id.
-
#source_resource ⇒ Types::IpamPoolSourceResourceRequest
Returns the value of attribute source_resource.
-
#tag_specifications ⇒ ::Array[Types::TagSpecification]
Returns the value of attribute tag_specifications.
Instance Attribute Details
#address_family ⇒ "ipv4", "ipv6"
Returns the value of attribute address_family.
2537 2538 2539 |
# File 'sig/types.rbs', line 2537 def address_family @address_family end |
#allocation_default_netmask_length ⇒ ::Integer
Returns the value of attribute allocation_default_netmask_length.
2542 2543 2544 |
# File 'sig/types.rbs', line 2542 def allocation_default_netmask_length @allocation_default_netmask_length end |
#allocation_max_netmask_length ⇒ ::Integer
Returns the value of attribute allocation_max_netmask_length.
2541 2542 2543 |
# File 'sig/types.rbs', line 2541 def allocation_max_netmask_length @allocation_max_netmask_length end |
#allocation_min_netmask_length ⇒ ::Integer
Returns the value of attribute allocation_min_netmask_length.
2540 2541 2542 |
# File 'sig/types.rbs', line 2540 def allocation_min_netmask_length @allocation_min_netmask_length end |
#allocation_resource_tags ⇒ ::Array[Types::RequestIpamResourceTag]
Returns the value of attribute allocation_resource_tags.
2543 2544 2545 |
# File 'sig/types.rbs', line 2543 def @allocation_resource_tags end |
#auto_import ⇒ Boolean
Returns the value of attribute auto_import.
2538 2539 2540 |
# File 'sig/types.rbs', line 2538 def auto_import @auto_import end |
#aws_service ⇒ "ec2", "global-services"
Returns the value of attribute aws_service.
2546 2547 2548 |
# File 'sig/types.rbs', line 2546 def aws_service @aws_service end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
2545 2546 2547 |
# File 'sig/types.rbs', line 2545 def client_token @client_token end |
#description ⇒ ::String
Returns the value of attribute description.
2536 2537 2538 |
# File 'sig/types.rbs', line 2536 def description @description end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
2532 2533 2534 |
# File 'sig/types.rbs', line 2532 def dry_run @dry_run end |
#ipam_scope_id ⇒ ::String
Returns the value of attribute ipam_scope_id.
2533 2534 2535 |
# File 'sig/types.rbs', line 2533 def ipam_scope_id @ipam_scope_id end |
#locale ⇒ ::String
Returns the value of attribute locale.
2534 2535 2536 |
# File 'sig/types.rbs', line 2534 def locale @locale end |
#public_ip_source ⇒ "amazon", "byoip"
Returns the value of attribute public_ip_source.
2547 2548 2549 |
# File 'sig/types.rbs', line 2547 def public_ip_source @public_ip_source end |
#publicly_advertisable ⇒ Boolean
Returns the value of attribute publicly_advertisable.
2539 2540 2541 |
# File 'sig/types.rbs', line 2539 def publicly_advertisable @publicly_advertisable end |
#source_ipam_pool_id ⇒ ::String
Returns the value of attribute source_ipam_pool_id.
2535 2536 2537 |
# File 'sig/types.rbs', line 2535 def source_ipam_pool_id @source_ipam_pool_id end |
#source_resource ⇒ Types::IpamPoolSourceResourceRequest
Returns the value of attribute source_resource.
2548 2549 2550 |
# File 'sig/types.rbs', line 2548 def source_resource @source_resource end |
#tag_specifications ⇒ ::Array[Types::TagSpecification]
Returns the value of attribute tag_specifications.
2544 2545 2546 |
# File 'sig/types.rbs', line 2544 def tag_specifications @tag_specifications end |