Kind

pulumirpc.provider.PropertyDiff.Kind
See theKind companion class
object Kind extends GeneratedEnumCompanion[Kind]

Attributes

Companion
class
Graph
Supertypes
trait Sum
trait Mirror
trait Serializable
class Object
trait Matchable
class Any
Show all
Self type
Kind.type

Members list

Type members

Classlikes

case object ADD extends Kind, Recognized

this property was added

this property was added

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Recognized
class Kind
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
ADD.type
case object ADD_REPLACE extends Kind, Recognized

this property was added, and this change requires a replace

this property was added, and this change requires a replace

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Recognized
class Kind
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
case object DELETE extends Kind, Recognized

this property was removed

this property was removed

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Recognized
class Kind
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
DELETE.type
case object DELETE_REPLACE extends Kind, Recognized

this property was removed, and this change requires a replace

this property was removed, and this change requires a replace

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Recognized
class Kind
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
sealed trait Recognized extends Kind

Attributes

Supertypes
class Kind
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Known subtypes
object ADD.type
object ADD_REPLACE.type
object DELETE.type
object DELETE_REPLACE.type
object UPDATE.type
object UPDATE_REPLACE.type
Show all
case object UPDATE extends Kind, Recognized

this property's value was changed

this property's value was changed

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Recognized
class Kind
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
UPDATE.type
case object UPDATE_REPLACE extends Kind, Recognized

this property's value was changed, and this change requires a replace

this property's value was changed, and this change requires a replace

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Recognized
class Kind
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type

Attributes

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

Inherited types

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror

The name of the type

The name of the type

Attributes

Inherited from:
Mirror
type ValueType = A

Attributes

Inherited from:
GeneratedEnumCompanion

Value members

Concrete methods

Returns the Java descriptors for this enum. It is recommended to use scalaDescriptors. The Java descriptors are available even when Java conversions is disabled, however they are not available in Scala.js or scala-native.

Returns the Java descriptors for this enum. It is recommended to use scalaDescriptors. The Java descriptors are available even when Java conversions is disabled, however they are not available in Scala.js or scala-native.

Attributes

Inherited methods

Attributes

Inherited from:
GeneratedEnumCompanion

Concrete fields

lazy val values: Seq[ValueType]

Implicits

Implicits