ReinitializeServerRequestSshPasswordAuthAllowed Property
|
Get or set if the password provided should be used for ssh login or not.
Namespace:
Aruba.Cloud.Provisioning.Entities.SmartVMWare
Assembly:
Aruba.Cloud.Provisioning.Entities (in Aruba.Cloud.Provisioning.Entities.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax[DataMemberAttribute]
public Nullable<bool> SshPasswordAuthAllowed { get; set; }<DataMemberAttribute>
Public Property SshPasswordAuthAllowed As Nullable(Of Boolean)
Get
Set
public:
[DataMemberAttribute]
property Nullable<bool> SshPasswordAuthAllowed {
Nullable<bool> get ();
void set (Nullable<bool> value);
}[<DataMemberAttribute>]
member SshPasswordAuthAllowed : Nullable<bool> with get, set
function get SshPasswordAuthAllowed () : Nullable<boolean>
function set SshPasswordAuthAllowed (value : Nullable<boolean>)
Property Value
Type:
NullableBoolean
See Also