set

@JvmName(name = "setAllocation")
operator fun DslList<InstanceAllocation, ApplicationInstanceKt.Dsl.AllocationProxy>.set(index: Int, value: InstanceAllocation)
Encloses allocations constituent to this application instance.

repeated .elide.app.InstanceAllocation allocation = 9;

Parameters

index

The index to set the value at.

value

The allocation to set.


@JvmName(name = "setDomain")
operator fun DslList<String, ApplicationInstanceKt.Dsl.DomainProxy>.set(index: Int, value: String)
Domains where this instance can be accessed.

repeated string domain = 10;

Parameters

index

The index to set the value at.

value

The domain to set.