Package | Description |
---|---|
com.oracle.bmc.goldengate.model |
Modifier and Type | Method and Description |
---|---|
static DeploymentSummary.Builder |
DeploymentSummary.builder()
Create a new builder.
|
DeploymentSummary.Builder |
DeploymentSummary.Builder.category(DeploymentCategory category)
The deployment category defines the broad separation of the deployment type into three
categories.
|
DeploymentSummary.Builder |
DeploymentSummary.Builder.compartmentId(String compartmentId)
The OCID of the
compartment being referenced.
|
DeploymentSummary.Builder |
DeploymentSummary.Builder.copy(DeploymentSummary model) |
DeploymentSummary.Builder |
DeploymentSummary.Builder.cpuCoreCount(Integer cpuCoreCount)
The Minimum number of OCPUs to be made available for this Deployment.
|
DeploymentSummary.Builder |
DeploymentSummary.Builder.definedTags(Map<String,Map<String,Object>> definedTags)
Tags defined for this resource.
|
DeploymentSummary.Builder |
DeploymentSummary.Builder.deploymentType(DeploymentType deploymentType)
The type of deployment, which can be any one of the Allowed values.
|
DeploymentSummary.Builder |
DeploymentSummary.Builder.deploymentUrl(String deploymentUrl)
The URL of a resource.
|
DeploymentSummary.Builder |
DeploymentSummary.Builder.description(String description)
Metadata about this specific object.
|
DeploymentSummary.Builder |
DeploymentSummary.Builder.displayName(String displayName)
An object’s Display Name.
|
DeploymentSummary.Builder |
DeploymentSummary.Builder.environmentType(EnvironmentType environmentType)
Specifies whether the deployment is used in a production or development/testing
environment.
|
DeploymentSummary.Builder |
DeploymentSummary.Builder.fqdn(String fqdn)
A three-label Fully Qualified Domain Name (FQDN) for a resource.
|
DeploymentSummary.Builder |
DeploymentSummary.Builder.freeformTags(Map<String,String> freeformTags)
A simple key-value pair that is applied without any predefined name, type, or scope.
|
DeploymentSummary.Builder |
DeploymentSummary.Builder.id(String id)
The OCID of the
deployment being referenced.
|
DeploymentSummary.Builder |
DeploymentSummary.Builder.isAutoScalingEnabled(Boolean isAutoScalingEnabled)
Indicates if auto scaling is enabled for the Deployment’s CPU core count.
|
DeploymentSummary.Builder |
DeploymentSummary.Builder.isLatestVersion(Boolean isLatestVersion)
Indicates if the resource is the the latest available version.
|
DeploymentSummary.Builder |
DeploymentSummary.Builder.isPublic(Boolean isPublic)
True if this object is publicly available.
|
DeploymentSummary.Builder |
DeploymentSummary.Builder.isStorageUtilizationLimitExceeded(Boolean isStorageUtilizationLimitExceeded)
Deprecated: This field is not updated and will be removed in future versions.
|
DeploymentSummary.Builder |
DeploymentSummary.Builder.licenseModel(LicenseModel licenseModel)
The Oracle license model that applies to a Deployment.
|
DeploymentSummary.Builder |
DeploymentSummary.Builder.lifecycleDetails(String lifecycleDetails)
Describes the object’s current state in detail.
|
DeploymentSummary.Builder |
DeploymentSummary.Builder.lifecycleState(LifecycleState lifecycleState)
Possible lifecycle states.
|
DeploymentSummary.Builder |
DeploymentSummary.Builder.lifecycleSubState(LifecycleSubState lifecycleSubState)
Possible GGS lifecycle sub-states.
|
DeploymentSummary.Builder |
DeploymentSummary.Builder.loadBalancerId(String loadBalancerId)
The OCID of the
loadbalancer in the customer’s subnet.
|
DeploymentSummary.Builder |
DeploymentSummary.Builder.loadBalancerSubnetId(String loadBalancerSubnetId)
The OCID of a
public subnet in the customer tenancy.
|
DeploymentSummary.Builder |
DeploymentSummary.Builder.locks(List<ResourceLock> locks)
Locks associated with this resource.
|
DeploymentSummary.Builder |
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 |
DeploymentSummary.Builder.publicIpAddress(String publicIpAddress)
The public IP address representing the access point for the Deployment.
|
DeploymentSummary.Builder |
DeploymentSummary.Builder.storageUtilizationInBytes(Long storageUtilizationInBytes)
The amount of storage being utilized (in bytes)
|
DeploymentSummary.Builder |
DeploymentSummary.Builder.subnetId(String subnetId)
The OCID of the
subnet of the deployment’s private endpoint.
|
DeploymentSummary.Builder |
DeploymentSummary.Builder.systemTags(Map<String,Map<String,Object>> systemTags)
The system tags associated with this resource, if any.
|
DeploymentSummary.Builder |
DeploymentSummary.Builder.timeCreated(Date timeCreated)
The time the resource was created.
|
DeploymentSummary.Builder |
DeploymentSummary.Builder.timeUpdated(Date timeUpdated)
The time the resource was last updated.
|
DeploymentSummary.Builder |
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.
|
DeploymentSummary.Builder |
DeploymentSummary.toBuilder() |
Copyright © 2016–2024. All rights reserved.