Packages

implicit class ClusterLens[UpperPB] extends ObjectLens[UpperPB, Cluster]

Source
Cluster.scala
Linear Supertypes
ObjectLens[UpperPB, Cluster], Lens[UpperPB, Cluster], Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ClusterLens
  2. ObjectLens
  3. Lens
  4. Serializable
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new ClusterLens(_l: Lens[UpperPB, Cluster])

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. def :=(a: Cluster): Mutation[UpperPB]
    Definition Classes
    Lens
  4. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  5. def annotations: Lens[UpperPB, Map[String, String]]
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def automatedBackupPolicy: Lens[UpperPB, AutomatedBackupPolicy]
  8. def backupSource: Lens[UpperPB, BackupSource]
  9. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  10. def clusterType: Lens[UpperPB, ClusterType]
  11. def compose[B](other: Lens[Cluster, B]): Lens[UpperPB, B]
    Definition Classes
    Lens
  12. def continuousBackupConfig: Lens[UpperPB, ContinuousBackupConfig]
  13. def continuousBackupInfo: Lens[UpperPB, ContinuousBackupInfo]
  14. def createTime: Lens[UpperPB, Timestamp]
  15. def databaseVersion: Lens[UpperPB, DatabaseVersion]
  16. def deleteTime: Lens[UpperPB, Timestamp]
  17. def displayName: Lens[UpperPB, String]
  18. def encryptionConfig: Lens[UpperPB, EncryptionConfig]
  19. def encryptionInfo: Lens[UpperPB, EncryptionInfo]
  20. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  22. def etag: Lens[UpperPB, String]
  23. def field[A](getter: (Cluster) => A)(setter: (Cluster, A) => Cluster): Lens[UpperPB, A]
    Definition Classes
    ObjectLens
  24. def field[A](lens: Lens[Cluster, A]): Lens[UpperPB, A]
    Definition Classes
    ObjectLens
  25. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  26. def get(u: UpperPB): Cluster
    Definition Classes
    ObjectLens → Lens
  27. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  28. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  29. def initialUser: Lens[UpperPB, UserPassword]
  30. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  31. def labels: Lens[UpperPB, Map[String, String]]
  32. def migrationSource: Lens[UpperPB, MigrationSource]
  33. def modify(f: (Cluster) => Cluster): Mutation[UpperPB]
    Definition Classes
    Lens
  34. def name: Lens[UpperPB, String]
  35. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  36. def network: Lens[UpperPB, String]
  37. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  38. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  39. def optionalAutomatedBackupPolicy: Lens[UpperPB, Option[AutomatedBackupPolicy]]
  40. def optionalContinuousBackupConfig: Lens[UpperPB, Option[ContinuousBackupConfig]]
  41. def optionalContinuousBackupInfo: Lens[UpperPB, Option[ContinuousBackupInfo]]
  42. def optionalCreateTime: Lens[UpperPB, Option[Timestamp]]
  43. def optionalDeleteTime: Lens[UpperPB, Option[Timestamp]]
  44. def optionalEncryptionConfig: Lens[UpperPB, Option[EncryptionConfig]]
  45. def optionalEncryptionInfo: Lens[UpperPB, Option[EncryptionInfo]]
  46. def optionalInitialUser: Lens[UpperPB, Option[UserPassword]]
  47. def optionalPrimaryConfig: Lens[UpperPB, Option[PrimaryConfig]]
  48. def optionalSecondaryConfig: Lens[UpperPB, Option[SecondaryConfig]]
  49. def optionalSslConfig: Lens[UpperPB, Option[SslConfig]]
  50. def optionalUpdateTime: Lens[UpperPB, Option[Timestamp]]
  51. def primaryConfig: Lens[UpperPB, PrimaryConfig]
  52. def reconciling: Lens[UpperPB, Boolean]
  53. def secondaryConfig: Lens[UpperPB, SecondaryConfig]
  54. def set(c: Cluster): Mutation[UpperPB]
    Definition Classes
    ObjectLens → Lens
  55. def setIfDefined(aOpt: Option[Cluster]): Mutation[UpperPB]
    Definition Classes
    Lens
  56. def source: Lens[UpperPB, Source]
  57. def sslConfig: Lens[UpperPB, SslConfig]
  58. def state: Lens[UpperPB, State]
  59. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  60. def toString(): String
    Definition Classes
    AnyRef → Any
  61. def uid: Lens[UpperPB, String]
  62. def update(ms: (Lens[Cluster, Cluster]) => Mutation[Cluster]*): Mutation[UpperPB]
    Definition Classes
    ObjectLens
  63. def updateTime: Lens[UpperPB, Timestamp]
  64. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  65. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  66. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  67. def zip[B](other: Lens[UpperPB, B]): Lens[UpperPB, (Cluster, B)]
    Definition Classes
    Lens

Inherited from ObjectLens[UpperPB, Cluster]

Inherited from Lens[UpperPB, Cluster]

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped