GetRouteResult

data class GetRouteResult(val createTime: String, val destinationAddress: String, val destinationPort: Int, val displayName: String, val labels: Map<String, String>, val name: String, val updateTime: String)

Constructors

Link copied to clipboard
constructor(createTime: String, destinationAddress: String, destinationPort: Int, displayName: String, labels: Map<String, String>, name: String, updateTime: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The create time of the resource.

Link copied to clipboard

Destination address for connection

Link copied to clipboard

Destination port for connection

Link copied to clipboard

Display name.

Link copied to clipboard

Labels.

Link copied to clipboard

The resource's name.

Link copied to clipboard

The update time of the resource.