DbServerProperties Class

Definition

DbServer resource properties

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Oracle.Models.DbServerPropertiesTypeConverter))]
public class DbServerProperties : Microsoft.Azure.PowerShell.Cmdlets.Oracle.Models.IDbServerProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Oracle.Models.DbServerPropertiesTypeConverter))>]
type DbServerProperties = class
    interface IDbServerProperties
    interface IJsonSerializable
Public Class DbServerProperties
Implements IDbServerProperties
Inheritance
DbServerProperties
Attributes
Implements

Constructors

Name Description
DbServerProperties()

Creates an new DbServerProperties instance.

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
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of DbServerProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of DbServerProperties.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Oracle.Models.IDbServerProperties.

FromJsonString(String)

Creates a new instance of DbServerProperties, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of DbServerProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to