@Generated(value="OracleSDKGenerator", comments="API Version: 20200407") public final class Deployment extends com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
A container for your OCI GoldenGate resources, such as the OCI GoldenGate deployment console.
Note: Objects should always be created or deserialized using the Deployment.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 Deployment.Builder
, which maintain a
set of all explicitly set fields called Deployment.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 |
Deployment.Builder |
EXPLICITLY_SET_FILTER_NAME, EXPLICITLY_SET_PROPERTY_NAME
Constructor and Description |
---|
Deployment(String id,
String displayName,
String description,
String compartmentId,
String deploymentBackupId,
Date timeCreated,
Date timeUpdated,
LifecycleState lifecycleState,
LifecycleSubState lifecycleSubState,
String lifecycleDetails,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Boolean isHealthy,
String subnetId,
String fqdn,
LicenseModel licenseModel,
Integer cpuCoreCount,
Boolean isAutoScalingEnabled,
List<String> nsgIds,
Boolean isPublic,
String publicIpAddress,
String privateIpAddress,
String deploymentUrl,
Map<String,Map<String,Object>> systemTags,
Boolean isLatestVersion,
Date timeUpgradeRequired,
Long storageUtilizationInBytes,
Boolean isStorageUtilizationLimitExceeded,
DeploymentType deploymentType,
OggDeployment oggData,
DeploymentDiagnosticData deploymentDiagnosticData,
MaintenanceWindow maintenanceWindow,
Date timeOfNextMaintenance,
MaintenanceActionType nextMaintenanceActionType,
String nextMaintenanceDescription,
MaintenanceConfiguration maintenanceConfiguration,
Date timeOggVersionSupportedUntil)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static Deployment.Builder |
builder()
Create a new builder.
|
boolean |
equals(Object o) |
String |
getCompartmentId()
The OCID of the
compartment being referenced.
|
Integer |
getCpuCoreCount()
The Minimum number of OCPUs to be made available for this Deployment.
|
Map<String,Map<String,Object>> |
getDefinedTags()
Tags defined for this resource.
|
String |
getDeploymentBackupId()
The OCID of the
backup being referenced.
|
DeploymentDiagnosticData |
getDeploymentDiagnosticData() |
DeploymentType |
getDeploymentType()
The type of deployment, which can be any one of the Allowed values.
|
String |
getDeploymentUrl()
The URL of a resource.
|
String |
getDescription()
Metadata about this specific object.
|
String |
getDisplayName()
An object’s Display Name.
|
String |
getFqdn()
A three-label Fully Qualified Domain Name (FQDN) for a resource.
|
Map<String,String> |
getFreeformTags()
A simple key-value pair that is applied without any predefined name, type, or scope.
|
String |
getId()
The OCID of the
deployment being referenced.
|
Boolean |
getIsAutoScalingEnabled()
Indicates if auto scaling is enabled for the Deployment’s CPU core count.
|
Boolean |
getIsHealthy()
True if all of the aggregate resources are working correctly.
|
Boolean |
getIsLatestVersion()
Indicates if the resource is the the latest available version.
|
Boolean |
getIsPublic()
True if this object is publicly available.
|
Boolean |
getIsStorageUtilizationLimitExceeded()
Indicator will be true if the amount of storage being utilized exceeds the allowable storage
utilization limit.
|
LicenseModel |
getLicenseModel()
The Oracle license model that applies to a Deployment.
|
String |
getLifecycleDetails()
Describes the object’s current state in detail.
|
LifecycleState |
getLifecycleState()
Possible lifecycle states.
|
LifecycleSubState |
getLifecycleSubState()
Possible GGS lifecycle sub-states.
|
MaintenanceConfiguration |
getMaintenanceConfiguration() |
MaintenanceWindow |
getMaintenanceWindow() |
MaintenanceActionType |
getNextMaintenanceActionType()
Type of the next maintenance.
|
String |
getNextMaintenanceDescription()
Description of the next maintenance.
|
List<String> |
getNsgIds()
An array of Network Security Group OCIDs used to define network access for either Deployments
or Connections.
|
OggDeployment |
getOggData() |
String |
getPrivateIpAddress()
The private IP address in the customer’s VCN representing the access point for the associated
endpoint service in the GoldenGate service VCN.
|
String |
getPublicIpAddress()
The public IP address representing the access point for the Deployment.
|
Long |
getStorageUtilizationInBytes()
The amount of storage being utilized (in bytes)
|
String |
getSubnetId()
The OCID of the
subnet being referenced.
|
Map<String,Map<String,Object>> |
getSystemTags()
The system tags associated with this resource, if any.
|
Date |
getTimeCreated()
The time the resource was created.
|
Date |
getTimeOfNextMaintenance()
The time of next maintenance schedule.
|
Date |
getTimeOggVersionSupportedUntil()
The time until OGG version is supported.
|
Date |
getTimeUpdated()
The time the resource was last updated.
|
Date |
getTimeUpgradeRequired()
Note: Deprecated: Use timeOfNextMaintenance instead, or related upgrade records to check,
when deployment will be forced to upgrade to a newer version.
|
int |
hashCode() |
Deployment.Builder |
toBuilder() |
String |
toString() |
String |
toString(boolean includeByteArrayContents)
Return a string representation of the object.
|
markPropertyAsExplicitlySet, wasPropertyExplicitlySet
@Deprecated @ConstructorProperties(value={"id","displayName","description","compartmentId","deploymentBackupId","timeCreated","timeUpdated","lifecycleState","lifecycleSubState","lifecycleDetails","freeformTags","definedTags","isHealthy","subnetId","fqdn","licenseModel","cpuCoreCount","isAutoScalingEnabled","nsgIds","isPublic","publicIpAddress","privateIpAddress","deploymentUrl","systemTags","isLatestVersion","timeUpgradeRequired","storageUtilizationInBytes","isStorageUtilizationLimitExceeded","deploymentType","oggData","deploymentDiagnosticData","maintenanceWindow","timeOfNextMaintenance","nextMaintenanceActionType","nextMaintenanceDescription","maintenanceConfiguration","timeOggVersionSupportedUntil"}) public Deployment(String id, String displayName, String description, String compartmentId, String deploymentBackupId, Date timeCreated, Date timeUpdated, LifecycleState lifecycleState, LifecycleSubState lifecycleSubState, String lifecycleDetails, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Boolean isHealthy, String subnetId, String fqdn, LicenseModel licenseModel, Integer cpuCoreCount, Boolean isAutoScalingEnabled, List<String> nsgIds, Boolean isPublic, String publicIpAddress, String privateIpAddress, String deploymentUrl, Map<String,Map<String,Object>> systemTags, Boolean isLatestVersion, Date timeUpgradeRequired, Long storageUtilizationInBytes, Boolean isStorageUtilizationLimitExceeded, DeploymentType deploymentType, OggDeployment oggData, DeploymentDiagnosticData deploymentDiagnosticData, MaintenanceWindow maintenanceWindow, Date timeOfNextMaintenance, MaintenanceActionType nextMaintenanceActionType, String nextMaintenanceDescription, MaintenanceConfiguration maintenanceConfiguration, Date timeOggVersionSupportedUntil)
public static Deployment.Builder builder()
Create a new builder.
public Deployment.Builder toBuilder()
public String getDisplayName()
An object’s Display Name.
public String getDescription()
Metadata about this specific object.
public String getCompartmentId()
The OCID of the compartment being referenced.
public String getDeploymentBackupId()
The OCID of the backup being referenced.
public Date getTimeCreated()
The time the resource was created. The format is defined by
RFC3339, such as 2016-08-25T21:10:29.600Z
.
public Date getTimeUpdated()
The time the resource was last updated. The format is defined by
RFC3339, such as 2016-08-25T21:10:29.600Z
.
public LifecycleState getLifecycleState()
Possible lifecycle states.
public LifecycleSubState getLifecycleSubState()
Possible GGS lifecycle sub-states.
public String getLifecycleDetails()
Describes the object’s current state in detail. For example, it can be used to provide actionable information for a resource in a Failed state.
public Map<String,String> getFreeformTags()
A simple key-value pair that is applied without any predefined name, type, or scope. Exists for cross-compatibility only.
Example: {"bar-key": "value"}
public Map<String,Map<String,Object>> getDefinedTags()
Tags defined for this resource. Each key is predefined and scoped to a namespace.
Example: {"foo-namespace": {"bar-key": "value"}}
public Boolean getIsHealthy()
True if all of the aggregate resources are working correctly.
public String getFqdn()
A three-label Fully Qualified Domain Name (FQDN) for a resource.
public LicenseModel getLicenseModel()
The Oracle license model that applies to a Deployment.
public Integer getCpuCoreCount()
The Minimum number of OCPUs to be made available for this Deployment.
public Boolean getIsAutoScalingEnabled()
Indicates if auto scaling is enabled for the Deployment’s CPU core count.
public List<String> getNsgIds()
An array of Network Security Group OCIDs used to define network access for either Deployments or Connections.
public Boolean getIsPublic()
True if this object is publicly available.
public String getPublicIpAddress()
The public IP address representing the access point for the Deployment.
public String getPrivateIpAddress()
The private IP address in the customer’s VCN representing the access point for the associated endpoint service in the GoldenGate service VCN.
public String getDeploymentUrl()
The URL of a resource.
public Map<String,Map<String,Object>> getSystemTags()
The system tags associated with this resource, if any. The system tags are set by Oracle Cloud Infrastructure services. Each key is predefined and scoped to namespaces. For more information, see Resource Tags.
Example: {orcl-cloud: {free-tier-retain: true}}
public Boolean getIsLatestVersion()
Indicates if the resource is the the latest available version.
public Date getTimeUpgradeRequired()
Note: Deprecated: Use timeOfNextMaintenance instead, or related upgrade records to check,
when deployment will be forced to upgrade to a newer version. Old description: The date the
existing version in use will no longer be considered as usable and an upgrade will be
required. This date is typically 6 months after the version was released for use by GGS. The
format is defined by RFC3339, such as 2016-08-25T21:10:29.600Z
.
public Long getStorageUtilizationInBytes()
The amount of storage being utilized (in bytes)
public Boolean getIsStorageUtilizationLimitExceeded()
Indicator will be true if the amount of storage being utilized exceeds the allowable storage utilization limit. Exceeding the limit may be an indication of a misconfiguration of the deployment’s GoldenGate service.
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 OggDeployment getOggData()
public DeploymentDiagnosticData getDeploymentDiagnosticData()
public MaintenanceWindow getMaintenanceWindow()
public Date getTimeOfNextMaintenance()
The time of next maintenance schedule. The format is defined by
RFC3339, such as 2016-08-25T21:10:29.600Z
.
public MaintenanceActionType getNextMaintenanceActionType()
Type of the next maintenance.
public String getNextMaintenanceDescription()
Description of the next maintenance.
public MaintenanceConfiguration getMaintenanceConfiguration()
public Date getTimeOggVersionSupportedUntil()
The time until OGG version is supported. After this date has passed OGG version will not be
available anymore. The format is defined by RFC3339,
such as 2016-08-25T21:10:29.600Z
.
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–2023. All rights reserved.