Class: Aws::Types::IpamPool
- Inherits:
-
Object
- Object
- Aws::Types::IpamPool
- 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::IpamResourceTag]
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.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#ipam_arn ⇒ ::String
Returns the value of attribute ipam_arn.
-
#ipam_pool_arn ⇒ ::String
Returns the value of attribute ipam_pool_arn.
-
#ipam_pool_id ⇒ ::String
Returns the value of attribute ipam_pool_id.
-
#ipam_region ⇒ ::String
Returns the value of attribute ipam_region.
-
#ipam_scope_arn ⇒ ::String
Returns the value of attribute ipam_scope_arn.
-
#ipam_scope_type ⇒ "public", "private"
Returns the value of attribute ipam_scope_type.
-
#locale ⇒ ::String
Returns the value of attribute locale.
-
#owner_id ⇒ ::String
Returns the value of attribute owner_id.
-
#pool_depth ⇒ ::Integer
Returns the value of attribute pool_depth.
-
#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::IpamPoolSourceResource
Returns the value of attribute source_resource.
-
#state ⇒ "create-in-progress", ...
Returns the value of attribute state.
-
#state_message ⇒ ::String
Returns the value of attribute state_message.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#address_family ⇒ "ipv4", "ipv6"
Returns the value of attribute address_family.
12108 12109 12110 |
# File 'sig/types.rbs', line 12108 def address_family @address_family end |
#allocation_default_netmask_length ⇒ ::Integer
Returns the value of attribute allocation_default_netmask_length.
12111 12112 12113 |
# File 'sig/types.rbs', line 12111 def allocation_default_netmask_length @allocation_default_netmask_length end |
#allocation_max_netmask_length ⇒ ::Integer
Returns the value of attribute allocation_max_netmask_length.
12110 12111 12112 |
# File 'sig/types.rbs', line 12110 def allocation_max_netmask_length @allocation_max_netmask_length end |
#allocation_min_netmask_length ⇒ ::Integer
Returns the value of attribute allocation_min_netmask_length.
12109 12110 12111 |
# File 'sig/types.rbs', line 12109 def allocation_min_netmask_length @allocation_min_netmask_length end |
#allocation_resource_tags ⇒ ::Array[Types::IpamResourceTag]
Returns the value of attribute allocation_resource_tags.
12112 12113 12114 |
# File 'sig/types.rbs', line 12112 def @allocation_resource_tags end |
#auto_import ⇒ Boolean
Returns the value of attribute auto_import.
12106 12107 12108 |
# File 'sig/types.rbs', line 12106 def auto_import @auto_import end |
#aws_service ⇒ "ec2", "global-services"
Returns the value of attribute aws_service.
12114 12115 12116 |
# File 'sig/types.rbs', line 12114 def aws_service @aws_service end |
#description ⇒ ::String
Returns the value of attribute description.
12105 12106 12107 |
# File 'sig/types.rbs', line 12105 def description @description end |
#ipam_arn ⇒ ::String
Returns the value of attribute ipam_arn.
12099 12100 12101 |
# File 'sig/types.rbs', line 12099 def ipam_arn @ipam_arn end |
#ipam_pool_arn ⇒ ::String
Returns the value of attribute ipam_pool_arn.
12096 12097 12098 |
# File 'sig/types.rbs', line 12096 def ipam_pool_arn @ipam_pool_arn end |
#ipam_pool_id ⇒ ::String
Returns the value of attribute ipam_pool_id.
12094 12095 12096 |
# File 'sig/types.rbs', line 12094 def ipam_pool_id @ipam_pool_id end |
#ipam_region ⇒ ::String
Returns the value of attribute ipam_region.
12100 12101 12102 |
# File 'sig/types.rbs', line 12100 def ipam_region @ipam_region end |
#ipam_scope_arn ⇒ ::String
Returns the value of attribute ipam_scope_arn.
12097 12098 12099 |
# File 'sig/types.rbs', line 12097 def ipam_scope_arn @ipam_scope_arn end |
#ipam_scope_type ⇒ "public", "private"
Returns the value of attribute ipam_scope_type.
12098 12099 12100 |
# File 'sig/types.rbs', line 12098 def ipam_scope_type @ipam_scope_type end |
#locale ⇒ ::String
Returns the value of attribute locale.
12101 12102 12103 |
# File 'sig/types.rbs', line 12101 def locale @locale end |
#owner_id ⇒ ::String
Returns the value of attribute owner_id.
12093 12094 12095 |
# File 'sig/types.rbs', line 12093 def owner_id @owner_id end |
#pool_depth ⇒ ::Integer
Returns the value of attribute pool_depth.
12102 12103 12104 |
# File 'sig/types.rbs', line 12102 def pool_depth @pool_depth end |
#public_ip_source ⇒ "amazon", "byoip"
Returns the value of attribute public_ip_source.
12115 12116 12117 |
# File 'sig/types.rbs', line 12115 def public_ip_source @public_ip_source end |
#publicly_advertisable ⇒ Boolean
Returns the value of attribute publicly_advertisable.
12107 12108 12109 |
# File 'sig/types.rbs', line 12107 def publicly_advertisable @publicly_advertisable end |
#source_ipam_pool_id ⇒ ::String
Returns the value of attribute source_ipam_pool_id.
12095 12096 12097 |
# File 'sig/types.rbs', line 12095 def source_ipam_pool_id @source_ipam_pool_id end |
#source_resource ⇒ Types::IpamPoolSourceResource
Returns the value of attribute source_resource.
12116 12117 12118 |
# File 'sig/types.rbs', line 12116 def source_resource @source_resource end |
#state ⇒ "create-in-progress", ...
Returns the value of attribute state.
12103 12104 12105 |
# File 'sig/types.rbs', line 12103 def state @state end |
#state_message ⇒ ::String
Returns the value of attribute state_message.
12104 12105 12106 |
# File 'sig/types.rbs', line 12104 def @state_message end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
12113 12114 12115 |
# File 'sig/types.rbs', line 12113 def @tags end |