IDbServer 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.DbServerTypeConverter))]
public interface IDbServer : Microsoft.Azure.PowerShell.Cmdlets.Oracle.Models.IProxyResource
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Oracle.Models.DbServerTypeConverter))>]
type IDbServer = interface
interface IJsonSerializable
interface IProxyResource
interface IResource
Public Interface IDbServer
Implements IProxyResource
- 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. |
| DisplayName |
The name for the Db Server. |
| ExadataInfrastructureId |
The OCID of the Exadata infrastructure. |
| Id |
Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}" (Inherited from IResource) |
| 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. |
| Name |
The name of the resource (Inherited from IResource) |
| Ocid |
Db server name. |
| PatchingDetailEstimatedPatchDuration |
Estimated Patch Duration |
| PatchingDetailPatchingStatus |
Patching Status |
| PatchingDetailTimePatchingEnded |
Time Patching Ended |
| PatchingDetailTimePatchingStarted |
Time Patching Started |
| ProvisioningState |
Azure resource provisioning state. |
| Shape |
The shape of the Db server. The shape determines the amount of CPU, storage, and memory resources available. |
| SystemDataCreatedAt |
The timestamp of resource creation (UTC). (Inherited from IResource) |
| SystemDataCreatedBy |
The identity that created the resource. (Inherited from IResource) |
| SystemDataCreatedByType |
The type of identity that created the resource. (Inherited from IResource) |
| SystemDataLastModifiedAt |
The timestamp of resource last modification (UTC) (Inherited from IResource) |
| SystemDataLastModifiedBy |
The identity that last modified the resource. (Inherited from IResource) |
| SystemDataLastModifiedByType |
The type of identity that last modified the resource. (Inherited from IResource) |
| TimeCreated |
The date and time that the Db Server was created. |
| Type |
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" (Inherited from IResource) |
| VMClusterId |
The OCID of the VM Clusters associated with the Db server. |
Methods
| Name | Description |
|---|---|
| ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |