public static class DeploymentSummary.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
DeploymentSummary |
build() |
DeploymentSummary.Builder |
category(DeploymentCategory category)
The deployment category defines the broad separation of the deployment type into three
categories.
|
DeploymentSummary.Builder |
compartmentId(String compartmentId)
The OCID of the
compartment being referenced.
|
DeploymentSummary.Builder |
copy(DeploymentSummary model) |
DeploymentSummary.Builder |
cpuCoreCount(Integer cpuCoreCount)
The Minimum number of OCPUs to be made available for this Deployment.
|
DeploymentSummary.Builder |
definedTags(Map<String,Map<String,Object>> definedTags)
Tags defined for this resource.
|
DeploymentSummary.Builder |
deploymentType(DeploymentType deploymentType)
The type of deployment, which can be any one of the Allowed values.
|
DeploymentSummary.Builder |
deploymentUrl(String deploymentUrl)
The URL of a resource.
|
DeploymentSummary.Builder |
description(String description)
Metadata about this specific object.
|
DeploymentSummary.Builder |
displayName(String displayName)
An object’s Display Name.
|
DeploymentSummary.Builder |
environmentType(EnvironmentType environmentType)
Specifies whether the deployment is used in a production or development/testing
environment.
|
DeploymentSummary.Builder |
fqdn(String fqdn)
A three-label Fully Qualified Domain Name (FQDN) for a resource.
|
DeploymentSummary.Builder |
freeformTags(Map<String,String> freeformTags)
A simple key-value pair that is applied without any predefined name, type, or scope.
|
DeploymentSummary.Builder |
id(String id)
The OCID of the
deployment being referenced.
|
DeploymentSummary.Builder |
isAutoScalingEnabled(Boolean isAutoScalingEnabled)
Indicates if auto scaling is enabled for the Deployment’s CPU core count.
|
DeploymentSummary.Builder |
isLatestVersion(Boolean isLatestVersion)
Indicates if the resource is the the latest available version.
|
DeploymentSummary.Builder |
isPublic(Boolean isPublic)
True if this object is publicly available.
|
DeploymentSummary.Builder |
isStorageUtilizationLimitExceeded(Boolean isStorageUtilizationLimitExceeded)
Deprecated: This field is not updated and will be removed in future versions.
|
DeploymentSummary.Builder |
licenseModel(LicenseModel licenseModel)
The Oracle license model that applies to a Deployment.
|
DeploymentSummary.Builder |
lifecycleDetails(String lifecycleDetails)
Describes the object’s current state in detail.
|
DeploymentSummary.Builder |
lifecycleState(LifecycleState lifecycleState)
Possible lifecycle states.
|
DeploymentSummary.Builder |
lifecycleSubState(LifecycleSubState lifecycleSubState)
Possible GGS lifecycle sub-states.
|
DeploymentSummary.Builder |
loadBalancerId(String loadBalancerId)
The OCID of the
loadbalancer in the customer’s subnet.
|
DeploymentSummary.Builder |
loadBalancerSubnetId(String loadBalancerSubnetId)
The OCID of a
public subnet in the customer tenancy.
|
DeploymentSummary.Builder |
locks(List<ResourceLock> locks)
Locks associated with this resource.
|
DeploymentSummary.Builder |
privateIpAddress(String privateIpAddress)
The private IP address in the customer’s VCN representing the access point for the
associated endpoint service in the GoldenGate service VCN.
|
DeploymentSummary.Builder |
publicIpAddress(String publicIpAddress)
The public IP address representing the access point for the Deployment.
|
DeploymentSummary.Builder |
storageUtilizationInBytes(Long storageUtilizationInBytes)
The amount of storage being utilized (in bytes)
|
DeploymentSummary.Builder |
subnetId(String subnetId)
The OCID of the
subnet of the deployment’s private endpoint.
|
DeploymentSummary.Builder |
systemTags(Map<String,Map<String,Object>> systemTags)
The system tags associated with this resource, if any.
|
DeploymentSummary.Builder |
timeCreated(Date timeCreated)
The time the resource was created.
|
DeploymentSummary.Builder |
timeUpdated(Date timeUpdated)
The time the resource was last updated.
|
DeploymentSummary.Builder |
timeUpgradeRequired(Date timeUpgradeRequired)
Note: Deprecated: Use timeOfNextMaintenance instead, or related upgrade records to check,
when deployment will be forced to upgrade to a newer version.
|
public DeploymentSummary.Builder id(String id)
The OCID of the deployment being referenced.
id
- the value to setpublic DeploymentSummary.Builder displayName(String displayName)
An object’s Display Name.
displayName
- the value to setpublic DeploymentSummary.Builder description(String description)
Metadata about this specific object.
description
- the value to setpublic DeploymentSummary.Builder compartmentId(String compartmentId)
The OCID of the compartment being referenced.
compartmentId
- the value to setpublic DeploymentSummary.Builder timeCreated(Date timeCreated)
The time the resource was created. The format is defined by
RFC3339, such as 2016-08-25T21:10:29.600Z
.
timeCreated
- the value to setpublic DeploymentSummary.Builder timeUpdated(Date timeUpdated)
The time the resource was last updated. The format is defined by
RFC3339, such as 2016-08-25T21:10:29.600Z
.
timeUpdated
- the value to setpublic DeploymentSummary.Builder lifecycleState(LifecycleState lifecycleState)
Possible lifecycle states.
lifecycleState
- the value to setpublic DeploymentSummary.Builder lifecycleSubState(LifecycleSubState lifecycleSubState)
Possible GGS lifecycle sub-states.
lifecycleSubState
- the value to setpublic DeploymentSummary.Builder lifecycleDetails(String lifecycleDetails)
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.
lifecycleDetails
- the value to setpublic DeploymentSummary.Builder freeformTags(Map<String,String> freeformTags)
A simple key-value pair that is applied without any predefined name, type, or scope. Exists for cross-compatibility only.
Example: {"bar-key": "value"}
freeformTags
- the value to setpublic DeploymentSummary.Builder definedTags(Map<String,Map<String,Object>> definedTags)
Tags defined for this resource. Each key is predefined and scoped to a namespace.
Example: {"foo-namespace": {"bar-key": "value"}}
definedTags
- the value to setpublic DeploymentSummary.Builder subnetId(String subnetId)
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.
subnetId
- the value to setpublic DeploymentSummary.Builder loadBalancerSubnetId(String loadBalancerSubnetId)
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.
loadBalancerSubnetId
- the value to setpublic DeploymentSummary.Builder loadBalancerId(String loadBalancerId)
The OCID of the loadbalancer in the customer’s subnet. The loadbalancer of the public deployment created in the customer subnet.
loadBalancerId
- the value to setpublic DeploymentSummary.Builder licenseModel(LicenseModel licenseModel)
The Oracle license model that applies to a Deployment.
licenseModel
- the value to setpublic DeploymentSummary.Builder environmentType(EnvironmentType environmentType)
Specifies whether the deployment is used in a production or development/testing environment.
environmentType
- the value to setpublic DeploymentSummary.Builder category(DeploymentCategory category)
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’.
category
- the value to setpublic DeploymentSummary.Builder fqdn(String fqdn)
A three-label Fully Qualified Domain Name (FQDN) for a resource.
fqdn
- the value to setpublic DeploymentSummary.Builder cpuCoreCount(Integer cpuCoreCount)
The Minimum number of OCPUs to be made available for this Deployment.
cpuCoreCount
- the value to setpublic DeploymentSummary.Builder isAutoScalingEnabled(Boolean isAutoScalingEnabled)
Indicates if auto scaling is enabled for the Deployment’s CPU core count.
isAutoScalingEnabled
- the value to setpublic DeploymentSummary.Builder isPublic(Boolean isPublic)
True if this object is publicly available.
isPublic
- the value to setpublic DeploymentSummary.Builder publicIpAddress(String publicIpAddress)
The public IP address representing the access point for the Deployment.
publicIpAddress
- the value to setpublic DeploymentSummary.Builder privateIpAddress(String privateIpAddress)
The private IP address in the customer’s VCN representing the access point for the associated endpoint service in the GoldenGate service VCN.
privateIpAddress
- the value to setpublic DeploymentSummary.Builder deploymentUrl(String deploymentUrl)
The URL of a resource.
deploymentUrl
- the value to setpublic DeploymentSummary.Builder systemTags(Map<String,Map<String,Object>> systemTags)
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}}
systemTags
- the value to setpublic DeploymentSummary.Builder isLatestVersion(Boolean isLatestVersion)
Indicates if the resource is the the latest available version.
isLatestVersion
- the value to setpublic DeploymentSummary.Builder timeUpgradeRequired(Date timeUpgradeRequired)
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
.
timeUpgradeRequired
- the value to setpublic DeploymentSummary.Builder deploymentType(DeploymentType deploymentType)
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’.
deploymentType
- the value to setpublic DeploymentSummary.Builder storageUtilizationInBytes(Long storageUtilizationInBytes)
The amount of storage being utilized (in bytes)
storageUtilizationInBytes
- the value to setpublic DeploymentSummary.Builder isStorageUtilizationLimitExceeded(Boolean isStorageUtilizationLimitExceeded)
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.
isStorageUtilizationLimitExceeded
- the value to setpublic DeploymentSummary.Builder locks(List<ResourceLock> locks)
Locks associated with this resource.
locks
- the value to setpublic DeploymentSummary build()
public DeploymentSummary.Builder copy(DeploymentSummary model)
Copyright © 2016–2024. All rights reserved.