Get Host Accounts Plain Args
data class GetHostAccountsPlainArgs(val hostAccountName: String? = null, val hostId: String, val ids: List<String>? = null, val instanceId: String, val nameRegex: String? = null, val outputFile: String? = null, val protocolName: String? = null) : ConvertibleToJava<GetHostAccountsPlainArgs>
A collection of arguments for invoking getHostAccounts.
Constructors
Properties
Link copied to clipboard
Specify the new hosting account's name, support the longest 128 characters.
Link copied to clipboard
Specifies the database where you want to create your hosting account's host bastion host ID of.
Link copied to clipboard
File name where to save data source results (after running pulumi preview
).
Link copied to clipboard
Specify the new hosting account of the agreement name. Valid values: USING SSH and RDP.