DPClusterImpl

gcp4zio.dp.DPClusterImpl
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

Members list

Concise view

Value members

Concrete methods

def createDataproc(clusterName: String, props: ClusterProps): Task[Cluster]
def deleteDataproc(clusterName: String): Task[Unit]

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product