AWS SDK for .NET Documentation
CacheSubnetGroup Class
AmazonAmazon.ElastiCache.ModelCacheSubnetGroup Did this page help you?   Yes   No    Tell us about it...

Represents the output of one of the following operations:

Declaration Syntax
C#
public class CacheSubnetGroup
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
CacheSubnetGroup()()()()
Initializes a new instance of the CacheSubnetGroup class

CacheSubnetGroupDescription
The description of the cache subnet group.

CacheSubnetGroupName
The name of the cache subnet group.

Equals(Object)
Determines whether the specified Object is equal to the current 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.)
Subnets
A list of subnets associated with the cache subnet group.

ToString()()()()
Returns a string that represents the current object.
(Inherited from Object.)
VpcId
The Amazon Virtual Private Cloud identifier (VPC ID) of the cache subnet group.

WithCacheSubnetGroupDescription(String) Obsolete.
Sets the CacheSubnetGroupDescription property

WithCacheSubnetGroupName(String) Obsolete.
Sets the CacheSubnetGroupName property

WithSubnets(array<Subnet>[]()[][]) Obsolete.
Adds elements to the Subnets collection

WithSubnets(IEnumerable<(Of <<'(Subnet>)>>)) Obsolete.
Adds elements to the Subnets collection

WithVpcId(String) Obsolete.
Sets the VpcId property

Inheritance Hierarchy
Object
CacheSubnetGroup

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)