Subnet

case class Subnet(identifier: String, availabilityZone: AvailabilityZone, status: String) extends Subnet
Companion
object
trait Product
trait Equals
class Subnet
trait Cloneable
trait Serializable
class Object
trait Matchable
class Any
Inherited

Value members

Inherited methods

def clone(): Subnet
Inherited from
Subnet
def equals(`x$0`: `<FromJavaObject>`): Boolean
Inherited from
Subnet
def getSubnetAvailabilityZone(): AvailabilityZone
Inherited from
Subnet
def getSubnetIdentifier(): String
Inherited from
Subnet
def getSubnetStatus(): String
Inherited from
Subnet
def hashCode(): Int
Inherited from
Subnet
def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product
def setSubnetAvailabilityZone(`x$0`: AvailabilityZone): Unit
Inherited from
Subnet
def setSubnetIdentifier(`x$0`: String): Unit
Inherited from
Subnet
def setSubnetStatus(`x$0`: String): Unit
Inherited from
Subnet
def toString(): String
Inherited from
Subnet
def withSubnetAvailabilityZone(`x$0`: AvailabilityZone): Subnet
Inherited from
Subnet
def withSubnetIdentifier(`x$0`: String): Subnet
Inherited from
Subnet
def withSubnetStatus(`x$0`: String): Subnet
Inherited from
Subnet