IGenerateAutonomousDatabaseWalletDetails.IsRegional Property

Definition

True when requesting regional connection strings in PDB connect info, applicable to cross-region DG only.

[Microsoft.Azure.PowerShell.Cmdlets.Oracle.Runtime.Info(Create=true, Description="True when requesting regional connection strings in PDB connect info, applicable to cross-region DG only.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, Read=true, ReadOnly=false, Required=false, SerializedName="isRegional", Update=true)]
public bool? IsRegional { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Oracle.Runtime.Info(Create=true, Description="True when requesting regional connection strings in PDB connect info, applicable to cross-region DG only.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, Read=true, ReadOnly=false, Required=false, SerializedName="isRegional", Update=true)>]
member this.IsRegional : Nullable<bool> with get, set
Public Property IsRegional As Nullable(Of Boolean)

Property Value

Attributes

Applies to