ExascaleConfigDetails 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.
The exascale config response details for the cloud Exadata infrastructure
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Oracle.Models.ExascaleConfigDetailsTypeConverter))]
public class ExascaleConfigDetails : Microsoft.Azure.PowerShell.Cmdlets.Oracle.Models.IExascaleConfigDetails
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Oracle.Models.ExascaleConfigDetailsTypeConverter))>]
type ExascaleConfigDetails = class
interface IExascaleConfigDetails
interface IJsonSerializable
Public Class ExascaleConfigDetails
Implements IExascaleConfigDetails
- Inheritance
-
ExascaleConfigDetails
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| ExascaleConfigDetails() |
Creates an new ExascaleConfigDetails instance. |
Properties
| Name | Description |
|---|---|
| AvailableStorageInGb |
Available storage size for Exascale in GBs. |
| TotalStorageInGb |
Storage size needed for Exascale in GBs. |
Methods
| Name | Description |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of ExascaleConfigDetails. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of ExascaleConfigDetails. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Oracle.Models.IExascaleConfigDetails. |
| FromJsonString(String) |
Creates a new instance of ExascaleConfigDetails, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of ExascaleConfigDetails into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |
| ToString() | |