DbSystemProperties Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
DbSystem resource model.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Oracle.Models.DbSystemPropertiesTypeConverter))]
public class DbSystemProperties : Microsoft.Azure.PowerShell.Cmdlets.Oracle.Models.IDbSystemProperties, Microsoft.Azure.PowerShell.Cmdlets.Oracle.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Oracle.Models.DbSystemPropertiesTypeConverter))>]
type DbSystemProperties = class
interface IDbSystemProperties
interface IJsonSerializable
interface IDbSystemBaseProperties
interface IValidates
Public Class DbSystemProperties
Implements IDbSystemProperties, IValidates
- Inheritance
-
DbSystemProperties
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| DbSystemProperties() |
Creates an new DbSystemProperties instance. |
Properties
| Name | Description |
|---|---|
| AdminPassword |
A strong password for SYS, SYSTEM, and PDB Admin. The password must be at least nine characters and contain at least two uppercase, two lowercase, two numbers, and two special characters. The special characters must be _, #, or -. |
| ClusterName |
The cluster name for Exadata and 2-node RAC virtual machine DB systems. The cluster name must begin with an alphabetic character, and may contain hyphens (-). Underscores (_) are not permitted. The cluster name can be no longer than 11 characters and is not case sensitive. |
| ComputeCount |
The number of compute servers for the DB system. |
| ComputeModel |
The compute model for Base Database Service. This is required if using the |
| DatabaseEdition |
The Oracle Database Edition that applies to all the databases on the DB system. Exadata DB systems and 2-node RAC DB systems require EnterpriseEditionExtremePerformance. |
| DataStorageSizeInGb |
The data storage size, in gigabytes, that is currently available to the DB system. Applies only for virtual machine DB systems. |
| DbSystemOptionStorageManagement |
The storage option used in DB system. ASM - Automatic storage management, LVM - Logical Volume management. |
| DbVersion |
A valid Oracle Database version. For a list of supported versions, use the ListDbVersions operation. |
| DiskRedundancy |
The type of redundancy configured for the DB system. NORMAL is 2-way redundancy. HIGH is 3-way redundancy. |
| DisplayName |
The user-friendly name for the DB system. The name does not have to be unique. |
| DomainV2 |
The domain name for the DB system. |
| GridImageOcid |
The OCID of a grid infrastructure software image. This is a database software image of the type GRID_IMAGE. |
| Hostname |
The hostname for the DB system. |
| InitialDataStorageSizeInGb |
Size in GB of the initial data volume that will be created and attached to a virtual machine DB system. You can scale up storage after provisioning, as needed. Note that the total storage size attached will be more than the amount you specify to allow for REDO/RECO space and software volume. |
| LicenseModelV2 |
The Oracle license model that applies to all the databases on the DB system. The default is LicenseIncluded. |
| LifecycleDetail |
Additional information about the current lifecycle state. |
| LifecycleState |
The current state of the DB system. |
| ListenerPort |
The port number configured for the listener on the DB system. |
| MemorySizeInGb |
Memory allocated to the DB system, in gigabytes. |
| NetworkAnchorId |
Azure Network Anchor ID |
| NodeCount |
The number of nodes in the DB system. For RAC DB systems, the value is greater than 1. |
| Ocid |
The OCID of the DB system. |
| OciUrl |
HTTPS link to OCI resources exposed to Azure Customer via Azure Interface. |
| PdbName |
The name of the pluggable database. The name must begin with an alphabetic character and can contain a maximum of thirty alphanumeric characters. Special characters are not permitted. Pluggable database should not be same as database name. |
| ProvisioningState |
dbSystem provisioning state |
| ResourceAnchorId |
Azure Resource Anchor ID |
| ScanDnsName |
The FQDN of the DNS record for the SCAN IP addresses that are associated with the DB system. |
| ScanIP |
The list of Single Client Access Name (SCAN) IP addresses associated with the DB system. SCAN IP addresses are typically used for load balancing and are not assigned to any interface. Oracle Clusterware directs the requests to the appropriate nodes in the cluster. Note: For a single-node DB system, this list is empty. |
| Shape |
The shape of the DB system. The shape determines resources to allocate to the DB system. For virtual machine shapes, the number of CPU cores and memory. For bare metal and Exadata shapes, the number of CPU cores, storage, and memory. |
| Source |
The source of the database: Use |
| SshPublicKey |
The public key portion of one or more key pairs used for SSH access to the DB system. |
| StorageVolumePerformanceMode |
The block storage volume performance level. Valid values are Balanced and HighPerformance. See Block Volume Performance for more information. |
| TimeZone |
The time zone of the DB system, e.g., UTC, to set the timeZone as UTC. |
| Version |
The Oracle Database version of the DB system. |
Methods
| Name | Description |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of DbSystemProperties. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of DbSystemProperties. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Oracle.Models.IDbSystemProperties. |
| FromJsonString(String) |
Creates a new instance of DbSystemProperties, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of DbSystemProperties into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |
| ToString() | |
| Validate(IEventListener) |
Validates that this object meets the validation criteria. |