EndpointSetting

Endpoint settings.

Types

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

Properties

Link copied to clipboard

The relevance or validity of an endpoint setting for an engine name and its endpoint type.

Link copied to clipboard

The default value of the endpoint setting if no value is specified using CreateEndpoint or ModifyEndpoint.

Link copied to clipboard

Enumerated values to use for this endpoint.

Link copied to clipboard

The maximum value of an endpoint setting that is of type int.

Link copied to clipboard

The minimum value of an endpoint setting that is of type int.

Link copied to clipboard
val name: String?

The name that you want to give the endpoint settings.

Link copied to clipboard

A value that marks this endpoint setting as sensitive.

Link copied to clipboard

The type of endpoint. Valid values are source and target.

Link copied to clipboard

The unit of measure for this endpoint setting.

Functions

Link copied to clipboard
inline fun copy(block: EndpointSetting.Builder.() -> Unit = {}): EndpointSetting
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