Struct aws_sdk_elasticache::model::Subnet
source · #[non_exhaustive]pub struct Subnet { /* private fields */ }
Expand description
Represents the subnet associated with a cluster. This parameter refers to subnets defined in Amazon Virtual Private Cloud (Amazon VPC) and used with ElastiCache.
Implementations§
source§impl Subnet
impl Subnet
sourcepub fn subnet_identifier(&self) -> Option<&str>
pub fn subnet_identifier(&self) -> Option<&str>
The unique identifier for the subnet.
sourcepub fn subnet_availability_zone(&self) -> Option<&AvailabilityZone>
pub fn subnet_availability_zone(&self) -> Option<&AvailabilityZone>
The Availability Zone associated with the subnet.
sourcepub fn subnet_outpost(&self) -> Option<&SubnetOutpost>
pub fn subnet_outpost(&self) -> Option<&SubnetOutpost>
The outpost ARN of the subnet.
sourcepub fn supported_network_types(&self) -> Option<&[NetworkType]>
pub fn supported_network_types(&self) -> Option<&[NetworkType]>
Either ipv4
| ipv6
| dual_stack
. IPv6 is supported for workloads using Redis engine version 6.2 onward or Memcached engine version 1.6.6 on all instances built on the Nitro system.