Package-level declarations

Types

Link copied to clipboard
data class GetConnectionPlainArgs(val name: String, val tags: Map<String, String>? = null) : ConvertibleToJava<GetConnectionPlainArgs>

A collection of arguments for invoking getConnection.

Link copied to clipboard
data class GetGatewayPlainArgs(val name: String) : ConvertibleToJava<GetGatewayPlainArgs>

A collection of arguments for invoking getGateway.

Link copied to clipboard
data class GetLocationPlainArgs(val locationCode: String) : ConvertibleToJava<GetLocationPlainArgs>

A collection of arguments for invoking getLocation.

Link copied to clipboard
data class GetRouterConfigurationPlainArgs(val routerTypeIdentifier: String, val virtualInterfaceId: String) : ConvertibleToJava<GetRouterConfigurationPlainArgs>

A collection of arguments for invoking getRouterConfiguration.