Get Attachments Plain Args
data class GetAttachmentsPlainArgs(val instanceIds: List<String>? = null, val loadBalancerId: String, val outputFile: String? = null) : ConvertibleToJava<GetAttachmentsPlainArgs>
A collection of arguments for invoking getAttachments.
Constructors
Link copied to clipboard
fun GetAttachmentsPlainArgs(instanceIds: List<String>? = null, loadBalancerId: String, outputFile: String? = null)