ClusterSecurityGroup class

Describes a security group.

Constructors

ClusterSecurityGroup({String? clusterSecurityGroupName, String? description, List<EC2SecurityGroup>? eC2SecurityGroups, List<IPRange>? iPRanges, List<Tag>? tags})
ClusterSecurityGroup.fromXml(XmlElement elem)
factory

Properties

clusterSecurityGroupName String?
The name of the cluster security group to which the operation was applied.
final
description String?
A description of the security group.
final
eC2SecurityGroups List<EC2SecurityGroup>?
A list of EC2 security groups that are permitted to access clusters associated with this cluster security group.
final
hashCode int
The hash code for this object.
no setterinherited
iPRanges List<IPRange>?
A list of IP ranges (CIDR blocks) that are permitted to access clusters associated with this cluster security group.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tags List<Tag>?
The list of tags for the cluster security group.
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