plusAssign
inline operator fun DslList<InstanceAllocation, ApplicationInstanceKt.Dsl.AllocationProxy>.plusAssign(value: InstanceAllocation)
Encloses allocations constituent to this application instance.
Content copied to clipboard
repeated .elide.app.InstanceAllocation allocation = 9;
Parameters
value
The allocation to add.
inline operator fun DslList<InstanceAllocation, ApplicationInstanceKt.Dsl.AllocationProxy>.plusAssign(values: Iterable<InstanceAllocation>)
Encloses allocations constituent to this application instance.
Content copied to clipboard
repeated .elide.app.InstanceAllocation allocation = 9;
Parameters
values
The allocation to add.
inline operator fun DslList<String, ApplicationInstanceKt.Dsl.DomainProxy>.plusAssign(value: String)
Domains where this instance can be accessed.
Content copied to clipboard
repeated string domain = 10;
Parameters
value
The domain to add.
inline operator fun DslList<String, ApplicationInstanceKt.Dsl.DomainProxy>.plusAssign(values: Iterable<String>)
Domains where this instance can be accessed.
Content copied to clipboard
repeated string domain = 10;
Parameters
values
The domain to add.