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

A key name to use when sending this property in API requests, if different from the display name.

Link copied to clipboard

The name of the property.

Link copied to clipboard

Specifies where this property should be included in REST requests, such as in headers, query parameters, or request body.

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