Package-level declarations
Types
Link copied to clipboard
The endpoint for the target resource. API Version: 2022-05-01-preview.
Link copied to clipboard
data class EndpointArgs(val createdAt: Output<String>? = null, val createdBy: Output<String>? = null, val createdByType: Output<Either<String, CreatedByType>>? = null, val endpointName: Output<String>? = null, val lastModifiedAt: Output<String>? = null, val lastModifiedBy: Output<String>? = null, val lastModifiedByType: Output<Either<String, CreatedByType>>? = null, val resourceId: Output<String>? = null, val resourceUri: Output<String>? = null, val type: Output<Either<String, Type>>? = null) : ConvertibleToJava<EndpointArgs>
The endpoint for the target resource. API Version: 2022-05-01-preview.
Link copied to clipboard
class EndpointArgsBuilder
Builder for EndpointArgs.
Link copied to clipboard
Link copied to clipboard
class EndpointResourceBuilder
Builder for Endpoint.
Link copied to clipboard
object HybridconnectivityFunctions
Functions
Link copied to clipboard
suspend fun endpointResource(name: String, block: suspend EndpointResourceBuilder.() -> Unit): Endpoint