Class Deployment
- java.lang.Object
- 
- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
- 
- com.oracle.bmc.goldengate.model.Deployment
 
 
- 
 @Generated(value="OracleSDKGenerator", comments="API Version: 20200407") public final class Deployment extends com.oracle.bmc.http.client.internal.ExplicitlySetBmcModelA container for your OCI GoldenGate resources, such as the OCI GoldenGate deployment console.
 Note: Objects should always be created or deserialized using theDeployment.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 theDeployment.Builder, which maintain a set of all explicitly set fields calledDeployment.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 classDeployment.Builder
 - 
Constructor SummaryConstructors Constructor Description Deployment(String id, String displayName, String description, String compartmentId, String availabilityDomain, String faultDomain, DeploymentRole deploymentRole, Date timeRoleChanged, String sourceDeploymentId, List<DeploymentPlacementInfo> placements, String deploymentBackupId, Date timeCreated, Date timeUpdated, LifecycleState lifecycleState, LifecycleSubState lifecycleSubState, String lifecycleDetails, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, List<ResourceLock> locks, Boolean isHealthy, String subnetId, String loadBalancerSubnetId, String loadBalancerId, String fqdn, LicenseModel licenseModel, Boolean isByolCpuCoreCountLimitEnabled, Integer byolCpuCoreCountLimit, EnvironmentType environmentType, DeploymentCategory category, 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, BackupSchedule backupSchedule, Date timeLastBackupScheduled, Date timeNextBackupScheduled, List<IngressIpDetails> ingressIps, String subscriptionId, String clusterPlacementGroupId, Map<String,Map<String,Object>> securityAttributes)Deprecated.
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Deployment.Builderbuilder()Create a new builder.booleanequals(Object o)StringgetAvailabilityDomain()The availability domain of a placement.BackupSchedulegetBackupSchedule()IntegergetByolCpuCoreCountLimit()The maximum number of CPUs allowed with a ‘Bring Your Own License’ (BYOL) license type.DeploymentCategorygetCategory()The deployment category defines the broad separation of the deployment type into three categories.StringgetClusterPlacementGroupId()The OCID(/Content/General/Concepts/identifiers.htm) of the cluster placement group for the resource.StringgetCompartmentId()The OCID of the compartment being referenced.IntegergetCpuCoreCount()The Minimum number of OCPUs to be made available for this Deployment.Map<String,Map<String,Object>>getDefinedTags()Tags defined for this resource.StringgetDeploymentBackupId()The OCID of the backup being referenced.DeploymentDiagnosticDatagetDeploymentDiagnosticData()DeploymentRolegetDeploymentRole()The type of the deployment role.DeploymentTypegetDeploymentType()The type of deployment, which can be any one of the Allowed values.StringgetDeploymentUrl()The URL of a resource.StringgetDescription()Metadata about this specific object.StringgetDisplayName()An object’s Display Name.EnvironmentTypegetEnvironmentType()Specifies whether the deployment is used in a production or development/testing environment.StringgetFaultDomain()The fault domain of a placement.StringgetFqdn()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.StringgetId()The OCID of the deployment being referenced.List<IngressIpDetails>getIngressIps()List of ingress IP addresses from where the GoldenGate deployment connects to this connection’s privateIp.BooleangetIsAutoScalingEnabled()Indicates if auto scaling is enabled for the Deployment’s CPU core count.BooleangetIsByolCpuCoreCountLimitEnabled()Flag to allow to configure the ‘Bring Your Own License’ (BYOL) license type CPU limit.BooleangetIsHealthy()True if all of the aggregate resources are working correctly.BooleangetIsLatestVersion()Indicates if the resource is the the latest available version.BooleangetIsPublic()True if this object is publicly available.BooleangetIsStorageUtilizationLimitExceeded()Deprecated: This field is not updated and will be removed in future versions.LicenseModelgetLicenseModel()The Oracle license model that applies to a Deployment.StringgetLifecycleDetails()Describes the object’s current state in detail.LifecycleStategetLifecycleState()Possible lifecycle states.LifecycleSubStategetLifecycleSubState()Possible GGS lifecycle sub-states.StringgetLoadBalancerId()The OCID of the loadbalancer in the customer’s subnet.StringgetLoadBalancerSubnetId()The OCID of a public subnet in the customer tenancy.List<ResourceLock>getLocks()Locks associated with this resource.MaintenanceConfigurationgetMaintenanceConfiguration()MaintenanceWindowgetMaintenanceWindow()MaintenanceActionTypegetNextMaintenanceActionType()Type of the next maintenance.StringgetNextMaintenanceDescription()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.OggDeploymentgetOggData()List<DeploymentPlacementInfo>getPlacements()An array of local peers of deploymentStringgetPrivateIpAddress()The private IP address in the customer’s VCN representing the access point for the associated endpoint service in the GoldenGate service VCN.StringgetPublicIpAddress()The public IP address representing the access point for the Deployment.Map<String,Map<String,Object>>getSecurityAttributes()Security attributes for this resource.StringgetSourceDeploymentId()The OCID of the deployment being referenced.LonggetStorageUtilizationInBytes()The amount of storage being utilized (in bytes)StringgetSubnetId()The OCID of the subnet of the deployment’s private endpoint.StringgetSubscriptionId()The OCID of the subscription with which resource needs to be associated with.Map<String,Map<String,Object>>getSystemTags()The system tags associated with this resource, if any.DategetTimeCreated()The time the resource was created.DategetTimeLastBackupScheduled()The timestamp of last deployment backup scheduled.DategetTimeNextBackupScheduled()The timestamp of next deployment backup scheduled.DategetTimeOfNextMaintenance()The time of next maintenance schedule.DategetTimeOggVersionSupportedUntil()The time until OGG version is supported.DategetTimeRoleChanged()The time of the last role change.DategetTimeUpdated()The time the resource was last updated.DategetTimeUpgradeRequired()Note: Deprecated: Use timeOfNextMaintenance instead, or related upgrade records to check, when deployment will be forced to upgrade to a newer version.inthashCode()Deployment.BuildertoBuilder()StringtoString()StringtoString(boolean includeByteArrayContents)Return a string representation of the object.
 
