Class | AWS::EC2::Subnet |
In: |
lib/aws/ec2/subnet.rb
|
Parent: | Resource |
@attr_reader [String] vpc_id
@attr_reader [Symbol] state
@attr_reader [String] cidr_block
@attr_reader [Integer] available_ip_address_count
@attr_reader [String] availability_zone_name
subnet_id | -> | id |
subnet_id | [R] | @return [String] |
@return [InstanceCollection] Returns a filtered collection of
instances launched in this subnet.
Replaces the currently assigned network ACL with the passed one. @param [NetworkACL,String] network_acl A {NetworkACL} or network
ACL id to assign to this subnet.
@return [NetworkACL::Association] Returns the association between
this subnet and its network ACL.
@return [NetworkInterfaceCollection] Returns a collection that
represents all of the network interfaces for this subnet.
@return [RouteTable::Association] Returns the association between
this subnet and its route table.
Sets the route table for this subnet. If there is already a route table associated with this subnet, that association is replaced.
@param [RouteTable,String] route_Table A {RouteTable} object or
a route table id string.
@return [RouteTable::Association]