Class CreateDeploymentDetails
- java.lang.Object
- 
- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
- 
- com.oracle.bmc.goldengate.model.CreateDeploymentDetails
 
 
- 
 @Generated(value="OracleSDKGenerator", comments="API Version: 20200407") public final class CreateDeploymentDetails extends com.oracle.bmc.http.client.internal.ExplicitlySetBmcModelThe information about a new Deployment.
 Note: Objects should always be created or deserialized using theCreateDeploymentDetails.Builder. This model distinguishes fields that are null because they are unset from fields that are explicitly set to null. This is done in the setter methods of theCreateDeploymentDetails.Builder, which maintain a set of all explicitly set fields calledCreateDeploymentDetails.Builder.__explicitlySet__. ThehashCode()andequals(Object)methods are implemented to take the explicitly set fields into account. The constructor, on the other hand, does not take the explicitly set fields into account (since the constructor cannot distinguish explicit null from unset null).
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classCreateDeploymentDetails.Builder
 - 
Constructor SummaryConstructors Constructor Description CreateDeploymentDetails(String displayName, LicenseModel licenseModel, Boolean isByolCpuCoreCountLimitEnabled, Integer byolCpuCoreCountLimit, EnvironmentType environmentType, String description, String compartmentId, String sourceDeploymentId, String availabilityDomain, String faultDomain, List<DeploymentPlacementDetails> placements, 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, String subscriptionId, String clusterPlacementGroupId, Map<String,Map<String,Object>> securityAttributes, CreateOggDeploymentDetails oggData, CreateMaintenanceWindowDetails maintenanceWindow, CreateMaintenanceConfigurationDetails maintenanceConfiguration, CreateBackupScheduleDetails backupSchedule)Deprecated.
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static CreateDeploymentDetails.Builderbuilder()Create a new builder.booleanequals(Object o)StringgetAvailabilityDomain()The availability domain of a placement.CreateBackupScheduleDetailsgetBackupSchedule()IntegergetByolCpuCoreCountLimit()The maximum number of CPUs allowed with a ‘Bring Your Own License’ (BYOL) license type.StringgetClusterPlacementGroupId()The OCID(/Content/General/Concepts/identifiers.htm) of the cluster placement group for the resource.StringgetCompartmentId()The OCID of the compartment being referenced.IntegergetCpuCoreCount()The Minimum number of OCPUs to be made available for this Deployment.Map<String,Map<String,Object>>getDefinedTags()Tags defined for this resource.StringgetDeploymentBackupId()The OCID of the backup being referenced.DeploymentTypegetDeploymentType()The type of deployment, which can be any one of the Allowed values.StringgetDescription()Metadata about this specific object.StringgetDisplayName()An object’s Display Name.EnvironmentTypegetEnvironmentType()Specifies whether the deployment is used in a production or development/testing environment.StringgetFaultDomain()The fault domain of a placement.StringgetFqdn()A three-label Fully Qualified Domain Name (FQDN) for a resource.Map<String,String>getFreeformTags()A simple key-value pair that is applied without any predefined name, type, or scope.BooleangetIsAutoScalingEnabled()Indicates if auto scaling is enabled for the Deployment’s CPU core count.BooleangetIsByolCpuCoreCountLimitEnabled()Flag to allow to configure the ‘Bring Your Own License’ (BYOL) license type CPU limit.BooleangetIsPublic()True if this object is publicly available.LicenseModelgetLicenseModel()The Oracle license model that applies to a Deployment.StringgetLoadBalancerSubnetId()The OCID of a public subnet in the customer tenancy.List<AddResourceLockDetails>getLocks()Locks associated with this resource.CreateMaintenanceConfigurationDetailsgetMaintenanceConfiguration()CreateMaintenanceWindowDetailsgetMaintenanceWindow()List<String>getNsgIds()An array of Network Security Group OCIDs used to define network access for either Deployments or Connections.CreateOggDeploymentDetailsgetOggData()List<DeploymentPlacementDetails>getPlacements()An array of local peers of deploymentMap<String,Map<String,Object>>getSecurityAttributes()Security attributes for this resource.StringgetSourceDeploymentId()The OCID of the deployment being referenced.StringgetSubnetId()The OCID of the subnet of the deployment’s private endpoint.StringgetSubscriptionId()The OCID of the subscription with which resource needs to be associated with.inthashCode()CreateDeploymentDetails.BuildertoBuilder()StringtoString()StringtoString(boolean includeByteArrayContents)Return a string representation of the object.
 
- 
- 
- 
Constructor Detail- 
CreateDeploymentDetails@Deprecated @ConstructorProperties({"displayName","licenseModel","isByolCpuCoreCountLimitEnabled","byolCpuCoreCountLimit","environmentType","description","compartmentId","sourceDeploymentId","availabilityDomain","faultDomain","placements","freeformTags","definedTags","locks","deploymentBackupId","subnetId","loadBalancerSubnetId","fqdn","nsgIds","isPublic","cpuCoreCount","isAutoScalingEnabled","deploymentType","subscriptionId","clusterPlacementGroupId","securityAttributes","oggData","maintenanceWindow","maintenanceConfiguration","backupSchedule"}) public CreateDeploymentDetails(String displayName, LicenseModel licenseModel, Boolean isByolCpuCoreCountLimitEnabled, Integer byolCpuCoreCountLimit, EnvironmentType environmentType, String description, String compartmentId, String sourceDeploymentId, String availabilityDomain, String faultDomain, List<DeploymentPlacementDetails> placements, 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, String subscriptionId, String clusterPlacementGroupId, Map<String,Map<String,Object>> securityAttributes, CreateOggDeploymentDetails oggData, CreateMaintenanceWindowDetails maintenanceWindow, CreateMaintenanceConfigurationDetails maintenanceConfiguration, CreateBackupScheduleDetails backupSchedule) Deprecated.
 
