Class FlexComponentSummary
The Flex Components for a DB system. The Flex Component determines resources to allocate to the DB system - CPU cores, memory and storage for Flex shapes.
To use any of the API operations, you must be authorized in an IAM policy. If you're not authorized, talk to an administrator.
If you're an administrator who needs to write policies to give users access,
see Getting Started with Policies.
Inherited Members
Namespace: Oci.DatabaseService.Models
Assembly: OCI.DotNetSDK.Database.dll
Syntax
public class FlexComponentSummary
Properties
AvailableCoreCount
Declaration
[JsonProperty(PropertyName = "availableCoreCount")]
public int? AvailableCoreCount { get; set; }
Property Value
Type | Description |
---|---|
int? | The maximum number of CPU cores that can ben enabled on the DB Server for this Flex Component. |
AvailableDbStorageInGBs
Declaration
[JsonProperty(PropertyName = "availableDbStorageInGBs")]
public int? AvailableDbStorageInGBs { get; set; }
Property Value
Type | Description |
---|---|
int? | The maximum storage that can be enabled on the Storage Server for this Flex Component. |
MinimumCoreCount
Declaration
[JsonProperty(PropertyName = "minimumCoreCount")]
public int? MinimumCoreCount { get; set; }
Property Value
Type | Description |
---|---|
int? | The minimum number of CPU cores that can be enabled on the DB Server for this Flex Component. |
Name
Declaration
[Required(ErrorMessage = "Name is required.")]
[JsonProperty(PropertyName = "name")]
public string Name { get; set; }
Property Value
Type | Description |
---|---|
string | The name of the Flex Component used for the DB system. |
Remarks
Required