ClusterSecurityGroup

case class ClusterSecurityGroup(name: String, ec2SecurityGroups: Seq[EC2SecurityGroup], ipranges: Seq[IPRange], description: String) extends ClusterSecurityGroup
Companion
object
trait Product
trait Equals
class ClusterSecurityGroup
trait Cloneable
trait Serializable
class Object
trait Matchable
class Any

Value members

Concrete methods

def destroy(redshift: Redshift): Unit

Inherited methods

def clone(): ClusterSecurityGroup
Inherited from
ClusterSecurityGroup
def equals(`x$0`: `<FromJavaObject>`): Boolean
Inherited from
ClusterSecurityGroup
Inherited from
ClusterSecurityGroup
def getDescription(): String
Inherited from
ClusterSecurityGroup
def getEC2SecurityGroups(): List[EC2SecurityGroup]
Inherited from
ClusterSecurityGroup
def getIPRanges(): List[IPRange]
Inherited from
ClusterSecurityGroup
def getTags(): List[Tag]
Inherited from
ClusterSecurityGroup
def hashCode(): Int
Inherited from
ClusterSecurityGroup
def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product
def setClusterSecurityGroupName(`x$0`: String): Unit
Inherited from
ClusterSecurityGroup
def setDescription(`x$0`: String): Unit
Inherited from
ClusterSecurityGroup
def setEC2SecurityGroups(`x$0`: Collection[EC2SecurityGroup]): Unit
Inherited from
ClusterSecurityGroup
def setIPRanges(`x$0`: Collection[IPRange]): Unit
Inherited from
ClusterSecurityGroup
def setTags(`x$0`: Collection[Tag]): Unit
Inherited from
ClusterSecurityGroup
def toString(): String
Inherited from
ClusterSecurityGroup
def withClusterSecurityGroupName(`x$0`: String): ClusterSecurityGroup
Inherited from
ClusterSecurityGroup
def withDescription(`x$0`: String): ClusterSecurityGroup
Inherited from
ClusterSecurityGroup
def withEC2SecurityGroups(`x$0`: Collection[EC2SecurityGroup]): ClusterSecurityGroup
Inherited from
ClusterSecurityGroup
def withEC2SecurityGroups(`x$0`: EC2SecurityGroup*): ClusterSecurityGroup
Inherited from
ClusterSecurityGroup
def withIPRanges(`x$0`: Collection[IPRange]): ClusterSecurityGroup
Inherited from
ClusterSecurityGroup
def withIPRanges(`x$0`: IPRange*): ClusterSecurityGroup
Inherited from
ClusterSecurityGroup
def withTags(`x$0`: Collection[Tag]): ClusterSecurityGroup
Inherited from
ClusterSecurityGroup
def withTags(`x$0`: Tag*): ClusterSecurityGroup
Inherited from
ClusterSecurityGroup