package
18.0.0-dev.vnet-windows.4+incompatible
Repository: https://github.com/gravitational/teleport.git
Documentation: pkg.go.dev

# Functions

GetHostFromRedisURI extracts host name from a Redis URI.
IsAzureEndpoint returns true if the input URI is an Azure endpoint.
IsCacheForRedisEndpoint returns true if provided endpoint is a valid Azure Cache for Redis endpoint.
IsDatabaseEndpoint returns true if provided endpoint is a valid database endpoint.
IsMSSQLServerEndpoint returns true if provided endpoint is a valid SQL server database endpoint.
IsRedisEndpoint returns true if provided endpoint is a valid Redis (non-Enterprise tier) endpoint.
IsRedisEnterpriseEndpoint returns true if provided endpoint is a valid Redis Enterprise endpoint.
NormalizeLocation converts a Azure location in various formats to the same simple format.
ParseCacheForRedisEndpoint extracts database server name from Azure Cache for Redis endpoint.
ParseDatabaseEndpoint extracts database server name from Azure endpoint.
ParseMSSQLEndpoint extracts database server name from Azure endpoint.

# Constants

DatabaseEndpointSuffix is the Azure database endpoint suffix.
MSSQLEndpointSuffix is the Azure SQL Server endpoint suffix.
RedisEndpointSuffix is the endpoint suffix for Redis.
RedisEnterpriseEndpointSuffix is the endpoint suffix for Redis Enterprise.