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

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

ApplicationParameter.Peer

An input parameter which accepts a peering Job

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

Compatible with: AppParameterValue.Peer

Properties

Last updated