IDbServerProperties Interface
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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Oracle.Models.DbServerPropertiesTypeConverter))]
public interface IDbServerProperties : Microsoft.Azure.PowerShell.Cmdlets.Oracle.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Oracle.Models.DbServerPropertiesTypeConverter))>]
type IDbServerProperties = interface
interface IJsonSerializable
Public Interface IDbServerProperties
Implements IJsonSerializable
- Derived
- Attributes
- Implements
Properties
| Name | Description |
|---|---|
| AutonomousVirtualMachineId |
The list of OCIDs of the Autonomous Virtual Machines associated with the Db server. |
| AutonomousVMClusterId |
The list of OCIDs of the Autonomous VM Clusters associated with the Db server. |
| CompartmentId |
The OCID of the compartment. |
| ComputeModel |
The compute model of the Exadata Infrastructure |
| CpuCoreCount |
The number of CPU cores enabled on the Db server. |
| DbNodeId |
The OCID of the Db nodes associated with the Db server. |
| DbNodeStorageSizeInGb |
The allocated local node storage in GBs on the Db server. |
| DbServerPatchingDetailEstimatedPatchDuration |
Estimated Patch Duration |
| DbServerPatchingDetailPatchingStatus |
Patching Status |
| DbServerPatchingDetailTimePatchingEnded |
Time Patching Ended |
| DbServerPatchingDetailTimePatchingStarted |
Time Patching Started |
| DisplayName |
The name for the Db Server. |
| ExadataInfrastructureId |
The OCID of the Exadata infrastructure. |
| LifecycleDetail |
Lifecycle details of dbServer. |
| LifecycleState |
DbServer provisioning state. |
| MaxCpuCount |
The total number of CPU cores available. |
| MaxDbNodeStorageInGb |
The total max dbNode storage in GBs. |
| MaxMemoryInGb |
The total memory available in GBs. |
| MemorySizeInGb |
The total memory size in GBs. |
| Ocid |
Db server name. |
| ProvisioningState |
Azure resource provisioning state. |
| Shape |
The shape of the Db server. The shape determines the amount of CPU, storage, and memory resources available. |
| TimeCreated |
The date and time that the Db Server was created. |
| VMClusterId |
The OCID of the VM Clusters associated with the Db server. |
Methods
| Name | Description |
|---|---|
| ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |