@Generated(value="OracleSDKGenerator", comments="API Version: 20200407") public final class DeploymentTypeSummary extends com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
The meta-data specific on particular deployment type represented by deploymentType field.
Note: Objects should always be created or deserialized using the DeploymentTypeSummary.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 DeploymentTypeSummary.Builder
, which maintain a
set of all explicitly set fields called DeploymentTypeSummary.Builder.__explicitlySet__
. The hashCode()
and equals(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
).
Modifier and Type | Class and Description |
---|---|
static class |
DeploymentTypeSummary.Builder |
static class |
DeploymentTypeSummary.Category
The deployment category defines the broad separation of the deployment type into three
categories.
|
EXPLICITLY_SET_FILTER_NAME, EXPLICITLY_SET_PROPERTY_NAME
Constructor and Description |
---|
DeploymentTypeSummary(DeploymentTypeSummary.Category category,
String displayName,
DeploymentType deploymentType,
List<ConnectionType> connectionTypes,
List<String> sourceTechnologies,
List<String> targetTechnologies,
String oggVersion,
String supportedTechnologiesUrl,
String defaultUsername)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static DeploymentTypeSummary.Builder |
builder()
Create a new builder.
|
boolean |
equals(Object o) |
DeploymentTypeSummary.Category |
getCategory()
The deployment category defines the broad separation of the deployment type into three
categories.
|
List<ConnectionType> |
getConnectionTypes()
An array of connectionTypes.
|
String |
getDefaultUsername()
The default admin username used by deployment.
|
DeploymentType |
getDeploymentType()
The type of deployment, which can be any one of the Allowed values.
|
String |
getDisplayName()
An object’s Display Name.
|
String |
getOggVersion()
Version of OGG
|
List<String> |
getSourceTechnologies()
List of the supported technologies generally.
|
String |
getSupportedTechnologiesUrl()
The URL to the webpage listing the supported technologies.
|
List<String> |
getTargetTechnologies()
List of the supported technologies generally.
|
int |
hashCode() |
DeploymentTypeSummary.Builder |
toBuilder() |
String |
toString() |
String |
toString(boolean includeByteArrayContents)
Return a string representation of the object.
|
markPropertyAsExplicitlySet, wasPropertyExplicitlySet
@Deprecated @ConstructorProperties(value={"category","displayName","deploymentType","connectionTypes","sourceTechnologies","targetTechnologies","oggVersion","supportedTechnologiesUrl","defaultUsername"}) public DeploymentTypeSummary(DeploymentTypeSummary.Category category, String displayName, DeploymentType deploymentType, List<ConnectionType> connectionTypes, List<String> sourceTechnologies, List<String> targetTechnologies, String oggVersion, String supportedTechnologiesUrl, String defaultUsername)
public static DeploymentTypeSummary.Builder builder()
Create a new builder.
public DeploymentTypeSummary.Builder toBuilder()
public DeploymentTypeSummary.Category getCategory()
The deployment category defines the broad separation of the deployment type into three categories. Currently the separation is ‘DATA_REPLICATION’, ‘STREAM_ANALYTICS’ and ‘DATA_TRANSFORMS’.
public String getDisplayName()
An object’s Display Name.
public DeploymentType getDeploymentType()
The type of deployment, which can be any one of the Allowed values. NOTE: Use of the value ‘OGG’ is maintained for backward compatibility purposes. Its use is discouraged in favor of ‘DATABASE_ORACLE’.
public List<ConnectionType> getConnectionTypes()
An array of connectionTypes.
public List<String> getSourceTechnologies()
List of the supported technologies generally. The value is a freeform text string generally consisting of a description of the technology and optionally the speific version(s) support. For example, [ “Oracle Database 19c”, “Oracle Exadata”, “OCI Streaming” ]
public List<String> getTargetTechnologies()
List of the supported technologies generally. The value is a freeform text string generally consisting of a description of the technology and optionally the speific version(s) support. For example, [ “Oracle Database 19c”, “Oracle Exadata”, “OCI Streaming” ]
public String getOggVersion()
Version of OGG
public String getSupportedTechnologiesUrl()
The URL to the webpage listing the supported technologies.
public String getDefaultUsername()
The default admin username used by deployment.
public String toString()
toString
in class com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
public String toString(boolean includeByteArrayContents)
Return a string representation of the object.
includeByteArrayContents
- true to include the full contents of byte arrayspublic boolean equals(Object o)
equals
in class com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
public int hashCode()
hashCode
in class com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
Copyright © 2016–2024. All rights reserved.