- 
- 
- 
Constructor Detail- 
Deployment@Deprecated @ConstructorProperties({"id","displayName","description","compartmentId","availabilityDomain","faultDomain","deploymentRole","timeRoleChanged","sourceDeploymentId","placements","deploymentBackupId","timeCreated","timeUpdated","lifecycleState","lifecycleSubState","lifecycleDetails","freeformTags","definedTags","locks","isHealthy","subnetId","loadBalancerSubnetId","loadBalancerId","fqdn","licenseModel","isByolCpuCoreCountLimitEnabled","byolCpuCoreCountLimit","environmentType","category","cpuCoreCount","isAutoScalingEnabled","nsgIds","isPublic","publicIpAddress","privateIpAddress","deploymentUrl","systemTags","isLatestVersion","timeUpgradeRequired","storageUtilizationInBytes","isStorageUtilizationLimitExceeded","deploymentType","oggData","deploymentDiagnosticData","maintenanceWindow","timeOfNextMaintenance","nextMaintenanceActionType","nextMaintenanceDescription","maintenanceConfiguration","timeOggVersionSupportedUntil","backupSchedule","timeLastBackupScheduled","timeNextBackupScheduled","ingressIps","subscriptionId","clusterPlacementGroupId","securityAttributes"}) public Deployment(String id, String displayName, String description, String compartmentId, String availabilityDomain, String faultDomain, DeploymentRole deploymentRole, Date timeRoleChanged, String sourceDeploymentId, List<DeploymentPlacementInfo> placements, String deploymentBackupId, Date timeCreated, Date timeUpdated, LifecycleState lifecycleState, LifecycleSubState lifecycleSubState, String lifecycleDetails, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, List<ResourceLock> locks, Boolean isHealthy, String subnetId, String loadBalancerSubnetId, String loadBalancerId, String fqdn, LicenseModel licenseModel, Boolean isByolCpuCoreCountLimitEnabled, Integer byolCpuCoreCountLimit, EnvironmentType environmentType, DeploymentCategory category, 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, BackupSchedule backupSchedule, Date timeLastBackupScheduled, Date timeNextBackupScheduled, List<IngressIpDetails> ingressIps, String subscriptionId, String clusterPlacementGroupId, Map<String,Map<String,Object>> securityAttributes) Deprecated.
 
- 
 - 
Method Detail- 
builderpublic static Deployment.Builder builder() Create a new builder.
 - 
toBuilderpublic Deployment.Builder toBuilder() 
 - 
getDisplayNamepublic String getDisplayName() An object’s Display Name.- Returns:
- the value
 
 - 
