Uses of Class
com.oracle.bmc.goldengate.model.Deployment.LifecycleState
-
Packages that use Deployment.LifecycleState Package Description com.oracle.bmc.goldengate com.oracle.bmc.goldengate.model com.oracle.bmc.goldengate.requests -
-
Uses of Deployment.LifecycleState in com.oracle.bmc.goldengate
Methods in com.oracle.bmc.goldengate with parameters of type Deployment.LifecycleState Modifier and Type Method Description Waiter<GetDeploymentRequest,GetDeploymentResponse>GoldenGateWaiters. forDeployment(GetDeploymentRequest request, Deployment.LifecycleState... targetStates)Creates a newWaiterusing the default configuration.Waiter<GetDeploymentRequest,GetDeploymentResponse>GoldenGateWaiters. forDeployment(GetDeploymentRequest request, Deployment.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)Creates a newWaiterusing the provided configuration.Waiter<GetDeploymentRequest,GetDeploymentResponse>GoldenGateWaiters. forDeployment(GetDeploymentRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, Deployment.LifecycleState... targetStates)Creates a newWaiterusing the provided configuration. -
Uses of Deployment.LifecycleState in com.oracle.bmc.goldengate.model
Methods in com.oracle.bmc.goldengate.model that return Deployment.LifecycleState Modifier and Type Method Description static Deployment.LifecycleStateDeployment.LifecycleState. create(String key)Deployment.LifecycleStateDeployment. getLifecycleState()Possible lifecycle states for a Deployment.Deployment.LifecycleStateDeploymentSummary. getLifecycleState()Possible lifecycle states for a Deployment.static Deployment.LifecycleStateDeployment.LifecycleState. valueOf(String name)Returns the enum constant of this type with the specified name.static Deployment.LifecycleState[]Deployment.LifecycleState. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.goldengate.model with parameters of type Deployment.LifecycleState Modifier and Type Method Description Deployment.BuilderDeployment.Builder. lifecycleState(Deployment.LifecycleState lifecycleState)Possible lifecycle states for a Deployment.DeploymentSummary.BuilderDeploymentSummary.Builder. lifecycleState(Deployment.LifecycleState lifecycleState)Possible lifecycle states for a Deployment.Constructors in com.oracle.bmc.goldengate.model with parameters of type Deployment.LifecycleState 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, Deployment.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, 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.DeploymentSummary(String id, String displayName, String description, String compartmentId, Date timeCreated, Date timeUpdated, Deployment.LifecycleState lifecycleState, LifecycleSubState lifecycleSubState, String lifecycleDetails, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, String subnetId, String loadBalancerSubnetId, String loadBalancerId, LicenseModel licenseModel, Boolean isByolCpuCoreCountLimitEnabled, Integer byolCpuCoreCountLimit, EnvironmentType environmentType, DeploymentCategory category, String fqdn, Integer cpuCoreCount, Boolean isAutoScalingEnabled, Boolean isPublic, String publicIpAddress, String privateIpAddress, String deploymentUrl, Map<String,Map<String,Object>> systemTags, Boolean isLatestVersion, DeploymentType deploymentType, Long storageUtilizationInBytes, Boolean isStorageUtilizationLimitExceeded, String subscriptionId, String clusterPlacementGroupId, Map<String,Map<String,Object>> securityAttributes, List<ResourceLock> locks)Deprecated. -
Uses of Deployment.LifecycleState in com.oracle.bmc.goldengate.requests
Methods in com.oracle.bmc.goldengate.requests that return Deployment.LifecycleState Modifier and Type Method Description Deployment.LifecycleStateListDeploymentsRequest. getLifecycleState()A filter to return only the deployments having the ‘lifecycleState’ given.Methods in com.oracle.bmc.goldengate.requests with parameters of type Deployment.LifecycleState Modifier and Type Method Description ListDeploymentsRequest.BuilderListDeploymentsRequest.Builder. lifecycleState(Deployment.LifecycleState lifecycleState)A filter to return only the deployments having the ‘lifecycleState’ given.
-