Class: Aws::Types::IpamPool

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#address_family"ipv4", "ipv6"

Returns the value of attribute address_family.

Returns:

  • ("ipv4", "ipv6")


12379
12380
12381
# File 'sig/types.rbs', line 12379

def address_family
  @address_family
end

#allocation_default_netmask_length::Integer

Returns the value of attribute allocation_default_netmask_length.

Returns:

  • (::Integer)


12382
12383
12384
# File 'sig/types.rbs', line 12382

def allocation_default_netmask_length
  @allocation_default_netmask_length
end

#allocation_max_netmask_length::Integer

Returns the value of attribute allocation_max_netmask_length.

Returns:

  • (::Integer)


12381
12382
12383
# File 'sig/types.rbs', line 12381

def allocation_max_netmask_length
  @allocation_max_netmask_length
end

#allocation_min_netmask_length::Integer

Returns the value of attribute allocation_min_netmask_length.

Returns:

  • (::Integer)


12380
12381
12382
# File 'sig/types.rbs', line 12380

def allocation_min_netmask_length
  @allocation_min_netmask_length
end

#allocation_resource_tags::Array[Types::IpamResourceTag]

Returns the value of attribute allocation_resource_tags.

Returns:



12383
12384
12385
# File 'sig/types.rbs', line 12383

def allocation_resource_tags
  @allocation_resource_tags
end

#auto_importBoolean

Returns the value of attribute auto_import.

Returns:

  • (Boolean)


12377
12378
12379
# File 'sig/types.rbs', line 12377

def auto_import
  @auto_import
end

#aws_service"ec2", "global-services"

Returns the value of attribute aws_service.

Returns:

  • ("ec2", "global-services")


12385
12386
12387
# File 'sig/types.rbs', line 12385

def aws_service
  @aws_service
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


12376
12377
12378
# File 'sig/types.rbs', line 12376

def description
  @description
end

#ipam_arn::String

Returns the value of attribute ipam_arn.

Returns:

  • (::String)


12370
12371
12372
# File 'sig/types.rbs', line 12370

def ipam_arn
  @ipam_arn
end

#ipam_pool_arn::String

Returns the value of attribute ipam_pool_arn.

Returns:

  • (::String)


12367
12368
12369
# File 'sig/types.rbs', line 12367

def ipam_pool_arn
  @ipam_pool_arn
end

#ipam_pool_id::String

Returns the value of attribute ipam_pool_id.

Returns:

  • (::String)


12365
12366
12367
# File 'sig/types.rbs', line 12365

def ipam_pool_id
  @ipam_pool_id
end

#ipam_region::String

Returns the value of attribute ipam_region.

Returns:

  • (::String)


12371
12372
12373
# File 'sig/types.rbs', line 12371

def ipam_region
  @ipam_region
end

#ipam_scope_arn::String

Returns the value of attribute ipam_scope_arn.

Returns:

  • (::String)


12368
12369
12370
# File 'sig/types.rbs', line 12368

def ipam_scope_arn
  @ipam_scope_arn
end

#ipam_scope_type"public", "private"

Returns the value of attribute ipam_scope_type.

Returns:

  • ("public", "private")


12369
12370
12371
# File 'sig/types.rbs', line 12369

def ipam_scope_type
  @ipam_scope_type
end

#locale::String

Returns the value of attribute locale.

Returns:

  • (::String)


12372
12373
12374
# File 'sig/types.rbs', line 12372

def locale
  @locale
end

#owner_id::String

Returns the value of attribute owner_id.

Returns:

  • (::String)


12364
12365
12366
# File 'sig/types.rbs', line 12364

def owner_id
  @owner_id
end

#pool_depth::Integer

Returns the value of attribute pool_depth.

Returns:

  • (::Integer)


12373
12374
12375
# File 'sig/types.rbs', line 12373

def pool_depth
  @pool_depth
end

#public_ip_source"amazon", "byoip"

Returns the value of attribute public_ip_source.

Returns:

  • ("amazon", "byoip")


12386
12387
12388
# File 'sig/types.rbs', line 12386

def public_ip_source
  @public_ip_source
end

#publicly_advertisableBoolean

Returns the value of attribute publicly_advertisable.

Returns:

  • (Boolean)


12378
12379
12380
# File 'sig/types.rbs', line 12378

def publicly_advertisable
  @publicly_advertisable
end

#source_ipam_pool_id::String

Returns the value of attribute source_ipam_pool_id.

Returns:

  • (::String)


12366
12367
12368
# File 'sig/types.rbs', line 12366

def source_ipam_pool_id
  @source_ipam_pool_id
end

#source_resourceTypes::IpamPoolSourceResource

Returns the value of attribute source_resource.



12387
12388
12389
# File 'sig/types.rbs', line 12387

def source_resource
  @source_resource
end

#state"create-in-progress", ...

Returns the value of attribute state.

Returns:

  • ("create-in-progress", "create-complete", "create-failed", "modify-in-progress", "modify-complete", "modify-failed", "delete-in-progress", "delete-complete", "delete-failed", "isolate-in-progress", "isolate-complete", "restore-in-progress")


12374
12375
12376
# File 'sig/types.rbs', line 12374

def state
  @state
end

#state_message::String

Returns the value of attribute state_message.

Returns:

  • (::String)


12375
12376
12377
# File 'sig/types.rbs', line 12375

def state_message
  @state_message
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



12384
12385
12386
# File 'sig/types.rbs', line 12384

def tags
  @tags
end