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
Show all

Members list

Value members

Concrete methods

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

Submits a request to create Dataproc Cluster

Submits a request to create Dataproc Cluster

Value parameters

cluster

name of the cluster to be created

props

cluster props

Attributes

def deleteDataproc(clusterName: String): Task[Unit]

Submits a request to delete Dataproc Cluster

Submits a request to delete Dataproc Cluster

Value parameters

cluster

name of the cluster to be created

Attributes

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product