- 
 - 
Method Detail- 
builderpublic static CreateDeploymentDetails.Builder builder() Create a new builder.
 - 
toBuilderpublic CreateDeploymentDetails.Builder toBuilder() 
 - 
getDisplayNamepublic String getDisplayName() An object’s Display Name.- Returns:
- the value
 
 - 
getLicenseModelpublic LicenseModel getLicenseModel() The Oracle license model that applies to a Deployment.- Returns:
- the value
 
 - 
getIsByolCpuCoreCountLimitEnabledpublic Boolean getIsByolCpuCoreCountLimitEnabled() Flag to allow to configure the ‘Bring Your Own License’ (BYOL) license type CPU limit.If enabled, the exact number of CPUs must be provided via byolCpuCoreCountLimit. - Returns:
- the value
 
 - 
getByolCpuCoreCountLimitpublic Integer getByolCpuCoreCountLimit() The maximum number of CPUs allowed with a ‘Bring Your Own License’ (BYOL) license type.Any CPU usage above this limit is considered as License Included and billed. - Returns:
- the value
 
 - 
getEnvironmentTypepublic EnvironmentType getEnvironmentType() Specifies whether the deployment is used in a production or development/testing environment.- Returns:
- the value
 
 - 
getDescriptionpublic String getDescription() Metadata about this specific object.- Returns:
- the value
 
 - 
getCompartmentIdpublic String getCompartmentId() The OCID of the compartment being referenced.- Returns:
- the value
 
 - 
getSourceDeploymentIdpublic String getSourceDeploymentId() The OCID of the deployment being referenced.- Returns:
- the value
 
 - 
getAvailabilityDomainpublic String getAvailabilityDomain() The availability domain of a placement.- Returns:
- the value
 
 - 
getFaultDomainpublic String getFaultDomain() The fault domain of a placement.- Returns:
- the value
 
 - 
getPlacementspublic List<DeploymentPlacementDetails> getPlacements() An array of local peers of deployment- Returns:
- the value
 
 - 
getFreeformTagspublic Map<String,String> getFreeformTags() A simple key-value pair that is applied without any predefined name, type, or scope.Exists for cross-compatibility only. Example: {"bar-key": "value"} - Returns:
- the value
 
 - 
getDefinedTagspublic Map<String,Map<String,Object>> getDefinedTags() Tags defined for this resource.Each key is predefined and scoped to a namespace. Example: {"foo-namespace": {"bar-key": "value"}} - Returns:
- the value
 
 - 
getLockspublic List<AddResourceLockDetails> getLocks() Locks associated with this resource.- Returns:
- the value
 
 - 
getDeploymentBackupIdpublic String getDeploymentBackupId() The OCID of the backup being referenced.- Returns:
- the value
 
 - 
getSubnetIdpublic String getSubnetId() 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. - Returns:
- the value
 
 - 
getLoadBalancerSubnetIdpublic String getLoadBalancerSubnetId() 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. - Returns:
- the value
 
 - 
getFqdnpublic String getFqdn() A three-label Fully Qualified Domain Name (FQDN) for a resource.- Returns:
- the value
 
 - 
getNsgIdspublic List<String> getNsgIds() An array of Network Security Group OCIDs used to define network access for either Deployments or Connections.- Returns:
- the value
 
 - 
getIsPublicpublic Boolean getIsPublic() True if this object is publicly available.- Returns:
- the value
 
 - 
getCpuCoreCountpublic Integer getCpuCoreCount() The Minimum number of OCPUs to be made available for this Deployment.- Returns:
- the value
 
 - 
getIsAutoScalingEnabledpublic Boolean getIsAutoScalingEnabled() Indicates if auto scaling is enabled for the Deployment’s CPU core count.- Returns:
- the value
 
 - 
getDeploymentTypepublic DeploymentType getDeploymentType() 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’. - Returns:
- the value
 
 - 
getSubscriptionIdpublic String getSubscriptionId() The OCID of the subscription with which resource needs to be associated with.- Returns:
- the value
 
 - 
getClusterPlacementGroupIdpublic String getClusterPlacementGroupId() The OCID(/Content/General/Concepts/identifiers.htm) of the cluster placement group for the resource.Only applicable for multicloud subscriptions. The cluster placement group id must be provided when a multicloud subscription id is provided. Otherwise the cluster placement group must not be provided. - Returns:
- the value
 
 - 
getSecurityAttributespublic Map<String,Map<String,Object>> getSecurityAttributes() Security attributes for this resource.Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Oracle-ZPR": {"MaxEgressCount": {"value": "42", "mode": "enforce"}}} - Returns:
- the value
 
 - 
getOggDatapublic CreateOggDeploymentDetails getOggData() 
 - 
getMaintenanceWindowpublic CreateMaintenanceWindowDetails getMaintenanceWindow() 
 - 
getMaintenanceConfigurationpublic CreateMaintenanceConfigurationDetails getMaintenanceConfiguration() 
 - 
getBackupSchedulepublic CreateBackupScheduleDetails getBackupSchedule() 
 - 
toStringpublic String toString() - Overrides:
- toStringin class- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
 
 - 
toStringpublic String toString(boolean includeByteArrayContents) Return a string representation of the object.- Parameters:
- includeByteArrayContents- true to include the full contents of byte arrays
- Returns:
- string representation
 
 - 
equalspublic boolean equals(Object o) - Overrides:
- equalsin class- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
 
 - 
hashCodepublic int hashCode() - Overrides:
- hashCodein class- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
 
 
- 
 
-