Package | Description |
---|---|
com.oracle.bmc.goldengate.model |
Modifier and Type | Method and Description |
---|---|
static LicenseModel |
LicenseModel.create(String key) |
LicenseModel |
DeploymentSummary.getLicenseModel()
The Oracle license model that applies to a Deployment.
|
LicenseModel |
UpdateDeploymentDetails.getLicenseModel()
The Oracle license model that applies to a Deployment.
|
LicenseModel |
Deployment.getLicenseModel()
The Oracle license model that applies to a Deployment.
|
LicenseModel |
CreateDeploymentDetails.getLicenseModel()
The Oracle license model that applies to a Deployment.
|
static LicenseModel |
LicenseModel.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LicenseModel[] |
LicenseModel.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
DeploymentSummary.Builder |
DeploymentSummary.Builder.licenseModel(LicenseModel licenseModel)
The Oracle license model that applies to a Deployment.
|
UpdateDeploymentDetails.Builder |
UpdateDeploymentDetails.Builder.licenseModel(LicenseModel licenseModel)
The Oracle license model that applies to a Deployment.
|
Deployment.Builder |
Deployment.Builder.licenseModel(LicenseModel licenseModel)
The Oracle license model that applies to a Deployment.
|
CreateDeploymentDetails.Builder |
CreateDeploymentDetails.Builder.licenseModel(LicenseModel licenseModel)
The Oracle license model that applies to a Deployment.
|
Constructor and Description |
---|
CreateDeploymentDetails(String displayName,
LicenseModel licenseModel,
EnvironmentType environmentType,
String description,
String compartmentId,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
List<AddResourceLockDetails> locks,
String deploymentBackupId,
String subnetId,
String loadBalancerSubnetId,
String fqdn,
List<String> nsgIds,
Boolean isPublic,
Integer cpuCoreCount,
Boolean isAutoScalingEnabled,
DeploymentType deploymentType,
CreateOggDeploymentDetails oggData,
CreateMaintenanceWindowDetails maintenanceWindow,
CreateMaintenanceConfigurationDetails maintenanceConfiguration)
Deprecated.
|
Deployment(String id,
String displayName,
String description,
String compartmentId,
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,
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.
|
UpdateDeploymentDetails(String displayName,
LicenseModel licenseModel,
EnvironmentType environmentType,
String description,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
List<String> nsgIds,
String subnetId,
String loadBalancerSubnetId,
Boolean isPublic,
String fqdn,
Integer cpuCoreCount,
Boolean isAutoScalingEnabled,
UpdateOggDeploymentDetails oggData,
UpdateMaintenanceWindowDetails maintenanceWindow,
UpdateMaintenanceConfigurationDetails maintenanceConfiguration)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.