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