dk.sdu.cloud.app.store.api.ApplicationParameter.NetworkIP

UCloud Developer Guide / Orchestration of Resources / Compute / Application Store / Applications

ApplicationParameter.NetworkIP

An input parameter which accepts an IP address

data class NetworkIP(
    val name: String?,
    val title: String?,
    val description: String?,
    val defaultValue: Any?,
    val optional: Boolean,
    val type: String /* "network_ip" */,
)

Compatible with: AppParameterValue.Network

Properties

Last updated