IDbServer.DbNodeId Property

Definition

The OCID of the Db nodes associated with the Db server.

[Microsoft.Azure.PowerShell.Cmdlets.Oracle.Runtime.Info(Create=false, Description="The OCID of the Db nodes associated with the Db server.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=true, Required=false, SerializedName="dbNodeIds", Update=false)]
public System.Collections.Generic.List<string> DbNodeId { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.Oracle.Runtime.Info(Create=false, Description="The OCID of the Db nodes associated with the Db server.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=true, Required=false, SerializedName="dbNodeIds", Update=false)>]
member this.DbNodeId : System.Collections.Generic.List<string>
Public ReadOnly Property DbNodeId As List(Of String)

Property Value

Attributes

Applies to