CreateAppRequest

Types

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

Properties

Link copied to clipboard

A unique, case-sensitive identifier that you provide to ensure the idempotency of application creation.

Link copied to clipboard

The description of the new application

Link copied to clipboard
val name: String?

The name of the new application.

Link copied to clipboard

The name of the service role in the customer's account to be used by Server Migration Service.

Link copied to clipboard

The server groups to include in the application.

Link copied to clipboard
val tags: List<Tag>?

The tags to be associated with the application.

Functions

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