@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class ObservabilityPipelineMtlsServerTls 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_VERIFY_CERTIFICATE |
boolean |
unparsed |
| Constructor and Description |
|---|
ObservabilityPipelineMtlsServerTls() |
ObservabilityPipelineMtlsServerTls(String crtFile) |
| Modifier and Type | Method and Description |
|---|---|
ObservabilityPipelineMtlsServerTls |
caFile(String caFile) |
ObservabilityPipelineMtlsServerTls |
crtFile(String crtFile) |
boolean |
equals(Object o)
Return true if this ObservabilityPipelineMtlsServerTls 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 connecting clients' TLS
certificates.
|
String |
getCrtFile()
Path to the TLS server certificate file used to used to identify the pipeline component to
connecting clients.
|
String |
getKeyFile()
Path to the private key file associated with the TLS server certificate.
|
String |
getKeyPassKey()
Name of the environment variable or secret that holds the passphrase for the private key file.
|
Boolean |
getVerifyCertificate()
When
true, requires client connections to present a valid certificate, enabling
mutual TLS authentication. |
int |
hashCode() |
ObservabilityPipelineMtlsServerTls |
keyFile(String keyFile) |
ObservabilityPipelineMtlsServerTls |
keyPassKey(String keyPassKey) |
ObservabilityPipelineMtlsServerTls |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setCaFile(String caFile) |
void |
setCrtFile(String crtFile) |
void |
setKeyFile(String keyFile) |
void |
setKeyPassKey(String keyPassKey) |
void |
setVerifyCertificate(Boolean verifyCertificate) |
String |
toString() |
ObservabilityPipelineMtlsServerTls |
verifyCertificate(Boolean verifyCertificate) |
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_VERIFY_CERTIFICATE
public ObservabilityPipelineMtlsServerTls()
public ObservabilityPipelineMtlsServerTls(String crtFile)
public ObservabilityPipelineMtlsServerTls caFile(String caFile)
@Nullable public String getCaFile()
public void setCaFile(String caFile)
public ObservabilityPipelineMtlsServerTls crtFile(String crtFile)
public String getCrtFile()
public void setCrtFile(String crtFile)
public ObservabilityPipelineMtlsServerTls keyFile(String keyFile)
@Nullable public String getKeyFile()
public void setKeyFile(String keyFile)
public ObservabilityPipelineMtlsServerTls keyPassKey(String keyPassKey)
@Nullable public String getKeyPassKey()
public void setKeyPassKey(String keyPassKey)
public ObservabilityPipelineMtlsServerTls verifyCertificate(Boolean verifyCertificate)
@Nullable public Boolean getVerifyCertificate()
true, requires client connections to present a valid certificate, enabling
mutual TLS authentication.public void setVerifyCertificate(Boolean verifyCertificate)
public ObservabilityPipelineMtlsServerTls 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.