@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class ObservabilityPipelineClientTls extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_CA_FILE |
static String |
JSON_PROPERTY_CRT_FILE |
static String |
JSON_PROPERTY_KEY_FILE |
static String |
JSON_PROPERTY_KEY_PASS_KEY |
static String |
JSON_PROPERTY_SERVER_NAME |
boolean |
unparsed |
| Constructor and Description |
|---|
ObservabilityPipelineClientTls() |
ObservabilityPipelineClientTls(String crtFile) |
| Modifier and Type | Method and Description |
|---|---|
ObservabilityPipelineClientTls |
caFile(String caFile) |
ObservabilityPipelineClientTls |
crtFile(String crtFile) |
boolean |
equals(Object o)
Return true if this ObservabilityPipelineClientTls object is equal to o.
|
Map<String,Object> |
getAdditionalProperties()
Return the additional (undeclared) property.
|
Object |
getAdditionalProperty(String key)
Return the additional (undeclared) property with the specified name.
|
String |
getCaFile()
Path to the Certificate Authority (CA) file used to validate the server’s TLS certificate.
|
String |
getCrtFile()
Path to the TLS client certificate file used to authenticate the pipeline component with
upstream or downstream services.
|
String |
getKeyFile()
Path to the private key file associated with the TLS client certificate.
|
String |
getKeyPassKey()
Name of the environment variable or secret that holds the passphrase for the private key file.
|
String |
getServerName()
Server name to use for Server Name Indication (SNI) and to verify against the certificate
presented by the remote host.
|
int |
hashCode() |
ObservabilityPipelineClientTls |
keyFile(String keyFile) |
ObservabilityPipelineClientTls |
keyPassKey(String keyPassKey) |
ObservabilityPipelineClientTls |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
ObservabilityPipelineClientTls |
serverName(String serverName) |
void |
setCaFile(String caFile) |
void |
setCrtFile(String crtFile) |
void |
setKeyFile(String keyFile) |
void |
setKeyPassKey(String keyPassKey) |
void |
setServerName(String serverName) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_CA_FILE
public static final String JSON_PROPERTY_CRT_FILE
public static final String JSON_PROPERTY_KEY_FILE
public static final String JSON_PROPERTY_KEY_PASS_KEY
public static final String JSON_PROPERTY_SERVER_NAME
public ObservabilityPipelineClientTls()
public ObservabilityPipelineClientTls(String crtFile)
public ObservabilityPipelineClientTls caFile(String caFile)
@Nullable public String getCaFile()
public void setCaFile(String caFile)
public ObservabilityPipelineClientTls crtFile(String crtFile)
public String getCrtFile()
public void setCrtFile(String crtFile)
public ObservabilityPipelineClientTls keyFile(String keyFile)
@Nullable public String getKeyFile()
public void setKeyFile(String keyFile)
public ObservabilityPipelineClientTls keyPassKey(String keyPassKey)
@Nullable public String getKeyPassKey()
public void setKeyPassKey(String keyPassKey)
public ObservabilityPipelineClientTls serverName(String serverName)
@Nullable public String getServerName()
public void setServerName(String serverName)
public ObservabilityPipelineClientTls putAdditionalProperty(String key, Object value)
key - The arbitrary key to setvalue - The associated valuepublic Map<String,Object> getAdditionalProperties()
public Object getAdditionalProperty(String key)
key - The arbitrary key to getpublic boolean equals(Object o)
Copyright © 2026. All rights reserved.