SystemServiceResponse

data class SystemServiceResponse(val publicIpAddress: String, val systemServiceType: String, val version: String)

A system service running on a compute.

Constructors

Link copied to clipboard
constructor(publicIpAddress: String, systemServiceType: String, version: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Public IP address

Link copied to clipboard

The type of this system service.

Link copied to clipboard

The version for this type.