Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 1.14 KB

DbaasServiceComponents.md

File metadata and controls

18 lines (13 loc) · 1.14 KB

DbaasServiceComponents

Properties

Name Type Description Notes
component String Service component name
host String DNS name for connecting to the service component
kafka_authentication_method Option<models::EnumKafkaAuthMethod> [optional]
path Option<String> Path component of the service URL (useful only if service component is HTTP or HTTPS endpoint) [optional]
port i64 Port number for connecting to the service component
route String Network access route
ssl Option<bool> 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 String DNS usage name

[Back to Model list] [Back to API list] [Back to README]