dk.sdu.cloud.app.orchestrator.api.SSHKey.Spec

UCloud Developer Guide / Orchestration of Resources / Compute / Provider APIs / Jobs / Outgoing API

SSHKey.Spec

data class Spec(
    val title: String,
    val key: String,
)
Properties

Last updated