Option

class Option

The details of an option.

Types

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

Properties

Link copied to clipboard

If the option requires access to a port, then this DB security group allows access to the port.

Link copied to clipboard

The description of the option.

Link copied to clipboard

The name of the option.

Link copied to clipboard

The option settings for this option.

Link copied to clipboard

The version of the option.

Link copied to clipboard

Indicates whether this option is permanent.

Link copied to clipboard

Indicates whether this option is persistent.

Link copied to clipboard
val port: Int?

If required, the port configured for this option to use.

Link copied to clipboard

If the option requires access to a port, then this VPC security group allows access to the port.

Functions

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