gcp4zio.dp

package gcp4zio.dp

Members list

Concise view

Type members

Classlikes

case class ClusterProps(bucketName: String, internalIpOnly: Boolean, subnetUri: Option[String], networkTags: List[String], serviceAccount: Option[String], idleDeletionDurationSecs: Option[Long], masterMachineType: String, workerMachineType: String, imageVersion: String, bootDiskType: String, masterBootDiskSizeGb: Int, workerBootDiskSizeGb: Int, masterNumInstance: Int, workerNumInstance: Int)

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
trait DPCluster

Attributes

Companion:
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object DPCluster

Attributes

Companion:
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
case class DPClusterImpl(client: ClusterControllerClient, project: String, region: String) extends DPCluster

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait DPCluster
class Object
trait Matchable
class Any
trait DPJob

Attributes

Companion:
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class DPJobImpl
object DPJob

Attributes

Companion:
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
DPJob.type

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
case class DPJobImpl(client: JobControllerClient, cluster: String, project: String, region: String) extends DPJob

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait DPJob
class Object
trait Matchable
class Any