IRemoveVirtualMachineFromExadbVMClusterDetails.DbNode Property

Definition

The list of ExaCS DB nodes for the Exadata VM cluster on Exascale Infrastructure to be removed.

[Microsoft.Azure.PowerShell.Cmdlets.Oracle.Runtime.Info(Create=true, Description="The list of ExaCS DB nodes for the Exadata VM cluster on Exascale Infrastructure to be removed.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Oracle.Models.IDbNodeDetails) }, Read=true, ReadOnly=false, Required=true, SerializedName="dbNodes", Update=true)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.Oracle.Models.IDbNodeDetails> DbNode { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Oracle.Runtime.Info(Create=true, Description="The list of ExaCS DB nodes for the Exadata VM cluster on Exascale Infrastructure to be removed.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Oracle.Models.IDbNodeDetails) }, Read=true, ReadOnly=false, Required=true, SerializedName="dbNodes", Update=true)>]
member this.DbNode : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.Oracle.Models.IDbNodeDetails> with get, set
Public Property DbNode As List(Of IDbNodeDetails)

Property Value

Attributes

Applies to