CacheSecurityGroupMembership class
Represents a cluster's status within a particular cache security group.
Constructors
- CacheSecurityGroupMembership({String? cacheSecurityGroupName, String? status})
- CacheSecurityGroupMembership.fromXml(XmlElement elem)
-
factory
Properties
- cacheSecurityGroupName → String?
-
The name of the cache security group.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- status → String?
-
The membership status in the cache security group. The status changes when a
cache security group is modified, or when the cache security groups assigned
to a cluster are modified.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited