Uses of Class
com.oracle.bmc.goldengate.model.LifecycleSubState
-
Packages that use LifecycleSubState Package Description com.oracle.bmc.goldengate.model com.oracle.bmc.goldengate.requests -
-
Uses of LifecycleSubState in com.oracle.bmc.goldengate.model
Methods in com.oracle.bmc.goldengate.model that return LifecycleSubState Modifier and Type Method Description static LifecycleSubState
LifecycleSubState. create(String key)
LifecycleSubState
Deployment. getLifecycleSubState()
Possible GGS lifecycle sub-states.LifecycleSubState
DeploymentSummary. getLifecycleSubState()
Possible GGS lifecycle sub-states.LifecycleSubState
DeploymentUpgrade. getLifecycleSubState()
Possible GGS lifecycle sub-states.LifecycleSubState
DeploymentUpgradeSummary. getLifecycleSubState()
Possible GGS lifecycle sub-states.static LifecycleSubState
LifecycleSubState. valueOf(String name)
Returns the enum constant of this type with the specified name.static LifecycleSubState[]
LifecycleSubState. 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 LifecycleSubState Modifier and Type Method Description Deployment.Builder
Deployment.Builder. lifecycleSubState(LifecycleSubState lifecycleSubState)
Possible GGS lifecycle sub-states.DeploymentSummary.Builder
DeploymentSummary.Builder. lifecycleSubState(LifecycleSubState lifecycleSubState)
Possible GGS lifecycle sub-states.DeploymentUpgrade.Builder
DeploymentUpgrade.Builder. lifecycleSubState(LifecycleSubState lifecycleSubState)
Possible GGS lifecycle sub-states.DeploymentUpgradeSummary.Builder
DeploymentUpgradeSummary.Builder. lifecycleSubState(LifecycleSubState lifecycleSubState)
Possible GGS lifecycle sub-states.Constructors in com.oracle.bmc.goldengate.model with parameters of type LifecycleSubState 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, 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)
Deprecated.DeploymentSummary(String id, String displayName, String description, String compartmentId, Date timeCreated, Date timeUpdated, LifecycleState lifecycleState, LifecycleSubState lifecycleSubState, String lifecycleDetails, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, String subnetId, String loadBalancerSubnetId, String loadBalancerId, LicenseModel licenseModel, 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, Date timeUpgradeRequired, DeploymentType deploymentType, Long storageUtilizationInBytes, Boolean isStorageUtilizationLimitExceeded, List<ResourceLock> locks)
Deprecated.DeploymentUpgrade(String id, String displayName, String description, String compartmentId, String deploymentId, DeploymentUpgradeType deploymentUpgradeType, Date timeStarted, Date timeFinished, String oggVersion, Date timeCreated, Date timeUpdated, LifecycleState lifecycleState, LifecycleSubState lifecycleSubState, String lifecycleDetails, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags, String previousOggVersion, Date timeSchedule, Boolean isSnoozed, Date timeSnoozedUntil, Date timeReleased, ReleaseType releaseType, Boolean isSecurityFix, Boolean isRollbackAllowed, Date timeOggVersionSupportedUntil, Boolean isCancelAllowed, Boolean isRescheduleAllowed, Date timeScheduleMax)
Deprecated.DeploymentUpgradeSummary(String id, String displayName, String description, String compartmentId, String deploymentId, DeploymentUpgradeType deploymentUpgradeType, Date timeStarted, Date timeFinished, String oggVersion, Date timeCreated, Date timeUpdated, LifecycleState lifecycleState, LifecycleSubState lifecycleSubState, String lifecycleDetails, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags, String previousOggVersion, Date timeSchedule, Boolean isSnoozed, Date timeSnoozedUntil, Date timeReleased, ReleaseType releaseType, Boolean isSecurityFix, Boolean isRollbackAllowed, Date timeOggVersionSupportedUntil, Boolean isCancelAllowed, Boolean isRescheduleAllowed, Date timeScheduleMax)
Deprecated. -
Uses of LifecycleSubState in com.oracle.bmc.goldengate.requests
Methods in com.oracle.bmc.goldengate.requests that return LifecycleSubState Modifier and Type Method Description LifecycleSubState
ListDeploymentsRequest. getLifecycleSubState()
A filter to return only the resources that match the ‘lifecycleSubState’ given.Methods in com.oracle.bmc.goldengate.requests with parameters of type LifecycleSubState Modifier and Type Method Description ListDeploymentsRequest.Builder
ListDeploymentsRequest.Builder. lifecycleSubState(LifecycleSubState lifecycleSubState)
A filter to return only the resources that match the ‘lifecycleSubState’ given.
-