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