IDbNode.BackupIPId Property

Definition

The OCID of the backup IP address associated with the database node.

[Microsoft.Azure.PowerShell.Cmdlets.Oracle.Runtime.Info(Create=false, Description="The OCID of the backup IP address associated with the database node.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=true, Required=false, SerializedName="backupIpId", Update=false)]
public string BackupIPId { get; }
[Microsoft.Azure.PowerShell.Cmdlets.Oracle.Runtime.Info(Create=true, Description="The OCID of the backup IP address associated with the database node.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="backupIpId", Update=true)]
public string BackupIPId { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Oracle.Runtime.Info(Create=false, Description="The OCID of the backup IP address associated with the database node.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=true, Required=false, SerializedName="backupIpId", Update=false)>]
member this.BackupIPId : string
[<Microsoft.Azure.PowerShell.Cmdlets.Oracle.Runtime.Info(Create=true, Description="The OCID of the backup IP address associated with the database node.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="backupIpId", Update=true)>]
member this.BackupIPId : string with get, set
Public ReadOnly Property BackupIPId As String
Public Property BackupIPId As String

Property Value

Attributes

Applies to