IDbNode.HostIPId Property

Definition

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

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

Property Value

Attributes

Applies to