IExadbVMClusterProperties.SshPublicKey Property

Definition

The public key portion of one or more key pairs used for SSH access to the Exadata VM cluster on Exascale Infrastructure.

[Microsoft.Azure.PowerShell.Cmdlets.Oracle.Runtime.Info(Create=true, Description="The public key portion of one or more key pairs used for SSH access to the Exadata VM cluster on Exascale Infrastructure.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="sshPublicKeys", Update=false)]
public System.Collections.Generic.List<string> SshPublicKey { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Oracle.Runtime.Info(Create=true, Description="The public key portion of one or more key pairs used for SSH access to the Exadata VM cluster on Exascale Infrastructure.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="sshPublicKeys", Update=false)>]
member this.SshPublicKey : System.Collections.Generic.List<string> with get, set
Public Property SshPublicKey As List(Of String)

Property Value

Attributes

Applies to