Skip to content

Latest commit

 

History

History
41 lines (25 loc) · 1.35 KB

DbaasServiceComponents.md

File metadata and controls

41 lines (25 loc) · 1.35 KB

DbaasServiceComponents

Service component information objects

Properties

Name Type Description Notes
component String Service component name
host String DNS name for connecting to the service component
kafkaAuthenticationMethod EnumKafkaAuthMethod [optional]
path String Path component of the service URL (useful only if service component is HTTP or HTTPS endpoint) [optional]
port Long Port number for connecting to the service component
route RouteEnum Network access route
ssl Boolean Whether the endpoint is encrypted or accepts plaintext. By default endpoints are always encrypted and this property is only included for service components that may disable encryption. [optional]
usage UsageEnum DNS usage name

Enum: RouteEnum

Name Value
DYNAMIC "dynamic"
PRIVATE "private"
PUBLIC "public"
PRIVATELINK "privatelink"

Enum: UsageEnum

Name Value
PRIMARY "primary"
REPLICA "replica"