IDbSystemShape.AvailableDataStoragePerServerInTb Property
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 maximum data storage available per storage server for this shape. Only applicable to ExaCC Elastic shapes.
[Microsoft.Azure.PowerShell.Cmdlets.Oracle.Runtime.Info(Create=false, Description="The maximum data storage available per storage server for this shape. Only applicable to ExaCC Elastic shapes.", PossibleTypes=new System.Type[] { typeof(System.Double) }, Read=true, ReadOnly=true, Required=false, SerializedName="availableDataStoragePerServerInTbs", Update=false)]
public double? AvailableDataStoragePerServerInTb { get; }
[Microsoft.Azure.PowerShell.Cmdlets.Oracle.Runtime.Info(Create=true, Description="The maximum data storage available per storage server for this shape. Only applicable to ExaCC Elastic shapes.", PossibleTypes=new System.Type[] { typeof(System.Double) }, Read=true, ReadOnly=false, Required=false, SerializedName="availableDataStoragePerServerInTbs", Update=true)]
public double? AvailableDataStoragePerServerInTb { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Oracle.Runtime.Info(Create=false, Description="The maximum data storage available per storage server for this shape. Only applicable to ExaCC Elastic shapes.", PossibleTypes=new System.Type[] { typeof(System.Double) }, Read=true, ReadOnly=true, Required=false, SerializedName="availableDataStoragePerServerInTbs", Update=false)>]
member this.AvailableDataStoragePerServerInTb : Nullable<double>
[<Microsoft.Azure.PowerShell.Cmdlets.Oracle.Runtime.Info(Create=true, Description="The maximum data storage available per storage server for this shape. Only applicable to ExaCC Elastic shapes.", PossibleTypes=new System.Type[] { typeof(System.Double) }, Read=true, ReadOnly=false, Required=false, SerializedName="availableDataStoragePerServerInTbs", Update=true)>]
member this.AvailableDataStoragePerServerInTb : Nullable<double> with get, set
Public ReadOnly Property AvailableDataStoragePerServerInTb As Nullable(Of Double)
Public Property AvailableDataStoragePerServerInTb As Nullable(Of Double)
Property Value
- Attributes