[−][src]Struct rusoto_ec2::Subnet
Describes a subnet.
Fields
assign_ipv_6_address_on_creation: Option<bool>Indicates whether a network interface created in this subnet (including a network interface created by RunInstances) receives an IPv6 address.
availability_zone: Option<String>The Availability Zone of the subnet.
availability_zone_id: Option<String>The AZ ID of the subnet.
available_ip_address_count: Option<i64>The number of unused private IPv4 addresses in the subnet. The IPv4 addresses for any stopped instances are considered unavailable.
cidr_block: Option<String>The IPv4 CIDR block assigned to the subnet.
default_for_az: Option<bool>Indicates whether this is the default subnet for the Availability Zone.
ipv_6_cidr_block_association_set: Option<Vec<SubnetIpv6CidrBlockAssociation>>Information about the IPv6 CIDR blocks associated with the subnet.
map_public_ip_on_launch: Option<bool>Indicates whether instances launched in this subnet receive a public IPv4 address.
owner_id: Option<String>The ID of the AWS account that owns the subnet.
state: Option<String>The current state of the subnet.
subnet_arn: Option<String>The Amazon Resource Name (ARN) of the subnet.
subnet_id: Option<String>The ID of the subnet.
Any tags assigned to the subnet.
vpc_id: Option<String>The ID of the VPC the subnet is in.
Trait Implementations
impl PartialEq<Subnet> for Subnet[src]
impl Default for Subnet[src]
impl Clone for Subnet[src]
fn clone(&self) -> Subnet[src]
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more
impl Debug for Subnet[src]
Auto Trait Implementations
Blanket Implementations
impl<T> From for T[src]
impl<T, U> Into for T where
U: From<T>, [src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
impl<T, U> TryFrom for T where
T: From<U>, [src]
T: From<U>,
type Error = !
try_from)The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T> Borrow for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T, U> TryInto for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
try_from)The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>[src]
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
fn get_type_id(&self) -> TypeId[src]
impl<T> Erased for T
impl<T> Same for T
type Output = T
Should always be Self