Dsl

class Dsl

Types

Link copied to clipboard
class AllocationProxy : DslProxy

An uninstantiable, behaviorless type to represent the field in generics.

Link copied to clipboard
object Companion
Link copied to clipboard
class DomainProxy : DslProxy

An uninstantiable, behaviorless type to represent the field in generics.

Properties

Link copied to clipboard

repeated .elide.app.InstanceAllocation allocation = 9;

Link copied to clipboard
@get:JvmName(name = "getApp")
@set:JvmName(name = "setApp")
var app: Application

.elide.app.Application app = 6;

Link copied to clipboard
Link copied to clipboard
@get:JvmName(name = "getAssignment")
@set:JvmName(name = "setAssignment")
var assignment: InstanceAssignment

.elide.app.InstanceAssignment assignment = 5;

Link copied to clipboard
@get:JvmName(name = "getDeployment")
@set:JvmName(name = "setDeployment")
var deployment: Deployment

.elide.app.Deployment deployment = 8;

Link copied to clipboard
@get:JvmName(name = "getDisplayName")
@set:JvmName(name = "setDisplayName")
var displayName: String

string display_name = 3;

Link copied to clipboard

repeated string domain = 10;

Link copied to clipboard
@get:JvmName(name = "getKey")
@set:JvmName(name = "setKey")
var key: InstanceKey

.elide.app.InstanceKey key = 1;

Link copied to clipboard
Link copied to clipboard
@get:JvmName(name = "getName")
@set:JvmName(name = "setName")
var name: String

string name = 2;

Link copied to clipboard
@get:JvmName(name = "getStatus")
@set:JvmName(name = "setStatus")
var status: InstanceStatus

.elide.app.InstanceStatus status = 4;

Link copied to clipboard
@get:JvmName(name = "getStatusValue")
@set:JvmName(name = "setStatusValue")
var statusValue: Int
Link copied to clipboard
@get:JvmName(name = "getVersion")
@set:JvmName(name = "setVersion")
var version: Version

.elide.std.Version version = 7;

Functions

Link copied to clipboard
@JvmName(name = "addDomain")
fun DslList<String, ApplicationInstanceKt.Dsl.DomainProxy>.add(value: String)

repeated string domain = 10;

repeated .elide.app.InstanceAllocation allocation = 9;

Link copied to clipboard
@JvmName(name = "addAllDomain")
fun DslList<String, ApplicationInstanceKt.Dsl.DomainProxy>.addAll(values: Iterable<String>)

repeated string domain = 10;

repeated .elide.app.InstanceAllocation allocation = 9;

Link copied to clipboard
@JvmName(name = "clearDomain")
fun DslList<String, ApplicationInstanceKt.Dsl.DomainProxy>.clear()

repeated string domain = 10;

repeated .elide.app.InstanceAllocation allocation = 9;

Link copied to clipboard
fun clearApp()

.elide.app.Application app = 6;

Link copied to clipboard

.elide.app.InstanceAssignment assignment = 5;

Link copied to clipboard

.elide.app.Deployment deployment = 8;

Link copied to clipboard

string display_name = 3;

Link copied to clipboard
fun clearKey()

.elide.app.InstanceKey key = 1;

Link copied to clipboard
fun clearName()

string name = 2;

Link copied to clipboard

.elide.app.InstanceStatus status = 4;

Link copied to clipboard

.elide.std.Version version = 7;

Link copied to clipboard

.elide.app.Application app = 6;

Link copied to clipboard

.elide.app.InstanceAssignment assignment = 5;

Link copied to clipboard

.elide.app.Deployment deployment = 8;

Link copied to clipboard

.elide.app.InstanceKey key = 1;

Link copied to clipboard

.elide.std.Version version = 7;

Link copied to clipboard
@JvmName(name = "plusAssignDomain")
inline operator fun DslList<String, ApplicationInstanceKt.Dsl.DomainProxy>.plusAssign(value: String)
@JvmName(name = "plusAssignAllDomain")
inline operator fun DslList<String, ApplicationInstanceKt.Dsl.DomainProxy>.plusAssign(values: Iterable<String>)

repeated string domain = 10;

@JvmName(name = "plusAssignAllAllocation")
inline operator fun DslList<InstanceAllocation, ApplicationInstanceKt.Dsl.AllocationProxy>.plusAssign(values: Iterable<InstanceAllocation>)
@JvmName(name = "plusAssignAllocation")
inline operator fun DslList<InstanceAllocation, ApplicationInstanceKt.Dsl.AllocationProxy>.plusAssign(value: InstanceAllocation)

repeated .elide.app.InstanceAllocation allocation = 9;

Link copied to clipboard
@JvmName(name = "setDomain")
operator fun DslList<String, ApplicationInstanceKt.Dsl.DomainProxy>.set(index: Int, value: String)

repeated string domain = 10;

@JvmName(name = "setAllocation")
operator fun DslList<InstanceAllocation, ApplicationInstanceKt.Dsl.AllocationProxy>.set(index: Int, value: InstanceAllocation)

repeated .elide.app.InstanceAllocation allocation = 9;