getDescriptionpublic String getDescription() Metadata about this specific object.- Returns:
- the value
 
 - 
getCompartmentIdpublic String getCompartmentId() The OCID of the compartment being referenced.- Returns:
- the value
 
 - 
getAvailabilityDomainpublic String getAvailabilityDomain() The availability domain of a placement.- Returns:
- the value
 
 - 
getFaultDomainpublic String getFaultDomain() The fault domain of a placement.- Returns:
- the value
 
 - 
getDeploymentRolepublic DeploymentRole getDeploymentRole() The type of the deployment role.- Returns:
- the value
 
 - 
getTimeRoleChangedpublic Date getTimeRoleChanged() The time of the last role change.The format is defined by RFC3339, such as 2016-08-25T21:10:29.600Z. - Returns:
- the value
 
 - 
getSourceDeploymentIdpublic String getSourceDeploymentId() The OCID of the deployment being referenced.- Returns:
- the value
 
 - 
getPlacementspublic List<DeploymentPlacementInfo> getPlacements() An array of local peers of deployment- Returns:
- the value
 
 - 
getDeploymentBackupIdpublic String getDeploymentBackupId() The OCID of the backup being referenced.- Returns:
- the value
 
 - 
getTimeCreatedpublic Date getTimeCreated() The time the resource was created.The format is defined by RFC3339, such as 2016-08-25T21:10:29.600Z. - Returns:
- the value
 
 - 
getTimeUpdatedpublic Date getTimeUpdated() The time the resource was last updated.The format is defined by RFC3339, such as 2016-08-25T21:10:29.600Z. - Returns:
- the value
 
 - 
getLifecycleStatepublic LifecycleState getLifecycleState() Possible lifecycle states.- Returns:
- the value
 
 - 
getLifecycleSubStatepublic LifecycleSubState getLifecycleSubState() Possible GGS lifecycle sub-states.- Returns:
- the value
 
 - 
getLifecycleDetailspublic 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. - Returns:
- the value
 
 - 
getFreeformTagspublic 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"} - Returns:
- the value
 
 - 
getDefinedTagspublic 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"}} - Returns:
- the value
 
 - 
getLockspublic List<ResourceLock> getLocks() Locks associated with this resource.- Returns:
- the value
 
 - 
getIsHealthypublic Boolean getIsHealthy() True if all of the aggregate resources are working correctly.- Returns:
- the value
 
 - 
getSubnetIdpublic String getSubnetId() The OCID of the subnet of the deployment’s private endpoint.The subnet must be a private subnet. For backward compatibility, public subnets are allowed until May 31 2025, after which the private subnet will be enforced. - Returns:
- the value
 
 - 
getLoadBalancerSubnetIdpublic String getLoadBalancerSubnetId() The OCID of a public subnet in the customer tenancy.Can be provided only for public deployments. If provided, the loadbalancer will be created in this subnet instead of the service tenancy. For backward compatibility, this is an optional property. It will become mandatory for public deployments after October 1, 2024. - Returns:
- the value
 
 - 
getLoadBalancerIdpublic String getLoadBalancerId() The OCID of the loadbalancer in the customer’s subnet.The loadbalancer of the public deployment created in the customer subnet. - Returns:
- the value
 
 - 
getFqdnpublic String getFqdn() A three-label Fully Qualified Domain Name (FQDN) for a resource.- Returns:
- the value
 
 - 
getLicenseModelpublic LicenseModel getLicenseModel() The Oracle license model that applies to a Deployment.- Returns:
- the value
 
 - 
getIsByolCpuCoreCountLimitEnabledpublic Boolean getIsByolCpuCoreCountLimitEnabled() Flag to allow to configure the ‘Bring Your Own License’ (BYOL) license type CPU limit.If enabled, the exact number of CPUs must be provided via byolCpuCoreCountLimit. - Returns:
- the value
 
 - 
getByolCpuCoreCountLimitpublic Integer getByolCpuCoreCountLimit() The maximum number of CPUs allowed with a ‘Bring Your Own License’ (BYOL) license type.Any CPU usage above this limit is considered as License Included and billed. - Returns:
- the value
 
 - 
getEnvironmentTypepublic EnvironmentType getEnvironmentType() Specifies whether the deployment is used in a production or development/testing environment.- Returns:
- the value
 
 - 
getCategorypublic DeploymentCategory 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’. - Returns:
- the value
 
 - 
