@Generated(value="OracleSDKGenerator", comments="API Version: 20210630") public final class CaCertVerify extends TlsVerifyConfig
Enable TLS verification with CA certificate.
Note: Objects should always be created or deserialized using the CaCertVerify.Builder
. This model
distinguishes fields that are null
because they are unset from fields that are explicitly
set to null
. This is done in the setter methods of the CaCertVerify.Builder
, which maintain a
set of all explicitly set fields called ExplicitlySetBmcModel.__explicitlySet__
. The hashCode()
and
equals(Object)
methods are implemented to take ExplicitlySetBmcModel.__explicitlySet__
into account.
The constructor, on the other hand, does not set ExplicitlySetBmcModel.__explicitlySet__
(since the
constructor cannot distinguish explicit null
from unset null
).
Modifier and Type | Class and Description |
---|---|
static class |
CaCertVerify.Builder |
TlsVerifyConfig.TlsVerifyMode
Constructor and Description |
---|
CaCertVerify(String caCertificateBundleId)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static CaCertVerify.Builder |
builder()
Create a new builder.
|
boolean |
equals(Object o) |
String |
getCaCertificateBundleId()
The OCID of OCI certificate service CA bundle.
|
int |
hashCode() |
CaCertVerify.Builder |
toBuilder() |
String |
toString() |
String |
toString(boolean includeByteArrayContents)
Return a string representation of the object.
|
markPropertyAsExplicitlySet, wasPropertyExplicitlySet
@Deprecated public CaCertVerify(String caCertificateBundleId)
public static CaCertVerify.Builder builder()
Create a new builder.
public CaCertVerify.Builder toBuilder()
public String getCaCertificateBundleId()
The OCID of OCI certificate service CA bundle.
public String toString()
toString
in class TlsVerifyConfig
public String toString(boolean includeByteArrayContents)
Return a string representation of the object.
toString
in class TlsVerifyConfig
includeByteArrayContents
- true to include the full contents of byte arrayspublic boolean equals(Object o)
equals
in class TlsVerifyConfig
public int hashCode()
hashCode
in class TlsVerifyConfig
Copyright © 2016–2023. All rights reserved.