Get Server Group Server Attachments Plain Args
data class GetServerGroupServerAttachmentsPlainArgs(val ids: List<String>? = null, val outputFile: String? = null, val serverGroupId: String? = null, val serverIds: List<String>? = null, val serverIps: List<String>? = null) : ConvertibleToJava<GetServerGroupServerAttachmentsPlainArgs>
A collection of arguments for invoking getServerGroupServerAttachments.