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.
2681 2682 2683 |
# File 'sig/types.rbs', line 2681 def address_family @address_family end |
#allocation_default_netmask_length ⇒ ::Integer
Returns the value of attribute allocation_default_netmask_length.
2686 2687 2688 |
# File 'sig/types.rbs', line 2686 def allocation_default_netmask_length @allocation_default_netmask_length end |
#allocation_max_netmask_length ⇒ ::Integer
Returns the value of attribute allocation_max_netmask_length.
2685 2686 2687 |
# File 'sig/types.rbs', line 2685 def allocation_max_netmask_length @allocation_max_netmask_length end |
#allocation_min_netmask_length ⇒ ::Integer
Returns the value of attribute allocation_min_netmask_length.
2684 2685 2686 |
# File 'sig/types.rbs', line 2684 def allocation_min_netmask_length @allocation_min_netmask_length end |
#allocation_resource_tags ⇒ ::Array[Types::RequestIpamResourceTag]
Returns the value of attribute allocation_resource_tags.
2687 2688 2689 |
# File 'sig/types.rbs', line 2687 def @allocation_resource_tags end |
#auto_import ⇒ Boolean
Returns the value of attribute auto_import.
2682 2683 2684 |
# File 'sig/types.rbs', line 2682 def auto_import @auto_import end |
#aws_service ⇒ "ec2", "global-services"
Returns the value of attribute aws_service.
2690 2691 2692 |
# File 'sig/types.rbs', line 2690 def aws_service @aws_service end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
2689 2690 2691 |
# File 'sig/types.rbs', line 2689 def client_token @client_token end |
#description ⇒ ::String
Returns the value of attribute description.
2680 2681 2682 |
# File 'sig/types.rbs', line 2680 def description @description end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
2676 2677 2678 |
# File 'sig/types.rbs', line 2676 def dry_run @dry_run end |
#ipam_scope_id ⇒ ::String
Returns the value of attribute ipam_scope_id.
2677 2678 2679 |
# File 'sig/types.rbs', line 2677 def ipam_scope_id @ipam_scope_id end |
#locale ⇒ ::String
Returns the value of attribute locale.
2678 2679 2680 |
# File 'sig/types.rbs', line 2678 def locale @locale end |
#public_ip_source ⇒ "amazon", "byoip"
Returns the value of attribute public_ip_source.
2691 2692 2693 |
# File 'sig/types.rbs', line 2691 def public_ip_source @public_ip_source end |
#publicly_advertisable ⇒ Boolean
Returns the value of attribute publicly_advertisable.
2683 2684 2685 |
# File 'sig/types.rbs', line 2683 def publicly_advertisable @publicly_advertisable end |
#source_ipam_pool_id ⇒ ::String
Returns the value of attribute source_ipam_pool_id.
2679 2680 2681 |
# File 'sig/types.rbs', line 2679 def source_ipam_pool_id @source_ipam_pool_id end |
#source_resource ⇒ Types::IpamPoolSourceResourceRequest
Returns the value of attribute source_resource.
2692 2693 2694 |
# File 'sig/types.rbs', line 2692 def source_resource @source_resource end |
#tag_specifications ⇒ ::Array[Types::TagSpecification]
Returns the value of attribute tag_specifications.
2688 2689 2690 |
# File 'sig/types.rbs', line 2688 def tag_specifications @tag_specifications end |