Get Instance Plain Args
data class GetInstancePlainArgs(val filters: List<GetInstanceFilter>? = null, val getPasswordData: Boolean? = null, val getUserData: Boolean? = null, val instanceId: String? = null, val instanceTags: Map<String, String>? = null, val tags: Map<String, String>? = null) : ConvertibleToJava<GetInstancePlainArgs>
A collection of arguments for invoking getInstance.
Constructors
Functions
Properties
Link copied to clipboard
If true, wait for password data to become available and retrieve it. Useful for getting the administrator password for instances running Microsoft Windows. The password data is exported to the password_data
attribute. See GetPasswordData for more information.
Link copied to clipboard