IExascaleDbNode.SoftwareStorageSizeInGb Property

Definition

The size (in GB) of the block storage volume allocation for the DB system. This attribute applies only for virtual machine DB systems.

[Microsoft.Azure.PowerShell.Cmdlets.Oracle.Runtime.Info(Create=true, Description="The size (in GB) of the block storage volume allocation for the DB system. This attribute applies only for virtual machine DB systems.", PossibleTypes=new System.Type[] { typeof(System.Int32) }, Read=true, ReadOnly=false, Required=false, SerializedName="softwareStorageSizeInGb", Update=true)]
public int? SoftwareStorageSizeInGb { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Oracle.Runtime.Info(Create=true, Description="The size (in GB) of the block storage volume allocation for the DB system. This attribute applies only for virtual machine DB systems.", PossibleTypes=new System.Type[] { typeof(System.Int32) }, Read=true, ReadOnly=false, Required=false, SerializedName="softwareStorageSizeInGb", Update=true)>]
member this.SoftwareStorageSizeInGb : Nullable<int> with get, set
Public Property SoftwareStorageSizeInGb As Nullable(Of Integer)

Property Value

Attributes

Applies to