Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace CreateDeploymentDetails

The information about a new Deployment.

Properties

compartmentId

compartmentId: string

The OCID of the compartment being referenced.

cpuCoreCount

cpuCoreCount: number

The Minimum number of OCPUs to be made available for this Deployment. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Optional definedTags

definedTags: undefined | object

Tags defined for this resource. Each key is predefined and scoped to a namespace.

Example: {@code {\"foo-namespace\": {\"bar-key\": \"value\"}}}

Optional deploymentBackupId

deploymentBackupId: undefined | string

The OCID of the backup being referenced.

deploymentType

deploymentType: DeploymentType

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'.

Optional description

description: undefined | string

Metadata about this specific object.

displayName

displayName: string

An object's Display Name.

Optional fqdn

fqdn: undefined | string

A three-label Fully Qualified Domain Name (FQDN) for a resource.

Optional freeformTags

freeformTags: undefined | object

A simple key-value pair that is applied without any predefined name, type, or scope. Exists for cross-compatibility only.

Example: {@code {\"bar-key\": \"value\"}}

isAutoScalingEnabled

isAutoScalingEnabled: boolean

Indicates if auto scaling is enabled for the Deployment's CPU core count.

Optional isPublic

isPublic: undefined | false | true

True if this object is publicly available.

licenseModel

licenseModel: LicenseModel

The Oracle license model that applies to a Deployment.

Optional loadBalancerSubnetId

loadBalancerSubnetId: undefined | string

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 compatiblity this is an optional property for now, but it will become mandatory (for public deployments only) after October 1, 2024.

Optional maintenanceConfiguration

maintenanceConfiguration: model.CreateMaintenanceConfigurationDetails

Optional maintenanceWindow

maintenanceWindow: model.CreateMaintenanceWindowDetails

Optional nsgIds

nsgIds: Array<string>

An array of Network Security Group OCIDs used to define network access for either Deployments or Connections.

Optional oggData

oggData: model.CreateOggDeploymentDetails

subnetId

subnetId: string

The OCID of the subnet of the deployment's private endpoint.

Functions

getDeserializedJsonObj

getJsonObj