Service component information objects
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 |
Name | Value |
---|---|
DYNAMIC | "dynamic" |
PRIVATE | "private" |
PUBLIC | "public" |
PRIVATELINK | "privatelink" |
Name | Value |
---|---|
PRIMARY | "primary" |
REPLICA | "replica" |