Property

class Property

An object that defines a connection type for a compute environment.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A list of AllowedValue objects representing the values allowed for the property.

Link copied to clipboard

Indicates which data operations are applicable to the property.

Link copied to clipboard

The default value for the property.

Link copied to clipboard

A description of the property.

Link copied to clipboard

The name of the property.

Link copied to clipboard

Describes the type of property.

Link copied to clipboard

Indicates whether the property is required.

Functions

Link copied to clipboard
inline fun copy(block: Property.Builder.() -> Unit = {}): Property
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String