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
Builder for GetConnectionPlainArgs.
Link copied to clipboard
A collection of arguments for invoking getGateway.
Link copied to clipboard
Builder for GetGatewayPlainArgs.
Link copied to clipboard
A collection of arguments for invoking getLocation.
Link copied to clipboard
Builder for GetLocationPlainArgs.
Link copied to clipboard
data class GetRouterConfigurationPlainArgs(val routerTypeIdentifier: String, val virtualInterfaceId: String) : ConvertibleToJava<GetRouterConfigurationPlainArgs>
A collection of arguments for invoking getRouterConfiguration.
Link copied to clipboard
Builder for GetRouterConfigurationPlainArgs.