Elide API
Toggle table of contents
1.0.0-beta1
jvm
Platform filter
jvm
Switch theme
Search in API
Elide API
graalvm
/
tools.elide.app
/
AppMachineConfigurationKt
/
Dsl
Dsl
class
Dsl
Members
Types
Companion
Link copied to clipboard
object
Companion
Properties
networking
Link copied to clipboard
@get:
JvmName
(
name
=
"getNetworking"
)
@set:
JvmName
(
name
=
"setNetworking"
)
var
networking
:
Networking
.elide.net.Networking networking = 2;
networking
Or
Null
Link copied to clipboard
val
AppMachineConfigurationKt.Dsl
.
networkingOrNull
:
Networking
?
size
Link copied to clipboard
@get:
JvmName
(
name
=
"getSize"
)
@set:
JvmName
(
name
=
"setSize"
)
var
size
:
MachineSize
.elide.app.MachineSize size = 1;
size
Or
Null
Link copied to clipboard
val
AppMachineConfigurationKt.Dsl
.
sizeOrNull
:
MachineSize
?
Functions
clear
Networking
Link copied to clipboard
fun
clearNetworking
(
)
.elide.net.Networking networking = 2;
clear
Size
Link copied to clipboard
fun
clearSize
(
)
.elide.app.MachineSize size = 1;
has
Networking
Link copied to clipboard
fun
hasNetworking
(
)
:
Boolean
.elide.net.Networking networking = 2;
has
Size
Link copied to clipboard
fun
hasSize
(
)
:
Boolean
.elide.app.MachineSize size = 1;