Represents the subnet associated with a cache cluster. This parameter refers to subnets defined in Amazon Virtual Private Cloud (Amazon VPC) and used with ElastiCache.
 Declaration Syntax
 Declaration Syntax| C# | 
public class Subnet
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | Subnet()()()() | Initializes a new instance of the Subnet class | 
|  | Equals(Object) | (Inherited from Object.) | 
|  | GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) | 
|  | GetType()()()() | Gets the type of the current instance.(Inherited from Object.) | 
|  | SubnetAvailabilityZone | 
            The Availability Zone associated with the subnet
             
             | 
|  | SubnetIdentifier | 
            The unique identifier for the subnet
             
             | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | WithSubnetAvailabilityZone(AvailabilityZone) | Obsolete. 
            Sets the SubnetAvailabilityZone property
             | 
|  | WithSubnetIdentifier(String) | Obsolete. 
            Sets the SubnetIdentifier property
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | |
|  | Subnet |