ExadbVMClusterStorageDetails 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.
Storage Details on the Exadata VM cluster.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Oracle.Models.ExadbVMClusterStorageDetailsTypeConverter))]
public class ExadbVMClusterStorageDetails : Microsoft.Azure.PowerShell.Cmdlets.Oracle.Models.IExadbVMClusterStorageDetails
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Oracle.Models.ExadbVMClusterStorageDetailsTypeConverter))>]
type ExadbVMClusterStorageDetails = class
interface IExadbVMClusterStorageDetails
interface IJsonSerializable
Public Class ExadbVMClusterStorageDetails
Implements IExadbVMClusterStorageDetails
- Inheritance
-
ExadbVMClusterStorageDetails
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| ExadbVMClusterStorageDetails() |
Creates an new ExadbVMClusterStorageDetails instance. |
Properties
| Name | Description |
|---|---|
| TotalSizeInGb |
Total Capacity |
Methods
| Name | Description |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of ExadbVMClusterStorageDetails. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of ExadbVMClusterStorageDetails. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Oracle.Models.IExadbVMClusterStorageDetails. |
| FromJsonString(String) |
Creates a new instance of ExadbVMClusterStorageDetails, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of ExadbVMClusterStorageDetails into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |
| ToString() | |