Package com.oracle.bmc.integration.model
Class CustomEndpointDetails
- java.lang.Object
- 
- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
- 
- com.oracle.bmc.integration.model.CustomEndpointDetails
 
 
- 
 @Generated(value="OracleSDKGenerator", comments="API Version: 20190131") public final class CustomEndpointDetails extends com.oracle.bmc.http.client.internal.ExplicitlySetBmcModelDetails for a custom endpoint for the integration instance.
 Note: Objects should always be created or deserialized using theCustomEndpointDetails.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 theCustomEndpointDetails.Builder, which maintain a set of all explicitly set fields calledCustomEndpointDetails.Builder.__explicitlySet__. ThehashCode()andequals(Object)methods are implemented to take the explicitly set fields into account. The constructor, on the other hand, does not take the explicitly set fields into account (since the constructor cannot distinguish explicit null from unset null).
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classCustomEndpointDetails.Builderstatic classCustomEndpointDetails.DnsTypeType of DNS.static classCustomEndpointDetails.ManagedTypeIndicates if custom endpoint is managed by oracle or customer.
 - 
Constructor SummaryConstructors Constructor Description CustomEndpointDetails(String hostname, CustomEndpointDetails.ManagedType managedType, String dnsZoneName, CustomEndpointDetails.DnsType dnsType, String certificateSecretId, Integer certificateSecretVersion, String alias)Deprecated.
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static CustomEndpointDetails.Builderbuilder()Create a new builder.booleanequals(Object o)StringgetAlias()When creating the DNS CNAME record for the custom hostname, this value must be specified in the rdata.StringgetCertificateSecretId()Optional OCID of a vault/secret containing a private SSL certificate bundle to be used for the custom hostname.IntegergetCertificateSecretVersion()The secret version used for the certificate-secret-id (if certificate-secret-id is specified).CustomEndpointDetails.DnsTypegetDnsType()Type of DNS.StringgetDnsZoneName()DNS Zone nameStringgetHostname()A custom hostname to be used for the integration instance URL, in FQDN format.CustomEndpointDetails.ManagedTypegetManagedType()Indicates if custom endpoint is managed by oracle or customer.inthashCode()CustomEndpointDetails.BuildertoBuilder()StringtoString()StringtoString(boolean includeByteArrayContents)Return a string representation of the object.
 
- 
- 
- 
Constructor Detail- 
CustomEndpointDetails@Deprecated @ConstructorProperties({"hostname","managedType","dnsZoneName","dnsType","certificateSecretId","certificateSecretVersion","alias"}) public CustomEndpointDetails(String hostname, CustomEndpointDetails.ManagedType managedType, String dnsZoneName, CustomEndpointDetails.DnsType dnsType, String certificateSecretId, Integer certificateSecretVersion, String alias) Deprecated.
 
- 
 - 
Method Detail- 
builderpublic static CustomEndpointDetails.Builder builder() Create a new builder.
 - 
toBuilderpublic CustomEndpointDetails.Builder toBuilder() 
 - 
getHostnamepublic String getHostname() A custom hostname to be used for the integration instance URL, in FQDN format.- Returns:
- the value
 
 - 
getManagedTypepublic CustomEndpointDetails.ManagedType getManagedType() Indicates if custom endpoint is managed by oracle or customer.- Returns:
- the value
 
 - 
getDnsZoneNamepublic String getDnsZoneName() DNS Zone name- Returns:
- the value
 
 - 
getDnsTypepublic CustomEndpointDetails.DnsType getDnsType() Type of DNS.- Returns:
- the value
 
 - 
getCertificateSecretIdpublic String getCertificateSecretId() Optional OCID of a vault/secret containing a private SSL certificate bundle to be used for the custom hostname.- Returns:
- the value
 
 - 
getCertificateSecretVersionpublic Integer getCertificateSecretVersion() The secret version used for the certificate-secret-id (if certificate-secret-id is specified).- Returns:
- the value
 
 - 
getAliaspublic String getAlias() When creating the DNS CNAME record for the custom hostname, this value must be specified in the rdata.- Returns:
- the value
 
 - 
toStringpublic String toString() - Overrides:
- toStringin class- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
 
 - 
toStringpublic String toString(boolean includeByteArrayContents) Return a string representation of the object.- Parameters:
- includeByteArrayContents- true to include the full contents of byte arrays
- Returns:
- string representation
 
 - 
equalspublic boolean equals(Object o) - Overrides:
- equalsin class- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
 
 - 
hashCodepublic int hashCode() - Overrides:
- hashCodein class- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
 
 
- 
 
-