getCpuCoreCountpublic Integer getCpuCoreCount() The Minimum number of OCPUs to be made available for this Deployment.- Returns:
- the value
 
 - 
getIsAutoScalingEnabledpublic Boolean getIsAutoScalingEnabled() Indicates if auto scaling is enabled for the Deployment’s CPU core count.- Returns:
- the value
 
 - 
getNsgIdspublic List<String> getNsgIds() An array of Network Security Group OCIDs used to define network access for either Deployments or Connections.- Returns:
- the value
 
 - 
getIsPublicpublic Boolean getIsPublic() True if this object is publicly available.- Returns:
- the value
 
 - 
getPublicIpAddresspublic String getPublicIpAddress() The public IP address representing the access point for the Deployment.- Returns:
- the value
 
 - 
getPrivateIpAddresspublic 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.- Returns:
- the value
 
 - 
getDeploymentUrlpublic String getDeploymentUrl() The URL of a resource.- Returns:
- the value
 
 - 
getSystemTagspublic 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}} - Returns:
- the value
 
 - 
getIsLatestVersionpublic Boolean getIsLatestVersion() Indicates if the resource is the the latest available version.- Returns:
- the value
 
 - 
getTimeUpgradeRequiredpublic 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. - Returns:
- the value
 
 - 
getStorageUtilizationInBytespublic Long getStorageUtilizationInBytes() The amount of storage being utilized (in bytes)- Returns:
- the value
 
 - 
getIsStorageUtilizationLimitExceededpublic Boolean getIsStorageUtilizationLimitExceeded() Deprecated: This field is not updated and will be removed in future versions.If storage utilization exceeds the limit, the respective warning message will appear in deployment messages, which can be accessed through /messages?deploymentId=. 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. - Returns:
- the value
 
 - 
getDeploymentTypepublic 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’. - Returns:
- the value
 
 - 
getOggDatapublic OggDeployment getOggData() 
 - 
getDeploymentDiagnosticDatapublic DeploymentDiagnosticData getDeploymentDiagnosticData() 
 - 
getMaintenanceWindowpublic MaintenanceWindow getMaintenanceWindow() 
 - 
getTimeOfNextMaintenancepublic Date getTimeOfNextMaintenance() The time of next maintenance schedule.The format is defined by RFC3339, such as 2016-08-25T21:10:29.600Z. - Returns:
- the value
 
 - 
getNextMaintenanceActionTypepublic MaintenanceActionType getNextMaintenanceActionType() Type of the next maintenance.- Returns:
- the value
 
 - 
getNextMaintenanceDescriptionpublic String getNextMaintenanceDescription() Description of the next maintenance.- Returns:
- the value
 
 - 
getMaintenanceConfigurationpublic MaintenanceConfiguration getMaintenanceConfiguration() 
 - 
getTimeOggVersionSupportedUntilpublic 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. - Returns:
- the value
 
 - 
getBackupSchedulepublic BackupSchedule getBackupSchedule() 
 - 
getTimeLastBackupScheduledpublic Date getTimeLastBackupScheduled() The timestamp of last deployment backup scheduled.The format is defined by RFC3339, such as 2024-10-25T18:19:29.600Z. - Returns:
- the value
 
 - 
getTimeNextBackupScheduledpublic Date getTimeNextBackupScheduled() The timestamp of next deployment backup scheduled.The format is defined by RFC3339, such as 2024-10-26T20:19:29.600Z. - Returns:
- the value
 
 - 
getIngressIpspublic List<IngressIpDetails> getIngressIps() List of ingress IP addresses from where the GoldenGate deployment connects to this connection’s privateIp.Customers may optionally set up ingress security rules to restrict traffic from these IP addresses. - Returns:
- the value
 
 - 
getSubscriptionIdpublic String getSubscriptionId() The OCID of the subscription with which resource needs to be associated with.- Returns:
- the value
 
 - 
getClusterPlacementGroupIdpublic String getClusterPlacementGroupId() The OCID(/Content/General/Concepts/identifiers.htm) of the cluster placement group for the resource.Only applicable for multicloud subscriptions. The cluster placement group id must be provided when a multicloud subscription id is provided. Otherwise the cluster placement group must not be provided. - Returns:
- the value
 
 - 
getSecurityAttributespublic Map<String,Map<String,Object>> getSecurityAttributes() Security attributes for this resource.Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Oracle-ZPR": {"MaxEgressCount": {"value": "42", "mode": "enforce"}}} - 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
 
 
- 
 
-