ras_available Property

When true, Remote Access System (RAS) is available on the system.

Syntax

def get_ras_available() -> bool: ...

ras_available = property(get_ras_available, None)

Default Value

TRUE

Remarks

If this property is False, the class fails with an error when attempting to connect. RAS must be installed before the class can be used.

This property is read-only.

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks 2020 Python Edition - Version 20.0 [Build 8307]