ClusterProps

gcp4zio.dp.`package`.ClusterProps
case class ClusterProps(bucketName: String, singleNode: Boolean, internalIpOnly: Boolean, subnetUri: Option[String], networkTags: List[String], serviceAccount: Option[String], idleDeletionDurationSecs: Option[Long], imageVersion: String, masterInstanceProps: InstanceProps, workerInstanceProps: InstanceProps)

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product