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.
2649 2650 2651 |
# File 'sig/types.rbs', line 2649 def address_family @address_family end |
#allocation_default_netmask_length ⇒ ::Integer
Returns the value of attribute allocation_default_netmask_length.
2654 2655 2656 |
# File 'sig/types.rbs', line 2654 def allocation_default_netmask_length @allocation_default_netmask_length end |
#allocation_max_netmask_length ⇒ ::Integer
Returns the value of attribute allocation_max_netmask_length.
2653 2654 2655 |
# File 'sig/types.rbs', line 2653 def allocation_max_netmask_length @allocation_max_netmask_length end |
#allocation_min_netmask_length ⇒ ::Integer
Returns the value of attribute allocation_min_netmask_length.
2652 2653 2654 |
# File 'sig/types.rbs', line 2652 def allocation_min_netmask_length @allocation_min_netmask_length end |
#allocation_resource_tags ⇒ ::Array[Types::RequestIpamResourceTag]
Returns the value of attribute allocation_resource_tags.
2655 2656 2657 |
# File 'sig/types.rbs', line 2655 def @allocation_resource_tags end |
#auto_import ⇒ Boolean
Returns the value of attribute auto_import.
2650 2651 2652 |
# File 'sig/types.rbs', line 2650 def auto_import @auto_import end |
#aws_service ⇒ "ec2", "global-services"
Returns the value of attribute aws_service.
2658 2659 2660 |
# File 'sig/types.rbs', line 2658 def aws_service @aws_service end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
2657 2658 2659 |
# File 'sig/types.rbs', line 2657 def client_token @client_token end |
#description ⇒ ::String
Returns the value of attribute description.
2648 2649 2650 |
# File 'sig/types.rbs', line 2648 def description @description end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
2644 2645 2646 |
# File 'sig/types.rbs', line 2644 def dry_run @dry_run end |
#ipam_scope_id ⇒ ::String
Returns the value of attribute ipam_scope_id.
2645 2646 2647 |
# File 'sig/types.rbs', line 2645 def ipam_scope_id @ipam_scope_id end |
#locale ⇒ ::String
Returns the value of attribute locale.
2646 2647 2648 |
# File 'sig/types.rbs', line 2646 def locale @locale end |
#public_ip_source ⇒ "amazon", "byoip"
Returns the value of attribute public_ip_source.
2659 2660 2661 |
# File 'sig/types.rbs', line 2659 def public_ip_source @public_ip_source end |
#publicly_advertisable ⇒ Boolean
Returns the value of attribute publicly_advertisable.
2651 2652 2653 |
# File 'sig/types.rbs', line 2651 def publicly_advertisable @publicly_advertisable end |
#source_ipam_pool_id ⇒ ::String
Returns the value of attribute source_ipam_pool_id.
2647 2648 2649 |
# File 'sig/types.rbs', line 2647 def source_ipam_pool_id @source_ipam_pool_id end |
#source_resource ⇒ Types::IpamPoolSourceResourceRequest
Returns the value of attribute source_resource.
2660 2661 2662 |
# File 'sig/types.rbs', line 2660 def source_resource @source_resource end |
#tag_specifications ⇒ ::Array[Types::TagSpecification]
Returns the value of attribute tag_specifications.
2656 2657 2658 |
# File 'sig/types.rbs', line 2656 def tag_specifications @tag_specifications end |