gcp4zio.dp

package gcp4zio.dp

Members list

Type members

Classlikes

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

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

Attributes

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

Attributes

Companion
trait
Supertypes
class Object
trait Matchable
class Any
Self type
DPCluster.type

Attributes

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

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait DPCluster
class Object
trait Matchable
class Any
Show all
trait DPJob

Attributes

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

Attributes

Companion
trait
Supertypes
class Object
trait Matchable
class Any
Self type
DPJob.type
object DPJobClient

Attributes

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

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait DPJob
class Object
trait Matchable
class Any
Show all
case class InstanceProps(machineType: String, bootDiskType: String, bootDiskSizeGb: Int, numInstance: Int)

Attributes

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